Folder

Structure

The folder type consists of several attributes:

  • id: folder identifier (>= 4.1.1)
  • name: name of the folder
  • additionalInformation : An object containing a list of additional values attached to the folder
    • ID: Identifier of the value
    • label: Label of the value
    • value : Value attached to the folder

Example

{ 
	id: "622a1e152f8f8640ead39627",
	name : "Open bee", 
	additionalInformations : [
		{
			"id":"DOSSIER_CPT",
			"label":"dossier cpt",
			"value":"2589_25"
		}
	]
}

Helpful Tip