List feature requests
Headers
| Header | Required | Description |
|---|---|---|
X-Bundle-ID | Yes | App bundle identifier |
X-Team-ID | Yes | Apple Developer Team ID |
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
page | int | 1 | Page number |
per | int | 20 | Results per page (max 100) |
sort | string | — | newest, oldest, or most_voted |
status | string | — | Filter by status |
voter_id | string | — | Check if this user has voted |
Response
Create feature request
Body
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | 3–200 characters |
description | string | Yes | 10–5,000 characters |
submitterId | string | Yes | User or device identifier |
deviceHash | string | No | Device hash for deduplication |
Response
Returns the created feature request object.Get feature request
Query parameters
| Parameter | Type | Description |
|---|---|---|
voter_id | string | Check if this user has voted |