- 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 Banner
POST
https://ppid.animemusic.us/api-mobile-apps/list/banner
Request
Body Params application/json
title_banner
string
required
Example
{
"title_banner":""
}
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-mobile-apps/list/banner' \
--header 'Content-Type: application/json' \
--data-raw '{
"title_banner":""
}'
Responses
🟢200Example List Banner
application/json
Body
code
integer
required
message
string
required
data
array [object {9}]
required
id_banner
string
required
title
string
required
desc
string
required
image
string
required
created_date
string
required
end_date
string
required
position
string
required
type
string
required
source
string
required
Example
{
"code": 0,
"message": "Success Get Data",
"data": [
{
"id_banner": "108",
"title": "Welcom 2023",
"desc": "Selamat Datang di 2023",
"image": "http://localhost/1/ppid/show-file/banner/banner-welcom-202320240801_uaL6.jpg",
"created_date": "2023-01-03 11:38:43",
"end_date": "0000-00-00 00:00:00",
"position": "1",
"type": "banner",
"source": "http://localhost/1/ppid/show-file/banner/banner-welcom-202320240801_uaL6.jpg"
},
{
"id_banner": "117",
"title": "Hut Jakarta 79",
"desc": "Hut Jakarta 79",
"image": "http://localhost/1/ppid/show-file/banner/banner-hut-jakarta-7920241231_6LQP.jpg",
"created_date": "2024-07-22 10:30:39",
"end_date": "0000-00-00 00:00:00",
"position": "2",
"type": "link",
"source": "https://bit.ly/HUT79RI-JKT"
},
{
"id_banner": "109",
"title": "Apps PPID",
"desc": "Apps PPID",
"image": "http://localhost/1/ppid/show-file/banner/banner-apps-ppid20240801_rzcK.jpg",
"created_date": "2023-01-03 11:44:10",
"end_date": "0000-00-00 00:00:00",
"position": "6",
"type": "link",
"source": "https://play.google.com/store/apps/details?id=id.bigio.jakarta.ppid"
}
]
}