CatalogReference Data Type

Implemented Interfaces
Serializable
Properties
name data type description
description string
lifecycleStatus LifecycleStatus
id string
parsedVersion ParsedVersion
href string
version string
validFor TimeRange
version string
lastUpdate number
name string
id string
description string
href string
name string

Example

{
  "description" : "...",
  "lifecycleStatus" : "IN_STUDY",
  "id" : "...",
  "parsedVersion" : {
    "internalView" : "...",
    "majorVersion" : 12345,
    "externalView" : "...",
    "minorVersion" : 12345,
    "valid" : true
  },
  "href" : "...",
  "version" : "...",
  "validFor" : {
    "startDateTime" : 12345,
    "endDateTime" : 12345
  },
  "lastUpdate" : 12345,
  "name" : "..."
}