getSectionListSuspend

suspend fun getSectionListSuspend(siteHierarchy: String, shouldIgnoreCache: Boolean = false): Either<ArcXPException, List<ArcXPSection>>

getSectionListSuspend This suspend function requests list of section headers that are used for navigation It is expected these results correlate with existing collections for subsequent requests

Return

Either returns either Success List or Failure ArcXPException

Parameters

siteHierarchy

id to query

shouldIgnoreCache

if true, we ignore caching for this call only