getEntity

@GET(value = "{id}.json")
abstract suspend fun getEntity(@Path(value = "id") entityId: String): ObjectNode?