# Get VBAInterfaceProfile Gets VBAInterfaceProfile Endpoint: GET /vba-interface/{VBAInterface_Key}/profile/{Profile_Key} Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `VBAInterface_Key` (integer, required) VBAInterface Key - `Profile_Key` (integer, required) Profile Key ## Response 200 fields (text/plain): - `data` (object) - `data.vbaInterface_Key` (integer, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.profile_Key` (integer, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.acknowledgment_Requested` (string,null) - `data.application_Receivers_Code` (string,null) - `data.application_Senders_Code` (string,null) - `data.authorization_Information` (string,null) - `data.authorization_Information_Qualifier` (string,null) - `data.client_SFTP_File_Name` (string,null) What the file will be named when transfer completes - `data.client_SFTP_Host` (string,null) Domain name or IP address of the remote SFTP server - `data.client_SFTP_Passive` (boolean, required) Specifies whether passive moede is used when establishing connection to the SFTP server Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.client_SFTP_Password` (string,null) Password associated with the SFTP_User account. Used for authentication. - `data.client_SFTP_Path` (string,null) Remote directory path where files are read from or written to during file transfer - `data.client_SFTP_Port` (integer,null) Network port used to establish connection to the SFTP server, default is 22 - `data.client_SFTP_Protocol` (integer,null) Indicates protocol used for file transfer to the SFTP server - `data.client_SFTP_User` (string,null) Username credential used to authenticate the connection to the external SFTP server - `data.component_Element_Separator` (string,null) - `data.create_Date` (string,null) - `data.create_Time` (string,null) - `data.description` (string,null) - `data.eMail_Body` (string,null) Body text of the email. - `data.eMail_From` (string,null) Identifies the sender email. - `data.eMail_Notification` (boolean, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.eMail_Server` (string,null) Indicates the server over which the email will be sent. - `data.eMail_Subject` (string,null) Subject line of the email. - `data.eMail_To` (string,null) Indentifies the receiver email. - `data.event_ID` (integer,null) - `data.functional_Identifier_Code` (string,null) - `data.group_Control_Number` (string,null) - `data.interchange_Control_Number` (string,null) - `data.interchange_Control_Version_Number` (string,null) - `data.interchange_Date` (string,null) - `data.interchange_ID_Qualifier_Receiver` (string,null) - `data.interchange_ID_Qualifier_Sender` (string,null) - `data.interchange_Receiver_ID` (string,null) - `data.interchange_Sender_ID` (string,null) - `data.interchange_Time` (string,null) - `data.repetition_Separator` (string,null) - `data.responsible_Agency_Code` (string,null) - `data.run_On_Demand` (boolean, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.security_Information` (string,null) - `data.security_Information_Qualifier` (string,null) - `data.test_File` (boolean, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.usage_Indicator` (string,null) - `data.vendor_SFTP_File_Name` (string,null) What the file will be named when transfer completes - `data.vendor_SFTP_Host` (string,null) Domain name or IP address of the remote SFTP server - `data.vendor_SFTP_Passive` (boolean, required) Specifies whether passive moede is used when establishing connection to the SFTP server Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vendor_SFTP_Password` (string,null) Password associated with the SFTP_User account. Used for authentication. - `data.vendor_SFTP_Path` (string,null) Remote directory path where files are read from or written to during file transfer - `data.vendor_SFTP_Port` (integer,null) Network port used to establish connection to the SFTP server, default is 22 - `data.vendor_SFTP_Protocol` (integer,null) Indicates protocol used for file transfer to the SFTP server - `data.vendor_SFTP_User` (string,null) Username credential used to authenticate the connection to the external SFTP server - `data.version_Release_Industry_Identifier` (string,null) - `error` (object) - `error.detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `error.instance` (string,null) A URI reference that identifies the specific occurrence of the problem.It may or may not yield further information if dereferenced. - `error.status` (integer) The HTTP status code([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. - `error.title` (string,null) A short, human-readable summary of the problem type.It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization(e.g., using proactive content negotiation; see[RFC7231], Section 3.4). - `error.type` (string,null) A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". - `debug` (object) - `debug.activityID` (string, required) ## Response 401 fields