GetVCstatus
Get VC status by objectId, objectType
/api/Viewer/GetVCstatus
Query String
| objectId | Mandatory | User Input(Integer) |
| objectType | Mandatory | User Input(Enum) |
| pageNo | Optional | User Input(Integer) |
| enqueStatus | Optional | User Input(Boolean) |
Response Body
{
"TilesAvailable": "True",
"SheetCount": "1",
"width": "1512",
"height": "1080",
"EnqueStatus": true,
"vcstatus": 2
}curl -X GET -H "TokenKey: KQJp/012tBE=" -H "PINProjectID: 123" "https://pwservicestg1.planwellcollaborate.com/webAims/api/Viewer/GetVCstatus?objectId=123 &objectType=1"Enum:objectType
| Enum | |
|---|---|
| 0-None | |
| 1-ProjectFile | |
| 2-TaskAttachment | |
| 3-ComunicationAttachmnet | |
| 4-PackageAttachment |
Updated about 1 year ago
