Skip to main content

Get Single

GET 

/api/communication/514

API Endpoint: Retrieve Communication Details

This endpoint allows you to retrieve detailed information about a specific communication entry identified by its unique ID.

Request

  • Method: GET
  • URL: https://app.udyogx.in/api/communication/{id}
  • Path Parameter:
    • id (integer): The unique identifier of the communication entry you wish to retrieve. In this case, the ID is 514.

Response

The response will contain a structured JSON object with the details of the communication entry. The structure of the response typically includes:

  • id: The unique identifier of the communication.
  • title: The title of the communication.
  • description: A detailed description of the communication.
  • created_at: Timestamp of when the communication was created.
  • updated_at: Timestamp of when the communication was last updated.

Ensure to replace {id} with the actual communication ID you want to access when making the request.

Responses