function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mayank Pant 11Mayank Pant 11 

invalid session Id + HTTP Rest API

Hi Everyone,

I am trying to execute HTTP Get request method to get bulk job details from Salesforce through workbench. But I am getting "Invalid Session Id" error. This is not the first time I am trying to do it. I have a jitterbit implementation which makes use of Rest API to get Job details and it is also not working. 

Sample is :
URL: /services/async/39.0/job/"jobId"
Headers
Content-Type: application/json; charset=UTF-8
Accept:application/json
X-SFDC-
Session:"SessionID"

Anyone else also facing this issue after Summer 17 Relese?

Thansk & Regards,
Mayank Pant