Hi all, has anyone used Profile Fetch API (https://www.adobe.io/products/target/docs/reference/profiles/profile-fetch) to programatically fetch all attributes set against a user-profile? I am using following address currently for the purpose
http://<client-server-domain>/rest/v1/profiles/<pcId>?client=<clientCode>
This doesn't fetch profile attributes in real-time i.e. if I clear my cookies, load my page and run this API, I get 404 - no profile found message. However, if I run it after some time (around 30 minutes later), it returns all profile attributes in JSON format.
I was wondering whether there is any way (new version of this API or passing any specific parameter etc.) which can enable me fetch profile-attributes as soon as its updated on the server? Any help will be much appreciated - thanks
Regards,
Rajneesh