In CORE API Documentation, any property that is an enumerated type has the enum type listed in the Format column as a clickable link. For example, status in the Employee object is an enum of type EmployeeStatus. Clicking the link opens a detailed view of the enum, showing all possible values.
If you want to check out a list of all the enums available, check out the Enumerations page on the API documentation site. To retrieve a specific enum on the page, use anchor links. For example:
https://api-explorer.bqecore.com/docs/enumerations#EmployeeStatus