Skip to main content

Get spot templates for asset

GET 

/api/inspect/v1/spot/template

Fetch the list of spot templates in an asset for the given asset ID.

Request

Query Parameters

    assetID stringrequired

    Asset ID for which spots are to be fetched.

    page int64

    Page number for pagination.

    size int64

    Number of spots per page.

    sort int64

    Sort order for spots.

Responses

200 response

Schema

    data

    object[]

    List of spot templates

  • Array [

  • id int64

    The unique identifier of the spot template

    name string

    The name of the spot template

  • ]

Loading...