Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
REST API Version 17.0 References
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

GET /system/eula_acceptances

date_range 24-May-22

SUMMARY 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.

Table 1: GET /system/eula_acceptances resource details:

GET /system/eula_acceptances resource details

MIME Type

application/json

There are no parameters for this endpoint.

Table 2: GET /system/eula_acceptances response codes:

GET /system/eula_acceptances response codes

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

content_copy zoom_out_map
[
    {
        "accepted_eula": true,
        "id": 42
    }
]
footer-navigation