Skip to main content

Get Single

GET 

/api/registration/56

API Endpoint: Retrieve Registration Details

URL: https://app.udyogx.in/api/registration/56
Method: GET

Purpose

This endpoint is used to retrieve the details of a specific registration identified by the unique ID provided in the URL. In this case, the ID is 56. This is useful for fetching the information associated with a particular registration record.

Request Format

This is a GET request and does not require a request body. The unique registration ID is specified in the URL path.

Response Structure

Upon a successful request, the response will contain the details of the registration in a structured format. The expected fields in the response may include:

  • id: The unique identifier for the registration.
  • name: The name associated with the registration.
  • email: The email address linked to the registration.
  • status: The current status of the registration (e.g., active, inactive).
  • created_at: The timestamp when the registration was created.
  • updated_at: The timestamp when the registration was last updated.

Make sure to handle the response appropriately based on the status codes returned by the server.

Responses