googleapis / nodejs-talent

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/solutions/talent-solution/
Apache License 2.0
24 stars 11 forks source link

Search jobs return empty result #426

Closed cuongnd273 closed 2 years ago

cuongnd273 commented 2 years ago

When I try run my API search job with this params curl --request POST \ 'https://jobs.googleapis.com/v4/projects/resume-builder-c5c52/tenants/aefe42ea-1d00-0000-0000-00b857427f75/jobs:search?key=[YOUR_API_KEY]' \ --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{"jobQuery":{"query":"\"bartendar\""},"requestMetadata":{"allowMissingIds":true,"sessionId":"342342423432","userId":"4324234324"},"jobView":"JOB_VIEW_SMALL","maxPageSize":5,"orderBy":"posting_publish_time desc"}' \ --compressed It return response { "metadata": { "requestId": "5d4d97b7-cab0-467a-847d-f134221058eb:APAb7ISE6cNQk7e8etAKIufY2p94vCGE3w==" } } Nothing job was find

bcoe commented 2 years ago

👋 hello @cuongnd273, this is a repository for an automatically generated client library based on the talent solutions API.

Your question regarding a curl request sounds like an issue regarding the API itself, you can open an issue here to ask your question of the team.