GET examples

GET function example for fetching records from a table API

GET("SVCNOW", "-E getTableRecords -A basic -UN username -PWD password -INAME https://dev1instance.service-now.com/ -TN problem -V v1")

GET function example for fetching records from an aggregate API

GET("SVCNOW", "-E computeAggregate -A basic -UN username -PWD password -INAME https:// dev1instance.service-now.com/ -TN problem -P sysparm_avg_fields=problem_state")