AviatoAviato
DeveloperAPI ReferenceOpen withItemid

/api/open-with/{itemId}

GET
/api/open-with/{itemId}

Path Parameters

itemId*string

Library item ID

Query Parameters

fileId?string

Specific media file (edition/version) to target. Defaults to the primary file.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/open-with/string"
{
  "options": [
    {
      "id": "string",
      "label": "string",
      "url": "string",
      "description": "string",
      "pluginId": "string"
    }
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}