Open Context Protocol is live! 🚀 Read the launch post
getDefaultProjectClassification

getDefaultProjectClassification

Get the default data classification level of a project

GET /rest/api/3/project/{projectIdOrKey}/classification-level/default HTTP/1.1

Parameters

{
  "projectIdOrKey": {
    "description": "The project ID or project key (case-sensitive).",
    "required": true,
    "location": "path",
    "type": "string"
  }
}

Response Schema

{}