---
title: "Get blog post classification level"
method: GET
path: "/blogposts/{id}/classification-level"
tags: ["Classification Level"]
---

# Get blog post classification level

`GET /blogposts/{id}/classification-level`

Returns the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#Classification%20level)
for a specific blog post.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
'Permission to access the Confluence site ('Can use' global permission) and permission to view the blog post.
'Permission to edit the blog post is required if trying to view classification level for a draft.

## Path parameters

- `id` integer, required

## Query parameters

- `status` 'current' | 'draft' | 'archived'

## Response `200`

Returned if the requested classification level for a blog post is returned.

- ClassificationLevel — A unit of [data classification](https://support.atlassian.com/security-and-access-policies/docs/what-is-data-classification/) defined by an organiation. A classification level may be associated with specific storage and handling requirements or expectations.
  - `id` string — The ID of the classification level.
  - `status` 'DRAFT' | 'PUBLISHED' | 'ARCHIVED'
  - `order` number — The order of the classification level object.
  - `name` string — The name of the classification level object.
  - `description` string — The description of the classification level object.
  - `guideline` string — The guideline of the classification level object.
  - `color` 'RED' | 'RED_BOLD' | 'ORANGE' | 'YELLOW' | 'GREEN' | 'BLUE' | 'NAVY' | 'TEAL' | 'PURPLE' | 'GREY' | 'LIME'

## Other responses

- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `404` — Returned if: - Blog post does not have a classification level applied - Site's edition does not have entitlement(s) for [data classification](https://support.atlassian.com/security-and-access-policies/docs/what-is-data-classification/) - The calling user does not have permission to view the specified blog post or the blog post was not found - The calling user does not have permission to edit the specified blog post when trying to fetch classification level for a draft

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/c4bd1ed570f2/schema)
