label_entry api

Sovereign
Tera Contributor

Hey all,

 

So I'm trying to query the label_entry using curl with the rest API.

I'm trying to filter with sysparm_query.  The entries have a nested JSON in the response called "label".  This json entry has 2 values, link, and value.  I'm trying to filter by the value, but nothing seems to be working.  It looks something like:

"label" {

    "link": "https://url",

    "value": "somehashxxyaxyz"

}

 

curl -sk https://domain.service-now.com/api/now/table/label_entry?sysparm_query=label.valueLIKEsomehash

 

is what I've been trying with no luck.  Any help would be greatly appreciated.

1 ACCEPTED SOLUTION
2 REPLIES 2

Sovereign
Tera Contributor

Bump.

Sovereign
Tera Contributor