PULSAR
API ReferenceCustom Fields

Download File

Download file.

Authorization

bearerAuth user, superuser, admin, superadmin, readonly
Authorization<token>

In: header

Scope: user, superuser, admin, superadmin, readonly

Path Parameters

filename*string

The filename.

Response Body

application/json

Try it live
GET
/custom-field-values/download/{filename}

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/custom-field-values/download/string"
{  "url": "string",  "filename": "string",  "extension": "string",  "fileSize": 0.1,  "mimeType": "string"}