Operator Round examples - j5 - 28.0 - Reference - Hexagon

j5 Framework IndustraForm API Reference

Language
English
Product
j5
Search by Category
Reference
j5 Version
2019
  • To query all of the Approved rounds with a start time after 2023-06-01 00:00:00.

  • curl -X GET "https://[j5 Server URL]/restserver/28.0/industraform/logbook-query-v2/operator_rounds?attribute_names=logid,Title,$Form.Area,$Form.Status,$Form.SpecificationName,$Form.Category,ScheduledStartTime,ScheduledFinishTime,RoundComment&pretty=true&status=Approved&from_date_time=2023-06-01T00:00:00Z"accept: text/csv" -H "authorization: Basic [Encoded username and password]"

  • To query the task data for a particular operator round (this is specified by the logid).

    curl -X GET "https://[j5 Server URL]/restserver/28.0/industraform/parent-method/operator_rounds/ [logid] /get_task_measurement_export_data"

  • To query the list of values and their normal and valid min and max values for multiple rounds of a particular form spec name within a date range.

    curl -X GET "https://[j5 Server URL]/restserver/28.0/industraform/logbook-query-v2/operator_rounds?attribute_names=logid,Title,$Form.Area,$Form.Status,$Form.SpecificationName,$Form.Category,ScheduledStartTime,ScheduledFinishTime,RoundComment,[data-points]&pretty=true&from_date_time=2023-06-01T00:00:00Z&[form_spec_name]"accept: text/csv" -H "authorization: Basic [Encoded username and password]"