Query FeatureSet
Retrieve a list of FeatureSets with a complex or simple query.
Body
Multiple query options are supported. You can build a complex query filling out the advancedFilter
section. We also support "simple" queries which used by putting the key you want to filter by in the query
section along with the value you want it to filter for. E.g., nameFirst=John
will return all persons with a first name of John.
Complex filter configuration allowing for multiple conditions with AND/OR operators.
Set to true
to merge requested fields with default response, or false/omit to return only requested fields plus ID
.
Page number for pagination.
Number of items per page. Defaults to 500.
Array of field names to return in the response.
Field name to sort by.
Sort direction: ascending (asc) or descending (desc).
asc
, desc
Additional key-value pairs for simple filtering. Any field from the entity can be used as a filter key. E.g., field=value
will return all records where that field matches the specified value.
Response
Stores the characteristics or properties associated with a specific feature in the FeatureSet.
Represents the unique identifier for the default feature within a set of features.
Description of record.
Stores the specific characteristics or properties of an item in the FeatureSet.
Identifies the type of feature set in the database.
Represents the unique identifier for a specific utility entity within the glass feature set.
Unique identifier.
Indicates whether the feature set contains informational data or not.
Indicates whether the feature set represents an individual person or not.
Name of featureSet.