REST Model of an Item Version
name | data type | constraints | description |
---|---|---|---|
number | string | Version number | |
timestamp | number | required int | Version timestamp |
editor | User | Editor of the version |
Example
{ "number" : "...", "timestamp" : 12345, "editor" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : 12345, "name" : "...", "description" : "...", "children" : [ { }, { } ] }, { "id" : 12345, "name" : "...", "description" : "...", "children" : [ { }, { } ] } ], "login" : "...", "password" : "..." } }