No description available.
Parameters
Output
Encoding
application/jsonpolicy
refapp.bivri.support.policyDefs#policyView
Required
No description available.
Errors
PolicyNotActive
PolicyVersionNotFound
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": "PolicyNotActive"
},
{
"name": "PolicyVersionNotFound"
},
{
"name": "InvalidPolicyType"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"policy"
],
"properties": {
"policy": {
"ref": "app.bivri.support.policyDefs#policyView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"knownValues": [
"terms",
"privacy"
]
},
"version": {
"type": "string",
"description": "Version to return. Omit it to get the currently active version."
}
}
}
}