Get a single post
Retrieve a specific feedback post by ID with full details.
Introduction
The FeatureOS get single post API allows you to retrieve information about a single post you desire to get from your organization.
GET
https://api.featureos.app/api/v3/feature_requests/:id
curl -X GET 'https://api.featureos.app/api/v3/feature_requests/:id' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
| ALLOW-PRIVATE | false | Set to true if filtering out a private board’s posts. |
Query Parameters
| Parameter | Default | Description |
|---|---|---|
| id | 1 | The ID of the post you want to retrieve. |