The /template/service/ endpoint is used to view services that are attached to templates.
Examples
List Event Types (List method, GET)
curl --header "Authorization:ApiKey testuser:256ee09ded99b29036fac4de96acedb7e8af7bf7" https://www.statusdashboard.com/api/v1/template/service/
{ "meta": { "limit": 10, "next": null, "offset": 0, "previous": null, "total_count": 1 }, "objects": [ { "resource_uri": "/api/v1/template/service/1/", "service": { "description": "", "group": "North America DataCenter", "hidden": false, "hidden_notifications": false, "resource_uri": "/api/v1/service/150/", "service_name": "Web Site" }, "template": "/api/v1/template/list/1/" } ] }
Upon success, you'll receive back an HTTP 200 (OK) indicating that the API call succeeded.