curl --location --request GET '/api/v1//comments'
{
"memos": [
{
"name": "string",
"state": "STATE_UNSPECIFIED",
"creator": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"displayTime": "2019-08-24T14:15:22Z",
"content": "string",
"nodes": [
{
"type": "NODE_UNSPECIFIED",
"lineBreakNode": {},
"paragraphNode": {
"children": [
{}
]
},
"codeBlockNode": {
"language": "string",
"content": "string"
},
"headingNode": {
"level": 0,
"children": [
{}
]
},
"horizontalRuleNode": {
"symbol": "string"
},
"blockquoteNode": {
"children": [
{}
]
},
"listNode": {
"kind": "KIND_UNSPECIFIED",
"indent": 0,
"children": [
{}
]
},
"orderedListItemNode": {
"number": "string",
"indent": 0,
"children": [
{}
]
},
"unorderedListItemNode": {
"symbol": "string",
"indent": 0,
"children": [
{}
]
},
"taskListItemNode": {
"symbol": "string",
"indent": 0,
"complete": true,
"children": [
{}
]
},
"mathBlockNode": {
"content": "string"
},
"tableNode": {
"header": [
{}
],
"delimiter": [
"string"
],
"rows": [
{
"cells": [
{}
]
}
]
},
"embeddedContentNode": {
"resourceName": "string",
"params": "string"
},
"textNode": {
"content": "string"
},
"boldNode": {
"symbol": "string",
"children": [
{}
]
},
"italicNode": {
"symbol": "string",
"content": "string"
},
"boldItalicNode": {
"symbol": "string",
"content": "string"
},
"codeNode": {
"content": "string"
},
"imageNode": {
"altText": "string",
"url": "string"
},
"linkNode": {
"text": "string",
"url": "string"
},
"autoLinkNode": {
"url": "string",
"isRawText": true
},
"tagNode": {
"content": "string"
},
"strikethroughNode": {
"content": "string"
},
"escapingCharacterNode": {
"symbol": "string"
},
"mathNode": {
"content": "string"
},
"highlightNode": {
"content": "string"
},
"subscriptNode": {
"content": "string"
},
"superscriptNode": {
"content": "string"
},
"referencedContentNode": {
"resourceName": "string",
"params": "string"
},
"spoilerNode": {
"content": "string"
},
"htmlElementNode": {
"tagName": "string",
"attributes": {
"property1": "string",
"property2": "string"
}
}
}
],
"visibility": "VISIBILITY_UNSPECIFIED",
"tags": [
"string"
],
"pinned": true,
"resources": [
{
"name": "string",
"createTime": "2019-08-24T14:15:22Z",
"filename": "string",
"content": "string",
"externalLink": "string",
"type": "string",
"size": "string",
"memo": "string"
}
],
"relations": [
{
"memo": {
"name": "string",
"uid": "string",
"snippet": "string"
},
"relatedMemo": {
"name": "string",
"uid": "string",
"snippet": "string"
},
"type": "TYPE_UNSPECIFIED"
}
],
"reactions": [
{
"id": 0,
"creator": "string",
"contentId": "string",
"reactionType": "string"
}
],
"property": {
"hasLink": true,
"hasTaskList": true,
"hasCode": true,
"hasIncompleteTasks": true
},
"parent": "string",
"snippet": "string",
"location": {
"placeholder": "string",
"latitude": 0,
"longitude": 0
}
}
]
}