--- title: Get published announcements description: GET /nd/api/enterprise/broadcast: Get the published announcement interface description, including path, method, parameters and return information. slug: api-get-nd-api-enterprise-broadcast lang: en category: Enterprise API category_order: 8 order: 154 api_method: GET api_path: /nd/api/enterprise/broadcast api_label: Get published announcements keywords: - API - Get published announcements - /nd/api/enterprise/broadcast --- # Get published announcements | Properties | Values | | --- | --- | | HTTP methods | `GET` | | Interface path | `/nd/api/enterprise/broadcast` | | Category | Enterprise API | ## Interface description Interface path: `/nd/api/enterprise/broadcast` HTTP method: `GET` **HTTP method:** `GET` #### URL parameters Parameter name Comment (description) start_index number pagesize number #### Return field description {"code":0,"broadcasts":[],"total":19,"success":true} ## Call instructions - Before calling, you need to complete [Get token](api-post-api-token-do.md) or the corresponding login-free authentication, and carry `Authorization: Bearer ` in the request header. - If there are differences in parameters and return fields due to deployment versions, the actual private cloud API documents and joint debugging results should prevail. - Category: Enterprise API.