POST api/SiteProfile/getDocumentList
Request Information
URI Parameters
None.
Body Parameters
DocumentListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FolderID | integer |
None. |
|
| ProjectID | integer |
None. |
|
| FolderName | string |
None. |
|
| DocumentCategory | integer |
None. |
|
| OrderNumber | integer |
None. |
|
| FirstFieldID | string |
None. |
|
| FirstFieldName | string |
None. |
|
| FirstFieldType | string |
None. |
|
| FieldColumn1 | string |
None. |
|
| SecondFieldID | string |
None. |
|
| SecondFieldName | string |
None. |
|
| SecondFieldType | string |
None. |
|
| FieldColumn2 | string |
None. |
|
| ThirdFieldID | string |
None. |
|
| ThirdFieldName | string |
None. |
|
| ThirdFieldType | string |
None. |
|
| FieldColumn3 | string |
None. |
|
| FirstColumnValue | string |
None. |
|
| SecoundColumnValue | string |
None. |
|
| ThirdColumnValue | string |
None. |
|
| FileCount | integer |
None. |
|
| Duration | string |
None. |
|
| Color | string |
None. |
|
| UpdateBy | integer |
None. |
|
| IsDurationActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FolderID": 1,
"ProjectID": 1,
"FolderName": "sample string 2",
"DocumentCategory": 1,
"OrderNumber": 3,
"FirstFieldID": "sample string 4",
"FirstFieldName": "sample string 5",
"FirstFieldType": "sample string 6",
"FieldColumn1": "sample string 7",
"SecondFieldID": "sample string 8",
"SecondFieldName": "sample string 9",
"SecondFieldType": "sample string 10",
"FieldColumn2": "sample string 11",
"ThirdFieldID": "sample string 12",
"ThirdFieldName": "sample string 13",
"ThirdFieldType": "sample string 14",
"FieldColumn3": "sample string 15",
"FirstColumnValue": "sample string 16",
"SecoundColumnValue": "sample string 17",
"ThirdColumnValue": "sample string 18",
"FileCount": 19,
"Duration": "sample string 20",
"Color": "sample string 21",
"UpdateBy": 22,
"IsDurationActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |