GET
/
files
/
{type}
/
{id}
/
table
curl --request GET \
  --url https://api.helpyousponsor.com/v1/files/{type}/{id}/table \
  --header 'Authorization: Bearer <token>'
{
  "files": [
    {}
  ],
  "box_exists": true,
  "type": "<string>",
  "s": "<string>",
  "n": 123,
  "id": 123,
  "sponsors": [
    {}
  ],
  "entities": [
    {}
  ],
  "useBox": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

type
string
required

Type of the file (entity or donor)

id
integer
required

ID of the entity or donor

Response

200
application/json
Successful operation
files
object[]
box_exists
boolean
type
string
s
string
n
integer
id
integer
sponsors
object[]
entities
object[]
useBox
boolean