Control of Work - Permit 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 permits Completed between 1 and 30 June 2023.

    curl -X GET "https://[j5 Server URL]/restserver/28.0/industraform/logbook-query-v2/cow_permits?attribute_names=$Form.Area,Description,$Form.Category,$Form.Status,PermitNo,start_date,end_date&pretty=true&from_date_time=2023-06-01T00:00:00Z&to_date_time=2023-06-30T00:00:00Z&status=Complete"accept: text/csv" -H "authorization: Basic [Encoded username and password]"

  • To query all of the permits in the Drafting state, along with the usernames assigned to the roles.

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

  • To query all of the certificates that have been modified since midnight on 1 August 2023.

    curl -X GET "https://[j5 Server URL]/restserver/28.0/industraform/logbook-query-v2/cow_certificates?attribute_names=$Form.Area,Description,$Form.Category,$Form.Status,$Participants.IssuingAuthority,$Participants.PerformingAuthority,CertificateNo,PermitNo,last_modification&pretty=true&last_modified=2023-08-01T00:00:00Z" -H "authorization: Basic [Encoded username and password]"