API Reference

Use this API operation to get the structural definition of an analysis sets or selection lists.

Log in to see full request history
Query Params
integer
required

The unique id of the analysis set.

This parameter is required and has no default.

Note: for historical reasons, this parameter is usually called maskid in AlisQI URLs. The API uses setId for consistency with the terminology used in the user interface.

boolean
Defaults to true

Whether to only show currently active fields or also include deactivated fields.

Defaults to true (only active fields).

Responses

name and fields. Analysis sets will also have group and indexField, which might be null.

The fields value will be an array of objects. These objects are listed in order and describe the fields. Object properties will vary based on the field type:

  • date fields have a format property, which is either date or datetime.

  • numeric fields all have decimals. If this is null, the field holds a floating point value. Calculations have a formula, while others have a default.

  • select fields have properties (listId, listField, listFilter) that define which selection list the field is based on, and which of list's fields is selected, along with which filter (see the product field in the example below).

  • text fields have a multiline property with a boolean value.

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*