Anonymous
Not applicable

[URGENT] Not Getting Response of Bulk Extract API

Hi,

I have tried to extract the leads through bulk lead extract API but i didn't get any response:

- It's showing no error with 200 Ok.

- i have used below body part

{

   "fields": [

      "firstName",

      "lastName"

   ],

   "format": "CSV",

   "columnHeaderNames": {

      "firstName": "First Name",

      "lastName": "Last Name"

   },

   "filter": {

      "createdAt": {

         "startAt": "2014-04-01T00:00:00Z",

         "endAt": "2014-04-30T00:00:00Z"

      }

   }

}

Response Header Notifying:

Server: nginx Date: Wed, 25 Oct 2017 06:29:31 GMT Content-Length: 0 Connection: keep-alive

Please help me out on this!

Tags (1)