Overslaan en naar de inhoud gaan

GetChangedProcessElementWorkFlows()

Modified: 31 mei 2026 Viewpoint Field View Developer / API Help

The GetChangedProcessElementWorkFlows() comand returns a list of workflows where the process task's status has changed for the given ProcessID and within the specified date range.

  • Quota: 10
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20YYour API security token configured in Field View.
processIDintegerYThe process ID for which to retrieve information.
dateFromDateTimeYThe date from workflows to retrieve.
dateToDateTimeYThe date to workflows to retrieve.
Note: Date range must be 3 months or less.
Table 2. Returns
FieldTypeDescription
ChangedProcessElementWorkFlowsInformationChangedProcessElementWorkFlowsInformationChanged process element workflows information structure.
<ChangedProcessElementWorkFlowsResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ChangedProcessElementWorkFlowsInformation>
           <WorkFlowID></WorkFlowID>
           <WorkFlowStatus></WorkFlowStatus>
           <ProcessDescription></ProcessDescription>
           <LocationID></LocationID>
           <LocationDescription></LocationDescription>
           <Date></Date>
           <ServerCreationTime></ServerCreationTime>
       </ChangedProcessElementWorkFlowsInformation>
   </ChangedProcessElementWorkFlowsResponse>
Indienen

Table of Contents