GET
/
media
/
trademarks
/
se
/
{trademarkId}
/
{mediaFileFormat}
curl --request GET \
  --url https://api.tic.io/media/trademarks/se/{trademarkId}/{mediaFileFormat} \
  --header 'x-api-key: <api-key>'
[
  {
    "fileName": "<string>",
    "mediaFileFormat": "<string>"
  }
]

Details

This will return the actual given media file with the format. Note that only formats available can be returned and no conversion will be carried out.

Authorizations

x-api-key
string
header
required

Path Parameters

trademarkId
integer
required

The trademark id

mediaFileFormat
string
required

The trademark media type

Query Parameters

inline
boolean
default:true

Set to true to get an inline file rendered in the browser

Response

200 - application/json
OK
fileName
string | null
mediaFileFormat
string | null