Liên kết
GET https://qrcodemonkey.net/api/links/
curl --request GET \
--url 'https://qrcodemonkey.net/api/links/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrcodemonkey.net/api/links/' \
--header 'Authorization: Bearer {api_key}' \
Tham số | Chi tiết | Mô tả |
---|---|---|
page | Tùy chọn Số nguyên | Số trang mà bạn muốn kết quả từ. Mặc định là 1 |
results_per_page | Tùy chọn Số nguyên | Bạn muốn bao nhiêu kết quả trên mỗi trang. Giá trị cho phép là: 10 , 25 , 50 , 100 , 250 , 500 , 1000 . Mặc định là 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
},
"pageviews": 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://qrcodemonkey.net/api/links?&page=1",
"last": "https://qrcodemonkey.net/api/links?&page=1",
"next": null,
"prev": null,
"self": "https://qrcodemonkey.net/api/links?&page=1"
}
}
GET https://qrcodemonkey.net/api/links/{link_id}
curl --request GET \
--url 'https://qrcodemonkey.net/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrcodemonkey.net/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
},
"pageviews": 10,
"order": 0,
"start_date": null,
"end_date": null,
"date": "2020-11-15 12:00:00"
}
}
POST https://qrcodemonkey.net/api/links
Tham số | Chi tiết | Mô tả |
---|---|---|
location_url | Yêu cầu Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | Địa chỉ URL của điểm đến |
url | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | Bí danh URL của liên kết được tạo ra. Để trống để tạo ra một bí danh ngẫu nhiên. |
domain_id | Tùy chọn Số nguyên | - |
project_id | Tùy chọn Số nguyên | - |
pixels_ids | Tùy chọn Mảng Số nguyên | - |
schedule | Tùy chọn Boolean | - |
start_date | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | Có sẵn khi: schedule = true |
end_date | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | Có sẵn khi: schedule = true |
pageviews_limit | Tùy chọn Số nguyên | - |
expiration_url | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | - |
password | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | - |
forward_query_parameters_is_enabled | Tùy chọn Boolean | - |
utm_source | Tùy chọn missing_translation: api_documentation.strings | - |
utm_medium | Tùy chọn missing_translation: api_documentation.strings | - |
utm_campaign | Tùy chọn missing_translation: api_documentation.strings | - |
sensitive_content | Tùy chọn Boolean | - |
http_status_code | Tùy chọn Số nguyên | Giá trị được chấp nhận: 301 , 302 , 307 , 308 |
app_linking_is_enabled | Tùy chọn Boolean | - |
cloaking_is_enabled | Tùy chọn Boolean | - |
cloaking_title | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | - |
cloaking_favicon | Tùy chọn Tệp | - |
targeting_type | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | country_code , device_type , browser_language , rotation , os_name |
targeting_country_code_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=country_code) |
targeting_country_code_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=country_code) |
targeting_device_type_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=device_type) |
targeting_device_type_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=device_type) |
targeting_browser_language_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=browser_language) |
targeting_browser_language_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=browser_language) |
targeting_rotation_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=rotation) |
targeting_rotation_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=rotation) |
targeting_os_name_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=os_name) |
targeting_os_name_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=os_name) |
curl --request POST \
--url 'https://qrcodemonkey.net/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://qrcodemonkey.net/' \
--url 'https://qrcodemonkey.net/api/links' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'url=example' \
--form 'location_url=https://qrcodemonkey.net/' \
{
"data": {
"id": 1
}
}
POST https://qrcodemonkey.net/api/links/{link_id}
Tham số | Chi tiết | Mô tả |
---|---|---|
location_url | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | Địa chỉ URL của điểm đến |
url | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | Bí danh URL của liên kết được tạo ra. Để trống để tạo ra một bí danh ngẫu nhiên. |
domain_id | Tùy chọn Số nguyên | - |
project_id | Tùy chọn Số nguyên | - |
pixels_ids | Tùy chọn Mảng Số nguyên | - |
schedule | Tùy chọn Boolean | - |
start_date | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | Có sẵn khi: schedule = true |
end_date | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | Có sẵn khi: schedule = true |
pageviews_limit | Tùy chọn Số nguyên | - |
expiration_url | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | - |
password | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | - |
forward_query_parameters_is_enabled | Tùy chọn Boolean | - |
utm_source | Tùy chọn missing_translation: api_documentation.strings | - |
utm_medium | Tùy chọn missing_translation: api_documentation.strings | - |
utm_campaign | Tùy chọn missing_translation: api_documentation.strings | - |
sensitive_content | Tùy chọn Boolean | - |
http_status_code | Tùy chọn Số nguyên | Giá trị được chấp nhận: 301 , 302 , 307 , 308 |
app_linking_is_enabled | Tùy chọn Boolean | - |
cloaking_is_enabled | Tùy chọn Boolean | - |
cloaking_title | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | - |
cloaking_favicon | Tùy chọn Tệp | - |
targeting_type | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | country_code , device_type , browser_language , rotation , os_name |
targeting_country_code_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=country_code) |
targeting_country_code_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=country_code) |
targeting_device_type_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=device_type) |
targeting_device_type_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=device_type) |
targeting_browser_language_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=browser_language) |
targeting_browser_language_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=browser_language) |
targeting_rotation_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=rotation) |
targeting_rotation_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=rotation) |
targeting_os_name_key[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=os_name) |
targeting_os_name_value[index] | Tùy chọn Dịch, nhưng tránh trả về dấu chấm kết thúc: Chuỗi | (targeting_type=os_name) |
curl --request POST \
--url 'https://qrcodemonkey.net/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
--url 'https://qrcodemonkey.net/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'is_enabled=0' \
{
"data": {
"id": 1
}
}
DELETE https://qrcodemonkey.net/api/links/{link_id}
curl --request DELETE \
--url 'https://qrcodemonkey.net/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrcodemonkey.net/api/links/{link_id}' \
--header 'Authorization: Bearer {api_key}' \