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/8.3/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/sectors/8.3/",
    "category": null,
    "code": "8.3",
    "name": "Promote development-oriented policies that support productive activities, decent job creation, entrepreneurship, creativity and innovation, and encourage the formalization and growth of micro-, small- and medium-sized enterprises, including through access to financial services "
}