GET
/
frontend
/
entity
/
{client_id}
/
{program_id}
/
{entity_id}
/
{session_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/frontend/entity/{client_id}/{program_id}/{entity_id}/{session_id}
{
  "title": "<string>",
  "vars": {},
  "session_id": "<string>",
  "entity_id": 123,
  "entity": {},
  "client_id": 123,
  "client": {},
  "profile": {},
  "public_fields": {},
  "program_id": 123,
  "text_profile": "<string>",
  "info": "<string>",
  "donor": {},
  "profilePic": "<string>",
  "profilePicThumb": "<string>",
  "image_links": [
    {}
  ],
  "file_links": [
    {}
  ],
  "start_date": "<string>",
  "entity_percent": 123,
  "entity_info": "<string>",
  "disable_program_link": "<string>",
  "payment_options": [
    {}
  ],
  "hide_payment_method": true,
  "default_payment_method": "<string>",
  "display_info": true,
  "display_percent": true,
  "hide_frequency": true,
  "next": 123,
  "prev": 123,
  "total": 123,
  "currency_symbol": "<string>",
  "already_saved": true
}

Path Parameters

client_id
integer
required

ID of the client

program_id
integer
required

ID of the program

entity_id
integer
required

ID of the entity

session_id
string
required

ID of the session

Response

200
application/json
Entity details
title
string
vars
object
session_id
string
entity_id
integer
entity
object
client_id
integer
client
object
profile
object
public_fields
object
program_id
integer
text_profile
string
info
string
donor
object
profilePic
string
profilePicThumb
string
start_date
string
entity_percent
integer
entity_info
string
payment_options
object[]
hide_payment_method
boolean
default_payment_method
string
display_info
boolean
display_percent
boolean
hide_frequency
boolean
next
integer
prev
integer
total
integer
currency_symbol
string
already_saved
boolean