GET apioauth/v4/asset/service/{assetId}
Get the service ids an asset is assigned to
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| assetId | 
                         The asset id being queried  | 
                    integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
A list of service ids
Collection of integerResponse Formats
application/json, text/json
            Sample:
        [ 1, 2 ]
application/xml, text/xml
            Sample:
<ArrayOfLong xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <long>1</long> <long>2</long> </ArrayOfLong>