Visualisasi
Visualisasi
METHOD: POST
Service ini menyediakan data visualisasi.
{{baseurl}}/app/v1/visualisasi/
Headers
Header | Type | Required | Description |
---|---|---|---|
x-username | string | Yes | The username for the user |
x-password | string | Yes | The password for the user |
Auth Type
Auth Type | Type | Required | Description |
---|---|---|---|
Bearer Token | string | Yes | Key app to access API (You need an token API. Please log in to the API to generate an token. If you already have an token, please provide it below.) |
Parameter
Field | Type | Required | Description |
---|---|---|---|
pages | Number | Yes |
Page to display Visualisasi |
Success (200 OK)
HTTP/1.1 200 OK
{ "code": "200", "message": "data-available", "data": { "total": 7, "totalPages": 1, "currentPage": 1, "data": [ { "id": "37", "id_sektor": "1", "nama": "Sosial dan Kependudukan", "sub_sektor": "Kemiskinan", "sub_sektor_slug": "kemiskinan", "judul": "Dashboard Integrasi Data Kemiskinan dan RTLH", "date_create": "2023-10-27 03:54:57.91305-04", "icon": "icon_271023030632653b6f88146181055.png" },...
Error 4xx
HTTP/1.1 40x
{
"code": "40x",
"message": "account does not match",
"data": []
}