curl --request GET \
--url https://api.hyrd.de/v1/general/university-degrees"{\n \"message\": \"Success\",\n \"status\": 200,\n \"data\": [\n {\n \"id\": 1,\n \"value\": \"Bachelor of Arts\"\n },\n {\n \"id\": 2,\n \"value\": \"Bachelor of Science\"\n },\n {\n \"id\": 3,\n \"value\": \"Bachelor of Engineering\"\n },\n {\n \"id\": 4,\n \"value\": \"Bachelor of Laws\"\n },\n {\n \"id\": 5,\n \"value\": \"Bachelor of Education\"\n },\n {\n \"id\": 6,\n \"value\": \"Bachelor of Music\"\n },\n {\n \"id\": 7,\n \"value\": \"Bachelor of Fine Arts\"\n },\n {\n \"id\": 8,\n \"value\": \"Bachelor of Musical Arts\"\n },\n {\n \"id\": 9,\n \"value\": \"Master of Arts\"\n },\n {\n \"id\": 10,\n \"value\": \"Master of Science\"\n },\n {\n \"id\": 11,\n \"value\": \"Master of Engineering\"\n },\n {\n \"id\": 12,\n \"value\": \"Master of Laws\"\n },\n {\n \"id\": 13,\n \"value\": \"Master of Education\"\n },\n {\n \"id\": 14,\n \"value\": \"Master of Music\"\n },\n {\n \"id\": 15,\n \"value\": \"Master of Fine Arts\"\n },\n {\n \"id\": 16,\n \"value\": \"Master of Musical Arts\"\n },\n {\n \"id\": 17,\n \"value\": \"Magister Artium\"\n },\n {\n \"id\": 18,\n \"value\": \"Magister Legum\"\n },\n {\n \"id\": 19,\n \"value\": \"Erstes Staatsexamen\"\n },\n {\n \"id\": 20,\n \"value\": \"Zweites Staatsexamen\"\n },\n {\n \"id\": 21,\n \"value\": \"Promotion\"\n },\n {\n \"id\": 22,\n \"value\": \"MBA\"\n },\n {\n \"id\": 23,\n \"value\": \"Diplom\"\n },\n {\n \"id\": 24,\n \"value\": \"Vollzeit\"\n }\n ]\n}"This endpoint makes an HTTP GET request to retrieve a list of university degree.
Method: GET
URL: /v1/general/university-degree
Query
Status: 200
Content-Type: application/json
Example response body:
{
"message":"Success",
"status":200,
"data":[
{
"id": 1,
"name":"Bachelor of science"
}
]
}
curl --request GET \
--url https://api.hyrd.de/v1/general/university-degrees"{\n \"message\": \"Success\",\n \"status\": 200,\n \"data\": [\n {\n \"id\": 1,\n \"value\": \"Bachelor of Arts\"\n },\n {\n \"id\": 2,\n \"value\": \"Bachelor of Science\"\n },\n {\n \"id\": 3,\n \"value\": \"Bachelor of Engineering\"\n },\n {\n \"id\": 4,\n \"value\": \"Bachelor of Laws\"\n },\n {\n \"id\": 5,\n \"value\": \"Bachelor of Education\"\n },\n {\n \"id\": 6,\n \"value\": \"Bachelor of Music\"\n },\n {\n \"id\": 7,\n \"value\": \"Bachelor of Fine Arts\"\n },\n {\n \"id\": 8,\n \"value\": \"Bachelor of Musical Arts\"\n },\n {\n \"id\": 9,\n \"value\": \"Master of Arts\"\n },\n {\n \"id\": 10,\n \"value\": \"Master of Science\"\n },\n {\n \"id\": 11,\n \"value\": \"Master of Engineering\"\n },\n {\n \"id\": 12,\n \"value\": \"Master of Laws\"\n },\n {\n \"id\": 13,\n \"value\": \"Master of Education\"\n },\n {\n \"id\": 14,\n \"value\": \"Master of Music\"\n },\n {\n \"id\": 15,\n \"value\": \"Master of Fine Arts\"\n },\n {\n \"id\": 16,\n \"value\": \"Master of Musical Arts\"\n },\n {\n \"id\": 17,\n \"value\": \"Magister Artium\"\n },\n {\n \"id\": 18,\n \"value\": \"Magister Legum\"\n },\n {\n \"id\": 19,\n \"value\": \"Erstes Staatsexamen\"\n },\n {\n \"id\": 20,\n \"value\": \"Zweites Staatsexamen\"\n },\n {\n \"id\": 21,\n \"value\": \"Promotion\"\n },\n {\n \"id\": 22,\n \"value\": \"MBA\"\n },\n {\n \"id\": 23,\n \"value\": \"Diplom\"\n },\n {\n \"id\": 24,\n \"value\": \"Vollzeit\"\n }\n ]\n}"OK
The response is of type string.