Get Project Folder by Folder Id
Get project folder by folder id
/api/ProjectFolder/GetProjectFolder
Query String
Parameter | Required | Value |
---|---|---|
projectFolderId | Mandatory | User Input |
permission | Optional | 0 (default) /1 |
Request Header
Parameter | Required | Value |
---|---|---|
TokenKey | Mandatory | |
Accept-Language | Optional | |
Accept-Encoding | Optional | |
Content-Type | Mandatory | |
PINProjectID | Mandatory |
Response
TokenKey → Your-Key
{
"ProjectFolderID": 164796,
"FolderName": "Folder1",
"ParentFolderID": 0,
"LevelID": 0,
"CreatedBy": {
"PWUserID": 161045,
"PWAccountID": 16667,
"PWContactID": 1629057,
"FirstName": "Manas",
"LastName": "Malik",
"Email": "[email protected]",
"UserName": "Manas Malik"
},
"CreateDate": "2016-10-25T23:43:37.457",
"ChildFolderCount": 0,
"DocumentCount": 3,
"PINProjectID": 161251,
"PathName": "Folder1",
"PathFolderID": ">164796>",
"FolderType": 0,
"DocumentID": 0
}
Remarks:
- Get Project folder by folder id with ChildFolderCount and DocumentCount under the folder.
Updated less than a minute ago