Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 6.78 KB

searchgrantfeedresponse.md

File metadata and controls

12 lines (8 loc) · 6.78 KB

SearchGrantFeedResponse

The SearchGrantFeedResponse message contains a list of grant event results and a nextPageToken if applicable.

Fields

Field Type Required Description
Expanded []shared.SearchGrantFeedResponseExpanded The expanded field.
List []shared.AppEntitlementUserBindingFeedView The list of results containing up to X results, where X is the page size defined in the request.
NextPageToken *string The nextPageToken is shown for the next page if the number of results is larger than the max page size.
The server returns one page of results and the nextPageToken until all results are retrieved.
To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page.