GET
/
frontend
/
donor
/
dashboard
/
files
/
{client_id}
/
{program_id}
/
{id}
/
{entity_id}
/
{session_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/files/{client_id}/{program_id}/{id}/{entity_id}/{session_id} \
  --header 'session_id: <api-key>'
{
  "files": [
    {}
  ],
  "session_id": "123456",
  "client_id": "123456",
  "program_id": "123456",
  "entity_id": "123456",
  "box_exists": true,
  "file_links": [
    {}
  ],
  "image_links": [
    {}
  ]
}

Authorizations

session_id
string
header
required

Use a session id to authenticate

Path Parameters

client_id
string
required

Unique identifier for the client

program_id
string
required

Unique identifier for the program

id
integer
required

Unique identifier for the donor

entity_id
string
required

Unique identifier for the entity

session_id
string
required

Response

200
application/json
Successful operation
files
object[]
session_id
string
Example:

"123456"

client_id
string
Example:

"123456"

program_id
string
Example:

"123456"

entity_id
string
Example:

"123456"

box_exists
boolean
Example:

true