Retrieves URLs for resources/files attached to the custom part specification. URL to retrieve the actual file is only valid temporarily. You need to call this endpoint again to get a new valid URL after some time.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.luminovo.com/custom-parts/{id}/resources' \
-H 'Accept: application/api.luminovo.custom-part-resource-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "urls": [ "string" ] }