Boomi Platform API Reference (1.0.0) - HL7ConnectorRecord
HL7 Connector Records correspond to the trading partner details of the Process Reporting page in the user interface. The HL7 Connector Record object contains HL7-specific document information and user-defined tracked field information along with other fields.
Required Privileges
You need these privileges in the target environment:
Write access
- N/A
Read access
- API — Use the Boomi Platform API to access account data.
Queries for a HL7ConnectorRecord object(s)
To filter by a customField, use the format customFields.fieldName as the filter property where fieldName is the element name of the custom field in the HL7 Connector Record structure. To get a list of the available custom fields, refer to CustomTrackedField object.
The STARTS_WITH operator accepts values that do not include spaces.
For general information about the structure of QUERY filters, their sample payloads, and how to handle the paged results, refer to Query filters and Query paging.
Authorizations:
Request Body schema: optional
required | object | ||||||||||
| |||||||||||
Responses
Response Schema:
| numberOfResults | integer <int32> |
| queryToken | string By default, the queryToken parameter is not available in the query response. It appears only when the query response contains more than 100 results. The maximum number of results returned per query is 100. To retrieve the next set of results, use the queryToken in the queryMore request. |
Array of objects (HL7ConnectorRecord) |
Request samples
- Payload
{- "QueryFilter": {
- "expression": {
- "argument": [
- "execution-01234567-89ab-cdef-0123-456789abcdef-2019.09.14"
], - "operator": "EQUALS",
- "property": "executionId"
}
}
}Response samples
- 200
- 403
- 410
- 503
{- "numberOfResults": 100,
- "@type": "QueryResult",
- "result": [
- {
- "@type": "HL7ConnectorRecord",
- "acceptAckStatus": "Commit Error",
- "acceptAckReport": "Acknowledgment Report for Interchange Control Number 000139776
 \n Date: 190914
 \n Time: 1031
 \n Acknowledgment Status: Accepted with Errors
 \n Note: Invalid Interchange Receiver ID",
- "ackStatus": "Application Error",
- "ackReport": "Group Control #: 139776
 Acknowledgement Status: A",
- "senderApplicationId": "mcapp33382",
- "senderFacilityId": "mcf33382",
- "receiverApplicationId": "tpapp33382",
- "receiverFacilityId": "tpf33382",
- "messageControlId": "1018015",
- "messageType": "ADT_A01",
- "version": "v27",
- "isValidMessage": "false",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2019.09.14",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2019-09-14T06:24:12Z",
- "id": "connector-abcdef01-2345-6789-abcd-ef0123456789",
- "actionType": "Listen",
- "connectorType": "hl7",
- "connectorName": "Start",
- "operationName": "Sample HL7 Listen Operation",
- "documentIndex": 0,
- "successful": true,
- "size": [
- "Long",
- 3138
], - "customFields": [
- {
- "customNumber": 13,
- "customDate": "2019-09-14T10:53:59-0400",
- "customCharacter": "sample"
}
]
}, - {
- "@type": "HL7ConnectorRecord",
- "acceptAckStatus": "Commit Accept",
- "acceptAckReport": "Success",
- "ackStatus": "Application Accept",
- "ackReport": "Group Control #: 139776
 Acknowledgement Status: A",
- "senderApplicationId": "mcapp33382",
- "senderFacilityId": "mcf33382",
- "receiverApplicationId": "tpapp33382",
- "receiverFacilityId": "tpf33382",
- "messageControlId": "1018016",
- "messageType": "ADT_A01",
- "version": "v27",
- "isValidMessage": "true",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2019.09.14",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2019-09-14T06:25:02Z",
- "id": "connector-bcdef012-3456-789a-bcde-f0123456789a",
- "actionType": "Listen",
- "connectorType": "hl7",
- "connectorName": "Start",
- "operationName": "Sample HL7 Listen Operation",
- "documentIndex": 49,
- "successful": true,
- "size": [
- "Long",
- 2781
], - "customFields": [
- {
- "customNumber": 55,
- "customDate": "2019-09-14T10:57:14-0400",
- "customCharacter": "sample"
}
]
}
]
}Retrieves additional results for a HL7ConnectorRecord query
To learn about using queryMore, refer to the topic Query paging.
Authorizations:
Request Body schema: text/plainrequired
Responses
Response Schema:
| numberOfResults | integer <int32> |
| queryToken | string By default, the queryToken parameter is not available in the query response. It appears only when the query response contains more than 100 results. The maximum number of results returned per query is 100. To retrieve the next set of results, use the queryToken in the queryMore request. |
Array of objects (HL7ConnectorRecord) |
Response samples
- 200
- 403
- 410
- 503
{- "numberOfResults": 100,
- "@type": "QueryResult",
- "result": [
- {
- "@type": "HL7ConnectorRecord",
- "acceptAckStatus": "Commit Error",
- "acceptAckReport": "Acknowledgment Report for Interchange Control Number 000139776
 \n Date: 190914
 \n Time: 1031
 \n Acknowledgment Status: Accepted with Errors
 \n Note: Invalid Interchange Receiver ID",
- "ackStatus": "Application Error",
- "ackReport": "Group Control #: 139776
 Acknowledgement Status: A",
- "senderApplicationId": "mcapp33382",
- "senderFacilityId": "mcf33382",
- "receiverApplicationId": "tpapp33382",
- "receiverFacilityId": "tpf33382",
- "messageControlId": "1018015",
- "messageType": "ADT_A01",
- "version": "v27",
- "isValidMessage": "false",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2019.09.14",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2019-09-14T06:24:12Z",
- "id": "connector-abcdef01-2345-6789-abcd-ef0123456789",
- "actionType": "Listen",
- "connectorType": "hl7",
- "connectorName": "Start",
- "operationName": "Sample HL7 Listen Operation",
- "documentIndex": 0,
- "successful": true,
- "size": [
- "Long",
- 3138
], - "customFields": [
- {
- "customNumber": 13,
- "customDate": "2019-09-14T10:53:59-0400",
- "customCharacter": "sample"
}
]
}, - {
- "@type": "HL7ConnectorRecord",
- "acceptAckStatus": "Commit Accept",
- "acceptAckReport": "Success",
- "ackStatus": "Application Accept",
- "ackReport": "Group Control #: 139776
 Acknowledgement Status: A",
- "senderApplicationId": "mcapp33382",
- "senderFacilityId": "mcf33382",
- "receiverApplicationId": "tpapp33382",
- "receiverFacilityId": "tpf33382",
- "messageControlId": "1018016",
- "messageType": "ADT_A01",
- "version": "v27",
- "isValidMessage": "true",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2019.09.14",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2019-09-14T06:25:02Z",
- "id": "connector-bcdef012-3456-789a-bcde-f0123456789a",
- "actionType": "Listen",
- "connectorType": "hl7",
- "connectorName": "Start",
- "operationName": "Sample HL7 Listen Operation",
- "documentIndex": 49,
- "successful": true,
- "size": [
- "Long",
- 2781
], - "customFields": [
- {
- "customNumber": 55,
- "customDate": "2019-09-14T10:57:14-0400",
- "customCharacter": "sample"
}
]
}
]
}