GET /system/eulas
Retrieves a list of EULAs.
Retrieves a list of EULAs. All users are able to call this endpoint.
| MIME Type | 
|---|
application/json  | 
There are no parameters for this endpoint.
| HTTP Response Code | Unique Code | Description | 
|---|---|---|
200  | 
The EULA list was retrieved.  | 
|
500  | 
79301001  | 
There was an unexpected error loading the EULAs.  | 
Response Description
All the available EULAs on the system, tagged with the language it's translated in
 
- locale_id - String - The Locale ID associated with this EULA translation.
 - eula_text - String - The EULA text, translated for the indicated locale.
 
Response Sample
[
    {
        "eula_text": "String",
        "locale_id": "String"
    }
]