Degrees
Query the degrees of the organization.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM Degrees;
Columns
Name | Type | Operators | Description |
Id [KEY] | Int64 | Degree ID. | |
Name | String | Name of the degree. | |
Priority | Int32 | Priority of the degree object. |