লিঙ্কগুলি
GET https://tistos.com/api/links/
curl --request GET \
--url 'https://tistos.com/api/links/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://tistos.com/api/links/' \
--header 'Authorization: Bearer {api_key}' \
প্যারামিটারসমূহ | বিস্তারিত | বিবরণ |
---|---|---|
page | ঐচ্ছিক পূর্ণসংখ্যা | আপনি যে পৃষ্ঠা নম্বর থেকে ফলাফল চান। ডিফল্ট 1 । |
results_per_page | ঐচ্ছিক পূর্ণসংখ্যা | আপনি প্রতি পৃষ্ঠায় কতটি ফলাফল চান। অনুমোদিত মানগুলি হল: 10 , 25 , 50 , 100 , 250 , 500 , 1000 । ডিফল্ট হল 25 । |
{
"data": [
{
"id": 1,
"project_id": null,
"domain_id": 0,
"type": "link",
"url": "example",
"location_url": "https://example.com/",
"settings": {
"password": null,
"sensitive_content": false
},
"clicks": 10,
"order": 0,
"start_date": null,
"end_date": null,
"date": "2020-11-15 12:00:00"
}
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://tistos.com/api/links?&page=1",
"last": "https://tistos.com/api/links?&page=1",
"next": null,
"prev": null,
"self": "https://tistos.com/api/links?&page=1"
}
}
GET https://tistos.com/api/links/{link_id}
curl --request GET \
--url 'https://tistos.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://tistos.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
{
"data": {
"id": 1,
"project_id": null,
"domain_id": 0,
"type": "link",
"url": "example",
"location_url": "https://example.com/",
"settings": {
"password": null,
"sensitive_content": false
},
"clicks": 10,
"order": 0,
"start_date": null,
"end_date": null,
"date": "2020-11-15 12:00:00"
}
}
POST https://tistos.com/api/links
প্যারামিটারসমূহ | বিস্তারিত | বিবরণ |
---|---|---|
type | ঐচ্ছিক স্ট্রিং | link |
location_url | প্রয়োজনীয় স্ট্রিং | গন্তব্যের URL। |
url | ঐচ্ছিক স্ট্রিং | উৎপন্ন লিঙ্কের URL উপনাম। এলোমেলোভাবে তৈরি করা একটি জন্য খালি রাখুন। |
domain_id | ঐচ্ছিক পূর্ণসংখ্যা | - |
project_id | ঐচ্ছিক পূর্ণসংখ্যা | - |
pixels_ids | ঐচ্ছিক অ্যারেট পূর্ণসংখ্যা | - |
schedule | ঐচ্ছিক বুলিয়ান | - |
start_date | ঐচ্ছিক স্ট্রিং | কখন উপলব্ধ: schedule = true |
end_date | ঐচ্ছিক স্ট্রিং | কখন উপলব্ধ: schedule = true |
clicks_limit | ঐচ্ছিক পূর্ণসংখ্যা | - |
expiration_url | ঐচ্ছিক স্ট্রিং | - |
sensitive_content | ঐচ্ছিক বুলিয়ান | - |
http_status_code | ঐচ্ছিক পূর্ণসংখ্যা | অনুমোদিত মান: 301 , 302 , 307 , 308 |
app_linking_is_enabled | ঐচ্ছিক বুলিয়ান | - |
cloaking_is_enabled | ঐচ্ছিক বুলিয়ান | - |
cloaking_title | ঐচ্ছিক স্ট্রিং | - |
cloaking_favicon | ঐচ্ছিক ফাইল | - |
cloaking_opengraph | ঐচ্ছিক ফাইল | - |
password | ঐচ্ছিক স্ট্রিং | - |
forward_query_parameters_is_enabled | ঐচ্ছিক বুলিয়ান | - |
utm_source | ঐচ্ছিক missing_translation: api_documentation.strings | - |
utm_medium | ঐচ্ছিক missing_translation: api_documentation.strings | - |
utm_campaign | ঐচ্ছিক missing_translation: api_documentation.strings | - |
targeting_type | ঐচ্ছিক স্ট্রিং | continent_code , country_code , device_type , browser_language , rotation , os_name , browser_name |
targeting_continent_code_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=continent_code) |
targeting_continent_code_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=continent_code) |
targeting_country_code_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=country_code) |
targeting_country_code_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=country_code) |
targeting_city_name_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=city_name) |
targeting_city_name_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=city_name) |
targeting_device_type_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=device_type) |
targeting_device_type_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=device_type) |
targeting_browser_language_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=browser_language) |
targeting_browser_language_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=browser_language) |
targeting_rotation_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=rotation) |
targeting_rotation_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=rotation) |
targeting_os_name_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=os_name) |
targeting_os_name_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=os_name) |
targeting_browser_name_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=browser_name) |
targeting_browser_name_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=browser_name) |
curl --request POST \
--url 'https://tistos.com/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://tistos.com/' \
--url 'https://tistos.com/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://tistos.com/' \
{
"data": {
"id": 1
}
}
POST https://tistos.com/api/links/{link_id}
প্যারামিটারসমূহ | বিস্তারিত | বিবরণ |
---|---|---|
location_url | ঐচ্ছিক স্ট্রিং | গন্তব্যের URL। |
url | ঐচ্ছিক স্ট্রিং | উৎপন্ন লিঙ্কের URL উপনাম। এলোমেলোভাবে তৈরি করা একটি জন্য খালি রাখুন। |
domain_id | ঐচ্ছিক পূর্ণসংখ্যা | - |
project_id | ঐচ্ছিক পূর্ণসংখ্যা | - |
pixels_ids | ঐচ্ছিক অ্যারেট পূর্ণসংখ্যা | - |
schedule | ঐচ্ছিক বুলিয়ান | - |
start_date | ঐচ্ছিক স্ট্রিং | কখন উপলব্ধ: schedule = true |
end_date | ঐচ্ছিক স্ট্রিং | কখন উপলব্ধ: schedule = true |
clicks_limit | ঐচ্ছিক পূর্ণসংখ্যা | - |
expiration_url | ঐচ্ছিক স্ট্রিং | - |
sensitive_content | ঐচ্ছিক বুলিয়ান | - |
http_status_code | ঐচ্ছিক পূর্ণসংখ্যা | অনুমোদিত মান: 301 , 302 , 307 , 308 |
app_linking_is_enabled | ঐচ্ছিক বুলিয়ান | - |
cloaking_is_enabled | ঐচ্ছিক বুলিয়ান | - |
cloaking_title | ঐচ্ছিক স্ট্রিং | - |
cloaking_favicon | ঐচ্ছিক ফাইল | - |
cloaking_opengraph | ঐচ্ছিক ফাইল | - |
password | ঐচ্ছিক স্ট্রিং | - |
forward_query_parameters_is_enabled | ঐচ্ছিক বুলিয়ান | - |
utm_source | ঐচ্ছিক missing_translation: api_documentation.strings | - |
utm_medium | ঐচ্ছিক missing_translation: api_documentation.strings | - |
utm_campaign | ঐচ্ছিক missing_translation: api_documentation.strings | - |
targeting_type | ঐচ্ছিক স্ট্রিং | continent_code , country_code , device_type , browser_language , rotation , os_name , browser_name |
targeting_continent_code_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=continent_code) |
targeting_continent_code_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=continent_code) |
targeting_country_code_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=country_code) |
targeting_country_code_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=country_code) |
targeting_city_name_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=city_name) |
targeting_city_name_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=city_name) |
targeting_device_type_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=device_type) |
targeting_device_type_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=device_type) |
targeting_browser_language_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=browser_language) |
targeting_browser_language_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=browser_language) |
targeting_rotation_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=rotation) |
targeting_rotation_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=rotation) |
targeting_os_name_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=os_name) |
targeting_os_name_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=os_name) |
targeting_browser_name_key[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=browser_name) |
targeting_browser_name_value[index] | ঐচ্ছিক স্ট্রিং | (targeting_type=browser_name) |
curl --request POST \
--url 'https://tistos.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
--url 'https://tistos.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
{
"data": {
"id": 1
}
}
DELETE https://tistos.com/api/links/{link_id}
curl --request DELETE \
--url 'https://tistos.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://tistos.com/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \