Response containing information about an external link
name | data type | constraints | description |
---|---|---|---|
link | ExternalLink | External link | |
page | number | required int | Number of occurrences of the URL in the page |
node | number | required int | Number of occurrences of the URL in the node |
global | number | required int | Number of global occurrences of the URL |
Properties inherited from GenericResponse |
|||
messages | array of Message | Messages contained in the response (which should be shown to the user) | |
responseInfo | ResponseInfo |
Example
{ "link" : { "contenttagName" : "...", "url" : "...", "id" : 12345, "lastStatus" : "invalid", "lastReason" : "...", "history" : [ { "reason" : "...", "timestamp" : 12345, "status" : "invalid" }, { "reason" : "...", "timestamp" : 12345, "status" : "valid" } ], "text" : "...", "partName" : "...", "contentId" : 12345, "valueId" : 12345, "contenttagId" : 12345, "lastCheckTimestamp" : 12345 }, "page" : 1, "node" : 3, "global" : 17, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }