| 1234567891011121314151617181920212223 | [[java-rest-high-get-basic-status]]=== Get Basic Status[[java-rest-high-get-basic-status-execution]]==== ExecutionThe basic status of the license can be retrieved as follows:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests}/LicensingDocumentationIT.java[get-basic-status-execute]--------------------------------------------------[[java-rest-high-get-basic-status-response]]==== ResponseThe returned `GetTrialStatusResponse` holds only a `boolean` flag:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests}/LicensingDocumentationIT.java[get-basic-status-response]--------------------------------------------------<1> Whether the license is eligible to start basic or not
 |