curl --request POST \
--url https://api.example.com/api/career/recommend/jobs/feedback/batch \
--header 'Content-Type: application/json' \
--data '
{
"events": [
{
"event_type": "open",
"job_id": "<string>",
"impression_id": "<string>",
"location_filter": "<string>",
"metadata": {},
"min_score_pct": 50,
"position": 2,
"ranking_variant": "<string>",
"ranking_version": "<string>",
"request_id": "<string>",
"score_pct": 50,
"top_k": 25
}
]
}
'{
"accepted": 1,
"success": true,
"event_ids": [
"<string>"
],
"recorded_at": "2023-11-07T05:31:56Z"
}Capture multiple recommendation events in one request.
curl --request POST \
--url https://api.example.com/api/career/recommend/jobs/feedback/batch \
--header 'Content-Type: application/json' \
--data '
{
"events": [
{
"event_type": "open",
"job_id": "<string>",
"impression_id": "<string>",
"location_filter": "<string>",
"metadata": {},
"min_score_pct": 50,
"position": 2,
"ranking_variant": "<string>",
"ranking_version": "<string>",
"request_id": "<string>",
"score_pct": 50,
"top_k": 25
}
]
}
'{
"accepted": 1,
"success": true,
"event_ids": [
"<string>"
],
"recorded_at": "2023-11-07T05:31:56Z"
}Batch feedback payload for debounced recommendation events.
1 - 200 elementsShow child attributes