Get Publishing File List in Session

You will get file list in a particular session from here

/ProjectDocumentEx/GetPublishingFileListInSession

Query String

ParameterRequiredValue
externalUserMandatory1
FileStatusMandatory10
isDefaultMandatory

Request Header

ParameterRequiredValue
TokenKeyMandatoryUser Input
ModuleKeyRequestMandatoryPWP
SessionIDMandatoryUser Input
Accept-LanguageOptionalen-US
Accept-EncodingOptionalgzip
Content-TypeMandatoryapplication/json

Request Body

ParameterRequiredValue
EncriptedPWUserIDMandatoryUser Input
EncriptedPWAccountIDMandatoryUser Input

Example

externalUser:1
FileStatus:10
isDefault:1
TokenKey:Your Token Key
ModuleKeyRequest:PWP
SessionID:65BXO%40aJszPJm1Fhd3pYOg%3d%3d
Accept-Language:en-US
Accept-Encoding:gzip
Content-Type:application/json
NULL
[
  {
    "SessionID": 0,
    "PINProjectID": 0,
    "CompletionPercent": 100,
    "CompletionStatus": 2,
    "CreateDate": "2016-09-13T08:39:09.183",
    "ModifyDate": "0001-01-01T00:00:00",
    "userChocie": 0,
    "DocumentCount": 2,
    "FirstName": "FName",
    "LastName": "LName",
    "ProjectFolderID": 0,
    "PublishingOption": 0,
    "IsSkiped": 1,
    "SessionStatus": 0,
    "SheetCount": 0,
    "ProjectName": "13092016_Test",
    "AccessibilityType": 2,
    "IsPasswordProtected": false,
    "IsSysncFiles": false,
    "CreateBy": 0,
    "ModifyBy": 0,
    "NotificationStatus": 3,
    "TotalPagesCount": 0,
    "EncryptedSessionID": "7uiHI%403dHNHOg%2f1hvaZZRw%3d%3d",
    "EncryptedPINProjectID": "iHscHF14EIyPtewTSERGJw%3d%3d",
    "EncryptedProjectFolderID": "8GwORZWNr00gk8uFfjZ0zw%3d%3d",
    "EncryptedCreateBy": "",
    "EncryptedModifyBy": ""
  },
  {
    "SessionID": 0,
    "PINProjectID": 0,
    "CompletionPercent": 100,
    "CompletionStatus": 2,
    "CreateDate": "2016-09-13T08:22:26.767",
    "ModifyDate": "0001-01-01T00:00:00",
    "userChocie": 0,
    "DocumentCount": 2,
    "FirstName": "FName",
    "LastName": "LName",
    "ProjectFolderID": 0,
    "PublishingOption": 0,
    "IsSkiped": 1,
    "SessionStatus": 0,
    "SheetCount": 0,
    "ProjectName": "13092016_Test",
    "AccessibilityType": 2,
    "IsPasswordProtected": false,
    "IsSysncFiles": false,
    "CreateBy": 0,
    "ModifyBy": 0,
    "NotificationStatus": 3,
    "TotalPagesCount": 0,
    "EncryptedSessionID": "7uiHI%403dHNHVIH6fAydA8A%3d%3d",
    "EncryptedPINProjectID": "iHscHF14EIyPtewTSERGJw%3d%3d",
    "EncryptedProjectFolderID": "8GwORZWNr02DJ9kKJ%2fgeXA%3d%3d",
    "EncryptedCreateBy": "",
    "EncryptedModifyBy": ""
  }]