Request
fun Request(id: String, apiSpecId: String, endpointId: String, parameters: Map<String, String>, body: ByteArray)
Parameters
id
Unique id of the request.
api Spec Id
Unique id of the remote API service specification.
endpoint Id
Unique id of the remote API service endpoint requested by this request.
parameters
A map of named parameters associated with the request.
body
Additional request payload as a ByteArray.