Foundational GET all handler for: ai-knowledge-source-file-references This table is used to preserve a relationship of any FILE or FILE_DIRECTORY that is synced to the CRBN Elements system from the AI Knowledge Source it is derived. ID: NUMBER: This is the Primary Key (Numeric) for the AI Knowledge Source File Reference CEPHISSO_PLATFORM_ACCOUNTS_ID: NUMBER: This is the Sphere in which this reference is stored AI_KNOWLEDGE_SOURCE_ID: NUMBER: This is the AI Knowledge Source from which the File or File Directory comes EXTERNAL_URI: VARCHAR2(255): This is the External URI that this file or file directory lives on in the AI Knowledge Source FILES_ID: NUMBER: This is the File that is sourced from the File or File Directory FILE_DIRECTORIES_ID: NUMBER: This is the File Directory that came from an AI Knowledge Source EXTERNAL_ID: VARCHAR2(255): If there is an External ID for this File or File Directory indicate it here 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 Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/ai-knowledge-source-file-references'
Response Response Example
{"items":[{}]}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.