Skip to main content

Get Single

GET 

/api/test/5

API Endpoint: Get Test by ID

URL: https://app.udyogx.in/api/test/5
Method: GET

Purpose

This endpoint is used to retrieve detailed information about a specific test identified by its unique ID. In this case, the ID is 5. This can be useful for clients that need to fetch test details for display or processing.

Request Format

This is a GET request and does not require a request body. The ID of the test is included in the URL path.

Response Structure

The response will contain the details of the test associated with the provided ID. The structure of the response typically includes the following fields (exact fields may vary):

  • id: The unique identifier for the test.
  • name: The name of the test.
  • description: A detailed description of what the test entails.
  • created_at: The timestamp when the test was created.
  • updated_at: The timestamp when the test was last updated.

The response will be in JSON format, providing a clear and structured representation of the test data.

Responses