No description available.
Parameters
Output
Encoding
application/jsonversions
array
Required
No description available.
Errors
InvalidPolicyType
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "InvalidPolicyType"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"versions"
],
"properties": {
"versions": {
"type": "array",
"items": {
"ref": "app.bivri.support.policyDefs#policyVersionView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"knownValues": [
"terms",
"privacy"
]
}
}
}
}