---
title: "Changes to List all posts"
method: GET
path: "/posts"
---

# Changes to List all posts

`GET /posts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 3 revisions.

- **2026-07-17** `41c89b420e85` — 2 breaking, 1 info
- **2025-05-30** `2775bd09f55e` — 3 breaking, 5 info
- **2025-05-30** `dbaf42ae4311` — 8 breaking, 1 warning, 2 info

## Changes

- **2026-07-17** `41c89b420e85` — 2 breaking, 1 info
  - the `items/content` response property's maxLength was increased from `1000` to `2000` for the response status `200`
  - the `details` response's property type changed from `object` to `array` for status `500`
  - api operation id `listPosts` removed and replaced with `getPosts`
- **2025-05-30** `2775bd09f55e` — 3 breaking, 5 info
  - the `items/id` response's property type changed from `integer` to `string`, and format from no format to `uuid` for status `200`
  - removed the required property `items/commentCount` from the response with the `200` status
  - removed the required property `items/likeCount` from the response with the `200` status
  - api operation id `getPosts` removed and replaced with `listPosts`
  - added the optional property `details` to the response with the `500` status
  - added the required property `error` to the response with the `500` status
  - added the required property `items/commentsCount` to the response with the `200` status
  - added the required property `items/likesCount` to the response with the `200` status
- **2025-05-30** `dbaf42ae4311` — 8 breaking, 1 warning, 2 info
  - the `items/content` response property's maxLength was unset from `2000` for the response status `200`
  - the `items/username` response property's maxLength was unset from `50` for the response status `200`
  - the `items/content` response property's minLength was decreased from `1` to `0` for the response status `200`
  - the `items/username` response property's minLength was decreased from `1` to `0` for the response status `200`
  - the `items/id` response's property type changed from `string` to `integer`, and format from `uuid` to no format for status `200`
  - removed the required property `error` from the response with the `500` status
  - removed the required property `items/commentsCount` from the response with the `200` status
  - removed the required property `items/likesCount` from the response with the `200` status
  - removed the optional property `details` from the response with the `500` status
  - added the required property `items/commentCount` to the response with the `200` status
  - added the required property `items/likeCount` to the response with the `200` status

---

[Operation](https://skmtc.dev/azure/apis/simple-social-media-api/docs/posts/get.md) · [API](https://skmtc.dev/azure/apis/simple-social-media-api.md) · [Page](https://skmtc.dev/azure/apis/simple-social-media-api/changes/posts/get)
