- API
- V1
- Company
- Roles
- Permissions
- User
- Auth
- Product
- FAQs
- FAQs Public
- Company Employee
- Lokasi Tujuan
- Jenis Lokasi
- Contact
- Common
- Ticket
- External
- Video Wall
- Management Gate
- Gate Activities
- Gate In/Out
- CEISA
- PTOSM
- Dashboard
- Log Activity
- Report
- Profile
- Load Unload
- Notification
- TPS Online
- Get detail data verifikasi gate inGET
Detail Product
GET
/v1/products/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/products/'
Response Response Example
{
"data": {
"id": "cf0a482d-4575-4a65-a581-e8155c1f249a",
"name": "Smartphone X",
"category": "Electronics",
"is_active": true,
"created_at": "2025-04-15T08:48:38.163Z",
"updated_at": "2025-04-15T08:48:38.163Z"
},
"message": "Product retrieved successfully"
}
Request
Path Params
id
stringÂ
required
Responses
🟢200OK
application/json
Body
data
objectÂ
required
id
stringÂ
required
name
stringÂ
required
category
stringÂ
required
is_active
booleanÂ
required
created_at
stringÂ
required
updated_at
stringÂ
required
message
stringÂ
required
Modified at 2025-04-15 08:51:15