GET api/DMS/GetDocumentNodes?username={username}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
username

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TreeNode
NameDescriptionTypeAdditional information
ID

integer

None.

label

string

None.

data

string

None.

expandedIcon

string

None.

collapsedIcon

string

None.

children

Collection of TreeNode

None.

NodeLevel

integer

None.

SequenceID

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'IMBS.DO.Models.TreeNode'. Path '[0].children'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'IMBS.DO.Models.TreeNode'. Path '[0].children'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'IMBS.DO.Models.TreeNode' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'IMBS.DO.Models.TreeNode' contains cycles and cannot be serialized if reference tracking is disabled.

multipart/form-data

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'multipart/form-data'. Exception message: Object graph for type 'IMBS.DO.Models.TreeNode' contains cycles and cannot be serialized if reference tracking is disabled.