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[]

    List of services

  • Array [
  • id uuid

    Service ID

    name string

    Service name

    serviceType string

    Service type

  • ]
  • nextPageToken string

    Next page token

Loading...