D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

VersionList Data Type

Properties
name data type description
itemlist array of Version

Example

{
  "itemlist" : [ {
    "current" : true,
    "name" : "...",
    "created" : 12345,
    "id" : "..."
  }, {
    "current" : true,
    "name" : "...",
    "created" : 12345,
    "id" : "..."
  } ]
}