getMultiImagePostFields
Retrieve field definitions for a multi-image post form. Use form_name to get field keys, labels, types, and requirements.
Instructions
Get album group field definitions - Fetch field definitions for a multi-image post type form. Read-only.
Use when: discovering per-post-type custom fields for multi-image posts - same pattern as getSingleImagePostFields but for the users_portfolio_groups resource.
Required: form_name.
Returns: a BARE ARRAY of field-definition objects (NOT wrapped in {status, message}). Each entry has key, label, required, type, and optionally choices, default, helpText. Multi-image post fields seen: user_id, group_status, group_name, group_desc, post_image (CSV of image URLs), auto_image_import, post_tags, auto_geocode. Categorization for multi-image posts is exposed under an internal widget-controller field name, not a clean post_category - not straightforward to write via API.
Silent-fallback warning: if form_name does NOT match a real post-type form, BD may return a generic field list without error. Verify form_name exists in listPostTypes before trusting the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_name | Yes |