[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

UserPromptDrResponseEntity

User prompt waiting for acknowledgment


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"callout_id": "string",
	"description": "string",
	"id": "string",
	"prompt_text": "string",
	"raised_time": 0
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Recovery Steps User Prompt
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?