Question
TalkTalk
GB
Last activity: 26 Dec 2019 2:52 EST
response_GET pagelist/page issue
Hi, I am in a bit of a pickle with my REST connector requirements.
I have an endpoint, which returns me a list of results based on my request according to the following schema:
Hi, I am in a bit of a pickle with my REST connector requirements.
I have an endpoint, which returns me a list of results based on my request according to the following schema:
[ {
"something"
:
"lalala"
}]
{
"something"
:
"Invalid something"
}
Now, on a tracer I get an error saying that I get internal error that it is not able to map to response_GET.
I understand that this is because response_GET is of type Pagelist rather than a single page.