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

UserPromptDrResponseList

List of entities about: User prompt waiting for acknowledgment


Properties

_meta Optional

List metadata


array of UserPrompt
list Optional

User prompt waiting for acknowledgment

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"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 Prompts
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?