SempPaging: {
    cursorQuery: string;
    nextPageUri: string;
}

Type declaration

  • cursorQuery: string

    The cursor, or position, for the next page of objects. Use this as the cursor query parameter of the next request.

  • nextPageUri: string

    The URI of the next page of objects. cursorQuery is already embedded within this URI.