ExternalLinkStatistics Data Type

Generic response containing the response code and response messages (no additional objects)

Properties
name data type constraints description
invalid number required int
lastRun number required int
unchecked number required int
valid number required int
Properties inherited from GenericResponse
messages array of Message   Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo  

Example

{
  "invalid" : 12345,
  "lastRun" : 12345,
  "unchecked" : 12345,
  "valid" : 12345,
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}