SiteConfig
landing_info_title
string
landing_info_url
string
landing_info_file_name
string
landing_info_file_path
string
landing_info_file_type
string
landing_info_file_size
string
site_color_mode
string enum
- color
- grayscale
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
Get all banners
The request has succeeded.
curl --request GET \
--url https://dpt-openapi.finema.dev/public/banners[
{
"id": "c667df88-4de8-442b-a64a-5fbce59086f0",
"name": "…",
"url": "…",
"seq": 1,
"file_title": "…",
"file_name": "…",
"file_path": "…",
"file_size": 1,
"video_url": "…",
"start_date": "…",
"end_date": "…",
"created_at": "…",
"created_by_id": "…",
"updated_at": "…",
"updated_by_id": "…"
}
]The request has succeeded.
Get all popups
The request has succeeded.
curl --request GET \
--url https://dpt-openapi.finema.dev/public/popups[
{
"id": "c667df88-4de8-442b-a64a-5fbce59086f0",
"name": "…",
"url": "…",
"seq": 1,
"file_title": "…",
"file_name": "…",
"file_path": "…",
"file_size": 1,
"created_at": "…",
"created_by_id": "…",
"updated_at": "…",
"updated_by_id": "…"
}
]The request has succeeded.