Get Single
GET/api/meetingmanager/84
API Endpoint: Retrieve Meeting Details
Purpose
This endpoint is used to retrieve detailed information about a specific meeting identified by its unique ID. The meeting ID in this case is 84
. This is useful for clients who need to display or process information related to a particular meeting.
Request Format
- Method: GET
- URL:
https://app.udyogx.in/api/meetingmanager/84
- Request Body: No request body is required for this GET request.
Response Structure
Upon a successful request, the API will return a response in JSON format containing the details of the meeting. The structure of the response may include the following keys:
id
: The unique identifier for the meeting.title
: The title of the meeting.date
: The scheduled date and time of the meeting.participants
: A list of participants involved in the meeting.agenda
: The agenda or purpose of the meeting.status
: The current status of the meeting (e.g., scheduled, completed, canceled).
This information allows clients to understand the specifics of the meeting and take further actions as needed.
Responses
- 200