retrieveImage1

abstract suspend fun retrieveImage1(clientId: Long, maxWidth: Int? = null, maxHeight: Int? = null, output: String? = null)

Retrieve Client Image Optional arguments are identical to those of Get Image associated with an Entity (Binary file) Example Requests: self/clients/1/images Responses:

  • 200: OK

Return

Unit

Parameters

clientId

clientId

maxWidth

(optional)

maxHeight

(optional)

output

(optional)