Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Syndeia Cloud API Cookbook is available with the Syndeia 3.5 installation downloads. Refer to API Cookbook and REST API for more details on getting started.

...

Pagination

In Syndeia 3.5, the Syndeia Cloud REST API brings extensive support for pagination. Query parameters for specifying page number/reference and page size (perPage) are available with the endpoints. All API responses include a Page Info object that provides details of the current, previous, and next pages. This is available for both: (1) Endpoints for integrated repositories, e.g. for fetching containers (projects) and artifacts (issues) in Jira, and (2) Endpoints for core digital thread data, e.g. fetching integrated repositories, Syndeia containers, and inter-model relations in Syndeia containers.

...