Power query rest api document id details

Having issues finding documentation info that would list documentID details in one swoop.

Rest API query works fine with
GET {{hostname}}/raylight/v1/documents?offset=0&limit=5000

and provides doc ID results

But sap documentation only mentions API call format with ID in syntax
GET {{hostname}}/raylight/v1/documents//?offset=0&limit=5000

struggling with api loop call, and feeding list.generation/number into query .Hoping there was an easier method to extract all document IDs with detail data with a single api call request.

End game is to get all data source calculated HANA Views documents.
Individual queries work with …/raylight/v1/documents/, but have quite a few documents to query.

Hello,
you may try a CMSquery supported by rest api.
But the result xml very complex.