GET
/
project-categories
/
{id}
curl --request GET \
  --url https://api.cnaught.com/v1/project-categories/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "XBfyJ8",
  "name": "Oxford Type 1 - Emissions Reductions",
  "description": "This category covers a wide range of projects that aim to reduce and avoid emissions versus business as usual. Examples include: renewable energy, destruction of refrigerants that would otherwise be vented to the atmosphere, and capture of methane emitted from landfills.",
  "primary_image_url": "https://assets.cnaught.com/64fd900fcf6f93409fc7ff21/6524ae6c0387291e029550f1_64076b4177668a2e4a6a1d31_peter-thomas-TRAYV5rsA9Y-unsplash%25201.jpeg"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the project category to return

Response

200
application/json
Project Catetgory Details

Details about a project category. Project categories are different classifications of projects - eg by Oxford Type.

id
string

Identifier that can be used to retrieve the project category details.

name
string

Name of the project category

description
string

Description of the project category

primary_image_url
string | null

URL of the primary image for the project category