Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 2.29 KB

File metadata and controls

25 lines (19 loc) · 2.29 KB

Links

Links to navigate to previous or next pages through the API

Example Usage

import { Links } from "@apideck/unify/models/components";

let value: Links = {
  previous:
    "https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjE%3D",
  current: "https://unify.apideck.com/crm/companies",
  next:
    "https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjM",
};

Fields

Field Type Required Description Example
previous string Link to navigate to the previous page through the API https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjE%3D
current string Link to navigate to the current page through the API https://unify.apideck.com/crm/companies
next string Link to navigate to the previous page through the API https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjM