GET
/
frontend
/
entities
/
all
/
{client_id}
/
{program_id}
/
{session_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/frontend/entities/all/{client_id}/{program_id}/{session_id}
{
  "data": {
    "client_id": 123,
    "program_id": 123,
    "program_name": "<string>",
    "processed": [
      {}
    ],
    "first_thumb": "<string>",
    "client": {},
    "sort_fields": [
      {}
    ],
    "filter_fields": [
      {}
    ],
    "text_front": "<string>",
    "sorting": "<string>",
    "filtering": "<string>",
    "program_names": [
      "<string>"
    ],
    "disable_program_link": "<string>",
    "currency_symbol": "<string>",
    "height": 123,
    "total_length": 123,
    "session_id": 123,
    "total": 123,
    "session_logged_in": "<string>"
  }
}

Path Parameters

client_id
integer
required

The id of the client

program_id
integer
required

The id of the program

session_id
string
required

The id of the session

Response

200
application/json
Successful operation
data
object