Get Zip Status

Get Zip Status.

api/ZipService/GetZipStatus

Query String

ParameterRequiredValue
zipQueueIdMandatoryUser Input

Request Header

ParameterRequiredValue
TokenKeyMandatoryUser Input
PINProjectIDMandatoryUser Input

Response

Cache-Control →no-cache
Connection →Close
Content-Length →954
Content-Type →application/json; charset=utf-8
Date →Sat, 24 Dec 2016 07:54:41 GMT
Expires →-1
Pragma →no-cache
Server →ASP.NET Development Server/11.0.0.0
X-AspNet-Version →4.0.30319
{
  "PWPZipQueueID": " Zip Request Id",
  "PWAccountID": 0,
  "PINProjectID": 0,
  "DisplayZipName": "Folder Zip Name",
  "ZipType": 47,
  "ObjectID": 0,
  "ObjectType": 12,
  "OriginalFileName": "aa5111a5-dbe6-499b-bb5e-7e6043e912d2.zip",
  "ZipStatus": 2,
  "CompletionPercentage": 100,
  "ExpiryDate": "9999-12-31T23:59:59.997",
  "CreateDate": "2016-12-20T15:46:05.597",
  "ModifyDate": "2016-12-20T15:55:02.397",
  "RetryCount": 0,
  "ErrorInfo": "",
  "LinkGroupID": -1,
  "ChildObjectID": -1,
  "ErrorCode": 0,
  "downloadURL": "Folder Zip Download URL",
  "Progress": "completed",
  "VCStatus": 0
}

Remarks

enum:

Zip Type:
Folder - 47
File - 48
Package - 49
Album - 50
Tiles - 51

Object Type:
Package - 9
Album - 10
Folder - 12
File - 13
Tiles - 16

Zip Status:
NotStarted - 0
InProcess - 1
Success - 2
Failed - 3

VC Status:
None - 0
InProcess - 1
Success - 2
Failed - 3
PasswordProtected - 4
FileCorrupted - 5
FileNotFound - 6
ApplicationError - 7