Get Policies For State

Get Policies For State

Get all policies in state

Request
URI
GET
https://{api_host}/vco/api/policies/state/{state}
COPY
Path Parameters
string
Required

Responses
200

The request is successful

Returns policy-list of type(s) application/json
{
    "href": "string",
    "relations": {
        "total": 0,
        "start": 0,
        "link": [
            {
                "attribute": [
                    {
                        "displayValue": "string",
                        "value": "string",
                        "name": "string"
                    }
                ],
                "href": "string",
                "type": "string",
                "rel": "string"
            }
        ]
    }
}
string
href
Optional

href

relations
Optional

relations


400

The requested state is invalid

Operation doesn't return any data structure

401

The user is not authorized

Operation doesn't return any data structure