getMultiImagePostPhoto
Fetch a single photo record from an album using its photo ID. Use when editing or removing a specific photo.
Instructions
Get a single album photo - Fetch a single portfoliophoto record. Read-only.
Lean-by-default keep-list: same shape as listMultiImagePostPhotos — photo_id, user_id, group_id, file, original_image_url, title, order, status, image_imported, revision_timestamp. Marketplace fields restore via include_marketplace=1.
Use when: editing or removing one specific photo within an album. You need the photo_id (from listMultiImagePostPhotos).
Required: photo_id.
See also: listMultiImagePostPhotos (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| photo_id | Yes | ||
| include_marketplace | No | Opt in to return the photo's marketplace/shop columns (`price`, `manufacturer`, `availability`, `product_category`, `product_type`, `condition`, `inv_id`, `link`, `additional_fields`). Default stripped — use when the site treats photos as a shop catalog (BD's marketplace feature). |