Testimonials List
Retrieve latest testimonials list
HTTP REQUEST
POST https://app.alphalearn.com/webapi/v1/testimonials-list
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| No Query Arguments | ||
Example Response:
200 OK
{
"success": true,
"data":{
"testimonials": [
{
"id": "integer",
"description": "string",
"createdDate": "date",
"updatedDate": "date",
"createdBy": "integer",
"updatedBy": "integer",
"status": "integer"
},
]
}
}