报告

说明
专家级
API密钥应作为持有者令牌在授权请求标头中发送。 获取您的API密钥.
列表

API请求地址:

GET
https://pagerank.entaoer.com/api/v1/reports

请求示例:

curl --location --request GET 'https://pagerank.entaoer.com/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
参数
类型
描述
search
任选 string
搜索查询。
search_by
任选 string
按条件搜索. 可能的值为::值:名称。 默认为:urls。
project
任选 string
项目名称。
result
任选 string
The report result. 可能的值为::值:名称, :值:名称, :值:名称。
sort_by
任选 string
按条件分类. 可能的值为::值:名称, :值:名称, :值:名称, :值:名称。 默认为:ids。
sort
任选 string
排序. 可能的值为::值:名称, :值:名称。 默认为:descs。
per_page
任选 integer
每页结果. 可能的值为:10, 25, 50, 100。 默认为:10s。
显示

API请求地址:

GET
https://pagerank.entaoer.com/api/v1/reports/{id}

请求示例:

curl --location --request GET 'https://pagerank.entaoer.com/api/v1/reports/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
创建

API请求地址:

POST
https://pagerank.entaoer.com/api/v1/reports

请求示例:

curl --location --request POST 'https://pagerank.entaoer.com/api/v1/reports' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer {api_key}' \
--data-urlencode 'url={url}'
参数
类型
描述
url
必填项 string
The webpage's URL.
privacy
任选 integer
Report page privacy. 可能的值为::值:名称, :值:名称, :值:名称。 默认为:0s。
password
任选 string
The password for the report page. Only works with privacy set to 2.
更新

API请求地址:

PUT PATCH
https://pagerank.entaoer.com/api/v1/reports/{id}

请求示例:

curl --location --request PUT 'https://pagerank.entaoer.com/api/v1/reports/{id}' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer {api_key}'
参数
类型
描述
privacy
任选 integer
Report page privacy. 可能的值为::值:名称, :值:名称, :值:名称。
password
任选 string
The password for the report page. Only works with privacy set to 2.
results
任选 integer
Update the report results. 可能的值为::值:名称, :值:名称。 默认为:0s。
删除

API请求地址:

DELETE
https://pagerank.entaoer.com/api/v1/reports/{id}

请求示例:

curl --location --request DELETE 'https://pagerank.entaoer.com/api/v1/reports/{id}' \
--header 'Authorization: Bearer {api_key}'