---
title: "Get published posts for a member. Roles: member."
method: GET
path: "/api/posts"
tags: ["Posts"]
---

# Get published posts for a member. Roles: member.

`GET /api/posts`

## Response `200`

OK

- PostsResponsePostFullWithGroup
  - `success` boolean
  - `error` string
  - `posts` PostFullWithGroup[]
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `postId` integer
    - `groupId` integer
    - `body` string
    - `published` boolean
    - `postTime` string, date-time
    - `deletedTime` string, date-time
    - `deletedBy` string
    - `member` MemberSlim
      - `userMembershipId` integer
      - `membershipId` integer
      - `username` string
      - `firstName` string
      - `middleName` string
      - `lastName` string
      - `email` string
      - `phone` string
      - `membershipNumber` string
      - `fullName` string
      - `isPrimary` boolean
    - `attachments` PostAttachmentFull[]
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
      - `postAttachmentId` integer
      - `statusCode` 'PENDING' | 'READY' | 'FAILED'
      - `seq` integer
      - `originalRemoteFile` RemoteFileSlim
        - `uuid` string, uuid
        - `membershipId` integer
        - `memberId` integer
        - `originalFilename` string
        - `contentType` string
        - `contentLengthBytes` integer
      - `fullRemoteFile` RemoteFileSlim
        - `uuid` string, uuid
        - `membershipId` integer
        - `memberId` integer
        - `originalFilename` string
        - `contentType` string
        - `contentLengthBytes` integer
      - `thumbnailRemoteFile` RemoteFileSlim
        - `uuid` string, uuid
        - `membershipId` integer
        - `memberId` integer
        - `originalFilename` string
        - `contentType` string
        - `contentLengthBytes` integer
    - `group` GroupFull
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
      - `groupId` integer
      - `groupType` GroupTypeCore
        - `audit` Audit
          - `createdTime` string, date-time
          - `modifiedTime` string, date-time
          - `modifiedBy` string
        - `groupTypeId` integer
        - `membershipId` integer
        - `name` string
        - `namePlural` string
        - `description` string
        - `properties` GroupTypeProperties
          - `announcementsHtml` string
          - `chatEnabled` boolean
          - `chatDefaultEnabled` boolean
          - `contactSharingDefaultEnabled` boolean
          - `postsEnabled` boolean
          - `postsDefaultEnabled` boolean
        - `root` boolean
        - `external` boolean
        - `isPrivate` boolean
      - `membershipId` integer
      - `name` string
      - `properties` GroupProperties
        - `chatEnabled` boolean
        - `postsEnabled` boolean
      - `nodeActive` boolean
      - `ancestryActive` boolean
      - `active` boolean
      - `root` boolean
      - `external` boolean
      - `externalReferenceId` string
      - `parentGroup` GroupFull — recursive

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/f2568e11c0ab/schema)
