Customizing Operator Advisor > Services in Operator Advisor > Work Definition Connector Thing Shape Services
Work Definition Connector Thing Shape Services
The following services are found on the work definition connector Thing Shape (PTC.SCA.SCO.WorkDefinitionConnectorThingShape):
ExtractURLContentsFromDocuments—Used internally by other services Not intended for standalone use.
Input parameters: documentsByOperation (JSON)
Output: result (JSON)
Fetch2DThumbnailsFromOperationIds—Retrieves a list of the 2D thumbnail images associated with one or more Windchill operation identifiers.
Input parameters: operationIds (JSON)
Output: result (JSON)
FetchAllocatedPartsFromOperationIds—Retrieves a list of parts allocated to the specified list of Windchill operation identifiers. To further filter your results, specify a process plan navigation criteria identifier or a related assembly navigation criteria identifier.
Input parameters:
operationIds (JSON)
processPlanNavigationCriteriaId (STRING)
relatedAsemblyNavigationCriteriaId (STRING)
Output: result (JSON)
FetchBOMFromPartId—Retrieves the BOM (bill of material) associated with the specified Windchill part identifier. To further filter our results, specify a navigation criteria identifier.
Input parameters:
partId (STRING)
navigationCriteriaId (STRING)
Output: result (JSON)
FetchBOPFromProcessPlanId—Retrieves the BOP (bill of process) associated with the specified Windchill process plan identifier. To further filter your results, specify a process plan navigation criteria identifier or a related assembly navigation criteria identifier. Out-of-the-box this service gets all operations, process plans, and standard procedures in a Bill of Procedures (BOP) up to ten levels deep.
Input parameters:
processPlanId (STRING)
processPlanNavigationCriteriaId (STRING)
relatedAsemblyNavigationCriteriaId (STRING)
Output: result (JSON)
FetchDescribedByDocumentsFromOperationIds—Retrieves a list of the latest described-by documents associated with one or more Windchill operation identifiers.
Input parameters: operationIds (JSON)
Output: result (JSON)
FetchIllustrationsFromOperationIds—Retrieves a list of all illustrations associated with one or more Windchill operation identifiers.
Input parameters: operationIds (JSON)
Output: result (JSON)
FetchPartsFromNumber—Retrieves a list of all parts associated with a Windchill part number.
Input parameters: partNumber (STRING)
Output: result (JSON)
FetchProcessMaterialsFromOperationIds—Retrieves a list of all process materials associated with one or more Windchill operations specified by identifiers.
Input parameters:
operationIds (JSON)—Windchill operation OID list; format:
{"value": [oid_1, oid_2, ...]}
processPlanNavigationCriteriaId (STRING)
relatedAsemblyNavigationCriteriaId (STRING)
Output: A list of process materials and corresponding operation links (JSON), format:
{"ConsumedResourcesAndLinks": [{"ProcessMaterial": {...}, "OperationToConsumableLink": {...}, "operationOid" : oid_1}, ...]}
FetchProcessPlansFromPartId—Retrieves a list of all process plans associated with a Windchill part identifier.
Input parameters: partId (STRING)
Output: result (JSON)
FetchProcessPlansFromProcessPlanNumber—Retrieves a list of all process plans associated with a Windchill process plan number.
Input parameters: processPlanNumber (STRING)
Output: result (JSON)
FetchReferenceDocumentsFromOperationIds—Retrieves a list of all reference documents associated with one or more Windchill operation identifiers.
Input parameters: operationIds (JSON)
Output: result (JSON)
FetchResourcesFromOperationIds—Used internally by other services. Not intended for standalone use.
Input parameters:
operationIds (JSON)
relatedAssemblyNavigationCriteriaId (STRING)
processPlanNavigationCriteriaId (STRING)
resourceType (STRING)
linkType (STRING)
consumedResultKey (STRING)
Output: result (JSON)
FetchSkillsFromOperationIds—Retrieves a list of all skills associated with one or more Windchill operations specified by identifiers.
Input parameters:
operationIds (JSON)—Windchill operation OID list; format:
{"value": [oid_1, oid_2, ...]}
processPlanNavigationCriteriaId (STRING)—Windchill process plan navigation criteria OID
relatedAsemblyNavigationCriteriaId (STRING)—Windchill related assembly navigation criteria OID
Output: A list of skills and corresponding operation links (JSON); format:
{"ConsumedResourcesAndLinks": [{"Skill": {...},
"OperationToConsumableLink": {...}, "operationOid" : oid_1}, ...]}
FetchStandardCCsFromOperationIds—Retrieves a list of all standard control characteristics associated with one or more Windchill operations specified by identifiers.
Input parameters:
operationIds (JSON)—Windchill operation OID list; format:
{"value": [oid_1, oid_2, ...]}
processPlanNavigationCriteriaId (STRING)—Windchill process plan navigation criteria OID
relatedAsemblyNavigationCriteriaId (STRING)—Windchill related assembly navigation criteria OID
Output: A list of standard control characteristics (JSON); format:
{"std_ccs": [{"op_oid": oid_1, "odata_std_ccs": [{ StandardCC OData Entity }, ...]}, ...]}
FetchToolingsFromOperationIds—Retrieves a list of all toolings associated with one or more Windchill operations specified by identifiers.
Input parameters:
operationIds (JSON)—Windchill operation OID list; format:
{"value": [oid_1, oid_2, ...]}
processPlanNavigationCriteriaId (STRING)—Windchill process plan navigation criteria OID
relatedAsemblyNavigationCriteriaId (STRING)—Windchill related assembly navigation criteria OID
Output: A list of toolings and corresponding operation links (JSON); format:
{"ConsumedResourcesAndLinks": [{"Tooling": {...}, "OperationToConsumableLink": {...}, "operationOid" : oid_1}, ...]}
FetchWorkCentersFromOperationIds—Retrieves a list of all work centers associated with one or more Windchill operations specified by identifiers.
Input parameters:
operationIds (JSON)—Windchill operation OID list; format:
{"value": [oid_1, oid_2, ...]}
processPlanNavigationCriteriaId (STRING)—Windchill process plan navigation criteria OID
relatedAsemblyNavigationCriteriaId (STRING)—Windchill related assembly navigation criteria OID
Output: A list of work centers and corresponding operation links (JSON); format:
{"ConsumedResourcesAndLinks": [{"WorkCenter": {...},
"OperationToWorkCenterLink": {...}, "operationOid" : oid_1}, ...]}
Was this helpful?