{"swagger":"2.0","info":{"title":"PEAK API","version":null,"description":"PEAK Platform API","tags":[{"name":"healthcheck","description":"Healthcheck API"},{"name":"subscriptions","description":"Notification Subscription API"},{"name":"notifications","description":"Site Notification API"}]},"produces":["application/json","application/x-yaml","application/edn","application/transit+json","application/transit+msgpack"],"consumes":["application/json","application/x-yaml","application/edn","application/transit+json","application/transit+msgpack"],"basePath":"/","paths":{"/healthcheck":{"get":{"tags":["healthcheck"],"description":"Healthcheck","summary":"Returns HTTP 200 (OK) when resource is available.","responses":{"200":{"description":""}}},"head":{"tags":["healthcheck"],"description":"Healthcheck","summary":"Return HTTP Headers","responses":{"200":{"description":""}}},"post":{"tags":["healthcheck"],"description":"Healthcheck","summary":"Returns HTTP 202 (Accepted) after supplied delay.","parameters":[{"in":"body","name":"HealthcheckDelay","description":"","required":true,"schema":{"$ref":"#/definitions/HealthcheckDelay"}}],"responses":{"202":{"description":""}}},"options":{"tags":["healthcheck"],"description":"Healthcheck","summary":"Return available HTTP OPTIONS","responses":{"200":{"description":""}}}},"/notifications/subscriptions/{subscription-id}":{"get":{"parameters":[{"in":"path","name":"subscription-id","description":"","required":true,"type":"integer","format":"int64"}],"tags":["subscriptions"],"summary":"Return subscription","responses":{"200":{"schema":{"$ref":"#/definitions/Response"},"description":""}}},"delete":{"parameters":[{"in":"path","name":"subscription-id","description":"","required":true,"type":"integer","format":"int64"}],"tags":["subscriptions"],"summary":"Delete subscription","responses":{"200":{"schema":{"$ref":"#/definitions/DeletedResponse"},"description":""}}},"head":{"parameters":[{"in":"path","name":"subscription-id","description":"","required":true,"type":"integer","format":"int64"}],"tags":["subscriptions"],"summary":"Return http headers","responses":{"200":{"description":""}}},"options":{"parameters":[{"in":"path","name":"subscription-id","description":"","required":true,"type":"integer","format":"int64"}],"tags":["subscriptions"],"summary":"Return available http options","responses":{"200":{"description":""}}},"put":{"parameters":[{"in":"path","name":"subscription-id","description":"","required":true,"type":"integer","format":"int64"},{"in":"body","name":"PutBody","description":"","required":true,"schema":{"$ref":"#/definitions/PutBody"}}],"tags":["subscriptions"],"summary":"Update subscription","responses":{"200":{"schema":{"$ref":"#/definitions/Response"},"description":""}}}},"/notifications/subscriptions":{"get":{"tags":["subscriptions"],"summary":"Return all subscriptions","parameters":[{"in":"query","name":"start_index","description":"","required":true,"type":"integer","format":"int64"},{"in":"query","name":"limit","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"no_count","description":"","required":false,"type":"boolean"},{"in":"query","name":"user_ids","description":"","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"in":"query","name":"types","description":"","required":false,"type":"array","items":{"type":"string","enum":["webhook"]},"collectionFormat":"multi"}],"responses":{"200":{"schema":{"$ref":"#/definitions/ArrayResponse"},"description":""}}},"head":{"tags":["subscriptions"],"summary":"Return http headers","responses":{"200":{"description":""}}},"post":{"tags":["subscriptions"],"summary":"Create or update subscriptions","parameters":[{"in":"body","name":"PostBody","description":"","required":true,"schema":{"$ref":"#/definitions/PostBody"}}],"responses":{"201":{"schema":{"$ref":"#/definitions/ArrayResponse"},"description":""}}},"options":{"tags":["subscriptions"],"summary":"Return available http options","responses":{"200":{"description":""}}}},"/notifications/sites-notifications/preferences/{site-notification-preference-id}":{"get":{"parameters":[{"in":"path","name":"site-notification-preference-id","description":"","required":true,"type":"string","format":"uuid"}],"tags":["notifications"],"description":"Site Notification Preference","summary":"Get Site Notification Preference.","responses":{"200":{"schema":{"$ref":"#/definitions/GetSiteNotificationPreferenceItemResponse"},"description":""}}},"delete":{"parameters":[{"in":"path","name":"site-notification-preference-id","description":"","required":true,"type":"string","format":"uuid"}],"tags":["notifications"],"description":"Site Notification Preference","summary":"Delete Site Notification Preference.","responses":{"200":{"schema":{"$ref":"#/definitions/DeleteSiteNotificationPreferenceItemResponse"},"description":""}}},"head":{"parameters":[{"in":"path","name":"site-notification-preference-id","description":"","required":true,"type":"string","format":"uuid"}],"tags":["notifications"],"description":"Site Notification Preference","summary":"Return HTTP Headers","responses":{"200":{"description":""}}},"options":{"parameters":[{"in":"path","name":"site-notification-preference-id","description":"","required":true,"type":"string","format":"uuid"}],"tags":["notifications"],"description":"Site Notification Preference","summary":"Return available HTTP OPTIONS","responses":{"200":{"description":""}}},"put":{"parameters":[{"in":"path","name":"site-notification-preference-id","description":"","required":true,"type":"string","format":"uuid"},{"in":"body","name":"SiteNotificationPreference","description":"","required":true,"schema":{"$ref":"#/definitions/SiteNotificationPreference"}}],"tags":["notifications"],"description":"Site Notification Preference","summary":"Update Site Notification Preference.","responses":{"200":{"schema":{"$ref":"#/definitions/GetSiteNotificationPreferenceItemResponse"},"description":""}}}},"/notifications/sites-notifications/preferences":{"get":{"tags":["notifications"],"description":"Site Notification Preferences","summary":"List Site Notification Preferences.","parameters":[{"in":"query","name":"start_index","description":"","required":true,"type":"integer","format":"int64"},{"in":"query","name":"site_notification_preference_id","description":"","required":false,"type":"string","format":"uuid"},{"in":"query","name":"type","description":"","required":false,"type":"string","enum":["alert"]},{"in":"query","name":"no_count","description":"","required":false,"type":"boolean"},{"in":"query","name":"types","description":"","required":false,"type":"array","items":{"type":"string","enum":["alert"]},"collectionFormat":"multi"},{"in":"query","name":"user_id","description":"","required":false,"type":"string"},{"in":"query","name":"limit","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"user_ids","description":"","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"in":"query","name":"site_ids","description":"","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"in":"query","name":"site_notification_preference_ids","description":"","required":false,"type":"array","items":{"type":"string","format":"uuid"},"collectionFormat":"multi"},{"in":"query","name":"site_id","description":"","required":false,"type":"integer","format":"int64"}],"responses":{"200":{"schema":{"$ref":"#/definitions/ListSiteNotificationPreferencesResponse"},"description":""}}},"head":{"tags":["notifications"],"description":"Site Notification Preferences","summary":"Return HTTP Headers","responses":{"200":{"description":""}}},"post":{"tags":["notifications"],"description":"Site Notification Preferences","summary":"Upsert Site Notification Preferences.","parameters":[{"in":"body","name":"UpsertSiteNotificationPreferencesBodyParams","description":"","required":true,"schema":{"$ref":"#/definitions/UpsertSiteNotificationPreferencesBodyParams"}}],"responses":{"200":{"schema":{"$ref":"#/definitions/ListSiteNotificationPreferencesResponse"},"description":""}}},"options":{"tags":["notifications"],"description":"Site Notification Preferences","summary":"Return available HTTP OPTIONS","responses":{"200":{"description":""}}}},"/notifications/sites-notifications/available-recipients":{"get":{"tags":["notifications"],"description":"Sites Notifications","summary":"List Sites Notifications.","parameters":[{"in":"query","name":"site_id","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"site_ids","description":"","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"in":"query","name":"include_entity","description":"","required":false,"type":"boolean"}],"responses":{"200":{"schema":{"$ref":"#/definitions/ListAvailableRecipientsResponse"},"description":""}}},"head":{"tags":["notifications"],"description":"Sites Notifications","summary":"Return HTTP Headers","responses":{"200":{"description":""}}},"options":{"tags":["notifications"],"description":"Sites Notifications","summary":"Return available HTTP OPTIONS","responses":{"200":{"description":""}}}},"/notifications/sites-notifications/{sites-notification-id}":{"get":{"parameters":[{"in":"path","name":"sites-notification-id","description":"","required":true,"type":"integer","format":"int64"},{"in":"query","name":"fetch_recipients","description":"","required":false,"type":"boolean"},{"in":"query","name":"fetch_recipient_preferences","description":"","required":false,"type":"boolean"}],"description":"Sites Notification","tags":["notifications"],"summary":"Fetch Sites Notification.","responses":{"200":{"schema":{"$ref":"#/definitions/SitesNotificationItemResponse"},"description":""}}},"patch":{"parameters":[{"in":"path","name":"sites-notification-id","description":"","required":true,"type":"integer","format":"int64"},{"in":"body","name":"SitesNotificationItemPatchBodyParams","description":"","required":true,"schema":{"$ref":"#/definitions/SitesNotificationItemPatchBodyParams"}}],"description":"Sites Notification","tags":["notifications"],"summary":"Patch Sites Notification.","responses":{"200":{"schema":{"$ref":"#/definitions/SitesNotificationItemResponse"},"description":""}}},"delete":{"parameters":[{"in":"path","name":"sites-notification-id","description":"","required":true,"type":"integer","format":"int64"}],"description":"Sites Notification","tags":["notifications"],"summary":"Delete Sites Notification.","responses":{"200":{"schema":{"$ref":"#/definitions/SitesNotificationItemDeletedResponse"},"description":""}}},"head":{"parameters":[{"in":"path","name":"sites-notification-id","description":"","required":true,"type":"integer","format":"int64"}],"description":"Sites Notification","tags":["notifications"],"summary":"Return HTTP Headers","responses":{"200":{"description":""}}},"options":{"parameters":[{"in":"path","name":"sites-notification-id","description":"","required":true,"type":"integer","format":"int64"}],"description":"Sites Notification","tags":["notifications"],"summary":"Return available HTTP OPTIONS","responses":{"200":{"description":""}}},"put":{"parameters":[{"in":"path","name":"sites-notification-id","description":"","required":true,"type":"integer","format":"int64"},{"in":"body","name":"SitesNotificationItem","description":"","required":true,"schema":{"$ref":"#/definitions/SitesNotificationItem"}}],"description":"Sites Notification","tags":["notifications"],"summary":"Update Sites Notification.","responses":{"200":{"schema":{"$ref":"#/definitions/SitesNotificationItemResponse"},"description":""}}}},"/notifications/sites-notifications":{"get":{"tags":["notifications"],"description":"Sites Notifications","summary":"List Sites Notifications.","parameters":[{"in":"query","name":"impact_ids","description":"","required":false,"type":"array","items":{"type":"string","format":"uuid"},"collectionFormat":"multi"},{"in":"query","name":"start_index","description":"","required":true,"type":"integer","format":"int64"},{"in":"query","name":"status","description":"","required":false,"type":"string","enum":["inactive","active"]},{"in":"query","name":"impact_id","description":"","required":false,"type":"string","format":"uuid"},{"in":"query","name":"has_filter","description":"","required":false,"type":"boolean"},{"in":"query","name":"fetch_recipients","description":"","required":false,"type":"boolean"},{"in":"query","name":"event_types","description":"","required":false,"type":"array","items":{"type":"string","enum":["*","alert.updated","alert.deleted","alert.created","alert.*"]},"collectionFormat":"multi"},{"in":"query","name":"priority_id","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"sites_notification_id","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"no_count","description":"","required":false,"type":"boolean"},{"in":"query","name":"event_type","description":"","required":false,"type":"string","enum":["*","alert.updated","alert.deleted","alert.created","alert.*"]},{"in":"query","name":"fetch_recipient_preferences","description":"","required":false,"type":"boolean"},{"in":"query","name":"recipient_user_ids","description":"","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"in":"query","name":"limit","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"priority_ids","description":"","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"in":"query","name":"author_user_id","description":"","required":false,"type":"string"},{"in":"query","name":"metadata_type_ids","description":"","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"in":"query","name":"site_ids","description":"","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"in":"query","name":"sites_notification_ids","description":"","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"in":"query","name":"site_id","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"equipment_ids","description":"","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"in":"query","name":"metadata_type_id","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"equipment_id","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"author_user_ids","description":"","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"in":"query","name":"template_ids","description":"","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"in":"query","name":"template_id","description":"","required":false,"type":"string"},{"in":"query","name":"statuses","description":"","required":false,"type":"array","items":{"type":"string","enum":["inactive","active"]},"collectionFormat":"multi"}],"responses":{"200":{"schema":{"$ref":"#/definitions/SitesNotificationListResponse"},"description":""}}},"head":{"tags":["notifications"],"description":"Sites Notifications","summary":"Return HTTP Headers","responses":{"200":{"description":""}}},"post":{"tags":["notifications"],"description":"Sites Notifications","summary":"Upsert Sites Notifications.","parameters":[{"in":"body","name":"SitesNotificationPostBodyParams","description":"","required":true,"schema":{"$ref":"#/definitions/SitesNotificationPostBodyParams"}}],"responses":{"201":{"schema":{"$ref":"#/definitions/SitesNotificationListResponse"},"description":""}}},"options":{"tags":["notifications"],"description":"Sites Notifications","summary":"Return available HTTP OPTIONS","responses":{"200":{"description":""}}}}},"definitions":{"ArrayResponse":{"type":"object","properties":{"status":{"type":"string"},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/ArrayResponseResponseMetadata"},"data":{"$ref":"#/definitions/ArrayResponseData"}},"additionalProperties":false,"required":["status","data"]},"ArrayResponseData":{"type":"object","properties":{"notification_subscriptions":{"type":"array","items":{"$ref":"#/definitions/ReadBody"}}},"additionalProperties":false,"required":["notification_subscriptions"]},"ArrayResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"DeleteSiteNotificationPreferenceItemResponse":{"type":"object","properties":{"status":{"type":"string"},"data":{},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/DeleteSiteNotificationPreferenceItemResponseResponseMetadata"}},"additionalProperties":false,"required":["status"]},"DeleteSiteNotificationPreferenceItemResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"DeletedResponse":{"type":"object","properties":{"status":{"type":"string"},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/DeletedResponseResponseMetadata"},"data":{"$ref":"#/definitions/DeletedResponseData"}},"additionalProperties":false,"required":["status","data"]},"DeletedResponseData":{"type":"object","properties":{"notification_subscription":{"$ref":"#/definitions/DeletedResponseDataNotificationSubscription"}},"additionalProperties":false,"required":["notification_subscription"]},"DeletedResponseDataNotificationSubscription":{"type":"object","properties":{"notification_subscription_id":{"type":"integer","format":"int64"},"deleted":{"type":"boolean"}},"additionalProperties":false,"required":["notification_subscription_id","deleted"]},"DeletedResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"GetSiteNotificationPreferenceItemResponse":{"type":"object","properties":{"status":{"type":"string"},"data":{},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/GetSiteNotificationPreferenceItemResponseResponseMetadata"}},"additionalProperties":false,"required":["status"]},"GetSiteNotificationPreferenceItemResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"HealthcheckDelay":{"type":"object","properties":{"delay_seconds":{"type":"integer","format":"int64"}},"additionalProperties":false,"required":["delay_seconds"]},"ListAvailableRecipientsResponse":{"type":"object","properties":{"status":{"type":"string"},"data":{},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/ListAvailableRecipientsResponseResponseMetadata"}},"additionalProperties":false,"required":["status"]},"ListAvailableRecipientsResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"ListSiteNotificationPreferencesResponse":{"type":"object","properties":{"status":{"type":"string"},"data":{},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/ListSiteNotificationPreferencesResponseResponseMetadata"}},"additionalProperties":false,"required":["status"]},"ListSiteNotificationPreferencesResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"PayloadOptions":{"type":"object","properties":{"include_flat_fields":{"type":"boolean","x-nullable":true},"remove_null_fields":{"type":"boolean","x-nullable":true}},"additionalProperties":false},"PostBody":{"type":"object","properties":{"notification_subscriptions":{"type":"array","items":{"$ref":"#/definitions/UpsertBody"}}},"additionalProperties":false,"required":["notification_subscriptions"]},"PutBody":{"type":"object","properties":{"last_modified_at":{"type":"string","format":"date-time","x-nullable":true},"target_url":{"type":"string"},"type":{"type":"string","enum":["webhook"]},"event_types":{"type":"array","items":{"type":"string","enum":["*","alert.updated","alert.deleted","alert.created","alert.*"]}},"payload_options":{"$ref":"#/definitions/PayloadOptions","x-nullable":true},"user_id":{"type":"string","x-nullable":true},"notification_subscription_id":{"type":"integer","format":"int64"},"all_visible_sites":{"type":"boolean","x-nullable":true},"created_at":{"type":"string","format":"date-time","x-nullable":true},"site_ids":{"type":"array","items":{"type":"integer","format":"int64"},"x-nullable":true}},"additionalProperties":false,"required":["target_url","type","event_types","notification_subscription_id"]},"ReadBody":{"type":"object","properties":{"last_modified_at":{"type":"string","format":"date-time"},"target_url":{"type":"string"},"type":{"type":"string","enum":["webhook"]},"event_types":{"type":"array","items":{"type":"string","enum":["*","alert.updated","alert.deleted","alert.created","alert.*"]}},"payload_options":{"$ref":"#/definitions/PayloadOptions","x-nullable":true},"status":{"type":"string","enum":["awaiting_validation","inactive","active"]},"notification_subscription_id":{"type":"integer","format":"int64"},"all_visible_sites":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"site_ids":{"type":"array","items":{"type":"integer","format":"int64"}}},"additionalProperties":false,"required":["last_modified_at","target_url","type","event_types","payload_options","status","notification_subscription_id","all_visible_sites","created_at","site_ids"]},"Response":{"type":"object","properties":{"status":{"type":"string"},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/ResponseResponseMetadata"},"data":{"$ref":"#/definitions/ResponseData"}},"additionalProperties":false,"required":["status","data"]},"ResponseData":{"type":"object","properties":{"notification_subscription":{"$ref":"#/definitions/ReadBody"}},"additionalProperties":false,"required":["notification_subscription"]},"ResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"SiteNotificationPreference":{"type":"object","properties":{"user_id":{"type":"string"},"site_id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["alert"]},"value":{"type":"string","enum":["NO_NOTIFICATIONS","ALL_NOTIFICATIONS"]},"site_notification_preference_id":{"type":"string","format":"uuid"}},"additionalProperties":false,"required":["user_id","site_id","type","value","site_notification_preference_id"]},"SiteNotificationPreferenceCreateBody":{"type":"object","properties":{"user_id":{"type":"string"},"site_id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["alert"]},"value":{"type":"string","enum":["NO_NOTIFICATIONS","ALL_NOTIFICATIONS"]}},"additionalProperties":false,"required":["user_id","site_id","type","value"]},"SitesNotificationFilter":{"type":"object","properties":{"metadata_type_ids":{"type":"array","items":{"type":"integer","format":"int64"}},"equipment_ids":{"type":"array","items":{"type":"integer","format":"int64"}},"template_ids":{"type":"array","items":{"type":"string"}},"priority_ids":{"type":"array","items":{"type":"integer","format":"int64"}},"impact_ids":{"type":"array","items":{"type":"string","format":"uuid"}}},"additionalProperties":false},"SitesNotificationItem":{"type":"object","properties":{"last_modified_at":{"type":"string","format":"date-time"},"ticket_generation_config_id":{"type":"integer","format":"int64","x-nullable":true},"name":{"type":"string"},"event_types":{"type":"array","items":{"type":"string","enum":["*","alert.updated","alert.deleted","alert.created","alert.*"]}},"filter":{"$ref":"#/definitions/SitesNotificationFilter","x-nullable":true},"author_user_id":{"type":"string"},"status":{"type":"string","enum":["inactive","active"]},"sites_notification_id":{"type":"integer","format":"int64"},"recipient_user_ids":{"type":"array","items":{"type":"string"}},"create_escalated_ticket":{"type":"boolean","x-nullable":true},"created_at":{"type":"string","format":"date-time"},"site_ids":{"type":"array","items":{"type":"integer","format":"int64"}}},"additionalProperties":false,"required":["last_modified_at","name","event_types","filter","author_user_id","status","sites_notification_id","recipient_user_ids","created_at","site_ids"]},"SitesNotificationItemCreateBody":{"type":"object","properties":{"ticket_generation_config_id":{"type":"integer","format":"int64","x-nullable":true},"name":{"type":"string"},"event_types":{"type":"array","items":{"type":"string","enum":["*","alert.updated","alert.deleted","alert.created","alert.*"]}},"filter":{"$ref":"#/definitions/SitesNotificationFilter","x-nullable":true},"author_user_id":{"type":"string","x-nullable":true},"status":{"type":"string","enum":["inactive","active"]},"recipient_user_ids":{"type":"array","items":{"type":"string"}},"create_escalated_ticket":{"type":"boolean","x-nullable":true},"site_ids":{"type":"array","items":{"type":"integer","format":"int64"}}},"additionalProperties":false,"required":["name","event_types","filter","status","recipient_user_ids","site_ids"]},"SitesNotificationItemDeletedResponse":{"type":"object","properties":{"status":{"type":"string"},"data":{},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/SitesNotificationItemDeletedResponseResponseMetadata"}},"additionalProperties":false,"required":["status"]},"SitesNotificationItemDeletedResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"SitesNotificationItemPatchBodyParams":{"type":"object","properties":{"ticket_generation_config_id":{"type":"integer","format":"int64","x-nullable":true},"create_escalated_ticket":{"type":"boolean","x-nullable":true},"status":{"type":"string","enum":["inactive","active"]}},"additionalProperties":false},"SitesNotificationItemResponse":{"type":"object","properties":{"status":{"type":"string"},"data":{},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/SitesNotificationItemResponseResponseMetadata"}},"additionalProperties":false,"required":["status"]},"SitesNotificationItemResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"SitesNotificationItemUpdateBody":{"type":"object","properties":{"last_modified_at":{"type":"string","format":"date-time","x-nullable":true},"ticket_generation_config_id":{"type":"integer","format":"int64","x-nullable":true},"name":{"type":"string"},"event_types":{"type":"array","items":{"type":"string","enum":["*","alert.updated","alert.deleted","alert.created","alert.*"]}},"filter":{"$ref":"#/definitions/SitesNotificationFilter","x-nullable":true},"author_user_id":{"type":"string"},"status":{"type":"string","enum":["inactive","active"]},"sites_notification_id":{"type":"integer","format":"int64"},"recipient_user_ids":{"type":"array","items":{"type":"string"}},"create_escalated_ticket":{"type":"boolean","x-nullable":true},"created_at":{"type":"string","format":"date-time","x-nullable":true},"site_ids":{"type":"array","items":{"type":"integer","format":"int64"}}},"additionalProperties":false,"required":["name","event_types","filter","author_user_id","status","sites_notification_id","recipient_user_ids","site_ids"]},"SitesNotificationListResponse":{"type":"object","properties":{"status":{"type":"string"},"data":{},"message":{"type":"string"},"response_metadata":{"$ref":"#/definitions/SitesNotificationListResponseResponseMetadata"}},"additionalProperties":false,"required":["status"]},"SitesNotificationListResponseResponseMetadata":{"type":"object","properties":{"record_count":{"type":"integer","format":"int64"}},"additionalProperties":false},"SitesNotificationPostBodyParams":{"type":"object","properties":{"sites_notifications":{"type":"array","items":{"x-oneOf":[{"$ref":"#/definitions/SitesNotificationItemUpdateBody"},{"$ref":"#/definitions/SitesNotificationItemCreateBody"}]}}},"additionalProperties":false,"required":["sites_notifications"]},"UpsertBody":{"type":"object","properties":{"last_modified_at":{"type":"string","format":"date-time","x-nullable":true},"target_url":{"type":"string"},"type":{"type":"string","enum":["webhook"]},"event_types":{"type":"array","items":{"type":"string","enum":["*","alert.updated","alert.deleted","alert.created","alert.*"]}},"payload_options":{"$ref":"#/definitions/PayloadOptions","x-nullable":true},"user_id":{"type":"string","x-nullable":true},"notification_subscription_id":{"type":"integer","format":"int64","x-nullable":true},"all_visible_sites":{"type":"boolean","x-nullable":true},"created_at":{"type":"string","format":"date-time","x-nullable":true},"site_ids":{"type":"array","items":{"type":"integer","format":"int64"},"x-nullable":true}},"additionalProperties":false,"required":["target_url","type","event_types"]},"UpsertSiteNotificationPreferencesBodyParams":{"type":"object","properties":{"site_notification_preferences":{"type":"array","items":{"x-oneOf":[{"$ref":"#/definitions/SiteNotificationPreference"},{"$ref":"#/definitions/SiteNotificationPreferenceCreateBody"}]}}},"additionalProperties":false,"required":["site_notification_preferences"]},"UserEntity":{"type":"object","properties":{"id":{"type":"number","format":"double"},"name":{"type":"string"},"type":{"type":"string","enum":["contractor","customer","client"]},"is_active":{"type":"boolean"},"customer_id":{"type":"number","format":"double"},"logo_url":{"type":"string"}},"additionalProperties":false,"required":["id","name","type","is_active"]},"UserPreference":{"type":"object","properties":{"site_id":{"type":"integer","format":"int64"},"user_id":{"type":"string"},"value":{}},"additionalProperties":false,"required":["site_id","user_id","value"]},"UserWithEntityWithLogo":{"type":"object","properties":{"email":{"type":"string"},"contractor_id":{"type":"number","format":"double"},"lastname":{"type":"string"},"username":{"type":"string"},"preferences":{"type":"array","items":{"$ref":"#/definitions/UserPreference"},"x-nullable":true},"firstname":{"type":"string"},"id":{"type":"string"},"client_id":{"type":"number","format":"double"},"entity":{"$ref":"#/definitions/UserEntity"},"customer_id":{"type":"number","format":"double"}},"additionalProperties":false,"required":["email","lastname","username","firstname","id"]}}}