GetRestrictions
Gets restrictions
Response Body
application/json
application/json
curl -X GET "https://loading/restrictions"{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"disallowPublicOrgRegistration": true,
"allowedLanguages": [
"string"
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?