REST API
This is the manual for older MicroStream versions (Version < 5.0).
The new documentation (Version >= 5.0) is located at:
Root
GET
[instance-name]/root
Returns the name and object id of the current storage root element.
Object
GET
[instance-name]/object/:objectid
Returns description and values of a distinct object.
Path Parameters
objectid
integer
The requested object's id
Query Parameters
valueLength
integer
Limit size of returned value elements, e.g. String values. Default is unlimited.
fixedOffset
integer
Fixed size members start offset, default is 0.
fixedLength
integer
Amount of returned fixed size members, default is unlimited.
variableOffset
integer
Variable size members start offset, default is 0.
variableLength
integer
Amount of returned variable size members, default is unlimited.
references
boolean
Determines if top-level references of the object should be returned as well.
Type Dictionary
GET
[instance-name]/dictionary
The type dictionary as plain text.
Statistics
GET
[instance-name]/maintenance/filesStatistics
Statistics of the used storage files and channels.
Last updated