Find a Specific Attachments Transaction
The Attachments Status API uses GET and POST requests depending on the endpoint used.
To query for the status of a specific transaction, use the GET request with two components in the HTTP query path:
- A reference to the transaction's
traceIdvalue in the request - A
fieldsetvalue that defines how much information to show about the transaction
The query does not use a request body.
Updated over 1 year ago