getNewArchiveFormData

fun getNewArchiveFormData(    startDate: LocalDate,     endDate: LocalDate,     categories: Set<NewsCategory>? = null,     types: Set<NewsType>? = null): List<Pair<String, String>>(source)

Get the post parameters to filter news in the News Archive.