Skip to main content

ActionedPresentationFlowData

No description

type ActionedPresentationFlowData {
actionKey: String
callbackSecret: String!
correlationId: ID
dataResults: JSONObject
presentationFlowId: ID!
presentationId: ID
requestData: JSONObject
state: String
status: PresentationFlowStatus!
submittedAt: DateTime
submittedBy: ActionedBy
}

Fields

ActionedPresentationFlowData.actionKey ● String scalar

ActionedPresentationFlowData.callbackSecret ● String! non-null scalar

ActionedPresentationFlowData.correlationId ● ID scalar

ActionedPresentationFlowData.dataResults ● JSONObject scalar

ActionedPresentationFlowData.presentationFlowId ● ID! non-null scalar

ActionedPresentationFlowData.presentationId ● ID scalar

ActionedPresentationFlowData.requestData ● JSONObject scalar

ActionedPresentationFlowData.state ● String scalar

ActionedPresentationFlowData.status ● PresentationFlowStatus! non-null enum

ActionedPresentationFlowData.submittedAt ● DateTime scalar

ActionedPresentationFlowData.submittedBy ● ActionedBy object

Returned By

actionedPresentationFlowData query