In the docs the pagination parameter is advertized as "from", yet the _links -> next -> href use from[id] (encoded as from%5Bid%5D).
If from works by itself, it's purpose should be clarified.
On the other hand, the [id] addition is only useful, if other parameters will yield any tangible results (like from[postcode]=...&from[number]=xx), so if that's not the case, it may be preferable to remove the [id] part and no docs update will be necessary.