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

AccountingInfo Data Type

Properties
name data type description
_instant string
_user User
_context Context

Example

{
  "_instant" : "...",
  "_user" : {
    "_username" : "...",
    "roles" : [ "...", "..." ]
  },
  "_context" : {
    "_name" : "...",
    "_id" : "..."
  }
}