Rest API - How to Verify everything in the response

how do i verify everything that return in the response

here is my response

{
“sites”: [
{
“id”: “cacceebe-b3ca”,
“name”: “a”
},
{
“id”: “78f9d4ec-5212”,
“name”: “b”
},
{
“id”: “42688beb-a866”,
“name”: “c”
},
{
“id”: “28dfd067-abc5”,
“name”: “d”
}
]
}

hello,

check this site
https://groovy-lang.org/json.html

Hi @qtramv,
Katalon supports built-in keywords for verifying web service response. Please refer to the following links to find the one suitable for you.





I am trying verifyElementText, verify element property value, verify match and none of the method is working. is there another way i can do that.
Or is there another way that i can verify sites.id[] and sites.name[]

@qtramv

Please provide the script you are currently using and the console log.