---
title: "GetPostsForThreadsRequestModel"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5/schemas/GetPostsForThreadsRequestModel"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5.md

# GetPostsForThreadsRequestModel

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.10.0.0
components:
  schemas:
    GetPostsForThreadsRequestModel:
      properties:
        postIds:
          items:
            format: int32
            pattern: ^-?(?:0|[1-9]\d*)$
            type:
              - integer
              - string
          type:
            - "null"
            - array
        threadIds:
          items:
            format: int32
            pattern: ^-?(?:0|[1-9]\d*)$
            type:
              - integer
              - string
          type:
            - "null"
            - array
      type: object
```
