Report Tenant
Developing
GET
/v1/reports/tenant
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/reports/tenant?page=1&per_page=5&search=&operation_status'
Response Response Example
{
"data": {
"meta": {
"page": 1,
"total": 1,
"per_page": 5,
"total_page": 1
},
"items": [
{
"id": "33eab34d-121e-4009-9d22-cecaf5f30333",
"email": null,
"nitku": "123e4567-e89b-12d3-a456-426614174000",
"name": "PT Example Company",
"type": "tenant",
"address": null,
"business_field": "Technology",
"operation_status": "operation",
"status_pu": "registered",
"no_pu": "non_construction",
"pic_name": "John Doe",
"pic_phone": "81234567890"
}
]
},
"message": "Sukses mengambil data laporan tenant"
}
Request
Query Params
page
stringÂ
optional
Example:
1
per_page
stringÂ
optional
Example:
5
search
stringÂ
optional
operation_status
enum<string>Â
optional
Allowed values:
operationnot_operation
Responses
Modified at 2025-06-02 08:58:20