SweetConnect LogoSweetConnect
ApiAsset documents

Retrieve all asset IDs linked to a file

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
GET
/v1/documents/assets/{fileId}/links
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://test.sweetconnect.io/api/storage/v1/documents/assets/string/links"
{
  "data": [
    "string"
  ]
}
{
  "errors": [
    {
      "errorCode": "BadRequest",
      "message": "The request payload is invalid.",
      "extension": {}
    }
  ]
}
{
  "errors": [
    {
      "errorCode": "Unauthorized",
      "message": "Authentication is required to access this resource.",
      "extension": {}
    }
  ]
}
{
  "errors": [
    {
      "errorCode": "NoPermission",
      "message": "You do not have permission to access this resource.",
      "extension": {}
    }
  ]
}
{
  "errors": [
    {
      "errorCode": "InternalServerError",
      "message": "An unexpected internal server error occurred.",
      "extension": {}
    }
  ]
}