Sector Detail

Returns detailed information about Sector.

URI Format

/api/sectors/{sector_id}

URI Parameters

  • sector_id: Numerical ID of desired Sector

Request parameters

  • fields (optional): List of fields to display
GET /api/sectors/4.7/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/sectors/4.7/",
    "category": null,
    "code": "4.7",
    "name": "By 2030, ensure that all learners acquire the knowledge and skills needed to promote sustainable development, including, among others, through education for sustainable development and sustainable lifestyles, human rights, gender equality, promotion of a culture of peace and non-violence, global citizenship and appreciation of cultural diversity and of culture’s contribution to sustainable development"
}