REST WEBSERVICES STANDARD QUERY FACET

SOLVED

Hi

I created a Class and representation for the ADOVAL table.

When i query the representation  (GET request, ADOVAL representation, query facet) i get the response. The response are the first 20 records and in the final the link to the next 20 records.

Is there a way to make this return all the records at once? i did not setup anything in either class or representation to make it return only 20 records.

Thanks for the help

  • +1
    verified answer

    Ok, i got it &count=10000 changes the itens per page and returns additional records.

    But the link  i have to the next records is wrong!!!

    in the next URL where it should be ...api1... it is ... mobile1..., same is for last.

    i tested this with countries representation and a specific i did.

    This is a V11.05