getContentAsJsonSuspend

suspend fun getContentAsJsonSuspend(id: String, shouldIgnoreCache: Boolean = false): Either<ArcXPException, String>

getContentAsJsonSuspend - request content element as JSON by ANS id Note this should be a troubleshooting function, does not use cache

Parameters

id

searches for this ANS id (first through db if enabled, then api if not or stale)

shouldIgnoreCache

if true, we ignore caching for this call only