Skip to main content
Version: development

PolicyService_GetDecisions

PolicyService_GetDecisions

Path Parameters
  • decision_type string required
Responses

A successful response.


Schema
  • decisions object
  • property name* string
GET /v1/decisions/:decision_type

Request

Base URL
https://aperture-controller
decision_type — path required
curl / cURL
curl -L -X GET 'https://aperture-controller/v1/decisions/:decision_type' \
-H 'Accept: application/json'