GET
/
frontend
/
donor
/
dashboard
/
uploads
/
{client_id}
/
{program_id}
/
{entity_id}
/
{session_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/uploads/{client_id}/{program_id}/{entity_id}/{session_id} \
  --header 'session_id: <api-key>'
{
  "session_id": "<string>",
  "client_id": "<string>",
  "program_id": "<string>",
  "id": "<string>",
  "type": "<string>",
  "upload": {},
  "slug": "<string>",
  "box_folder_id": "<string>",
  "box_access_token": "<string>",
  "program": {},
  "files_full": true,
  "number_of_files_allowed": 123,
  "entity_id": "<string>",
  "disable_program_link": "<string>"
}

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

entity_id
string
required

Unique identifier for the entity

session_id
string
required

Session identifier for the donor

Response

200
application/json
File upload information and status
session_id
string
client_id
string
program_id
string
id
string
type
string
upload
object
slug
string
box_folder_id
string
box_access_token
string
program
object
files_full
boolean
number_of_files_allowed
integer
entity_id
string