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

IssueInfoDrResponseEntity

Issue information.


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"
			}
		]
	},
	"description": "string",
	"entity": "string",
	"entity_name": "string",
	"issue_type": "VC",
	"status": "WARNING",
	"timestamp": 0
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

Feedback

Was this page helpful?