---
title: "Get a Specific Post"
method: GET
path: "/api/v2/content/posts/{id}"
tags: ["Content - Posts"]
---

# Get a Specific Post

`GET /api/v2/content/posts/{id}`

This endpoint retrieves all posts.<br><br><h3>Required Scope</h3>`content:read` or `content:write`

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse2016
  - `data` ListedPostData
    - `type` string
    - `id` string — The unique identifier of the post.
    - `attributes` ListedPostDataAttributes
      - `title` string — The title of the post.
      - `summary` string — The summary of the post.
      - `url` string — URL location where more information can be found.
      - `image-url` string — The cover image of the post.
      - `language` string — The language of the post
      - `duration` integer, nullable — The duration of the post. Type is supplied with `duration-type`.
      - `duration-type` string — The duration type of the post. For example, words.
      - `obsolete` boolean — If the post should be marked as obsolete.
      - `provider-code` string, nullable — Unique provider code.
      - `created-at` string, date-time — Date that the post was created. (UTC)
      - `modified-at` string, date-time — Date that the post was last modified. (UTC)
      - `degreed-url` string, nullable — URL location of content within Degreed UI.
      - `external-id` string, nullable — The external ID of the post.
      - `learning-minutes` integer — The calculated value that corresponds with the learning minutes displayed on content cards in the UI.
      - `groups-with-access` string[] — Groups that have access to the content item.
      - `groups-with-access-ids` string[] — IDs of the groups that have access to the content item.
    - `links` SelfLink
      - `self` string

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
