GET {version}/GetAllTransactionsIntermediary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of EntityName | Description | Type | Additional information |
---|---|---|---|
EntityId | globally unique identifier |
None. |
|
EntityName | string |
None. |
|
EntityType | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EntityId": "c33e666c-6674-40ea-91cb-fe89b7b43212", "EntityName": "sample string 2", "EntityType": "sample string 3" }, { "EntityId": "c33e666c-6674-40ea-91cb-fe89b7b43212", "EntityName": "sample string 2", "EntityType": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <Entity> <EntityId>c33e666c-6674-40ea-91cb-fe89b7b43212</EntityId> <EntityName>sample string 2</EntityName> <EntityType>sample string 3</EntityType> </Entity> <Entity> <EntityId>c33e666c-6674-40ea-91cb-fe89b7b43212</EntityId> <EntityName>sample string 2</EntityName> <EntityType>sample string 3</EntityType> </Entity> </ArrayOfEntity>