Paging Based on Response Header Links

This section describes paging based on response header links.

The following table lists the examples of response header links-based paging for ServiceNow and Okta managed systems.

Note
Other managed systems may use different response header link formats. In some configurations, it may be better to use the Before or After Operation Rule to configure paging. See Web Services Before/After Operation Rule for more information.

Managed System

Examples

ServiceNow

Copy
TERMINATE_IF $responseHeaders.link.next$ == NULL

$endpoint.fullUrl$ = $responseHeaders.link.next$

Okta

Copy
TERMINATE_IF $responseHeaders.link.next$ == NULL

$endpoint.fullUrl$ = $responseHeaders.link.next$