ApiAsset
Generate spare part URL
Generates a manufacturer spare part URL for the provided asset. The URL generator currently supports Parts Publisher catalogs only.
Access restricted to roles:
- admin
- manufacturer-admin
- manufacturer-user
- producer-admin
- producer-user
- sales-agent
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
assetId*string
Unique identifier of the asset to resolve in Parts Publisher.
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/assets/spare-part/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "data": "http://example.com"}