Endpoint
Description
Retrieve detailed information about a specific memo by its ID.Authentication
Requires Bearer token authentication. Accessible by:- Employee
- Manager
- HR Manager
- Super Admin
Path Parameters
string
required
UUID of the memo to retrieve
Response
boolean
Indicates if the request was successful
object
The memo object
Example Request
Example Response
Status Codes
OK
Memo retrieved successfully
Bad Request
Invalid memo ID format
Unauthorized
Missing or invalid authentication token
Not Found
Memo not found
Internal Server Error
Server error occurred
Related Actions
After retrieving a memo, you can:Mark as Read
Mark the memo as read if you’re a recipient
Approve Memo
Approve the memo if you’re an authorized approver
Reject Memo
Reject the memo if you’re an authorized approver
Use this endpoint to retrieve full memo details before performing approval or rejection actions.