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>"
}
}The id of the client
The id of the program
The id of the session
Successful operation
Show child attributes
The id of the client
The id of the program
The name of the program
The processed data
The first thumbnail
The client data
The sort fields
The filter fields
The text front
The sorting
The filtering
The program names
The disable program link
The currency symbol
The height
The total length
The id of the session
The total
The session logged in
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>"
}
}