Investor Onboarding
Getting Back the Results
List Investors by Date Range
6 min
we can fetch the number of investors created by customers based on the status of the investor we can get the list of investors with the following data has the investor logged in, has the investor filled any of the forms and saved them, and has the investor submitted the application based on the criteria provided in the api request sending requests for sending requests the hostname and protocol will be the same as given in the authentication docid\ eh9zz1kpurwnfb nnniud section send a post request to /api/pullmerchants/daterange with the data as below headers property value content type application/json authorization authorisation header as per the login request request body { "customerid" " customerid ", "from" 1600882436, "to" 1601055236, "status" "pending" } the below table describes all the properties available in the request body property accepted values/format description customerid string customerid of that customer from integer timestamp, that you want to fetch from the date to integer timestamp, that you want to fetch till the date status string status of investor wanted to be pulled (all/pending/accepted/rejected/draft/redo) expected response { "results" \[ { "merchantid" " merchant id ", "customerid" " customer id ", "status" "pending", "applicationsubmitted" true, "hasloggedin" true, "hasfilledform" true }, { "merchantid" " merchant id ", "customerid" " customer id ", "status" "pending", "applicationsubmitted" true, "hasloggedin" true, "hasfilledform" true } ] } the below table describes the properties that are returned in the request parameters accepted values/format description merchantid string investor onboarding corresponding merchant id customerid string investor onboarding corresponding customer id status string status of the investor applicationsubmitted boolean has investor submitted hasloggedin boolean has the investor logged in hasfilledform boolean has the investor filled out the form getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com