Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

GET /system/eula_acceptances

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