App Entitlement User Binding Feed

Search Grant Feed

Invokes the c1.api.app.v1.AppEntitlementUserBindingService.SearchGrantFeed method.

post/api/v1/grants/feed

Request body

afterstring date-time
beforestring date-time
pageSizeinteger

The pageSize where 10 <= pageSize <= 100, default 25.

pageTokenstring

The page_token field for pagination.

Response

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

nextPageTokenstring

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.

Changes