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

MetadataList

List metadata


Properties

array of MetaError
errors Optional

Response payload data errors.


integer as int64
limit Optional

Limit number of entities


links Optional

Response meta links


integer as int64
offset Optional

Offset number of entities


integer as int64
total Optional

Total number of entities

JSON Example

{
	"errors": [
		{
			"code": "string",
			"field": "string",
			"message": "string"
		}
	],
	"limit": 0,
	"links": {
		"next": {
			"href": "string"
		},
		"previous": {
			"href": "string"
		},
		"self": {
			"href": "string"
		}
	},
	"offset": 0,
	"total": 0
}

Feedback

Was this page helpful?