Notes
Last updated
Last updated
The notes route returns errors differently than other routes. Errors are concentrated in a single reasons
key at the root.
GET
https://e621.net/notes.json
Name | Type | Description |
---|---|---|
GET
https://e621.net/notes/{id}.json
POST
https://e621.net/notes.json
Authorization Required
Privileged+ Required If account is less than one week old.
PATCH
https://e621.net/notes/{id}.json
Authorization Required
Privileged+ Required If account is less than one week old.
DELETE
https://e621.net/notes/{id}.json
Authorization Required
Privileged+ Required If account is less than one week old.
This operation is idempotent.
A success will be returned even if the note does not exist.
Deleting a note does not actually delete it, it just changes is_active
to false.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
search[body_matches]
String
The body of the note.
search[is_active]
String
If the note is active.
search[post_id]
Number
The ID of the post the note is on. Multiple posts can be provided as a comma separated list.
search[post_tags_match]
String
The tags of the post the note is on.
search[creator_name]
String
The name of the creator of the note.
search[creator_id]
String
The ID of the creator of the note.
search[id]
Number
limit
Number
page
String
id*
String
The ID of the note to get.
note[post_id]*
String
The ID of the post to create the note on.
note[x]*
Number
The X coordinate of the note.
note[y]*
Number
The Y coordinate of the note.
note[width]*
Number
The width of the note.
note[height]*
Number
The height of the note.
note[body]*
String
The body of the note.
note[html_id]
String
A pass-through string.
id*
String
The ID of the note to edit.
note[x]
Number
The X coordinate of the note.
note[y]
Number
The Y coordinate of the note.
note[width]
Number
The width of the note.
note[height]
Number
The height of the note.
note[body]
String
The body of the note.
id*
String
The ID of the note to edit.
note[x]
Number
The X coordinate of the note.
note[y]
Number
The Y coordinate of the note.
note[width]
Number
The width of the note.
note[height]
Number
The height of the note.
note[body]
String
The body of the note.