{"name":"Glennallen Family Dentistry","description":"K. Brent Shedlock, DDS","url":"https:\/\/glennallendentistry.com","home":"https:\/\/glennallendentistry.com","gmt_offset":-8,"timezone_string":"America\/Anchorage","page_for_posts":0,"page_on_front":0,"show_on_front":"posts","namespaces":["oembed\/1.0","simple-history\/v1","yoast\/v1","ngg\/v1","imagely\/v1","themeisle-sdk\/v1","wp\/v2","wp-site-health\/v1","wp-block-editor\/v1","ccf\/v1"],"authentication":{"application-passwords":{"endpoints":{"authorization":"https:\/\/glennallendentistry.com\/wp-admin\/authorize-application.php"}}},"routes":{"\/":{"namespace":"","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/"}]}},"\/batch\/v1":{"namespace":"","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"validation":{"type":"string","enum":["require-all-validate","normal"],"default":"normal","required":false},"requests":{"type":"array","maxItems":25,"items":{"type":"object","properties":{"method":{"type":"string","enum":["POST","PUT","PATCH","DELETE"],"default":"POST"},"path":{"type":"string","required":true},"body":{"type":"object","properties":[],"additionalProperties":true},"headers":{"type":"object","properties":[],"additionalProperties":{"type":["string","array"],"items":{"type":"string"}}}}},"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/batch\/v1"}]}},"\/simple-history\/v1":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"simple-history\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1"}]}},"\/simple-history\/v1\/email-report\/preview\/email":{"namespace":"simple-history\/v1","methods":["POST","GET"],"endpoints":[{"methods":["POST","GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/email-report\/preview\/email"}]}},"\/simple-history\/v1\/email-report\/preview\/html":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/email-report\/preview\/html"}]}},"\/simple-history\/v1\/events":{"namespace":"simple-history\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"type":{"description":"Type of result to return.","type":"string","default":"overview","enum":["overview","occasions"],"required":false},"logRowID":{"description":"Limit result set to rows with id lower than this.","type":"integer","required":false},"occasionsID":{"description":"Limit result set to rows with occasionsID equal to this.","type":"string","required":false},"occasionsCount":{"description":"The number of occasions to get.","type":"integer","required":false},"occasionsCountMaxReturn":{"description":"The max number of occasions to return.","type":"integer","required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":null,"required":false},"max_id_first_page":{"description":"Limit result set to rows with id equal or lower than this.","type":"integer","required":false},"since_id":{"description":"Limit result set to rows with id greater than this, i.e. more recent than since_id.","type":"integer","required":false},"since_date":{"description":"Limit result set to events with date > since_date OR (date = since_date AND id > since_id). Use together with since_id for accurate new event detection.","type":"string","format":"date-time","required":false},"date_from":{"description":"Limit result set to rows with date greater than or equal to this unix timestamp.","type":"string","required":false},"date_to":{"description":"Limit result set to rows with date less than or equal to this unix timestamp.","type":"string","required":false},"dates":{"description":"Limit result set to rows with date within this range.","type":"array","items":{"type":"string"},"required":false},"skip_count_query":{"description":"Skip the total count query for faster results when pagination info is not needed.","type":"boolean","default":false,"required":false},"lastdays":{"description":"Limit result set to rows with date within this range.","type":"integer","required":false},"months":{"description":"Limit result set to rows with date within this range. Format: Y-m.","type":"array","items":{"type":"string"},"required":false},"loglevels":{"description":"Limit result set to rows with log levels.","type":"array","items":{"type":"string"},"required":false},"loggers":{"description":"Limit result set to rows with loggers.","type":"array","items":{"type":"string"},"required":false},"messages":{"description":"Limit result set to rows with messages. Format: LoggerSlug:message.","type":"array","items":{"type":"string"},"required":false},"users":{"description":"Limit result set to rows with user ids.","type":"array","items":{"type":"integer"},"required":false},"user":{"description":"Limit result set to rows with user id.","type":"integer","required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"include_sticky":{"description":"Include sticky events in the result set.","type":"boolean","default":false,"required":false},"only_sticky":{"description":"Only return sticky events.","type":"boolean","default":false,"required":false},"initiator":{"description":"Limit result set to events from specific initiator(s).","type":["string","array"],"items":{"type":"string"},"required":false},"ip_address":{"description":"Limit result set to events from a specific IP address. Supports anonymized IPs with \".x\" suffix.","type":"string","required":false},"context_filters":{"description":"Context filters as key-value pairs to filter events by context data.","type":"object","additionalProperties":{"type":"string"},"required":false},"metadata_search":{"description":"Plain text search across all event metadata (context values). Slower than the main search but covers IP addresses, emails, and other internal data.","type":"string","required":false},"ungrouped":{"description":"Return ungrouped events without occasions grouping.","type":"boolean","default":false,"required":false},"surrounding_event_id":{"description":"Show events surrounding this event ID. Returns events chronologically before and after the specified event, regardless of other filters. Requires administrator privileges.","type":"integer","required":false},"surrounding_count":{"description":"Number of events to show before AND after the surrounding_event_id. Default 5, max 50.","type":"integer","default":5,"minimum":1,"maximum":50,"required":false},"exclude_search":{"description":"Exclude events containing these words. Events matching this search will be hidden.","type":"string","required":false},"exclude_loglevels":{"description":"Exclude events with these log levels.","type":"array","items":{"type":"string"},"required":false},"exclude_loggers":{"description":"Exclude events from these loggers.","type":"array","items":{"type":"string"},"required":false},"exclude_messages":{"description":"Exclude events with these messages. Format: LoggerSlug:message.","type":"array","items":{"type":"string"},"required":false},"exclude_users":{"description":"Exclude events from these user IDs.","type":"array","items":{"type":"integer"},"required":false},"exclude_user":{"description":"Exclude events from this user ID.","type":"integer","required":false},"exclude_initiator":{"description":"Exclude events from specific initiator(s).","type":["string","array"],"items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"message":{"type":"string","description":"Short message to log","required":true},"note":{"type":"string","description":"Additional note or details about the event","required":false},"level":{"type":"string","enum":["emergency","alert","critical","error","warning","notice","info","debug"],"default":"info","description":"Log level","required":false},"date":{"type":"string","format":"date-time","description":"Date and time for the event in MySQL datetime format (Y-m-d H:i:s). If not provided, current time will be used.","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/events"}]}},"\/simple-history\/v1\/events\/has-updates":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"type":{"description":"Type of result to return.","type":"string","default":"overview","enum":["overview","occasions"],"required":false},"logRowID":{"description":"Limit result set to rows with id lower than this.","type":"integer","required":false},"occasionsID":{"description":"Limit result set to rows with occasionsID equal to this.","type":"string","required":false},"occasionsCount":{"description":"The number of occasions to get.","type":"integer","required":false},"occasionsCountMaxReturn":{"description":"The max number of occasions to return.","type":"integer","required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":null,"required":false},"max_id_first_page":{"description":"Limit result set to rows with id equal or lower than this.","type":"integer","required":false},"since_id":{"description":"Limit result set to rows with id greater than this, i.e. more recent than since_id.","type":"integer","required":true},"since_date":{"description":"Limit result set to events with date > since_date OR (date = since_date AND id > since_id). Use together with since_id for accurate new event detection.","type":"string","format":"date-time","required":false},"date_from":{"description":"Limit result set to rows with date greater than or equal to this unix timestamp.","type":"string","required":false},"date_to":{"description":"Limit result set to rows with date less than or equal to this unix timestamp.","type":"string","required":false},"dates":{"description":"Limit result set to rows with date within this range.","type":"array","items":{"type":"string"},"required":false},"skip_count_query":{"description":"Skip the total count query for faster results when pagination info is not needed.","type":"boolean","default":false,"required":false},"lastdays":{"description":"Limit result set to rows with date within this range.","type":"integer","required":false},"months":{"description":"Limit result set to rows with date within this range. Format: Y-m.","type":"array","items":{"type":"string"},"required":false},"loglevels":{"description":"Limit result set to rows with log levels.","type":"array","items":{"type":"string"},"required":false},"loggers":{"description":"Limit result set to rows with loggers.","type":"array","items":{"type":"string"},"required":false},"messages":{"description":"Limit result set to rows with messages. Format: LoggerSlug:message.","type":"array","items":{"type":"string"},"required":false},"users":{"description":"Limit result set to rows with user ids.","type":"array","items":{"type":"integer"},"required":false},"user":{"description":"Limit result set to rows with user id.","type":"integer","required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"include_sticky":{"description":"Include sticky events in the result set.","type":"boolean","default":false,"required":false},"only_sticky":{"description":"Only return sticky events.","type":"boolean","default":false,"required":false},"initiator":{"description":"Limit result set to events from specific initiator(s).","type":["string","array"],"items":{"type":"string"},"required":false},"ip_address":{"description":"Limit result set to events from a specific IP address. Supports anonymized IPs with \".x\" suffix.","type":"string","required":false},"context_filters":{"description":"Context filters as key-value pairs to filter events by context data.","type":"object","additionalProperties":{"type":"string"},"required":false},"metadata_search":{"description":"Plain text search across all event metadata (context values). Slower than the main search but covers IP addresses, emails, and other internal data.","type":"string","required":false},"ungrouped":{"description":"Return ungrouped events without occasions grouping.","type":"boolean","default":false,"required":false},"surrounding_event_id":{"description":"Show events surrounding this event ID. Returns events chronologically before and after the specified event, regardless of other filters. Requires administrator privileges.","type":"integer","required":false},"surrounding_count":{"description":"Number of events to show before AND after the surrounding_event_id. Default 5, max 50.","type":"integer","default":5,"minimum":1,"maximum":50,"required":false},"exclude_search":{"description":"Exclude events containing these words. Events matching this search will be hidden.","type":"string","required":false},"exclude_loglevels":{"description":"Exclude events with these log levels.","type":"array","items":{"type":"string"},"required":false},"exclude_loggers":{"description":"Exclude events from these loggers.","type":"array","items":{"type":"string"},"required":false},"exclude_messages":{"description":"Exclude events with these messages. Format: LoggerSlug:message.","type":"array","items":{"type":"string"},"required":false},"exclude_users":{"description":"Exclude events from these user IDs.","type":"array","items":{"type":"integer"},"required":false},"exclude_user":{"description":"Exclude events from this user ID.","type":"integer","required":false},"exclude_initiator":{"description":"Exclude events from specific initiator(s).","type":["string","array"],"items":{"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/events\/has-updates"}]}},"\/simple-history\/v1\/events\/(?P<id>[\\d]+)":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the event.","type":"integer","required":false}}}]},"\/simple-history\/v1\/events\/(?P<id>[\\d]+)\/stick":{"namespace":"simple-history\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Unique identifier for the event.","type":"integer","required":false}}}]},"\/simple-history\/v1\/backfill-status":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/backfill-status"}]}},"\/simple-history\/v1\/events\/(?P<id>[\\d]+)\/unstick":{"namespace":"simple-history\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Unique identifier for the event.","type":"integer","required":false}}}]},"\/simple-history\/v1\/search-options":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/search-options"}]}},"\/simple-history\/v1\/search-user":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/search-user"}]}},"\/simple-history\/v1\/stats\/summary":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/summary"}]}},"\/simple-history\/v1\/stats\/users":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/users"}]}},"\/simple-history\/v1\/stats\/content":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/content"}]}},"\/simple-history\/v1\/stats\/media":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/media"}]}},"\/simple-history\/v1\/stats\/plugins":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/plugins"}]}},"\/simple-history\/v1\/stats\/core":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/core"}]}},"\/simple-history\/v1\/stats\/peak-days":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/peak-days"}]}},"\/simple-history\/v1\/stats\/peak-times":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/peak-times"}]}},"\/simple-history\/v1\/stats\/activity-overview":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/activity-overview"}]}},"\/simple-history\/v1\/stats\/notes":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"date_from":{"description":"Start date as Unix timestamp. If not provided, defaults to 30 days ago.","type":"integer","required":false},"date_to":{"description":"End date as Unix timestamp. If not provided, defaults to end of today.","type":"integer","required":false},"limit":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"include_details":{"description":"Whether to include detailed stats.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/stats\/notes"}]}},"\/simple-history\/v1\/support-info":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/support-info"}]}},"\/simple-history\/v1\/support-info\/health-check":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/simple-history\/v1\/support-info\/health-check"}]}},"\/simple-history\/v1\/users\/(?P<id>\\d+)\/card":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"WordPress user ID.","type":"integer","required":true}}}]},"\/simple-history\/v1\/initiators\/(?P<type>[a-z_]+)\/card":{"namespace":"simple-history\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"type":{"description":"Initiator type (wp, wp_cli, web_user, other).","type":"string","enum":["wp","wp_cli","web_user","other"],"required":true}}}]},"\/yoast\/v1":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"yoast\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1"}]}},"\/yoast\/v1\/file_size":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"type":"string","description":"The url to retrieve","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/file_size"}]}},"\/yoast\/v1\/statistics":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/statistics"}]}},"\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"postTypeName":{"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type"}]}},"\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"taxonomyName":{"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy"}]}},"\/yoast\/v1\/site_kit_configuration_permanent_dismissal":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"is_dismissed":{"type":"bool","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/site_kit_configuration_permanent_dismissal"}]}},"\/yoast\/v1\/readability_scores":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"contentType":{"type":"string","required":true},"taxonomy":{"type":"string","default":"","required":false},"term":{"type":"integer","default":null,"required":false},"troubleshooting":{"type":"bool","default":null,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/readability_scores"}]}},"\/yoast\/v1\/seo_scores":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"contentType":{"type":"string","required":true},"taxonomy":{"type":"string","default":"","required":false},"term":{"type":"integer","default":null,"required":false},"troubleshooting":{"type":"bool","default":null,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/seo_scores"}]}},"\/yoast\/v1\/setup_steps_tracking":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"setup_widget_loaded":{"type":"string","enum":["yes","no"],"required":false},"first_interaction_stage":{"type":"string","enum":["install","activate","setup","grantConsent","successfullyConnected"],"required":false},"last_interaction_stage":{"type":"string","enum":["install","activate","setup","grantConsent","successfullyConnected"],"required":false},"setup_widget_temporarily_dismissed":{"type":"string","enum":["yes","no"],"required":false},"setup_widget_permanently_dismissed":{"type":"string","enum":["yes","no"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/setup_steps_tracking"}]}},"\/yoast\/v1\/introductions\/(?P<introduction_id>[\\w-]+)\/seen":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"introduction_id":{"type":"string","required":true},"is_seen":{"type":"bool","default":true,"required":false}}}]},"\/yoast\/v1\/wistia_embed_permission":{"namespace":"yoast\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":{"value":{"type":"bool","default":true,"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/wistia_embed_permission"}]}},"\/yoast\/v1\/available_posts":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"search":{"type":"string","default":"","required":false},"postType":{"type":"string","default":"page","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/available_posts"}]}},"\/yoast\/v1\/alerts\/dismiss":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"key":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/alerts\/dismiss"}]}},"\/yoast\/v1\/configuration\/site_representation":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"company_or_person":{"type":"string","enum":["company","person"],"required":true},"company_name":{"type":"string","required":false},"company_logo":{"type":"string","required":false},"company_logo_id":{"type":"integer","required":false},"person_logo":{"type":"string","required":false},"person_logo_id":{"type":"integer","required":false},"company_or_person_user_id":{"type":"integer","required":false},"description":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/configuration\/site_representation"}]}},"\/yoast\/v1\/configuration\/social_profiles":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"facebook_site":{"type":"string","required":false},"twitter_site":{"type":"string","required":false},"other_social_urls":{"type":"array","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/configuration\/social_profiles"}]}},"\/yoast\/v1\/configuration\/check_capability":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"user_id":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/configuration\/check_capability"}]}},"\/yoast\/v1\/configuration\/enable_tracking":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"tracking":{"type":"boolean","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/configuration\/enable_tracking"}]}},"\/yoast\/v1\/configuration\/save_configuration_state":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"finishedSteps":{"type":"array","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/configuration\/save_configuration_state"}]}},"\/yoast\/v1\/configuration\/get_configuration_state":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/configuration\/get_configuration_state"}]}},"\/yoast\/v1\/import\/(?P<plugin>[\\w-]+)\/(?P<type>[\\w-]+)":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}]},"\/yoast\/v1\/get_head":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/get_head"}]}},"\/yoast\/v1\/indexing\/posts":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/indexing\/posts"}]}},"\/yoast\/v1\/indexing\/terms":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/indexing\/terms"}]}},"\/yoast\/v1\/indexing\/post-type-archives":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/indexing\/post-type-archives"}]}},"\/yoast\/v1\/indexing\/general":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/indexing\/general"}]}},"\/yoast\/v1\/indexing\/prepare":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/indexing\/prepare"}]}},"\/yoast\/v1\/indexing\/indexables-complete":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/indexing\/indexables-complete"}]}},"\/yoast\/v1\/indexing\/complete":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/indexing\/complete"}]}},"\/yoast\/v1\/link-indexing\/posts":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/link-indexing\/posts"}]}},"\/yoast\/v1\/link-indexing\/terms":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/link-indexing\/terms"}]}},"\/yoast\/v1\/integrations\/set_active":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"active":{"type":"boolean","required":true},"integration":{"type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/integrations\/set_active"}]}},"\/yoast\/v1\/meta\/search":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/meta\/search"}]}},"\/yoast\/v1\/semrush\/authenticate":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"code":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/semrush\/authenticate"}]}},"\/yoast\/v1\/semrush\/country_code":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"country_code":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/semrush\/country_code"}]}},"\/yoast\/v1\/semrush\/related_keyphrases":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"keyphrase":{"required":true},"country_code":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/semrush\/related_keyphrases"}]}},"\/yoast\/v1\/wincher\/authorization-url":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/wincher\/authorization-url"}]}},"\/yoast\/v1\/wincher\/authenticate":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"code":{"required":true},"websiteId":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/wincher\/authenticate"}]}},"\/yoast\/v1\/wincher\/keyphrases\/track":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"keyphrases":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/wincher\/keyphrases\/track"}]}},"\/yoast\/v1\/wincher\/keyphrases":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"keyphrases":{"required":false},"permalink":{"required":false},"startAt":{"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/wincher\/keyphrases"}]}},"\/yoast\/v1\/wincher\/keyphrases\/untrack":{"namespace":"yoast\/v1","methods":["DELETE"],"endpoints":[{"methods":["DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/wincher\/keyphrases\/untrack"}]}},"\/yoast\/v1\/wincher\/account\/limit":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/wincher\/account\/limit"}]}},"\/yoast\/v1\/wincher\/account\/upgrade-campaign":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/wincher\/account\/upgrade-campaign"}]}},"\/yoast\/v1\/workouts":{"namespace":"yoast\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/workouts"}]}},"\/yoast\/v1\/complete_task":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"options":{"type":"object","properties":{"task":{"type":"string","required":true,"sanitize_callback":"sanitize_text_field"}},"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/complete_task"}]}},"\/yoast\/v1\/get_tasks":{"namespace":"yoast\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"options":{"type":"object","properties":{"filter":{"type":"string","required":false,"sanitize_callback":"sanitize_text_field"},"limit":{"type":"int","required":false,"sanitize_callback":"absint"}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/get_tasks"}]}},"\/yoast\/v1\/action_tracking":{"namespace":"yoast\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"action":{"type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/yoast\/v1\/action_tracking"}]}},"\/ngg\/v1":{"namespace":"ngg\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"ngg\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/ngg\/v1"}]}},"\/ngg\/v1\/admin\/block\/image\/(?P<image_id>.*)":{"namespace":"ngg\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"image_id":{"description":"Image ID","type":"integer","required":true}}}]},"\/ngg\/v1\/admin\/attach_to_post\/galleries":{"namespace":"ngg\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET","POST","PUT","PATCH","DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/ngg\/v1\/admin\/attach_to_post\/galleries"}]}},"\/ngg\/v1\/admin\/attach_to_post\/albums":{"namespace":"ngg\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET","POST","PUT","PATCH","DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/ngg\/v1\/admin\/attach_to_post\/albums"}]}},"\/ngg\/v1\/admin\/attach_to_post\/tags":{"namespace":"ngg\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET","POST","PUT","PATCH","DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/ngg\/v1\/admin\/attach_to_post\/tags"}]}},"\/ngg\/v1\/admin\/attach_to_post\/images":{"namespace":"ngg\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET","POST","PUT","PATCH","DELETE"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/ngg\/v1\/admin\/attach_to_post\/images"}]}},"\/imagely\/v1":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"imagely\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1"}]}},"\/imagely\/v1\/roles-capabilities":{"namespace":"imagely\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/roles-capabilities"}]}},"\/imagely\/v1\/addons":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/addons"}]}},"\/imagely\/v1\/addons\/(?P<addon_id>[a-z_-]+)\/status":{"namespace":"imagely\/v1","methods":["PUT"],"endpoints":[{"methods":["PUT"],"args":{"addon_id":{"type":"string","description":"The feature identifier","required":true},"enabled":{"type":"boolean","description":"Whether the feature should be enabled","required":true}}}]},"\/imagely\/v1\/galleries":{"namespace":"imagely\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"orderby":{"type":"string","enum":["gid","title","author","is_ecommerce_enabled","is_private","date_created","date_modified"],"default":"gid","required":false},"order":{"type":"string","enum":["ASC","DESC"],"default":"ASC","required":false},"per_page":{"type":"integer","default":25,"required":false},"page":{"type":"integer","default":1,"required":false},"ecommerce_filter":{"type":"string","enum":["enabled","disabled"],"required":false},"is_private_filter":{"type":"integer","enum":[0,1],"required":false},"search":{"type":"string","description":"Search galleries by title","required":false}}},{"methods":["POST"],"args":{"title":{"type":"string","required":true},"galdesc":{"type":"string","required":false},"path":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/galleries"}]}},"\/imagely\/v1\/galleries\/(?P<id>\\d+)":{"namespace":"imagely\/v1","methods":["GET","PUT","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"type":"integer","required":true}}},{"methods":["PUT"],"args":{"id":{"type":"integer","required":true},"name":{"type":"string","required":false},"title":{"type":"string","required":false},"path":{"type":"string","required":false},"author":{"type":"integer","required":false},"previewpic":{"type":"integer","required":false},"pageid":{"type":"integer","required":false},"galdesc":{"type":"string","required":false},"slug":{"type":"string","required":false},"extras_post_id":{"type":"integer","required":false},"parent_id":{"type":"integer","required":false},"pricelist_id":{"type":"integer","required":false},"display_type":{"type":"string","required":false},"display_type_settings":{"type":"object","required":false},"external_source":{"type":"object","required":false},"is_private":{"type":"integer","enum":[0,1],"required":false},"is_ecommerce_enabled":{"type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/galleries\/batch":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"ids":{"type":"array","items":{"type":"integer"},"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/galleries\/batch"}]}},"\/imagely\/v1\/galleries\/(?P<id>\\d+)\/scan-folder":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/albums":{"namespace":"imagely\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"orderby":{"type":"string","enum":["id","name","date_created","date_modified","slug","previewpic"],"default":"id","required":false},"order":{"type":"string","enum":["ASC","DESC"],"default":"ASC","required":false},"per_page":{"type":"integer","default":25,"required":false},"page":{"type":"integer","default":1,"required":false},"search":{"type":"string","description":"Search albums by name","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","required":true},"description":{"type":"string","required":false},"preview_image_id":{"type":"integer","required":false},"pageid":{"type":"integer","required":false},"display_type":{"type":"string","required":false},"display_type_settings":{"type":"object","required":false},"sortorder":{"type":"array","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/albums"}]}},"\/imagely\/v1\/albums\/(?P<id>\\d+)":{"namespace":"imagely\/v1","methods":["GET","PUT","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"type":"integer","required":true}}},{"methods":["PUT"],"args":{"id":{"type":"integer","required":true},"name":{"type":"string","required":false},"description":{"type":"string","required":false},"preview_image_id":{"type":"integer","required":false},"pageid":{"type":"integer","required":false},"sortorder":{"type":"array","required":false},"display_type":{"type":"string","required":false},"display_type_settings":{"type":"object","required":false}}},{"methods":["DELETE"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/images":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"gallery_id":{"type":"integer","required":false},"per_page":{"type":"integer","default":100,"required":false},"page":{"type":"integer","default":1,"required":false},"orderby":{"type":"string","enum":["sortorder","pid","filename","imagedate"],"default":"sortorder","required":false},"order":{"type":"string","enum":["ASC","DESC"],"default":"ASC","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images"}]}},"\/imagely\/v1\/images\/(?P<id>\\d+)":{"namespace":"imagely\/v1","methods":["GET","PUT","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"type":"integer","required":true}}},{"methods":["PUT"],"args":{"id":{"type":"integer","required":true},"alttext":{"type":"string","required":false},"description":{"type":"string","required":false},"exclude":{"type":"boolean","required":false},"image_slug":{"type":"string","required":false},"sortorder":{"type":"integer","required":false},"tags":{"type":"string","required":false},"pricelist_id":{"type":"integer","description":"Pricelist ID for ecommerce functionality","required":false}}},{"methods":["DELETE"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/images\/bulk":{"namespace":"imagely\/v1","methods":["PUT"],"endpoints":[{"methods":["PUT"],"args":{"images":{"type":"array","items":{"type":"object","properties":{"id":{"required":true,"type":"integer"},"alttext":{"type":"string"},"description":{"type":"string"},"exclude":{"type":"boolean"},"image_slug":{"type":"string"},"sortorder":{"type":"integer"},"tags":{"type":"string"},"pricelist_id":{"type":"integer","description":"Pricelist ID for ecommerce functionality"}}},"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/bulk"}]}},"\/imagely\/v1\/images\/import-media-library":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"gallery_id":{"type":"integer","required":false},"gallery_name":{"type":"string","required":false},"attachment_ids":{"type":"array","items":{"type":"integer"},"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/import-media-library"}]}},"\/imagely\/v1\/images\/upload":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"gallery_id":{"type":"integer","required":false},"gallery_name":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/upload"}]}},"\/imagely\/v1\/folders\/browse":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"dir":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/folders\/browse"}]}},"\/imagely\/v1\/folders\/import":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"folder":{"type":"string","required":true},"keep_location":{"type":"boolean","required":false},"gallery_title":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/folders\/import"}]}},"\/imagely\/v1\/images\/(?P<id>\\d+)\/crop-thumbnail":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true},"x":{"type":"number","required":true},"y":{"type":"number","required":true},"w":{"type":"number","required":true},"h":{"type":"number","required":true},"rr":{"type":"number","required":true}}}]},"\/imagely\/v1\/images\/(?P<id>\\d+)\/rotate":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true},"rotation":{"type":"string","enum":["cw","ccw","fv","fh"],"required":true}}}]},"\/imagely\/v1\/images\/(?P<id>\\d+)\/create-thumbnail":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true},"width":{"type":"integer","minimum":1,"description":"Custom width for thumbnail (optional)","required":false},"height":{"type":"integer","minimum":1,"description":"Custom height for thumbnail (optional)","required":false},"fix_dimension":{"type":"boolean","default":false,"description":"Whether to ignore aspect ratio (true) or maintain it (false)","required":false}}}]},"\/imagely\/v1\/images\/(?P<id>\\d+)\/resize":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/images\/(?P<id>\\d+)\/set-watermark":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/images\/(?P<id>\\d+)\/recover":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/images\/(?P<id>\\d+)\/import-metadata":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/images\/(?P<id>\\d+)\/strip-orientation":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true}}}]},"\/imagely\/v1\/images\/bulk-resize":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"image_ids":{"type":"array","items":{"type":"integer"},"description":"Array of image IDs to resize","required":true},"width":{"type":"integer","minimum":1,"description":"New width for images (optional, will use global setting if not provided)","required":false},"height":{"type":"integer","minimum":1,"description":"New height for images (optional, will use global setting if not provided)","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/bulk-resize"}]}},"\/imagely\/v1\/images\/bulk-import-metadata":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"image_ids":{"type":"array","items":{"type":"integer"},"description":"Array of image IDs to import metadata for","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/bulk-import-metadata"}]}},"\/imagely\/v1\/images\/bulk-copy":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"image_ids":{"type":"array","items":{"type":"integer"},"description":"Array of image IDs to copy","required":true},"destination_gallery_id":{"type":"integer","minimum":1,"description":"ID of the destination gallery","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/bulk-copy"}]}},"\/imagely\/v1\/images\/bulk-move":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"image_ids":{"type":"array","items":{"type":"integer"},"description":"Array of image IDs to move","required":true},"destination_gallery_id":{"type":"integer","minimum":1,"description":"ID of the destination gallery","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/bulk-move"}]}},"\/imagely\/v1\/images\/(?P<id>\\d+)\/crop":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"type":"integer","required":true},"x":{"type":"number","required":true},"y":{"type":"number","required":true},"w":{"type":"number","required":true},"h":{"type":"number","required":true},"rr":{"type":"number","required":true}}}]},"\/imagely\/v1\/images\/bulk-add-tags":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"image_ids":{"type":"array","items":{"type":"integer"},"description":"Array of image IDs to add tags to","required":true},"tags":{"type":"array","items":{"type":"string"},"description":"Array of tag names to add to images","required":true},"append":{"type":"boolean","default":true,"description":"Whether to append tags (true) or replace existing tags (false)","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/bulk-add-tags"}]}},"\/imagely\/v1\/images\/bulk-remove-tags":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"image_ids":{"type":"array","items":{"type":"integer"},"description":"Array of image IDs to remove all tags from","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/images\/bulk-remove-tags"}]}},"\/imagely\/v1\/display-types":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/display-types"}]}},"\/imagely\/v1\/display-types\/(?P<name>[a-zA-Z0-9-_]+)":{"namespace":"imagely\/v1","methods":["GET","PUT"],"endpoints":[{"methods":["GET"],"args":{"name":{"type":"string","pattern":"\/^[a-zA-Z0-9-_]+$\/","required":true}}},{"methods":["PUT"],"args":{"name":{"type":"string","pattern":"\/^[a-zA-Z0-9-_]+$\/","required":true},"settings":{"type":"object","required":true}}}]},"\/imagely\/v1\/display-types\/(?P<name>[a-zA-Z0-9-_]+)\/reset":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"name":{"type":"string","pattern":"\/^[a-zA-Z0-9-_]+$\/","required":true}}}]},"\/imagely\/v1\/settings":{"namespace":"imagely\/v1","methods":["GET","PUT"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["PUT"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/settings"}]}},"\/imagely\/v1\/settings\/global":{"namespace":"imagely\/v1","methods":["GET","PUT"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["PUT"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/settings\/global"}]}},"\/imagely\/v1\/settings\/watermark-preview":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"watermark_options":{"type":"object","description":"Watermark configuration options","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/settings\/watermark-preview"}]}},"\/imagely\/v1\/settings\/reset":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"confirm":{"type":"boolean","description":"Confirmation flag to prevent accidental resets","required":true},"settings_type":{"type":"string","default":"all","description":"Type of settings to reset: all, non_ecommerce, or ecommerce","enum":["all","non_ecommerce","ecommerce"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/settings\/reset"}]}},"\/imagely\/v1\/cache\/clear":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/cache\/clear"}]}},"\/imagely\/v1\/thumbnails\/regenerate":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/thumbnails\/regenerate"}]}},"\/imagely\/v1\/system-info":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/system-info"}]}},"\/imagely\/v1\/tags":{"namespace":"imagely\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":{"name":{"type":"string","required":true},"description":{"type":"string","required":false},"slug":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/tags"}]}},"\/imagely\/v1\/tags\/(?P<identifier>[\\w-]+)":{"namespace":"imagely\/v1","methods":["GET","PUT","DELETE"],"endpoints":[{"methods":["GET"],"args":{"identifier":{"type":"string","required":true}}},{"methods":["PUT"],"args":{"identifier":{"type":"string","required":true},"name":{"type":"string","required":false},"description":{"type":"string","required":false},"slug":{"type":"string","required":false}}},{"methods":["DELETE"],"args":{"identifier":{"type":"string","required":true}}}]},"\/imagely\/v1\/notifications":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/notifications"}]}},"\/imagely\/v1\/notifications\/dismiss":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/notifications\/dismiss"}]}},"\/imagely\/v1\/plugins\/status":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/plugins\/status"}]}},"\/imagely\/v1\/plugins\/install":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"download_url":{"required":true},"basename":{"required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/plugins\/install"}]}},"\/imagely\/v1\/plugins\/activate":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"basename":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/plugins\/activate"}]}},"\/imagely\/v1\/plugins\/deactivate":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"basename":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/plugins\/deactivate"}]}},"\/imagely\/v1\/license\/activate":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"license_key":{"required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/license\/activate"}]}},"\/imagely\/v1\/convert-gallery\/single":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"post_id":{"type":"integer","required":false},"columns":{"type":"integer","default":3,"required":false},"sizeSlug":{"type":"string","default":"thumbnail","required":false},"linkTarget":{"type":"string","required":false},"images":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"url":{"type":"string"},"title":{"type":"string"},"alt":{"type":"string"}}},"required":true},"blockContent":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/convert-gallery\/single"}]}},"\/imagely\/v1\/convert-gallery\/bulk-start":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"selected_posttype":{"type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/convert-gallery\/bulk-start"}]}},"\/imagely\/v1\/convert-gallery\/bulk-process":{"namespace":"imagely\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"post_id":{"type":"integer","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/convert-gallery\/bulk-process"}]}},"\/imagely\/v1\/convert-gallery\/post-types":{"namespace":"imagely\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/imagely\/v1\/convert-gallery\/post-types"}]}},"\/themeisle-sdk\/v1":{"namespace":"themeisle-sdk\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"themeisle-sdk\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/themeisle-sdk\/v1"}]}},"\/themeisle-sdk\/v1\/checksum":{"namespace":"themeisle-sdk\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/themeisle-sdk\/v1\/checksum"}]}},"\/wp-site-health\/v1":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-site-health\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-site-health\/v1"}]}},"\/wp-site-health\/v1\/tests\/background-updates":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-site-health\/v1\/tests\/background-updates"}]}},"\/wp-site-health\/v1\/tests\/loopback-requests":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"}]}},"\/wp-site-health\/v1\/tests\/https-status":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-site-health\/v1\/tests\/https-status"}]}},"\/wp-site-health\/v1\/tests\/dotorg-communication":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"}]}},"\/wp-site-health\/v1\/tests\/authorization-header":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"}]}},"\/wp-site-health\/v1\/directory-sizes":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-site-health\/v1\/directory-sizes"}]}},"\/wp-site-health\/v1\/tests\/page-cache":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-site-health\/v1\/tests\/page-cache"}]}},"\/wp-block-editor\/v1":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-block-editor\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-block-editor\/v1"}]}},"\/wp-block-editor\/v1\/url-details":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The URL to process.","type":"string","format":"uri","required":true}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-block-editor\/v1\/url-details"}]}},"\/wp-block-editor\/v1\/export":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-block-editor\/v1\/export"}]}},"\/wp-block-editor\/v1\/navigation-fallback":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/wp-block-editor\/v1\/navigation-fallback"}]}},"\/ccf\/v1":{"namespace":"ccf\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"ccf\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/ccf\/v1"}]}},"\/ccf\/v1\/forms":{"namespace":"ccf\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/glennallendentistry.com\/wp-json\/ccf\/v1\/forms"}]}},"\/ccf\/v1\/forms\/(?P<id>[\\d]+)":{"namespace":"ccf\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":[]},{"methods":["DELETE"],"args":{"force":{"default":false,"required":false}}}]},"\/ccf\/v1\/forms\/(?P<id>[\\d]+)\/submissions":{"namespace":"ccf\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}]},"\/ccf\/v1\/submissions\/(?P<id>[\\d]+)":{"namespace":"ccf\/v1","methods":["DELETE"],"endpoints":[{"methods":["DELETE"],"args":{"force":{"default":true,"required":false}}}]},"\/ccf\/v1\/forms\/(?P<id>[\\d]+)\/fields":{"namespace":"ccf\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}]}},"site_logo":96,"site_icon":0,"site_icon_url":"","_links":{"help":[{"href":"https:\/\/developer.wordpress.org\/rest-api\/"}],"wp:featuredmedia":[{"embeddable":true,"type":"site_logo","href":"https:\/\/glennallendentistry.com\/wp-json\/wp\/v2\/media\/96"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}