Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Falasefemi2/companyflow/llms.txt
Use this file to discover all available pages before exploring further.
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
UUID of the memo to retrieve
Response
Indicates if the request was successful
The memo object
Example Request
Example Response
Status Codes
Memo retrieved successfully
Invalid memo ID format
Missing or invalid authentication token
Memo not found
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.