Boomi Platform API Reference (1.0.0) - ODETTEConnectorRecord
ODETTE Connector Records correspond to the document and trading partner details of the Process Reporting page. The ODETTE Connector Record object contains ODETTE-specific document information and user-defined tracked field information along with other fields.
Queries for an ODETTEConnectorRecord object(s).
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 (ODETTEConnectorRecord) |
Request samples
- Payload
{- "QueryFilter": {
- "expression": {
- "argument": [
- "execution-7322d483-b661-4102-b49c-4b3d697591d1-2023.02.13"
], - "operator": "EQUALS",
- "property": "executionId"
}
}
}Response samples
- 200
- 403
- 410
- 503
{- "@type": "QueryResult",
- "result": [
- {
- "@type": "ODETTEConnectorRecord",
- "receiverID": "1111",
- "interchangeControlReference": "6",
- "messageReferenceNumber": "1",
- "interchangeDate": "230213",
- "interchangeTime": "1722",
- "ackRequested": "",
- "outboundValidationStatus": "N/A",
- "outboundValidationReport": "",
- "account": "boomi-internal",
- "executionId": "execution-7322d483-b661-4102-b49c-4b3d697591d1-2023.02.13",
- "atomId": "13d6a926-ccff-4eb5-8b60-28ffe33981c9",
- "dateProcessed": "2023-02-13T22:22:32Z",
- "id": "connector-0f7e5065-5370-4503-a6c5-4636aed057d2",
- "actionType": "Send",
- "connectorType": "odette",
- "connectorName": "Trading Partner",
- "operationName": "shape3~e40acd5f-8771-419f-8844-4a15e72c9326",
- "documentIndex": 2,
- "successful": true,
- "size": [
- "Long",
- 30
]
}
], - "numberOfResults": 1
}Retrieves additional results for an ODETTEConnectorRecord 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 (ODETTEConnectorRecord) |
Response samples
- 200
- 403
- 410
- 503
{- "@type": "QueryResult",
- "result": [
- {
- "@type": "ODETTEConnectorRecord",
- "receiverID": "1111",
- "interchangeControlReference": "6",
- "messageReferenceNumber": "1",
- "interchangeDate": "230213",
- "interchangeTime": "1722",
- "ackRequested": "",
- "outboundValidationStatus": "N/A",
- "outboundValidationReport": "",
- "account": "boomi-internal",
- "executionId": "execution-7322d483-b661-4102-b49c-4b3d697591d1-2023.02.13",
- "atomId": "13d6a926-ccff-4eb5-8b60-28ffe33981c9",
- "dateProcessed": "2023-02-13T22:22:32Z",
- "id": "connector-0f7e5065-5370-4503-a6c5-4636aed057d2",
- "actionType": "Send",
- "connectorType": "odette",
- "connectorName": "Trading Partner",
- "operationName": "shape3~e40acd5f-8771-419f-8844-4a15e72c9326",
- "documentIndex": 2,
- "successful": true,
- "size": [
- "Long",
- 30
]
}
], - "numberOfResults": 1
}