Get Project Folder by Folder Id

Get project folder by folder id

/api/ProjectFolder/GetProjectFolder

Query String

ParameterRequiredValue
projectFolderIdMandatoryUser Input
permissionOptional0 (default) /1

Request Header

ParameterRequiredValue
TokenKeyMandatory
Accept-LanguageOptional
Accept-EncodingOptional
Content-TypeMandatory
PINProjectIDMandatory

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:

  1. Get Project folder by folder id with ChildFolderCount and DocumentCount under the folder.