GET /v6/note/forUpdate

GET /v6/note/forUpdate

Query parameters

  • id integer(int32) Required

Responses

  • OK

    Hide response attributes Show response attributes object
    • tagsCheckedUncheckedResponse array[string] | null
    • titleResponse string | null
    • textResponse string | null
    • structuredTagsListResponse array[string] | null
    • commonNoteID integer(int32) | null
    • errorMessageResponse string | null
    Hide response attributes Show response attributes object
    • tagsCheckedUncheckedResponse array[string] | null
    • titleResponse string | null
    • textResponse string | null
    • structuredTagsListResponse array[string] | null
    • commonNoteID integer(int32) | null
    • errorMessageResponse string | null
    Hide response attributes Show response attributes object
    • tagsCheckedUncheckedResponse array[string] | null
    • titleResponse string | null
    • textResponse string | null
    • structuredTagsListResponse array[string] | null
    • commonNoteID integer(int32) | null
    • errorMessageResponse string | null
GET /v6/note/forUpdate
curl \
 --request GET 'http://api.example.com/v6/note/forUpdate?id=42'
Response examples (200)
{
  "tagsCheckedUncheckedResponse": [
    "string"
  ],
  "titleResponse": "string",
  "textResponse": "string",
  "structuredTagsListResponse": [
    "string"
  ],
  "commonNoteID": 42,
  "errorMessageResponse": "string"
}
Response examples (200)
{
  "tagsCheckedUncheckedResponse": [
    "string"
  ],
  "titleResponse": "string",
  "textResponse": "string",
  "structuredTagsListResponse": [
    "string"
  ],
  "commonNoteID": 42,
  "errorMessageResponse": "string"
}