- 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
List Dokumen Informasi Publik
POST
https://ppid.animemusic.us/api/dokumen-informasi-publik
Request
Body Params application/json
limit
string
required
page
string
required
id_skpd
string
required
search
string
required
Example
{
"limit": "2",
"page": "1",
"id_skpd": "319",
"search": "Kekayaan"
}
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/dokumen-informasi-publik' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": "2",
"page": "1",
"id_skpd": "319",
"search": "Kekayaan"
}'
Responses
🟢200Example Respon Success
application/json
Body
code
integer
required
message
string
required
data
array [object {14}]
required
id
string
optional
judul
string
optional
linkjudul
string
optional
status_link_download
string
optional
dilihat
null
optional
didownload
null
optional
deskripsi
string
optional
create_date_file
string
optional
kategori
string
optional
nama_skpd
string
optional
filesize
string
optional
linkdownload
string
optional
classdownload
string
optional
typefile
string
optional
prev
integer
required
next
integer
required
pageactive
integer
required
totalpage
integer
required
perpage
integer
required
totaldata
integer
required
Example
{
"code": 0,
"message": "Success Get Data",
"data": [
{
"id": "4461",
"judul": "Informasi Laporan Harta Kekayaan Penyelenggara Negara (LHKPN)",
"linkjudul": "https://ppid.jakarta.go.id/detail/319/4461",
"status_link_download": "active",
"dilihat": null,
"didownload": null,
"deskripsi": "Informasi Laporan Harta Kekayaan Penyelenggara Negara (LHKPN)",
"create_date_file": "21-01-2020 10:24",
"kategori": "Berkala",
"nama_skpd": "WALI KOTA ADMINISTRASI JAKARTA PUSAT",
"filesize": "",
"linkdownload": "https://elhkpn.kpk.go.id",
"classdownload": "link",
"typefile": "url"
}
],
"prev": 0,
"next": 0,
"pageactive": 1,
"totalpage": 1,
"perpage": 2,
"totaldata": 1
}