Home
DEV Community
Get_Api_Billboards_{Id} Response 200
Get_Api_Billboards_{Id} Response 200
Developer Community Articles Blogging Social Content Open Source
Get_Api_Billboards_{Id} Response 200 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.
Top-level fields
operationId method path status response
Example Payload
{
"operationId": "get_api_billboards_{id}",
"method": "GET",
"path": "/api/billboards/{id}",
"status": "200",
"response": {
"id": 101,
"approved": false,
"audience_segment_id": null,
"body_markdown": "Hello _hey_ Hey hey 2",
"browser_context": "all_browsers",
"cached_tag_list": "",
"clicks_count": 0,
"color": null,
"content_updated_at": "2026-05-28T12:45:22.996-06:00",
"counts_tabulated_at": null,
"created_at": "2026-05-28T12:45:22.992-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": "Billboard 101",
"organization_id": 562,
"page_id": null,
"placement_area": "sidebar_left",
"prefer_paired_with_billboard_id": null,
"preferred_article_ids": [],
"priority": false,
"processed_html": "<p>Hello <em>hey</em> Hey hey 2</p>",
"published": false,
"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.996-06:00",
"weight": 1.0,
"audience_segment_type": null,
"tag_list": "",
"target_geolocations": []
}
}