List awarded students across an award cycle as a flat, cursor-paginated collection (one row per applicant-award). Send award_cycle_id (and any scholarship_id) on every request, including when paging: both are recorded in the cursor and a request whose values do not match the cursor’s is rejected.
List awarded students across an award cycle as a flat, cursor-paginated collection (one row per applicant-award). Send award_cycle_id (and any scholarship_id) on every request, including when paging: both are recorded in the cursor and a request whose values do not match the cursor’s is rejected.
Authentication
Query parameters
Page size. Defaults to 25. Values outside 1–100 are clamped rather than rejected.
Opaque cursor. Pass the next_cursor from the previous page to page forward. Mutually exclusive with ending_before; if both are supplied, starting_after wins.
Opaque cursor. Pass the previous_cursor from the current page to page backward.
Response
Discriminator constant. Always "list", mirroring Stripe’s list objects.
The request path this collection was served from (e.g. /api/v1/scholarships).
Opaque cursor for the next page (pass as starting_after). Null when there is none.
Opaque cursor for the previous page (pass as ending_before). Null when there is none.