GET /service/aboutum/organizational_units/{unitCode}
Return a specific unit and its sub-unit name of University of Macau in Chinese, English and Portuguese by providing the “unitCode”.
Resource URL
https://api.data.um.edu.mo/service/aboutum/organizational_units/v1.0.0/{unitCode}
Resource Information
Response format | JSON |
Requires authorization? | Yes |
Rate limited? | Yes |
Parameters
Parameter | Related Field | Required | Description | Type | Filter Type | Example |
---|---|---|---|---|---|---|
unitCode | unitCode | required | Unit Code | path | simple | LIB |
Example Request
Example to retrieve name in English, Chinese and Portuguese of a unit which “unitCode” is “LIB”:
https://api.data.um.edu.mo/service/aboutum/departments/v1.0.0/LIB
Example Response
{ { "_embedded": [ { "_id": "5ac6d29de7940a931a501422", "chinUnitName": "大學圖書館", "portUnitName": "Biblioteca Universitária", "unitCode": "LIB", "unitName": "UNIVERSITY LIBRARY", "subUnit": [ { "subUnitCode": "LRD", "subUnitName": "LIBRARY RESOURCES AND DEVELOPMENT SECTION", "portSubUnitName": "Secção de Recursos e Desenvolvimento da Biblioteca", "chinSubUnitName": "圖書館資源及發展處" }, { "subUnitCode": "LSO", "subUnitName": "LIBRARY SERVICES AND OUTREACH SECTION", "portSubUnitName": "Secção de Serviços e Promoção da Biblioteca", "chinSubUnitName": "圖書館服務及推廣處" } ] }] , "_returned": 1 } }