Contexts
Get context kinds
Get all context kinds for a given project.
get/api/v2/projects/{projectKey}/context-kinds
Path parameters
projectKeystring string required
The project key
The project key
Response
Context kinds collection response
Example response
{
"items": [
{
"key": "organization-key-123abc",
"name": "Organization",
"description": "An example context kind, to enable targeting based on organization",
"version": 4
}
]
}