getComments

@GET(value = activity/comments/{activityId})
abstract fun getComments(@Path(value = activityIdactivityId: String): Observable<Array<ZTActivityComment>>