Documentation has been updated: see help center and changelog in one place.

客户端备注

您可以添加 client_notes 参数在通过提交任务时 v1/queries 端点。这些客户端备注随后与其他任务信息一起保存到数据库和 S3 存储中。

有效负载示例

{
    "source": "universal",
    "url": "https://sandbox.oxylabs.io",
    "client_notes": "123456789"
}

响应示例

{
    "_links": [
        {
            "href": "http://data.oxylabs.io/v1/queries/7099386176976459777",
            "method": "GET",
            "rel": "self"
        },
        {
            "href": "http://data.oxylabs.io/v1/queries/7099386176976459777/results",
            "method": "GET",
            "rel": "results"
        }
    ],
    "callback_url": null,
    "client_id": 1234,
    "client_notes": "123456789",
....

最后更新于

这有帮助吗?