Retrieves the SVG URL associated with a specific component ID.

SecurityBearer
Request
path Parameters
ppgId
required
integer

Producer Production Group Id

componentId
required
string <uuid>

The unique identifier of the component.

Responses
200

OK

401

Unauthorized

404

Not Found

500

Internal Server Error

get/company/{facilityId}/api/svgs-by-ppgId-componentId/{ppgId}/{componentId}
Request samples
Response samples
application/json
{
  • "url": "string"
}