Functions

Link copied to clipboard
@PostExchange(value = "snapshot/single")
abstract fun dynamicSingle(@RequestBody singleQuery: ISingleQuery): RD
Link copied to clipboard
abstract fun getById(id: String): R
Link copied to clipboard
abstract fun getStateById(id: String): RS
Link copied to clipboard
@PostExchange(value = "snapshot/single")
abstract fun single(@RequestBody singleQuery: ISingleQuery): R
Link copied to clipboard
@PostExchange(value = "snapshot/single/state")
abstract fun singleState(@RequestBody singleQuery: ISingleQuery): RS