Skip to main content

Trend Indications

EntityDatastoreDatastore.TrendIndication

Trend indications classify the direction of calculated values (e.g., increasing, stable, decreasing).

Use the Datastore_TrendIndication endpoint to query trend indications.

Endpoints

List Trend Indications

GET/v1/odata/Datastore_TrendIndication

Single Trend Indication

GET/v1/odata/Datastore_TrendIndication({id})

Fields

Datastore Fields (inherited)

FieldTypeDescription
NameStringDisplay name
CodeStringUnique code identifier
LocalizedNameStringLocalized display name
IsDefaultBooleanWhether this is the default value

Relationships

RelationshipTarget EntityCardinalityDescription
ValueCalculation_Value1:NValue

Expanding Relationships

GET/v1/odata/Datastore_TrendIndication({id})?$expand=Value
GET/v1/odata/Datastore_TrendIndication({id})/Value

Filtering Examples

GET/v1/odata/Datastore_TrendIndication?$filter=Name eq '{Name}'&$top={top}
GET/v1/odata/Datastore_TrendIndication?$filter=contains(Name, '{Name}')&$top={top}
GET/v1/odata/Datastore_TrendIndication?$filter=Code eq '{Code}'&$top={top}
GET/v1/odata/Datastore_TrendIndication?$filter=IsDefault eq {IsDefault}&$top={top}

Custom Query

Build your own OData query against Datastore_TrendIndication. Open Run and edit the whole request inline — swap the entity set, change the $filter, or add $expand, $select, $orderby, $top, $skip. Type $ for suggestions; use ↺ Reset to restore this example.

GET/v1/odata/Datastore_TrendIndication?$top=10