Get Website Properties
Last updated - 23 July, 2025
You can use LogicMonitor’s REST API to get all properties for a website. Properties set directly for a website can be retrieved directly from the serviceProperties returned in the services resource, but in order to get inherited properties (properties set at the group level) you’ll need to query the properties sub-resource for a specific website.
Note: As with all of our API calls, authentication is required.
Get all website properties
HTTP Method: GET
Resource URI: /service/services/{ID}/properties
Where ID is the ID of the website for which you’d like to get properties. You can get this ID from the services resource.
Resource Properties: