- Getting Started
- Extension
- Dashboard
- Announcement
- Module
- Report
- Total
- Integration
- Channel
- Extension
- Profile
- Inventory
- Addition
- Brand
- Category
- Deduction
- Flow
- Item
- Location
- Purchase Order
- Reservation
- Stock Take Job
- Supplier
- Transfer Job
- Transfer
- Sale
- Setting
extension/dashboard/announcement/get
POST
/extension/dashboard/announcement/get
Request
Body Params application/json
domain
string
required
api_key
string
required
auth_timestamp
integer
required
auth_signature
string
required
page
integer
optional
sort
string
optional
order
string
optional
limit
integer
optional
Example
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"page": 0,
"sort": "string",
"order": "string",
"limit": 0
}
Responses
🟢200Success
application/json
Body
error
array[string]
optional
total
integer
optional
announcements
array [object {8}]
optional
announcement_id
integer
required
user_id
integer
required
user
string
required
title
string
required
short_description
string
required
description
string
required
popup
boolean
required
date_added
string
required
Example
{
"error": [
"string"
],
"total": 0,
"announcements": [
{
"announcement_id": 0,
"user_id": 0,
"user": "string",
"title": "string",
"short_description": "string",
"description": "string",
"popup": true,
"date_added": "string"
}
]
}
Modified at 2024-10-20 16:40:45