get Content As Json Suspend
suspend fun getContentAsJsonSuspend(id: String, shouldIgnoreCache: Boolean = false): Either<ArcXPException, String>
Content copied to clipboard
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)
should Ignore Cache
if true, we ignore caching for this call only