on 2021 Jun 28 12:17 PM
Hi there, I am going through the SAP fieldglass APIs at this link: https://api.sap.com/package/FieldglassAPI.
I tried Post Job upload in the SandBox environment. In the same way, I would like to pull/Get/Download jobs that are posted.
I did not find any API that Get/fetches the jobs posted in field glass.
Could anyone please confirm whether is there any APIs available to download all the jobs posted into the fieldglass?
Request clarification before answering.
Hi Sahithi
Job templates and job postings are different, job postings are created from job posting templates and both can be downloaded. In order to download the job postings please try the following url:
https://{{env url}}/api/vc/connector/Job Posting Buyer XML Download
ensuring that the connector Job Posting Buyer XML download is enabled for the buyer. You can download the list in JSON format by changing the default post processor to the following: BuyerJobPostingXMLnJSONDownload.formatBuyerJobPostingJSON
Otherwise please provide the URL and I can take a closer look for you.
Thanks
Parisa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sahithi
To download a full list of job templates you can use the following URL with the GET command:
https://{{env url}}/api/vc/connector/Job Posting Template Download?__p1=All
The Job Posting Template Download would be the custom connector name set up in the connector config.
The __p1 parameter can be set to All to download all job posting templates or you can specify a template title to download a specific one.
Thanks
Parisa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
54 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.