get_proposals_sorted_by_start_timestamp

@mount("proposals.external.get_proposals_sorted_by_start_timestamp") query get_proposals_sorted_by_start_timestamp(    page_cursor: text,     sort_direction: text,     filter: filter,     caller_account_id: byte_array?): paged_result

Retrieves a paginated list of proposals, sorted by their start timestamp in the specified direction.

Return

page - A paginated list of proposals.

Parameters

page_cursor
  • A cursor for pagination.

sort_direction
  • The direction in which to sort the proposals based on their start timestamp.

filter
  • The filter criteria to apply to the proposals.

caller_account_id
  • (Optional) The account ID of the caller, used to filter proposals based on their voting actions.