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.a/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/sectors/8.a/",
    "category": null,
    "code": "8.a",
    "name": "Increase Aid for Trade support for developing countries, in particular least developed countries, including through the Enhanced Integrated Framework for Trade-Related Technical Assistance to Least Developed Countries"
}