GET api/case/{caseId}/document/ggb/{companyId}/node
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId | string |
Required |
|
| companyId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GGBDocumentNodeItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| parent_id | integer |
None. |
|
| is_folder | boolean |
None. |
|
| node_level | integer |
None. |
|
| file_path | string |
None. |
|
| base_path_id | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 1",
"parent_id": 1,
"is_folder": true,
"node_level": 1,
"file_path": "sample string 3",
"base_path_id": "sample string 4"
},
{
"id": 1,
"name": "sample string 1",
"parent_id": 1,
"is_folder": true,
"node_level": 1,
"file_path": "sample string 3",
"base_path_id": "sample string 4"
}
]
text/html
Sample:
[{"id":1,"name":"sample string 1","parent_id":1,"is_folder":true,"node_level":1,"file_path":"sample string 3","base_path_id":"sample string 4"},{"id":1,"name":"sample string 1","parent_id":1,"is_folder":true,"node_level":1,"file_path":"sample string 3","base_path_id":"sample string 4"}]
application/xml, text/xml
Sample:
<ArrayOfGGBDocumentNodeItemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
<GGBDocumentNodeItemModel>
<base_path_id>sample string 4</base_path_id>
<file_path>sample string 3</file_path>
<id>1</id>
<is_folder>true</is_folder>
<name>sample string 1</name>
<node_level>1</node_level>
<parent_id>1</parent_id>
</GGBDocumentNodeItemModel>
<GGBDocumentNodeItemModel>
<base_path_id>sample string 4</base_path_id>
<file_path>sample string 3</file_path>
<id>1</id>
<is_folder>true</is_folder>
<name>sample string 1</name>
<node_level>1</node_level>
<parent_id>1</parent_id>
</GGBDocumentNodeItemModel>
</ArrayOfGGBDocumentNodeItemModel>
multipart/form-data
Sample:
<ArrayOfGGBDocumentNodeItemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><GGBDocumentNodeItemModel><base_path_id>sample string 4</base_path_id><file_path>sample string 3</file_path><id>1</id><is_folder>true</is_folder><name>sample string 1</name><node_level>1</node_level><parent_id>1</parent_id></GGBDocumentNodeItemModel><GGBDocumentNodeItemModel><base_path_id>sample string 4</base_path_id><file_path>sample string 3</file_path><id>1</id><is_folder>true</is_folder><name>sample string 1</name><node_level>1</node_level><parent_id>1</parent_id></GGBDocumentNodeItemModel></ArrayOfGGBDocumentNodeItemModel>