/parameters

Provide information and actions related to parameters.

get

Gets the names of all parameters defined in the repository.

delete

Deletes all parameters defined in the repository.

Entity representing a parameter

get

Gets a definition of a parameter of said name.

The definition only includes active values. To also get a list of pending values, use /{parameter}/all.

When a time window is defined, it describes all changes that occurred in that period of time.

delete

Deletes a parameter of said name.

Entity representing a all

get

Gets an exhaustive definition of a parameter of said name.

The definition contains all active values, as well as pending ones.

When a time window is defined, it describes all changes that occured in that period of time.

Entity representing a effective

get

Gets an effective definition of a parameter of said name.

The definition contains the exact point value for each coordinates that is active at the time of the query.

When a time window is defined, it describes all changes that occured in that period of time.

get

Gets all versions for point values defined for a parameter, both active and pending.

put

Executes a differential change on a parameter.

The change defines point values to be added, deleted or updated.

put

Prepares a differential change on a parameter.

The change defines point values to be added, deleted or updated. Unlike /{parameter}?execute, the change is stored and can be edited until the change is either commited or cancelled.

put

Commits a prepared parameter change.

It is possible to only commit a part of a pending change by only providing its relevant elements.

put

Cancels a prepared parameter change.

It is possible to onyl cancel a part of a pending change by only providing its relevant elements.

post

Executes in batch a serie of queries to get changes in parameter definitions.

This is the equivalent of /{parameter}?from=xx&to=yy and associated. supporting multiple queries on various parameters in a single call.

The time period can differ depending on the parameter. It is also possible to query updates for a same parameter in different time periods.

post

Amends multiple pending point values but only for a single parameter.