Skip to main content

Get Single

GET 

/api/announcement/14

API Endpoint: Retrieve Announcement

Purpose

This endpoint is used to retrieve the details of a specific announcement identified by its unique ID. In this case, the announcement ID is 14. This is particularly useful for applications that need to display specific announcements to users.

Request Format

  • Method: GET
  • URL: https://app.udyogx.in/api/announcement/14
  • Request Body: This endpoint does not require a request body as it is a GET request.

Response Structure

The response will contain the details of the announcement in a structured format. While the specific fields are not disclosed, the response typically includes:

  • id: The unique identifier for the announcement.
  • title: The title of the announcement.
  • content: The main content or body of the announcement.
  • date: The date when the announcement was made.

This structured response allows clients to easily parse and display the announcement details.

Responses