Publish File List
You can publish a list of file from here with in a same folder from here
/UnPublishedDocumentEx/PublishFileList
Query String
Parameter | Required | Value |
---|---|---|
externalUser | Mandatory | 1 |
Request Header
Parameter | Required | Value |
---|---|---|
TokenKey | Mandatory | User Input |
ModuleKeyRequest | Mandatory | PWP |
Accept-Language | Optional | en-US |
Accept-Encoding | Optional | gzip |
Content-Type | Mandatory | application/json |
Request Body
Parameter | Required | Value |
---|---|---|
EncrypteduserId | Mandatory | User Input |
EncryptedprojectId | Mandatory | User Input |
encryptedFolderId | Mandatory | User Input |
EncryptedprojectDocumentId | Mandatory | User Input |
EncryptedprojectDocumentRevisionId | Mandatory | User Input |
Example
externalUser:1
TokenKey:Your Token Key
ModuleKeyRequest:PWP
Accept-Language:en-US
Accept-Encoding:gzip
Content-Type:application/json
[
{
"encryptedFolderId": "8GwORZWNr000lnT1xUEUYg%3d%3d",
"EncryptedprojectId": "iHscHF14EIyPtewTSERGJw%3d%3d",
"EncrypteduserId": "qFI09w91TZaiGkIWD8cdRw%3d%3d",
"EncryptedprojectDocumentId": "cfGAUrLLN%40276qMggSDhPg%3d%3d",
"EncryptedprojectDocumentRevisionId": "LSO6EKwupM5oyUCYU16Vvw%3d%3d"
},
{
"encryptedFolderId": "8GwORZWNr000lnT1xUEUYg%3d%3d
"EncryptedprojectId": "iHscHF14EIyPtewTSERGJw%3d%3d"
"EncrypteduserId": "qFI09w91TZaiGkIWD8cdRw%3d%3d",
"EncryptedprojectDocumentId": "cfGAUrLLN%401tYlMWwM3SIg%3d%3d",
"EncryptedprojectDocumentRevisionId": "LSO6EKwupM5Fw4n8j0mrOQ%3d%3d"
}
]
Return SessionId
"dZ8lShYSftn15JBVpcP%40Sg%3d%3d"
Updated about 7 years ago