Skip to main content

Get List

GET 

/api/communications

API Endpoint: Get Communications

Purpose

This endpoint retrieves a list of communications from the UdyogX application. It is primarily used to fetch all communication records for further processing or display.

Request Format

  • Method: GET
  • URL: https://app.udyogx.in/api/communications
  • Request Body: No request body is required for this GET request.

Expected Response Format

The response will be in JSON format and will include an array of communication objects. Each object typically contains details such as:

  • id: Unique identifier for the communication
  • type: Type of communication (e.g., email, message)
  • content: The content of the communication
  • timestamp: When the communication was created or sent

The structure of the response will allow users to easily parse and utilize the communication data as needed.

Responses