pl_content_item
Retrieve a single content item by type, language, and ID. Returns full details including title, description, date, and body.
Instructions
One content item by type + id (TEXT/VIDEO/PHOTO/PLAYLIST/PROMO/AUDIO).
Returns: {id, type, title, description, date, body, ...}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | Yes | Language (e.g. en). Required — part of the URL path. | |
| type | Yes | Content type (TEXT, VIDEO, PHOTO, PLAYLIST, PROMO, AUDIO). Required — part of the URL path. | |
| detail | No | Detail level. | DETAILED |
| contentId | Yes | Content id (from pl_content). Required — part of the URL path. |