List all VPP participations
Returns all VPP Participation objects, sorted by creation date (newest first). If no parameters are provided, results are paginated in pages of 30.
Authorizations
Authenticate with bearer you obtained from authentication endpoint.
Query Parameters
Filter by Flatpeak Device ID.
"loc_641b90b758fb8e6293716e40"
Specifies a cursor for pagination use; defines the place in the list. To retrieve the next page in the list include starting_after where ID is the last ID in the currently retrieved list. Use either starting_after or ending_before, not both.
Specifies a cursor for pagination use; defines the place in the list. To retrieve the previous page in the list, include ending_before, which is the first ID in the currently retrieved list. Use either starting_after or ending_before, not both.
A limit on the number of objects to be returned. Can range between 1 and 100, and the default is 30.
Response
Response example
Standard envelope for paginated list endpoints.
Always list for list responses.
list The endpoint path this list was requested from.
"/vpp-participations"
Whether more items exist after this page. Use the last item id as starting_after to fetch the next page.
The page of results.

