Skip to main content

Get spot by ID

GET 

/api/inspect/v1/spot/:id

Fetch spot details with the ID of the spot.

Request

Path Parameters

    id stringrequired

    Spot ID for which spot details are to be fetched.

Responses

200 response

Schema

    data

    object

    A specific location or area of interest identified for recording data or information, usually where a potential issue or condition is observed and recorded using a spot template.

    thumbnailURL uri

    The URL of the thumbnail image representing the spot.

    updatedBy int64

    The ID of the user who last updated the spot

    assetID uuid

    The unique identifier of the asset to which the spot belongs.

    createdAt int64

    The timestamp when the spot was created in milliseconds

    fields

    object

    A map of spot fields and their values. The keys are the IDs of the spot fields, and the values are the values of the spot fields.

    property name* any

    A map of spot fields and their values. The keys are the IDs of the spot fields, and the values are the values of the spot fields.

    spotTemplateID uuid

    The unique identifier of the spot template used to create the spot.

    ticketID int64

    The spot number

    updatedAt int64

    The timestamp when the spot was last updated in milliseconds

    archived boolean

    A flag indicating whether the spot is archived.

    createdBy int64

    The ID of the user who created the spot

    id uuid

    The unique identifier of the spot

Loading...