centurion-erp-ui
    Preparing search index...

    Interface DatasetLinks

    This set of URLs are used for navigating the paginated results.

    interface DatasetLinks {
        first: URL;
        last: URL;
        next: URL;
        prev: URL;
    }
    Index

    Properties

    Properties

    first: URL

    URL to the first page of the complete dataset

    last: URL

    URL of the last page of the complete dataset. Must default to the same value as first if there is only one page of results.

    next: URL

    URL to the next page of results in the complete dataset. Must default to null if there is only one page of results or there is no next page.

    prev: URL

    URL to the previous page of results in the complete dataset. Must default to null if the current page is the first page.