- Daftar Pejabat StrukturalPOST
- Daftar Nama SpmuPOST
- Playlist YoutubePOST
- Daftar LKPDPOST
- Survei Layanan PPIDPOST
- Komik Oke SipPOST
- Daftar Dokumen RUPPOST
- Daftar Tender LPSE POST
- Daftar Pengadaan Barang & JasaPOST
- Siaran Pers GabunganPOST
- Kirim Otp ( Kontak Kami )POST
- SOP PPIDPOST
- Struktur OrganisasiPOST
- Validasi Otp ( Kontak Kami )POST
- List LPPDPOST
- Daftar LKIPPOST
- Laporan PPIDPOST
- Daftar Informasi BerkalaPOST
- Informasi Serta MertaPOST
- Informasi Setiap SaatPOST
- Tugas Dan FungsiPOST
- List Hari Libur Dan Cuti BersamaPOST
- Siaran Pers ProvinsiPOST
- Siaran Pers WilayahPOST
- Detail Siaran Pers WilayahPOST
- Detail Siaran Pers ProvinsiPOST
- Copy Pers ProvinsiPOST
- Copy Pers WilayahPOST
- Preview PersPOST
- Preview Pers WilayahPOST
- List All SKPDPOST
- List Cara Mendapatkan SalinanPOST
- List All Kategori PermohonanPOST
- List All Cara Memperoleh InformasiPOST
- List All Mendapatkan Salinan InformasiPOST
- List Daftar Informasi PublikPOST
- Detail Daftar Informasi PublikPOST
- List Dokumen Informasi PublikPOST
- Detail Dokumen Informasi PublikPOST
- Cek Status PermohonanPOST
- Cek Status KebertanPOST
- Ajukan PermohonanPOST
- Ajukan KeberatanPOST
- List Alasan KeberatanPOST
- Cek Data Permohonan SelesaiPOST
- Login Akun PPIDPOST
- List Permohonan PPIDPOST
- List Keberatan PPIDPOST
- Majalah Media JayaPOST
- List BannerPOST
- Jumlah PermohonanPOST
- Statistik Informasi Publik ( Only Apps )GET
- Api Statistik Total Permohonan ( Only Apps )POST
- Api Permohonan Selesai ( Only Apps )POST
Cek Status Permohonan
POST
https://ppid.animemusic.us/api/permohonan-wilayah/cek-history-permohonan
Request
Body Params application/json
nik_no_ktp
string
required
kode_permohonan
string
required
Example
{
"nik_no_ktp": "2222222222222222",
"kode_permohonan": "24-22931-3"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ppid.animemusic.us/api/permohonan-wilayah/cek-history-permohonan' \
--header 'Content-Type: application/json' \
--data-raw '{
"nik_no_ktp": "2222222222222222",
"kode_permohonan": "24-22931-3"
}'
Responses
🟢200Example Respon Success
application/json
Body
code
integer
required
message
string
required
data
object
required
kode_permohonan
string
required
label_kategori
string
required
kategori_perorangan
string
required
name_lengkap
string
required
label_name_lengkap
string
required
nik_no_ktp
string
required
label_nik_no_ktp
string
required
status_permohonan
string
required
estimate_jwb_permohonan
string
required
row_history
array [object {3}]
required
Example
{
"code": 0,
"message": "Success Get Data",
"data": {
"kode_permohonan": "24-22931-3",
"label_kategori": "Kategori Permohonan",
"kategori_perorangan": "Perorangan",
"name_lengkap": "fathul hudoyo",
"label_name_lengkap": "Nama Lengkap",
"nik_no_ktp": "2222222222222222",
"label_nik_no_ktp": "NIK/No.Identitas Pribadi",
"status_permohonan": "Dalam Proses",
"estimate_jwb_permohonan": "Selasa, 13 Februari 2024 23:59",
"row_history": [
{
"date_permohonan": "2024-01-26 10:59:09",
"label_history": "Permohonan Di Verifikasi Admin PIC PPID PD/UKPD ( Fathul Skpd )",
"verify_date": "Jumat, 26 Januari 2024 10:59"
},
{
"date_permohonan": "2024-01-26 04:15:25",
"label_history": "Jawaban Permohonan Di Revisi Admin PIC PPID PD/UKPD ( Fathul Skpd ) ",
"verify_date": "Jumat, 26 Januari 2024 04:15"
},
{
"date_permohonan": "2024-01-26 04:05:54",
"label_history": "Jawaban Permohonan Sudah Di Buat Admin PIC PPID PD/UKPD ( Fathul Skpd ) Menunggu Di Verifikasi Admin PIC PPID Provinsi",
"verify_date": "Jumat, 26 Januari 2024 04:05"
}
]
}
}