Skip to main content

Get List

GET 

/api/visitactivitys

API Endpoint: Get Visit Activities

Purpose

This endpoint retrieves a list of visit activities from the UdyogX application. It is useful for users who need to access and manage their visit activity records.

Request Format

  • Method: GET
  • URL: https://app.udyogx.in/api/visitactivitys

Response Format

The response will typically include a JSON object containing an array of visit activity records. Each record may include various fields such as activity details, timestamps, and associated user information.

Example Response

{
"activities": [
{
"id": "string",
"activityType": "string",
"timestamp": "string",
"userId": "string"
},
...
]
}

Notes

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

Responses