# Get specific note **GET /notes/{note_id}** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **note_id** (integer(int32)) ID of note to retrieve ## Responses ### 200 Array of note data #### Body: application/json (array[array]) ### 404 Note not found #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)