Foundational GET all handler for: annual-minutes This record represents the Annual Minutes for a Legal Entity. ID: NUMBER: This is the Primary Key (Numeric) of the Annual Minutes LEGAL_ENTITIES_ID: NUMBER: This is the Legal Entity that these Annual Minutes are for YEAR: NUMBER: This is the year that these minutes are created DOCUMENTS_ID: NUMBER: This is the Document record that represents the Minutes APPROVALS_ID: NUMBER: This is the approval record if applicable for this record MEETING_DETAILS: CLOB: Describe the time place and location of meeting MEETING_ATTENDANCE: CLOB: Describe the Meeting Attendance here Who attended etc MEETING_AGENDA: CLOB: Describe the Meeting Agenda here DISCUSSION_SUMMARY: CLOB: Summarize the meeting discussion VOTING_SUMMARY: CLOB: Summarize the voting here ADJOURNMENT: CLOB: Make notes about Adjournment SYSTEM_GUID: VARCHAR2(36): This is used to track a unique identifier for a system specificaly a System GUID generated by SYSGUID() UUID: VARCHAR2(36): This is the UUID for this record METADATA: JSON: This is a JSON metadata field DATA_LINEAGE: JSON: This field includes any specifications about where the source system is any external identifier time last updated etc UDFS: JSON: This is used to track the UDFs (User Defined Fields) that might get added CREATED_ON: DATE: The Date-time that this record was created CREATED_BY: VARCHAR2(255): The User ID of the user account that created this record LAST_UPDATED_ON: DATE: This is the Date-time when this record was Last Updated LAST_UPDATED_BY: VARCHAR2(255): The User ID of the user account who last updated this record
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200OK
application/json
The queried record.
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://api.cephisso.dev/ords/cephisso_system/v1//annual-minutes' \
--header'Authorization: Bearer <token>'