Skip to main content

Get Master Data by UUID

GET 

https://sight.inspectorio.com/api/v1/master-data/:uuid

Get a specific master data entry by its UUID

Request​

Path Parameters

    uuid stringrequired

    UUID of the master data entry

    Example: UID_ABC_123

Responses​

Successfully retrieved master data

Schema
    data object
    updatedDatedate-time
    Example: 2025-02-14T06:52:42.073326+00:00
    versionstring
    Example: shipment-booking-v1.0.0
    uidstring
    Example: UID_ABC_123
    rawDataobject

    Raw data content in any valid JSON format

    Example: {"purchaseOrderNumber":"PO_123456","vendorSubmitDate":"2024-04-09","estimatedCargoReadyDate":"2024-04-11","shipmentLoadType":"CY","shipmentBookingId":"SB_ABC_123","shipmentBookingStatus":"PackageBookingStatusAcceptedEvent","targetOrgId":"custom_01"}
    createdDatedate-time
    Example: 2025-02-14T06:52:42.073319+00:00

Authorization: apiKey

name: apiKeytype: apiKeyin: header
curl -L 'https://sight.inspectorio.com/api/v1/master-data/:uuid' \
-H 'Accept: application/json' \
-H 'apiKey: <apiKey>'
Request Collapse all
Base URL
https://sight.inspectorio.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!