หน้าแสดงผล
GET https://tistos.com/api/splash-pages/
curl --request GET \
--url 'https://tistos.com/api/splash-pages/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://tistos.com/api/splash-pages/' \
--header 'Authorization: Bearer {api_key}' \
พารามิเตอร์ | รายละเอียด | คำอธิบาย |
---|---|---|
page | ทางเลือก จำนวนเต็ม | หมายเลขหน้าที่คุณต้องการผลลัพธ์จาก ค่าเริ่มต้นคือ 1 . |
results_per_page | ทางเลือก จำนวนเต็ม | คุณต้องการผลลัพธ์กี่รายการต่อหน้า ค่าที่อนุญาตคือ: 10 , 25 , 50 , 100 , 250 , 500 , 1000 ค่าเริ่มต้นคือ 25 . |
{
"data": [
{
"id": 1,
"name": "Development",
"color": "#0e23cc",
"last_datetime": "2021-03-14 21:22:37",
"datetime": "2021-02-04 17:51:07"
},
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://tistos.com/api/projects?&page=1",
"last": "https://tistos.com/api/projects?&page=1",
"next": null,
"prev": null,
"self": "https://tistos.com/api/projects?&page=1"
}
}
GET https://tistos.com/api/splash-pages/{splash_page_id}
curl --request GET \
--url 'https://tistos.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://tistos.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \
{
"data": {
"id": 1,
"name": "Development",
"color": "#0e23cc",
"last_datetime": "2021-03-14 21:22:37",
"datetime": "2021-02-04 17:51:07"
}
}
POST https://tistos.com/api/projects
พารามิเตอร์ | รายละเอียด | คำอธิบาย |
---|---|---|
name | จำเป็น สตริง | - |
title | ทางเลือก สตริง | - |
logo | ทางเลือก ไฟล์ | - |
favicon | ทางเลือก ไฟล์ | - |
opengraph | ทางเลือก ไฟล์ | - |
description | ทางเลือก สตริง | - |
secondary_button_name | ทางเลือก สตริง | - |
secondary_button_url | ทางเลือก สตริง | - |
custom_css | ทางเลือก สตริง | - |
custom_js | ทางเลือก สตริง | - |
ads_header | ทางเลือก สตริง | - |
ads_footer | ทางเลือก สตริง | - |
link_unlock_seconds | ทางเลือก จำนวนเต็ม | - |
auto_redirect | ทางเลือก บูลีน | - |
curl --request POST \
--url 'https://tistos.com/api/projects' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Sample splash page' \
--form 'title=Custom splash page title' \
--form 'description=Custom splash page description' \
--url 'https://tistos.com/api/projects' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Sample splash page' \
--form 'title=Custom splash page title' \
--form 'description=Custom splash page description' \
{
"data": {
"id": 1
}
}
POST https://tistos.com/api/splash-pages/{splash_page_id}
พารามิเตอร์ | รายละเอียด | คำอธิบาย |
---|---|---|
name | ทางเลือก สตริง | - |
title | ทางเลือก สตริง | - |
logo | ทางเลือก ไฟล์ | - |
favicon | ทางเลือก ไฟล์ | - |
opengraph | ทางเลือก ไฟล์ | - |
description | ทางเลือก สตริง | - |
secondary_button_name | ทางเลือก สตริง | - |
secondary_button_url | ทางเลือก สตริง | - |
custom_css | ทางเลือก สตริง | - |
custom_js | ทางเลือก สตริง | - |
ads_header | ทางเลือก สตริง | - |
ads_footer | ทางเลือก สตริง | - |
link_unlock_seconds | ทางเลือก จำนวนเต็ม | - |
auto_redirect | ทางเลือก บูลีน | - |
curl --request POST \
--url 'https://tistos.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Sample splash page' \
--form 'title=Custom splash page title' \
--form 'description=Custom splash page description' \
--url 'https://tistos.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Sample splash page' \
--form 'title=Custom splash page title' \
--form 'description=Custom splash page description' \
{
"data": {
"id": 1
}
}
DELETE https://tistos.com/api/splash-pages/{splash_page_id}
curl --request DELETE \
--url 'https://tistos.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://tistos.com/api/splash-pages/{splash_page_id}' \
--header 'Authorization: Bearer {api_key}' \