Skip to main content

Get List

GET 

/api/meetingmanagers

API Endpoint: Get Meeting Managers

Description

This endpoint retrieves a list of meeting managers from the UdyogX application. It is a simple GET request that does not require any request body parameters.

Request Parameters

  • None: This endpoint does not require any parameters to be sent in the request.

Expected Response

The response will contain a JSON object with the following structure:

  • meetingManagers: An array of meeting manager objects, each containing details relevant to the meeting managers available in the system.

Notes

  • Ensure that you have the necessary permissions to access this endpoint.
  • The response may vary based on the user's role and the data available in the system.

Responses