Windchill Navigate API > 可用 API > 数据检索 API > GetAllEnterpriseOperationDetails
GetAllEnterpriseOperationDetails
说明
返回给定工艺计划的所有企业工序的详情。详情可包括已分配的部件、工具、文档、控制特征和技能。
事物
PTC-PLM.Windchill.BillOfProcess
输入
用于标识要从后端系统中获取的数据。
参数
类型
说明
必需
inputs
JSON
processPlanId
字符串
工艺计划 ID,系统将从后端系统获取其数据。
variantSpecId
字符串
变型规范 ID,系统将从后端系统获取其数据。
workCenterId
字符串
工作中心 ID,系统将从后端系统获取其数据。
partId
字符串
部件 ID,系统将从后端系统获取其数据。
navigationCriteriaConfig
JSON
数组
要应用至搜索筛选器的 Windchill 导航条件配置。导航条件配置内容与导航条件域的 "ConfigSpecs" 特性的内容完全相同,详情请参阅 Windchill 帮助中心中的本主题。
enterpriseOperationConfig
JSON
用于定义企业工序的配置。请参阅 Navigate 文档中的主题。
attributes
JSON
operationIdentity
JSON
将返回工序标识属性。
PTC.MfgProcMgmt.Operation
字符串
数组
将返回企业工序属性的列表。
PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter
字符串
数组
将返回企业工序计算属性的列表。
PTC.ProdMgmt.Part
字符串
数组
将返回部件属性的列表。
PTC.ProdPlatformMgmt.VariantSpecification
字符串
数组
将返回变型规范属性的列表。
PTC.MfgProcMgmt.WorkCenter
字符串
数组
将返回工作中心属性的列表。
PTC.MfgProcMgmt.ProcessPlan
字符串
数组
将返回工艺计划属性的列表。
operationDetails
JSON
将返回工序详情属性。
操作
JSON
PTC.MfgProcMgmt.Operation
字符串
数组
将返回工序属性的列表。
PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter
字符串
数组
将返回工序计算属性的列表。
parts
JSON
PTC.ProdMgmt.Part
字符串
数组
将返回部件属性的列表。
PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.CustomAdapter
字符串
数组
将要返回部件计算属性的列表。
controlCharacteristics
JSON
PTC.MfgProcMgmt.ConsumedStandardCC
字符串
数组
将返回控制特征属性的列表。
documents
JSON
PTC.DocMgmt.Document
字符串
数组
将返回文档属性的列表。
downloadUrl
JSON
PTC.MfgProcMgmt.DownloadUrl
字符串
数组
将返回附件属性的列表。
skills
JSON
PTC.MfgProcMgmt.ConsumedSkill
字符串
数组
将返回耗用的技能属性的列表。
PTC.MfgProcMgmt.ConsumedSkill:PTC.MfgProcMgmt.ConsumedSkill.Custom.Adapter
字符串
数组
将返回耗用的技能计算属性的列表。
工具
JSON
PTC.MfgProcMgmt.ConsumedTooling
字符串
数组
将返回耗用的刀具属性的列表。
PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter
字符串
数组
将返回耗用的刀具计算属性的列表。
version
字符串
API 版本。
可使用以下附加属性:
PTC.DocMgmt.Document: ["Attachments", "IllustrationShowInWorkInstruction"]
PTC.MfgProcMgmt.DownloadUrl: ["Filename", "URL"]
PTC.MfgProcMgmt.Operation": ["ID"]
* 
一定要在 operationIdentity 和 operationDetails 中至少包括一种对象类型。
支持 "TwoDThumbnailURL" 和 "WorkCenterName" 属性查询 operationIdentity 部分的 objectType "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"。
示例 
{
"inputs": {
"processPlanId": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717",
"variantSpecId": "",
"workCenterId": "",
"partId": "OR:wt.part.WTPart:291584",
"navigationCriteriaConfig": [
{
"@odata.type": "#PTC.NavCriteria.WTPartStandardConfigSpec",
"WorkingIncluded": false,
"View": "Manufacturing",
"LifeCycleState": {
"Value": "RELEASED",
"Display": "Released"
}
},
{
"@odata.type": "#PTC.NavCriteria.WTPartEffectivityDateConfigSpec",
"EffectiveDate": "2024-08-12T00:00:00Z",
"EffectiveContext": null,
"View": "Manufacturing"
}
],
"enterpriseOperationConfig": {
"level": 1,
"softTypes": [
],
"softAttributes": [
]
}
},
"attributes": {
"operationIdentity": {
"PTC.MfgProcMgmt.Operation": [
"Name",
"Number",
"State#Display",
"ObjectType",
"Version"
],
"PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter": [
"TwoDThumbnailURL",
"WorkCenterName"
],
"PTC.ProdMgmt.Part": [
"Name",
"Number",
"Version"
],
"PTC.ProdPlatformMgmt.VariantSpecification": [
"Name"
],
"PTC.MfgProcMgmt.ProcessPlan": [
"Name"
]
},
"operationDetails": {
"operation": {
"PTC.MfgProcMgmt.Operation": [
"ID",
"Name",
"Number",
"Description",
"LongDescription"
],
"PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter": [
"OperationLabel"
]
},
"parts": {
"PTC.ProdMgmt.Part": [
"ID",
"Name",
"Number"
],
"PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter": [
"QuantityUnit"
]
},
"controlCharacteristics": {
"PTC.MfgProcMgmt.ConsumedStandardCC": [
"StandardCC|ID",
"StandardCC|Description",
"StandardCC|NominalValue",
"StandardCC|LowerLimit",
"StandardCC|UpperLimit",
"StandardCC|Name"
]
},
"documents": {
"PTC.DocMgmt.Document": [
"PrimaryContent|Content|URL",
"PrimaryContent|PTC.URLData/UrlLocation",
"PrimaryContent|FormatIcon|Path",
"PrimaryContent|PTC.ApplicationData/FileName",
"Name",
"Attachments"
]
},
"downloadUrls": {
"PTC.MfgProcMgmt.DownloadUrl": [
"Filename",
"URL"
]
},
"tools": {
"PTC.MfgProcMgmt.ConsumedTooling": [
"Tooling|ID",
"Tooling|Name",
"Tooling|Number",
"OperationToConsumableLink|Unit#Display",
"OperationToConsumableLink|Quantity"
],
"PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter": [
"CrossSelectionId"
]
},
"skills": {
"PTC.MfgProcMgmt.ConsumedSkill": [
"Skill|Name",
"Skill|Number"
]
}
}
},
"version": "1"
}
输出
服务将以 CCO 格式返回 JSON 对象。
示例 
{
"operations": [
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:35:58.439",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATION_MULTIPLESTEPS(DRIVESELECT_FWD)"
},
"Version": {
"value": "A.4 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:516578"
},
"Name": {
"value": "OperationWithMultipleSteps(DriveSelect_FWD)"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"TwoDThumbnailURL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/mpmopholder.jpg?u8&redirect=true&ContentHolder=wt.viewmarkup.DerivedImage%3A516617&HttpOperationItem=wt.content.ApplicationData%3A516629&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"WorkCenterName": {
"value": "Work Unit 1: FWD Build and Inspect"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:516578"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},f
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:516578",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.216",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.235",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Attachments": {
"value": "[{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 2.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T10:19:44Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 2.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%202.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A318500&HttpOperationItem=wt.content.ApplicationData%3A318506&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T10:19:41Z\",\"ID\":\"OR:wt.content.ApplicationData:318506\",\"FileSize\":4680054},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 1.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T10:19:44Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 1.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%201.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A318500&HttpOperationItem=wt.content.ApplicationData%3A318508&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T10:19:41Z\",\"ID\":\"OR:wt.content.ApplicationData:318508\",\"FileSize\":4680054},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 3 - 1.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T10:19:44Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 3 - 1.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%203%20-%201.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A318500&HttpOperationItem=wt.content.ApplicationData%3A318510&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T10:19:41Z\",\"ID\":\"OR:wt.content.ApplicationData:318510\",\"FileSize\":4680054}]"
},
"Name": {
"value": "DOC_PPB_MPM_OPERATION_MULTIPLESTEPS(DRIVESELECT_FWD)_OperationWithMultipleSteps(DriveSelect_FWD)_0000000041-(Illustration Images)"
}
}
],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.314",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.351",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [
{
"Filename": {
"value": "0000000061.pvz"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/0000000061.pvz?u8&ContentHolder=wt.epm.EPMDocument%3A318482&HttpOperationItem=wt.content.ApplicationData%3A318492&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "DR.zip"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.windchill.enterprise.wvs.saveWVSObject.utils.SaveWVSObjectHelper/saveWVSObject/DR.zip?oid=OR:wt.viewmarkup.DerivedImage:516617&fileType=zip&annotations=true&u8&ContainerOid=wt.pdmlink.PDMLinkProduct:164536&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%201.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A318500&HttpOperationItem=wt.content.ApplicationData%3A318508&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 2"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%202.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A318500&HttpOperationItem=wt.content.ApplicationData%3A318506&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 3 - 1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%203%20-%201.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A318500&HttpOperationItem=wt.content.ApplicationData%3A318510&forceDownload=true&twxME_ClientFollowRedirect=true"
}
}
],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.379",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
},
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000036"
},
"ID": {
"value": "OR:wt.part.WTPart:284464"
},
"Name": {
"value": "01-5121040.asm"
}
},
{
"Number": {
"value": "WCDS000105"
},
"ID": {
"value": "OR:wt.part.WTPart:284462"
},
"Name": {
"value": "01-51296.prt"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.48",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Operation_MultipleSteps(DriveSelect_FWD)"
},
"Number": {
"value": "OPERATION_MULTIPLESTEPS(DRIVESELECT_FWD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:516578"
},
"Name": {
"value": "OperationWithMultipleSteps(DriveSelect_FWD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0010"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.564",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
"steps": [
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.702",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:52.975",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/A-Img.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A366810&HttpOperationItem=wt.content.ApplicationData%3A366815&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "A-Img.png"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "A-Img"
}
}
],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.302",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.418",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [
{
"Filename": {
"value": "DR1.zip"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.windchill.enterprise.wvs.saveWVSObject.utils.SaveWVSObjectHelper/saveWVSObject/DR1.zip?oid=OR:wt.viewmarkup.DerivedImage:610548&fileType=zip&annotations=true&u8&ContainerOid=wt.pdmlink.PDMLinkProduct:164536&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "A-Img"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/A-Img.png?u8&ContentHolder=wt.doc.WTDocument%3A366810&HttpOperationItem=wt.content.ApplicationData%3A366815&forceDownload=true&twxME_ClientFollowRedirect=true"
}
}
],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.575",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
},
{
"QuantityUnit": {
"value": "6 each"
}
},
{
"QuantityUnit": {
"value": "1 each"
}
},
{
"QuantityUnit": {
"value": "1 each"
}
},
{
"QuantityUnit": {
"value": "1 each"
}
},
{
"QuantityUnit": {
"value": "1 each"
}
},
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000341"
},
"ID": {
"value": "OR:wt.part.WTPart:284469"
},
"Name": {
"value": "01-51320.asm"
}
},
{
"Number": {
"value": "WCDS000122"
},
"ID": {
"value": "OR:wt.part.WTPart:284466"
},
"Name": {
"value": "01-512124.prt"
}
},
{
"Number": {
"value": "WCDS000116"
},
"ID": {
"value": "OR:wt.part.WTPart:284457"
},
"Name": {
"value": "01-51103.prt"
}
},
{
"Number": {
"value": "WCDS000108"
},
"ID": {
"value": "OR:wt.part.WTPart:284453"
},
"Name": {
"value": "01-51104.prt"
}
},
{
"Number": {
"value": "WCDS000125"
},
"ID": {
"value": "OR:wt.part.WTPart:284452"
},
"Name": {
"value": "01-512141.prt"
}
},
{
"Number": {
"value": "WCDS000240"
},
"ID": {
"value": "OR:wt.part.WTPart:284455"
},
"Name": {
"value": "01-51299.prt"
}
},
{
"Number": {
"value": "WCDS000225"
},
"ID": {
"value": "OR:wt.part.WTPart:284454"
},
"Name": {
"value": "01-51102.prt"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.83",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Short_Description_Test_To_Test_Upper_Limit_Of_60_Characters_"
},
"Number": {
"value": "STEP1-ALLDATA(DEFAULTREP)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:610514"
},
"Name": {
"value": "Step1-AllData(DefaultRep)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"RepresentationPVZURL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.windchill.enterprise.wvs.saveWVSObject.utils.SaveWVSObjectHelper/saveWVSObject/DR1.zip?oid=OR:wt.viewmarkup.DerivedImage:610548&fileType=zip&annotations=true&u8&ContainerOid=wt.pdmlink.PDMLinkProduct:164536&twxME_ClientFollowRedirect=true"
},
"OperationLabel": {
"value": "0010"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.045",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL02"
},
"Tooling|Name": {
"value": "Tool02"
},
"OperationToConsumableLink|Unit#Display": {
"value": "meters"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293402"
},
"OperationToConsumableLink|Quantity": {
"value": "2"
}
},
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool02"
}
},
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.705",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:52.99",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.306",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.423",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [
{
"Filename": {
"value": "DR2.zip"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.windchill.enterprise.wvs.saveWVSObject.utils.SaveWVSObjectHelper/saveWVSObject/DR2.zip?oid=OR:wt.viewmarkup.DerivedImage:515364&fileType=zip&annotations=true&u8&ContainerOid=wt.pdmlink.PDMLinkProduct:164536&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "A1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.wvs.server.util.WVSContentHelper/redirectDownload/wi_illustrationA1.gif?ContentHolder=wt.viewmarkup.DerivedImage%3A515364&HttpOperationItem=wt.content.ApplicationData%3A515390&u8=1&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "A2"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.wvs.server.util.WVSContentHelper/redirectDownload/wi_illustrationA2.gif?ContentHolder=wt.viewmarkup.DerivedImage%3A515364&HttpOperationItem=wt.content.ApplicationData%3A515439&u8=1&twxME_ClientFollowRedirect=true"
}
}
],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.614",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000365"
},
"ID": {
"value": "OR:wt.part.WTPart:284451"
},
"Name": {
"value": "01-513070.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.84",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step2-ShortDescription"
},
"Number": {
"value": "STEP2-ALLDATA(ANNOTATIONS)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:515355"
},
"Name": {
"value": "Step2-AllData(Annotations)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"RepresentationPVZURL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.windchill.enterprise.wvs.saveWVSObject.utils.SaveWVSObjectHelper/saveWVSObject/DR2.zip?oid=OR:wt.viewmarkup.DerivedImage:515364&fileType=zip&annotations=true&u8&ContainerOid=wt.pdmlink.PDMLinkProduct:164536&twxME_ClientFollowRedirect=true"
},
"OperationLabel": {
"value": "0020"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.057",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.707",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.002",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Attachments": {
"value": "[{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 1.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-20T08:52:55Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 1.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%201.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A377427&HttpOperationItem=wt.content.ApplicationData%3A377433&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-20T08:52:53Z\",\"ID\":\"OR:wt.content.ApplicationData:377433\",\"FileSize\":4680054},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 2.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-20T08:52:55Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 2.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%202.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A377427&HttpOperationItem=wt.content.ApplicationData%3A377435&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-20T08:52:53Z\",\"ID\":\"OR:wt.content.ApplicationData:377435\",\"FileSize\":4680054}]"
},
"Name": {
"value": "DOC_PPB_MPM_STEP3-ALLDATA(FIGURES)_Step3-AllData(Figures)_0000000203-(Illustration Images)"
}
}
],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.311",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.43",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [
{
"Filename": {
"value": "0000000205.pvz"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/0000000205.pvz?u8&ContentHolder=wt.epm.EPMDocument%3A377409&HttpOperationItem=wt.content.ApplicationData%3A377419&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Step3-AllData(Figures)_STEP3-ALLDATA(FIGURES).zip"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.windchill.enterprise.wvs.saveWVSObject.utils.SaveWVSObjectHelper/saveWVSObject/Step3-AllData(Figures)_STEP3-ALLDATA(FIGURES).zip?oid=OR:wt.viewmarkup.DerivedImage:515594&fileType=zip&annotations=true&u8&ContainerOid=wt.pdmlink.PDMLinkProduct:164536&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%201.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A377427&HttpOperationItem=wt.content.ApplicationData%3A377433&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 2"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%202.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A377427&HttpOperationItem=wt.content.ApplicationData%3A377435&forceDownload=true&twxME_ClientFollowRedirect=true"
}
}
],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.623",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000464"
},
"ID": {
"value": "OR:wt.part.WTPart:284456"
},
"Name": {
"value": "01-51298.prt"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.849",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step3-ShortDescription"
},
"Number": {
"value": "STEP3-ALLDATA(FIGURES)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:515583"
},
"Name": {
"value": "Step3-AllData(Figures)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"RepresentationPVZURL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/0000000205.pvz?u8&ContentHolder=wt.epm.EPMDocument%3A377409&HttpOperationItem=wt.content.ApplicationData%3A377419&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"OperationLabel": {
"value": "0030"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.063",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.709",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.014",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.316",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.439",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.633",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "3 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000505"
},
"ID": {
"value": "OR:wt.part.WTPart:284450"
},
"Name": {
"value": "01-51219.prt"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.86",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step4-ShortDescription"
},
"Number": {
"value": "STEP4-ALLDATA(ANNOT+FIG+DOC)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:515800"
},
"Name": {
"value": "Step4-AllData(Annot+Fig+Doc)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0040"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.068",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.711",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.024",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.321",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.44",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.642",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000514"
},
"ID": {
"value": "OR:wt.part.WTPart:284461"
},
"Name": {
"value": "01-51101.prt"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.87",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step5-ShortDescription"
},
"Number": {
"value": "STEP5-SINGLEANNOTATION"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:515810"
},
"Name": {
"value": "Step5-SingleAnnotation"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0050"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.074",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.713",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.034",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.326",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.442",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.652",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000517"
},
"ID": {
"value": "OR:wt.part.WTPart:284459"
},
"Name": {
"value": "01-51100.prt"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.879",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step6-ShortDescription"
},
"Number": {
"value": "STEP6-SINGLEFIGURE"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:515820"
},
"Name": {
"value": "Step6-SingleFigure"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0060"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.08",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.715",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.047",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/a-Img%20%28DescribedBy%29.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283256&HttpOperationItem=wt.content.ApplicationData%3A283263&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "a-Img (DescribedBy).png"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "a-Img (DescribedBy)"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/PNG_Format.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A521661&HttpOperationItem=wt.content.ApplicationData%3A521667&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "PNG_Format.png"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "PNG_Format_TestSubType"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/ExcelDoc%28DescribedBy%29.xlsx?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283305&HttpOperationItem=wt.content.ApplicationData%3A283311&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_excel.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "ExcelDoc(DescribedBy).xlsx"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "ExcelDoc(DescribedBy)"
}
},
{
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_url.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content/?twxME_ClientFollowRedirect=true"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "TestURL"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/pdf_test_Doc.pdf?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A525059&HttpOperationItem=wt.content.ApplicationData%3A525064&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_pdf.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "pdf_test_Doc.pdf"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "pdf_test_Doc"
}
},
{
"Attachments": {
"value": "[]"
},
"Name": {
"value": "TestSubTypeDoc2"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/c-Img%20%28DescribedBy%29.jpg?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283281&HttpOperationItem=wt.content.ApplicationData%3A283287&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_jpg.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "c-Img (DescribedBy).jpg"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "c-Img (DescribedBy)"
}
},
{
"Attachments": {
"value": "[]"
},
"Name": {
"value": "NoContenetSOFTTYPE2"
}
},
{
"Attachments": {
"value": "[{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"MPMSamplePublishingRule - Copy.xml\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_xml.png?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"XML\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/xml;charset=utf-8\",\"MimeType\":\"text/xml\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"XML\",\"Content\":{\"Label\":\"MPMSamplePublishingRule - Copy.xml\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/MPMSamplePublishingRule%20-%20Copy.xml?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572865&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572865\",\"FileSize\":3476},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"ViewWorkInstructionsSolvent.java\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_generic.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Unknown\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/x-java-source\",\"MimeType\":\"x-unknown/x-unknown\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"Unknown\",\"Content\":{\"Label\":\"ViewWorkInstructionsSolvent.java\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/ViewWorkInstructionsSolvent.java?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572868&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572868\",\"FileSize\":16928},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"ProcessPlan11.xml\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_xml.png?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"XML\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/xml;charset=utf-8\",\"MimeType\":\"text/xml\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"XML\",\"Content\":{\"Label\":\"ProcessPlan11.xml\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/ProcessPlan11.xml?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572871&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572871\",\"FileSize\":7710},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"MPMSamplePublishingRule - orgrnd.xml\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_xml.png?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"XML\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/xml;charset=utf-8\",\"MimeType\":\"text/xml\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"XML\",\"Content\":{\"Label\":\"MPMSamplePublishingRule - orgrnd.xml\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/MPMSamplePublishingRule%20-%20orgrnd.xml?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572874&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572874\",\"FileSize\":3469},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"SSMS-Setup-ENU (1).zip\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_zip.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Zip\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"application/zip\",\"MimeType\":\"application/zip\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"Zip\",\"Content\":{\"Label\":\"SSMS-Setup-ENU (1).zip\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/SSMS-Setup-ENU%20%281%29.zip?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572877&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572877\",\"FileSize\":564670431},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"ProcessPlan11\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_generic.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Unknown\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"x-unknown/x-unknown\",\"MimeType\":\"x-unknown/x-unknown\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"Unknown\",\"Content\":{\"Label\":\"ProcessPlan11\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/ProcessPlan11?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572880&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572880\",\"FileSize\":7710},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"2024-09-04_14-52-46.mp4\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_generic.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Unknown\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"video/mp4\",\"MimeType\":\"x-unknown/x-unknown\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"Unknown\",\"Content\":{\"Label\":\"2024-09-04_14-52-46.mp4\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/2024-09-04_14-52-46.mp4?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572883&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572883\",\"FileSize\":8531356},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"patchTestingNew.patch\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_generic.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Unknown\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"x-unknown/x-unknown\",\"MimeType\":\"x-unknown/x-unknown\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"Unknown\",\"Content\":{\"Label\":\"patchTestingNew.patch\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/patchTestingNew.patch?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572886&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572886\",\"FileSize\":34887},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"ToolsGridSorting.mp4\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_generic.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Unknown\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"video/mp4\",\"MimeType\":\"x-unknown/x-unknown\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"Unknown\",\"Content\":{\"Label\":\"ToolsGridSorting.mp4\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/ToolsGridSorting.mp4?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572889&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572889\",\"FileSize\":3343644},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"VS1.xml\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_xml.png?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"XML\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/xml;charset=utf-8\",\"MimeType\":\"text/xml\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"XML\",\"Content\":{\"Label\":\"VS1.xml\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/VS1.xml?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572892&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572892\",\"FileSize\":193},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"VS.xml\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_xml.png?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"XML\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/xml;charset=utf-8\",\"MimeType\":\"text/xml\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"XML\",\"Content\":{\"Label\":\"VS.xml\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/VS.xml?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572895&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572895\",\"FileSize\":2932},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"NavifgateMyTask.mp4\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_generic.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Unknown\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"video/mp4\",\"MimeType\":\"x-unknown/x-unknown\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"Unknown\",\"Content\":{\"Label\":\"NavifgateMyTask.mp4\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/NavifgateMyTask.mp4?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572898&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572898\",\"FileSize\":2411924},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"VS1_1.xml\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_xml.png?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"XML\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/xml;charset=utf-8\",\"MimeType\":\"text/xml\",\"LastModified\":\"2025-04-02T09:41:17Z\",\"Format\":\"XML\",\"Content\":{\"Label\":\"VS1_1.xml\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/VS1_1.xml?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A572520&HttpOperationItem=wt.content.ApplicationData%3A572901&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-04-02T09:41:17Z\",\"ID\":\"OR:wt.content.ApplicationData:572901\",\"FileSize\":193}]"
},
"Name": {
"value": "TestType1"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/B-Img%20%28DescribedBy%29.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A308396&HttpOperationItem=wt.content.ApplicationData%3A308398&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "B-Img (DescribedBy).png"
},
"Attachments": {
"value": "[{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"image_74461.png\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"PNG Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/png\",\"MimeType\":\"image/png\",\"LastModified\":\"2025-03-17T09:20:08Z\",\"Format\":\"PNG Image\",\"Content\":{\"Label\":\"image_74461.png\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/image_74461.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A308396&HttpOperationItem=wt.content.ApplicationData%3A308561&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:20:08Z\",\"ID\":\"OR:wt.content.ApplicationData:308561\",\"FileSize\":177601},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"allocate 1.xml\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_xml.png?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"XML\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/xml;charset=utf-8\",\"MimeType\":\"text/xml\",\"LastModified\":\"2025-03-17T09:20:08Z\",\"Format\":\"XML\",\"Content\":{\"Label\":\"allocate 1.xml\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/allocate%201.xml?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A308396&HttpOperationItem=wt.content.ApplicationData%3A308564&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:20:08Z\",\"ID\":\"OR:wt.content.ApplicationData:308564\",\"FileSize\":798},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"allocate.xml\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_xml.png?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"XML\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"text/xml;charset=utf-8\",\"MimeType\":\"text/xml\",\"LastModified\":\"2025-03-17T09:20:08Z\",\"Format\":\"XML\",\"Content\":{\"Label\":\"allocate.xml\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/allocate.xml?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A308396&HttpOperationItem=wt.content.ApplicationData%3A308567&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:20:08Z\",\"ID\":\"OR:wt.content.ApplicationData:308567\",\"FileSize\":671},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"agent (2).jar\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_generic.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Unknown\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"application/java-archive\",\"MimeType\":\"x-unknown/x-unknown\",\"LastModified\":\"2025-03-17T09:20:08Z\",\"Format\":\"Unknown\",\"Content\":{\"Label\":\"agent (2).jar\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/agent%20%282%29.jar?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A308396&HttpOperationItem=wt.content.ApplicationData%3A308570&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:20:08Z\",\"ID\":\"OR:wt.content.ApplicationData:308570\",\"FileSize\":1369595},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"DriveSystemLoader (2).zip\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_zip.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Zip\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"application/zip\",\"MimeType\":\"application/zip\",\"LastModified\":\"2025-03-17T09:20:08Z\",\"Format\":\"Zip\",\"Content\":{\"Label\":\"DriveSystemLoader (2).zip\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/DriveSystemLoader%20%282%29.zip?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A308396&HttpOperationItem=wt.content.ApplicationData%3A308573&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:20:08Z\",\"ID\":\"OR:wt.content.ApplicationData:308573\",\"FileSize\":1047601},{\"LastModified\":\"2025-03-17T09:20:08Z\",\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ExternalStoredData\",\"DisplayName\":\"ExterStorageForTesting\",\"ExternalLocation\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content/?twxME_ClientFollowRedirect=true\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/content_external.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"External Storage\"},\"CreatedOn\":\"2025-03-17T09:20:08Z\",\"ID\":\"OR:wt.content.ExternalStoredData:308578\",\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"x-unknown/x-unknown\"},{\"LastModified\":\"2025-03-17T09:20:08Z\",\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.URLData\",\"UrlLocation\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content/?twxME_ClientFollowRedirect=true\",\"DisplayName\":\"URLFORTesting\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_url.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"URL Link\"},\"CreatedOn\":\"2025-03-17T09:20:08Z\",\"ID\":\"OR:wt.content.URLData:308576\",\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"x-unknown/x-unknown\"}]"
},
"Name": {
"value": "B-Img (DescribedBy)"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/D-Img%20%28DescribedBy%29.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283293&HttpOperationItem=wt.content.ApplicationData%3A283299&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "D-Img (DescribedBy).png"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "D-Img (DescribedBy)"
}
},
{
"Attachments": {
"value": "[]"
},
"Name": {
"value": "TestSubTypeDoc"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/b-Img%20%28RefDoc%29.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283207&HttpOperationItem=wt.content.ApplicationData%3A283213&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "b-Img (RefDoc).png"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "b-Img (RefDoc)"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/C-Img%20%28RefDoc%29.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283219&HttpOperationItem=wt.content.ApplicationData%3A283225&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "C-Img (RefDoc).png"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "C-Img (RefDoc)"
}
},
{
"Attachments": {
"value": "[{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 3 - 1.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T09:53:37Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 3 - 1.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%203%20-%201.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315225&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:53:34Z\",\"ID\":\"OR:wt.content.ApplicationData:315225\",\"FileSize\":4680054},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 2 - 2 - Step 2 - 1.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T09:53:37Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 2 - 2 - Step 2 - 1.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%202%20-%202%20-%20Step%202%20-%201.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315227&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:53:34Z\",\"ID\":\"OR:wt.content.ApplicationData:315227\",\"FileSize\":4680054},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 2.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T09:53:37Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 2.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%202.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315229&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:53:34Z\",\"ID\":\"OR:wt.content.ApplicationData:315229\",\"FileSize\":4680054},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 2 - 1 - Step 1 - 1.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T09:53:37Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 2 - 1 - Step 1 - 1.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%202%20-%201%20-%20Step%201%20-%201.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315231&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:53:34Z\",\"ID\":\"OR:wt.content.ApplicationData:315231\",\"FileSize\":4680054},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 2 - 3 - Step 3 - 1.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T09:53:37Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 2 - 3 - Step 3 - 1.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%202%20-%203%20-%20Step%203%20-%201.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315233&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:53:34Z\",\"ID\":\"OR:wt.content.ApplicationData:315233\",\"FileSize\":4680054},{\"CreatedBy\":\"Site, Administrator\",\"@odata.type\":\"#PTC.ApplicationData\",\"FileName\":\"l-image - Figure 1.en.bmp\",\"FormatIcon\":{\"Path\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_bmp.gif?twxME_ClientFollowRedirect=true\",\"Tooltip\":\"Bitmap Image\"},\"ModifiedBy\":\"Site, Administrator\",\"@odata.mediaContentType\":\"image/bmp\",\"MimeType\":\"image/bmp\",\"LastModified\":\"2025-03-17T09:53:37Z\",\"Format\":\"Bitmap Image\",\"Content\":{\"Label\":\"l-image - Figure 1.en.bmp\",\"URL\":\"/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/l-image%20-%20Figure%201.en.bmp?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315235&forceDownload=true&twxME_ClientFollowRedirect=true\"},\"CreatedOn\":\"2025-03-17T09:53:34Z\",\"ID\":\"OR:wt.content.ApplicationData:315235\",\"FileSize\":4680054}]"
},
"Name": {
"value": "DOC_PPB_MPM_STEP7-DOCUMENTS(REF/DESCRIBEDBY)_Step7-Documents(Ref/DescribedBy)_0000000001-(Illustration Images)"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/d-Img%20%28RefDoc%29.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283231&HttpOperationItem=wt.content.ApplicationData%3A283237&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "d-Img (RefDoc).png"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "d-Img (RefDoc)"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/Swagger%20to%20WRS%20attribute%20mapping%20notes.docx?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A280575&HttpOperationItem=wt.content.ApplicationData%3A280716&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_msword.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "Swagger to WRS attribute mapping notes.docx"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "Reference Document with docx primary content"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/A-Img%20%28RefDoc%29.png?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283194&HttpOperationItem=wt.content.ApplicationData%3A283201&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_png.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "A-Img (RefDoc).png"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "A-Img (RefDoc)"
}
},
{
"PrimaryContent|Content|URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.fv.master.RedirectDownload/redirectDownload/PDF%28RefDoc%29.pdf?u8&redirect=true&ContentHolder=wt.doc.WTDocument%3A283243&HttpOperationItem=wt.content.ApplicationData%3A283249&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"PrimaryContent|FormatIcon|Path": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//netmarkets/images/file_pdf.gif?twxME_ClientFollowRedirect=true"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"value": "PDF(RefDoc).pdf"
},
"Attachments": {
"value": "[]"
},
"Name": {
"value": "PDF(RefDoc)"
}
}
],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.33",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.444",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [
{
"Filename": {
"value": "0000000022.pvz"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/0000000022.pvz?u8&ContentHolder=wt.epm.EPMDocument%3A315196&HttpOperationItem=wt.content.ApplicationData%3A315211&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Step7-Documents(Ref/DescribedBy)_STEP7-DOCUMENTS(REF/DESCRIB.zip"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/com.ptc.windchill.enterprise.wvs.saveWVSObject.utils.SaveWVSObjectHelper/saveWVSObject/Step7-Documents(Ref/DescribedBy)_STEP7-DOCUMENTS(REF/DESCRIB.zip?oid=OR:wt.viewmarkup.DerivedImage:527470&fileType=zip&annotations=true&u8&ContainerOid=wt.pdmlink.PDMLinkProduct:164536&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%201.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315235&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 2 - Step 1 - 1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%202%20-%201%20-%20Step%201%20-%201.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315231&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 2 - Step 2 - 1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%202%20-%202%20-%20Step%202%20-%201.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315227&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 2 - Step 3 - 1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%202%20-%203%20-%20Step%203%20-%201.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315233&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 2"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%202.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315229&forceDownload=true&twxME_ClientFollowRedirect=true"
}
},
{
"Filename": {
"value": "Figure 3 - 1"
},
"URL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/l-image%20-%20Figure%203%20-%201.en.bmp?u8&ContentHolder=wt.doc.WTDocument%3A315219&HttpOperationItem=wt.content.ApplicationData%3A315225&forceDownload=true&twxME_ClientFollowRedirect=true"
}
}
],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.663",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000551"
},
"ID": {
"value": "OR:wt.part.WTPart:284449"
},
"Name": {
"value": "01-51366.prt"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.89",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step7-ShortDescription"
},
"Number": {
"value": "STEP7-DOCUMENTS(REF/DESCRIBEDBY)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:527440"
},
"Name": {
"value": "Step7-Documents(Ref/DescribedBy)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"RepresentationPVZURL": {
"value": "/Thingworx/MediaEntities/ptc-windchill-integration-connector-proxy/Content//servlet/WindchillAuthGW/wt.content.ContentHttp/viewContent/0000000022.pvz?u8&ContentHolder=wt.epm.EPMDocument%3A315196&HttpOperationItem=wt.content.ApplicationData%3A315211&forceDownload=true&twxME_ClientFollowRedirect=true"
},
"OperationLabel": {
"value": "0070"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.086",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.717",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.169",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.335",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.459",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.672",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000554"
},
"ID": {
"value": "OR:wt.part.WTPart:284463"
},
"Name": {
"value": "01-51361.prt"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.9",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step8-ShortDescription"
},
"Number": {
"value": "STEP8-IMAGETABDISABLED"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:516102"
},
"Name": {
"value": "Step8-ImageTabDisabled"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0080"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.092",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.719",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.177",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.339",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.461",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.681",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000562"
},
"ID": {
"value": "OR:wt.part.WTPart:284473"
},
"Name": {
"value": "01-51297.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.908",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step9-ShortDescription"
},
"Number": {
"value": "STEP9-3DTABDISABLED"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:516112"
},
"Name": {
"value": "Step9-3DTabDisabled"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0090"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.098",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.721",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.185",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.343",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.463",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.69",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.917",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "STEP10-EMPTY_STATE_AND_LONG_NUM_WITH_40C"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292850"
},
"Name": {
"value": "Step10-With_EmptyState_And_Long_Name_With_Sixty_Characters"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0100"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.104",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
]
}
},
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:36:00.223",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATIONWITHSINGLESTEP"
},
"Version": {
"value": "A.1 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292857"
},
"Name": {
"value": "OperationWithSingleStep"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"WorkCenterName": {
"value": "Work Unit 2: RWD Build and Inspect"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292857"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292857",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.218",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.243",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.318",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.36",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.394",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.49",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "OperationWithSingleStep"
},
"Number": {
"value": "OPERATIONWITHSINGLESTEP"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292857"
},
"Name": {
"value": "OperationWithSingleStep"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0020"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.571",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
"steps": [
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.723",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.193",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.348",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.464",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.699",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [
{
"QuantityUnit": {
"value": "1 each"
}
}
],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000564"
},
"ID": {
"value": "OR:wt.part.WTPart:284467"
},
"Name": {
"value": "01-512040.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.926",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step-AllData(DefaultRep)"
},
"Number": {
"value": "STEP-ALLDATA(DEFAULTREP)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:434458"
},
"Name": {
"value": "Step-AllData(DefaultRep)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0010"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.11",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [
{
"Tooling|Number": {
"value": "TOOL01"
},
"Tooling|Name": {
"value": "Tool01"
},
"OperationToConsumableLink|Unit#Display": {
"value": "as needed"
},
"Tooling|ID": {
"value": "OR:com.ptc.windchill.mpml.resource.MPMTooling:293303"
},
"OperationToConsumableLink|Quantity": {
"value": "3"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [
{
"CrossSelectionId": {
"value": "Tool01"
}
}
],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
]
}
},
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:36:01.928",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATIONWITHNOSTEP(DRIVESELECT_AWD)"
},
"Version": {
"value": "A.1 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292870"
},
"Name": {
"value": "OperationWithNoStep(DriveSelect_AWD)"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292870"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292870",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.22",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.252",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.322",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.363",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.405",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.499",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "OperationWithNoStep(DriveSelect_AWD)"
},
"Number": {
"value": "OPERATIONWITHNOSTEP(DRIVESELECT_AWD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292870"
},
"Name": {
"value": "OperationWithNoStep(DriveSelect_AWD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0030"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.578",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
}
},
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:36:03.606",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATIONFORVARIANTTESTING"
},
"Version": {
"value": "A.1 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292894"
},
"Name": {
"value": "OperationForVariantTesting"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292894"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292894",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.222",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.261",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.326",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.365",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.416",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.509",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "OperationForVariantTesting"
},
"Number": {
"value": "OPERATIONFORVARIANTTESTING"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292894"
},
"Name": {
"value": "OperationForVariantTesting"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0040"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.584",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
"steps": [
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.725",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.201",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.352",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.466",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.708",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.935",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step1-SubOperation(DriveSelect_FWD)"
},
"Number": {
"value": "STEP1-SUBOPERATION(DRIVESELECT_FWD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292900"
},
"Name": {
"value": "Step1-SubOperation(DriveSelect_FWD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0010"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.116",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.727",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.21",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.356",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.468",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.717",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.944",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step2-SubOperation(DriveSelect_AWD)"
},
"Number": {
"value": "STEP2-SUBOPERATION(DRIVESELECT_AWD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292925"
},
"Name": {
"value": "Step2-SubOperation(DriveSelect_AWD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0020"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.121",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.729",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.218",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.361",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.47",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.727",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.954",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step3-SubOperation(DriveSelect_4WD)"
},
"Number": {
"value": "STEP3-SUBOPERATION(DRIVESELECT_4WD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292950"
},
"Name": {
"value": "Step3-SubOperation(DriveSelect_4WD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0030"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.127",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.731",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.227",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.365",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.471",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.736",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.964",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step4-SubOperation(DriveSelect_AllMode)"
},
"Number": {
"value": "STEP4-SUBOPERATION(DRIVESELECT_ALLMODE)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:292975"
},
"Name": {
"value": "Step4-SubOperation(DriveSelect_AllMode)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0040"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.132",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.733",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.235",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.371",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.474",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.745",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.973",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step5-SubOperation(DriveSelect_RWD)"
},
"Number": {
"value": "STEP5-SUBOPERATION(DRIVESELECT_RWD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293003"
},
"Name": {
"value": "Step5-SubOperation(DriveSelect_RWD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0050"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.139",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
]
}
},
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:36:06.092",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATIONFORXSSTESTING(DRIVESELECT_4WD)"
},
"Version": {
"value": "A.1 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293028"
},
"Name": {
"value": "OperationForXSSTesting(DriveSelect_4WD)"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"WorkCenterName": {
"value": "Work Unit 4: 4WD Build and Inspect"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293028"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293028",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.223",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.269",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.331",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.367",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.426",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.519",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "OperationForXSSTesting(DriveSelect_4WD)"
},
"Number": {
"value": "OPERATIONFORXSSTESTING(DRIVESELECT_4WD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293028"
},
"Name": {
"value": "OperationForXSSTesting(DriveSelect_4WD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0050"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.591",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
"steps": [
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.735",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.244",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.377",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.476",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.755",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.983",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step1"
},
"Number": {
"value": "STEP1"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293052"
},
"Name": {
"value": "Step1"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0010"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.144",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.737",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.252",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.384",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.478",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.765",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:53.991",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step2"
},
"Number": {
"value": "STEP2"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293059"
},
"Name": {
"value": "Step2"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0020"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.151",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.739",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.26",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.391",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.481",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.775",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.002",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step3"
},
"Number": {
"value": "STEP3"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293066"
},
"Name": {
"value": "Step3"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0030"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.156",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.741",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.268",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.397",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.483",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.785",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.011",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step4"
},
"Number": {
"value": "STEP4"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293073"
},
"Name": {
"value": "Step4"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0040"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.163",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.743",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.276",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.403",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.485",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.796",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.02",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step5"
},
"Number": {
"value": "STEP5"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293080"
},
"Name": {
"value": "Step5"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0050"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.168",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.745",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.286",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.409",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.488",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.807",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.03",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step6"
},
"Number": {
"value": "STEP6"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293087"
},
"Name": {
"value": "Step6"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0060"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.174",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
},
{
"skills": {
"timeStamp": "2025-04-08 10:35:52.748",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:53.294",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:53.416",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:53.49",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:53.816",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.039",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Step7"
},
"Number": {
"value": "STEP7"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293094"
},
"Name": {
"value": "Step7"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0070"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.18",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
]
}
},
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:36:07.85",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATIONWITH_LONGNUM_AND_LONGNAME(40CH)"
},
"Version": {
"value": "A.1 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293101"
},
"Name": {
"value": "Operation_With_Long_Num_And_Long_Name_With__Sixty_Characters"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"WorkCenterName": {
"value": "Work Unit 3: AWD Build and Inspect"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293101"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293101",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.225",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.277",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.336",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.368",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.436",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.529",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "Operation_With_Long_Num_And_Long_Name_With__Sixty_Characters"
},
"Number": {
"value": "OPERATIONWITH_LONGNUM_AND_LONGNAME(40CH)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293101"
},
"Name": {
"value": "Operation_With_Long_Num_And_Long_Name_With__Sixty_Characters"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0060"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.596",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
}
},
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:36:09.583",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATIONTEST01(DRIVESELECT_ALLMODE)"
},
"Version": {
"value": "A.1 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293107"
},
"Name": {
"value": "OperationTest01(DriveSelect_AllMode)"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293107"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293107",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.227",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.287",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.34",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.37",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.446",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.538",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "OperationTest01(DriveSelect_AllMode)"
},
"Number": {
"value": "OPERATIONTEST01(DRIVESELECT_ALLMODE)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293107"
},
"Name": {
"value": "OperationTest01(DriveSelect_AllMode)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0070"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.602",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
}
},
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:36:11.362",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATIONTEST02(DRIVESELECT_FWD|AWD)"
},
"Version": {
"value": "A.1 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293134"
},
"Name": {
"value": "OperationTest02(DriveSelect_FWD)(DriveSelect_AWD)"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293134"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293134",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.229",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.296",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.345",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.372",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.455",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.548",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "OperationTest02(DriveSelect_FWD|AWD)"
},
"Number": {
"value": "OPERATIONTEST02(DRIVESELECT_FWD|AWD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293134"
},
"Name": {
"value": "OperationTest02(DriveSelect_FWD)(DriveSelect_AWD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0080"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.609",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
}
},
{
"operationIdentity": {
"timeStamp": "2025-04-08 10:36:13.16",
"data": [
{
"itemListsData": [
{
"metadata": {
"ObjectType": {
"label": "Type",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
},
"State#Display": {
"refType": "PTC.EnumType",
"label": "State",
"type": "STRING"
}
},
"items": [
{
"ObjectType": {
"value": "Operation"
},
"Number": {
"value": "OPERATIONTEST03(DRIVESELECT_RWD|4WD)"
},
"Version": {
"value": "A.1 (Manufacturing)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293159"
},
"Name": {
"value": "OperationTest03(DriveSelect_RWD)(DriveSelect_4WD)"
},
"State#Display": {
"value": "Released"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"TwoDThumbnailURL": {
"label": "Two D Thumbnail URL",
"type": "STRING"
},
"WorkCenterName": {
"label": "Work Center Type",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293159"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"Version": {
"label": "Version",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Number": {
"value": "WCDS000231"
},
"Version": {
"value": "B.1 (Manufacturing)"
},
"ID": {
"value": "OR:wt.part.WTPart:291584"
},
"Name": {
"value": "01-51000.asm"
}
}
],
"objectType": "PTC.ProdMgmt.Part"
},
{
"metadata": {
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717"
},
"Name": {
"value": "DriveSystemProcessPlan"
}
}
],
"objectType": "PTC.MfgProcMgmt.ProcessPlan"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operationId": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293159",
"operationDetails": {
"enterpriseOperation": {
"skills": {
"timeStamp": "2025-04-08 10:35:54.23",
"data": [
{
"itemListsData": [
{
"metadata": {
"Skill|Number": {
"label": "Number",
"type": "STRING"
},
"Skill|Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedSkill"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"documents": {
"timeStamp": "2025-04-08 10:35:54.305",
"data": [
{
"itemListsData": [
{
"metadata": {
"PrimaryContent|Content|URL": {
"label": "URL",
"type": "STRING"
},
"PrimaryContent|FormatIcon|Path": {
"label": "Path",
"type": "STRING"
},
"PrimaryContent|PTC.ApplicationData/FileName": {
"label": "File Name",
"type": "STRING"
},
"PrimaryContent|PTC.URLData/UrlLocation": {
"label": "Url Location",
"type": "STRING"
},
"Attachments": {
"refType": "PTC.ContentItem",
"label": "Attachments",
"type": "array<PTC.ContentItem>"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.DocMgmt.Document"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"controlCharacteristics": {
"timeStamp": "2025-04-08 10:35:54.349",
"data": [
{
"itemListsData": [
{
"metadata": {
"StandardCC|ID": {
"label": "ID",
"type": "STRING"
},
"StandardCC|Description": {
"label": "Description",
"type": "STRING"
},
"StandardCC|NominalValue": {
"label": "Nominal Value",
"type": "STRING"
},
"StandardCC|Name": {
"label": "Name",
"type": "STRING"
},
"StandardCC|LowerLimit": {
"label": "Lower Limit",
"type": "STRING"
},
"StandardCC|UpperLimit": {
"label": "Upper Limit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedStandardCC"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"downloadUrls": {
"timeStamp": "2025-04-08 10:35:54.373",
"data": [
{
"itemListsData": [
{
"metadata": {
"Filename": {
"label": "Filename",
"type": "STRING"
},
"URL": {
"label": "URL",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.DownloadUrl"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"parts": {
"timeStamp": "2025-04-08 10:35:54.466",
"data": [
{
"itemListsData": [
{
"metadata": {
"QuantityUnit": {
"label": "Quantity and Unit",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part:PTC.ProdMgmt.Part.Custom.Adapter"
},
{
"metadata": {
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.ProdMgmt.Part"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"operation": {
"timeStamp": "2025-04-08 10:35:54.558",
"data": [
{
"itemListsData": [
{
"metadata": {
"Description": {
"label": "Description",
"type": "STRING"
},
"LongDescription": {
"label": "LongDescription",
"type": "STRING"
},
"Number": {
"label": "Number",
"type": "STRING"
},
"ID": {
"label": "ID",
"type": "STRING"
},
"Name": {
"label": "Name",
"type": "STRING"
}
},
"items": [
{
"Description": {
"value": "OperationTest03(DriveSelect_RWD|4WD)"
},
"Number": {
"value": "OPERATIONTEST03(DRIVESELECT_RWD|4WD)"
},
"ID": {
"value": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:293159"
},
"Name": {
"value": "OperationTest03(DriveSelect_RWD)(DriveSelect_4WD)"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation"
},
{
"metadata": {
"RepresentationPVZURL": {
"label": "Representation PVZ URL",
"type": "STRING"
},
"OperationLabel": {
"label": "Operation Label",
"type": "STRING"
}
},
"items": [
{
"OperationLabel": {
"value": "0090"
}
}
],
"objectType": "PTC.MfgProcMgmt.Operation:PTC.MfgProcMgmt.Operation.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
},
"tools": {
"timeStamp": "2025-04-08 10:35:54.614",
"data": [
{
"itemListsData": [
{
"metadata": {
"Tooling|Number": {
"label": "Number",
"type": "STRING"
},
"Tooling|Name": {
"label": "Name",
"type": "STRING"
},
"OperationToConsumableLink|Unit#Display": {
"refType": "PTC.EnumType",
"label": "Unit",
"type": "STRING"
},
"Tooling|ID": {
"label": "ID",
"type": "STRING"
},
"OperationToConsumableLink|Quantity": {
"label": "Quantity",
"type": "NUMBER"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling"
},
{
"metadata": {
"CrossSelectionId": {
"label": "Cross Selection Id",
"type": "STRING"
}
},
"items": [],
"objectType": "PTC.MfgProcMgmt.ConsumedTooling:PTC.MfgProcMgmt.ConsumedTooling.Custom.Adapter"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.VOps.WCOperationAdapter"
}
}
],
"statusMessage": "OK",
"status": "200"
}
}
}
}
],
"processPlanIdentity": {
"variantSpecId": "",
"partId": "OR:wt.part.WTPart:291584",
"processPlanId": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:527717",
"workCenterId": ""
}
}
当 NavigationCriteriaConfig 与任何工序都不匹配时,输出将如下所示:
{
"operations": [
],
"processPlanIdentity": {
"variantSpecId": "",
"partId": "OR:wt.part.WTPart:481033",
"processPlanId": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:1369892",
"workCenterId": "OR:com.ptc.windchill.mpml.resource.MPMWorkCenter:693589"
}
}
这对您有帮助吗?