# GetPostRequest ## Example Usage ```typescript import { GetPostRequest } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetPostRequest = { id: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `id` | *string* | :heavy_check_mark: | N/A |