Response data - j5 - 28.0 - Reference - Hexagon

j5 Framework IndustraForm API Reference

Language
English
Product
j5
Search by Category
Reference
j5 Version
2019

The API call produces a JSON object that has several properties. Firstly, the values property contains an array of objects. Each object has a property for each of the requested attribute names.

Additionally, there is a second property in the root object called nextLink that is used for pagination. Some queries are too big to be efficiently returned on a single page. When a page does not contain all of the required results, the nextLink property contains a string which is the URL that must be called to get the next page. If no more pages are required, the nextLink property contains `null`.

  • A query is sometimes split over several pages.

  • There is no specific order guarantee for results. The first available results are returned first.