Skip to main content

Get List

GET 

/api/registrations

Endpoint: Retrieve Registrations

Purpose

This endpoint allows users to retrieve a list of registrations from the UdyogX application. It is primarily used to fetch all registration records, which can be useful for administrative purposes or data analysis.

Request Format

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

Response Structure

The response will typically include a JSON object containing an array of registration records. Each record may include various fields such as:

  • id: Unique identifier for the registration.
  • name: Name of the registrant.
  • email: Email address of the registrant.
  • status: Current status of the registration.
  • created_at: Timestamp of when the registration was created.

The exact structure of the response may vary based on the specific registrations available in the system at the time of the request.

Responses