Unable to get data in the api page of GUI

when i click “Try it out” on the api page under /api/devices/{devEUI}/frames . I get this:
{
“totalCount”: 180,
“result”: []
}
Under the response body.
Can you figure it out. ??

Did you provide the limit parameter?

Nope i didn’t provide… Now its working… Thank u

@brocaar Please tell me that what is the final output of the rest api… means suppose i want to use my result in another website … then using what (the request URL Or the CURL??) i can decode my data… Means which information will help me to decode the result… (CURL or the request URL??)