Skip to main content

Get List of Service for an Asset

GET 

/asm/api/v1/asset/:asmAssetId/service

Get the list of services for assets by asset-id.

Request

Path Parameters

    asmAssetId stringrequired

Query Parameters

    snapshot_date stringrequired

    Snapshot date

    next_page_token string

    Next page token

Responses

Ok

Schema
    value object[]
  • Array [
  • id uuid
    name Service name (string)
    serviceType Service type (string)
  • ]
  • nextPageToken Next page token (string)
Loading...