Control of Work - Isolation 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 Requested isolations.

    curl -X GET "https://[j5 Server URL]/restserver/28.0/industraform/logbook-query-v2/cow_isolations?attribute_names=$Form.Area,Description,$Form.Category,$Form.Status,$Participants.AreaAuthority,$Participants.IsolatingAuthority,IsolationNo,PermitNo,&pretty=true&status=Requested"accept: text/csv" -H "authorization: Basic [Encoded username and password]"

  • To query the top 10 isolations that are in the Drafting state.

    curl -X GET "https://[j5 Server URL]/restserver/28.0/industraform/logbook-query-v2/cow_isolations?attribute_names=$Form.Area,Description,$Form.Category,$Form.Status,$Participants.AreaAuthority,$Participants.IsolatingAuthority,IsolationNo,PermitNo,&pretty=true&top=10&status=Drafting" -H "authorization: Basic [Encoded username and password]"