cancel
Showing results for 
Search instead for 
Did you mean: 

How to pull posted jobs in the fieldglass

0 Kudos
1,151

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?

Accepted Solutions (0)

Answers (2)

Answers (2)

parisa_n
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

Kunal_Tyagi
Discoverer
0 Kudos
@parisa_n I am not able to fetch Job posting from sap fieldglass demo account. It is giving `No Result` for above API
parisa_n
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

0 Kudos

Hi parisa_n. I am looking forward to downloading the job itself instead of job templates. Could you confirm me whether job template and Jobs are same?