Pagination from JSON Path Has Next URL - Trustpilot
Hello,
I am trying to call a rest get API with some pagination. The API returns the next page URL within the response, so i should be able to use this in the snap.
I am getting the value using JSON Path seen here in a mapper as an example:
I use this same JSON path in the Next URL:
Unfortunately, the snap does not call for the next page. I can only assume it sees the value as null?
Any help would be appreciated.
Many thanks
Hi @Henchway :
There is also a LDAP Delete Attibute Value snap which will delete just the values for the attribute.
It looks like the LDAP Delete Attribute snap will remove the attribute and value.
The snap looks up the distinguished name and then submits a ModifyRequest to remove the attribute. We use the Apache Directory API to do this which documents removal as “removing an attribute and value from an entry”.
That said, I actually haven’t tested this, but could to confirm. Others may have experience doing this.