GET /system/eula_acceptances
Retrieves the list of EULA acceptance statuses that the caller has permission to see.
Retrieves the list of EULA acceptance statuses that the caller has permission to see. All users are able to call this endpoint, but will only see the EULA Acceptance resource that corresponds to them.
MIME Type |
---|
application/json |
There are no parameters for this endpoint.
HTTP Response Code | Unique Code | Description |
---|---|---|
200 |
The EULA list was retrieved. |
Response Description
The list of EULA acceptances that the calling user is authorized to see.
- id - Long - The ID of the EULA Acceptance.
- accepted_eula - Boolean - Indicates if the EULA has been accepted.
Response Sample
[
{
"accepted_eula": true,
"id": 42
}
]