Get transitions by transaction id list
Returns the transitions belonging to the transactions specified by the given transaction id list. Only valid transaction ids will return transitions. Duplicate ids will return the transitions once.
Request Body¶
Type | Required | Description |
---|---|---|
Array | Yes | The transaction ids for the requested transitions. Must be of maximum length 1000. |
Response¶
Parameter | Type | Description |
---|---|---|
result | Array<Transition> | The requested transitions |