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
traceId
value in the request - A
fieldset
value that defines how much information to show about the transaction
The query does not use a request body.
Updated 9 months ago