PPID Jakarta
    PPID Jakarta
    • Daftar Pejabat Struktural
      POST
    • Daftar Nama Spmu
      POST
    • Playlist Youtube
      POST
    • Daftar LKPD
      POST
    • Survei Layanan PPID
      POST
    • Komik Oke Sip
      POST
    • Daftar Dokumen RUP
      POST
    • Daftar Tender LPSE
      POST
    • Daftar Pengadaan Barang & Jasa
      POST
    • Siaran Pers Gabungan
      POST
    • Kirim Otp ( Kontak Kami )
      POST
    • SOP PPID
      POST
    • Struktur Organisasi
      POST
    • Validasi Otp ( Kontak Kami )
      POST
    • List LPPD
      POST
    • Daftar LKIP
      POST
    • Laporan PPID
      POST
    • Daftar Informasi Berkala
      POST
    • Informasi Serta Merta
      POST
    • Informasi Setiap Saat
      POST
    • Tugas Dan Fungsi
      POST
    • List Hari Libur Dan Cuti Bersama
      POST
    • Siaran Pers Provinsi
      POST
    • Siaran Pers Wilayah
      POST
    • Detail Siaran Pers Wilayah
      POST
    • Detail Siaran Pers Provinsi
      POST
    • Copy Pers Provinsi
      POST
    • Copy Pers Wilayah
      POST
    • Preview Pers
      POST
    • Preview Pers Wilayah
      POST
    • List All SKPD
      POST
    • List Cara Mendapatkan Salinan
      POST
    • List All Kategori Permohonan
      POST
    • List All Cara Memperoleh Informasi
      POST
    • List All Mendapatkan Salinan Informasi
      POST
    • List Daftar Informasi Publik
      POST
    • Detail Daftar Informasi Publik
      POST
    • List Dokumen Informasi Publik
      POST
    • Detail Dokumen Informasi Publik
      POST
    • Cek Status Permohonan
      POST
    • Cek Status Kebertan
      POST
    • Ajukan Permohonan
      POST
    • Ajukan Keberatan
      POST
    • List Alasan Keberatan
      POST
    • Cek Data Permohonan Selesai
      POST
    • Login Akun PPID
      POST
    • List Permohonan PPID
      POST
    • List Keberatan PPID
      POST
    • Majalah Media Jaya
      POST
    • List Banner
      POST
    • Jumlah Permohonan
      POST
    • 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
      parameter id_skpd di ambil dari api list-skpd
      untuk type file respon
      untuk id_skpd sekarang sudah bisa multiple
      contoh { id_skpd = '2,3,4,5' }

      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
      }
      Previous
      Detail Daftar Informasi Publik
      Next
      Detail Dokumen Informasi Publik
      Built with