Gettings counts from API, but empty result

I am making this request to my APP Server…

Postman

Header
Authentication Bearer “TOKEN i received by another call to he API which worked fine”

Raw Body

{
“name”: “yuyu”,
“networkServerID”: “3”,
“organizationID”: “2”
}

another try
{
“serviceProfile”: {
“name”: “yuyu”,
“networkServerID”: “3”,
“organizationID”: “2”
}
}

in this request i didn’t use the other parameters as it says they are optional, but with all the parameters is the same…i tried several times…

and i receive

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

And the Service Profile never appear in the APP…

What i am doing wrong?

Hi,

The API works fine, but sometimes you don’t get the return that you think.
Which end-point of the API are you trying to use?

Regards

1 Like

Likely, the limit is set to 0 (which is the default value). So you get the counts, but not all the objects.