Foundational GET all handler for: quickbooks-connections This is used to track the different quickbooks connections there are.This is a list of the OAuth connections that are used, to include the Clent ID and Secret. ID: NUMBER: This is the Primary Key (Numeric) for the Quickbooks Connection NAME: VARCHAR2(255): This is the name of the Quickbooks Connection CLIENT_ID: VARCHAR2(255): This is the Client ID for the connection CLIENT_SECRET: VARCHAR2(255): This is the Client Secret for the OAuth Connection ENVIRONMENT: VARCHAR2(255): Indicate the type of environment this is 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 CEPHISSO_APPLICATIONS_ID: NUMBER:
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//quickbooks-connections' \
--header'Authorization: Bearer <token>'