SweetConnect LogoSweetConnect
ApiAsset documents

Retrieve all asset IDs linked to a file

GET
/v1/documents/assets/{fileId}/links

Can be used to get all assets where a file is referenced

Access restricted to roles:

  • admin
  • manufacturer-admin
  • manufacturer-user
  • producer-admin
  • producer-user
  • sales-agent
AuthorizationBearer <token>

In: header

Path Parameters

fileId*string

The unique identifier of the file

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/documents/assets/string/links"
{  "data": [    "string"  ]}