Please help with REST API of ChirpStack

Hello, I’m developing an integration with chirpstack by delphi, I can authenticate OK and generate the JWT, which is informed in the GET method - / api / applications, which should return me a JSON with the list of applications.

The GET / api / applications method is invoked OK, and returns the following to me:

{
“totalCount”: “1”,
“result”: []
}

That is, the number of applications returns to me but the JSON array with the list of applications does not return to me.

Calling this method both from the chirpstack sample site and from delphi returns the same thing.

Does anyone know what I could do?

Do you need to add a limit param?

2 Likes

yes!!! thank you man!