HasNotes (JSON)

Conclusion data that has notes.

URI:HasNotes

Properties

Name Type Description
notes array of Note The notes of a conclusion resource.

Example

{
  "notes" : [ {
    "subject" : "...",
    "text" : "...",
    "attribution" : {
      "contributor" : { },
      "modified" : 12345,
      "changeMessage" : "...",
      "changeMessageResource" : "...",
      "creator" : { },
      "created" : 12345,
      "id" : "..."
    },
    "lang" : "...",
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "id" : "..."
  }, {
    "subject" : "...",
    "text" : "...",
    "attribution" : {
      "contributor" : { },
      "modified" : 12345,
      "changeMessage" : "...",
      "changeMessageResource" : "...",
      "creator" : { },
      "created" : 12345,
      "id" : "..."
    },
    "lang" : "...",
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "id" : "..."
  } ]
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.