listPlans

abstract suspend fun listPlans(userId: UUID, page: Long): ListPlansResponse

List plans submitted by a user

Return

The list of plans the user submitted

Parameters

userId

The ID of the user whose plans are to be retrieved

page

The offset (from 0) from which to retrieve the plans