Post_Api_Billboards Response 201 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "post_api_billboards",
"method": "POST",
"path": "/api/billboards",
"status": "201",
"response": {
"id": 100,
"approved": true,
"audience_segment_id": null,
"body_markdown": "# Hi, this is ad\nYep, it's an ad",
"browser_context": "all_browsers",
"cached_tag_list": "",
"clicks_count": 0,
"color": null,
"content_updated_at": "2026-05-28T12:45:22.793-06:00",
"counts_tabulated_at": null,
"created_at": "2026-05-28T12:45:22.793-06:00",
"creator_id": null,
"custom_display_label": null,
"dismissal_sku": null,
"display_to": "all",
"event_id": null,
"exclude_article_ids": "",
"exclude_role_names": [],
"exclude_survey_completions": false,
"exclude_survey_ids": "",
"expires_at": null,
"impressions_count": 0,
"include_subforem_ids": [],
"name": "Example Billboard",
"organization_id": null,
"page_id": null,
"placement_area": "post_comments",
"prefer_paired_with_billboard_id": null,
"preferred_article_ids": [],
"priority": false,
"processed_html": "<h1> <a name=\"hi-this-is-ad\" href=\"#hi-this-is-ad\"> </a> Hi, this is ad</h1>\n<p>Yep, it's an ad</p>",
"published": true,
"render_mode": "forem_markdown",
"requires_cookies": false,
"special_behavior": "nothing",
"success_rate": 0.0,
"tags_array": [],
"target_role_names": [],
"template": "authorship_box",
"type_of": "in_house",
"updated_at": "2026-05-28T12:45:22.793-06:00",
"weight": 1.0,
"audience_segment_type": null,
"tag_list": "",
"target_geolocations": [
"US-WA",
"CA-BC"
]
}
}