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
The response is of type object
.
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>"
}
}