-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have followed "Fetch Only Modified Resources"
http://developer.simprogroup.com/apidoc/?page=07adc9c3c19b7c17e7309e86c22161a2#tag/Fetch-only-modified-resources
As you have mentioned into doc that :-
You can simply copy this and send it as a header in your next request.
GET /api/v1.0/companies/0/jobs/
If-Modified-Since: Wed, 30 May 2018 12:00:00 GMT
So to use this my code is given below:-
"; print_r($data_result); echo ""; } } }catch(Exception $e) { //echo '
'.__LINE__;print_R($e); echo $e->getMessage(); } ?>But this is not giving me data according to modify since but when I test it into POSTMAN its working fine.
So please let me know how to set header for "If-Modified-Since" into request.
Efforts will be appreciated if you will send an complete example for this.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels