GET /v6/tags/forCreate Deprecated

GET /v6/tags/forCreate

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/tags/forCreate
curl \
 --request GET 'http://api.example.com/v6/tags/forCreate'
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"
}