GET Get Contact Prev/Next IDs​
Get the previous and next contact IDs relative to a given contact ID within the current filter context. Returns up to 10 IDs in each direction. Useful for implementing prev/next navigation on a contact profile page.
Required capability: fcrm_read_contacts
Enforced by SubscriberPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
The current contact ID to navigate from.
Type of filtering applied to the contact list.
"simple""advanced"Sort direction of the contact list.
"ASC""DESC""DESC"Search term applied to the contact list.
Tag IDs filter (simple mode).
Status filter (simple mode).
List IDs filter (simple mode).
JSON-encoded advanced filter groups (advanced mode).
Responses​
Previous and next contact IDs.