Skip to content

Instantly share code, notes, and snippets.

@alyssa
Created March 6, 2014 20:57
Show Gist options
  • Save alyssa/9399477 to your computer and use it in GitHub Desktop.
Save alyssa/9399477 to your computer and use it in GitHub Desktop.
$ curl http://127.0.0.1:5000/phishes/30/notes
[
{
"created_at": "1159818029",
"flag_type": "falsepos",
"follow_up": "n",
"message": "This is actually a link to the real PayPal.com site!",
"modified_at": "1159821321",
"note_id": 18,
"phish_id": 30,
"type": "r",
"user_id": 39
},
{
"created_at": "1159820858",
"flag_type": "other",
"follow_up": "n",
"message": "this is the real paypal.com",
"modified_at": "1159821319",
"note_id": 23,
"phish_id": 30,
"type": "r",
"user_id": 74
},
{
"created_at": "1393999102",
"flag_type": "other",
"follow_up": "n",
"message": "something new",
"modified_at": null,
"note_id": 859068,
"phish_id": 30,
"type": "m",
"user_id": 0
},
{
"created_at": "1393999635",
"flag_type": "other",
"follow_up": "n",
"message": "something new",
"modified_at": null,
"note_id": 859069,
"phish_id": 30,
"type": "m",
"user_id": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment