Endpoint
Description
Retrieves equipment report data from the Oracle Support Dashboard by serial number. This endpoint acts as a proxy to the external Oracle system and returns comprehensive equipment information.Method Signature
HomeController.cs
Request Parameters
The equipment serial number to search for
Request Body Example
Response
Returns JSON data from the Oracle Support Dashboard containing equipment information.JSON string containing report data from Oracle Support Dashboard
Error message if the request fails (only present on error)
Success Response Example
Error Response Example
Oracle Support Dashboard Integration
This endpoint integrates with the Oracle Support Dashboard at:id: Report ID (fixed value:2154)parameters: JSON string with serial number
Implementation
HomeController.cs
cURL Example
Error Handling
The endpoint handles several error scenarios:HTTP Request Failure
HTTP Request Failure
When the Oracle Support Dashboard returns a non-success status code:
Network Exception
Network Exception
When a network or connection error occurs:
Invalid Serial Number
Invalid Serial Number
When the serial number doesn’t exist in the Oracle system, the response structure depends on the Oracle Support Dashboard implementation.
Related Models
SearchParameters
HomeController.cs
Next Steps
Save Label Data
Learn how to save the retrieved data as label information