API Reference

Use this API operation to create (a) new specification version(s) for an analysis sets.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

JSON object as a string.

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.

string
required

JSON object as a string.

Specification objects.

Example:

{
  "ph_": {
	"min": 7,
	"innermin": 8,
	"goal": 9,
	"innermax": 10,
	"max": 11
  },
  "viscosity_": {
	"min": 500,
	"innermin": null,
	"goal": null,
	"innermax": null,
	"max": 1300
  }
}

Tip: Call the getSpecificationVersion endpoint to see the exact Specification data structure for this setId.

string

The index field value. (Only applies to sets which have an index field.)

Store a new specification version for this index value.

Leave out to create a generic specification which applies to all index values.

string

Specify the starting date and time (formatted as yyyy-mm-dd hh:mm:ss or unix stimestamp).

Leave out to use the current date and time.

string

The reason for changing the spec

This is used for documentation only.

Responses

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