Skip to content

Instantly share code, notes, and snippets.

@purwandi
Last active August 29, 2015 14:16
Show Gist options
  • Save purwandi/ddeae0cf3b02b7eac386 to your computer and use it in GitHub Desktop.
Save purwandi/ddeae0cf3b02b7eac386 to your computer and use it in GitHub Desktop.
API Request

Timeline

timeline bergungsi untuk mencatat aktifitas pengguna di dalam sistem

{
	"meta": {

	},
	"data" : [
		{
			"actor" : {
				"id"	: "1",
				"name"	: "Hasan",
				"level"	: "Operator",
				"meta" : {
					"sekolah" : "SDN Kebagusan 05",
					"npsn"	: "2189632"
				}
			},
			"action" : "Memverifikasi",
			"data": {
				"nisn"	: "2918812",
				"nik"	: "1209781276232",
				"name"	: "Joko Mulyanto",
				"nilai"	: {
					"bahasa_indonesia": "",
					"matematika": "",
					"bahasa_inggris": "",
					"ipa": ""
				},
			},
			"meta": {
				"ip_address": "201.273.223.2",
				"os": "Linux",
				"browser": "Firefox 32"
			},
			"date": "2015-09-11 02:12:09"
		},
		{
			"actor": {
				"nisn"	: "2918812",
				"nik"	: "1209781276232",
				"name"	: "Joko Mulyanto",
				"level"	: "Peserta Didik"
			},
			"action": "Memilih",
			"data": [
				{
					"id": "1",
					"npsn": "1676723",
					"name" : "SMA Negeri 03"
				},
				{
					"id": "1",
					"npsn": "1676723",
					"name" : "SMA Negeri 03"
				}
			],
			"meta": {
				"ip_address": "201.273.223.2",
				"os": "Linux",
				"browser": "Firefox 32"
			},
			"date": "2015-09-11 02:12:10"
		}
	]
}







{
	"actor" : "Pengguna",
	"action" : "Mengganti",
	"meta": {
		"biodata": {

		}
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment