How can someone call an API? How can the pagination mechanism be enabled? Can the output fields be selected? In this section you will find answers to these questions and more.
Client responsibilities
-
Read the Cookie: Your application needs to read the value of the
XSRF-TOKENcookie from the browser's cookie storage. -
Set the Header: For all state-changing API calls (typically any HTTP method other than
GET,HEAD, orOPTIONS), your application must include theX-XSRF-TOKENheader with the exact value read from the cookie.