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": "8421ca04-61de-41a9-88c2-83ebb4b59d21", "EntityName": "sample string 2", "EntityType": "sample string 3" }, { "EntityId": "8421ca04-61de-41a9-88c2-83ebb4b59d21", "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>8421ca04-61de-41a9-88c2-83ebb4b59d21</EntityId> <EntityName>sample string 2</EntityName> <EntityType>sample string 3</EntityType> </Entity> <Entity> <EntityId>8421ca04-61de-41a9-88c2-83ebb4b59d21</EntityId> <EntityName>sample string 2</EntityName> <EntityType>sample string 3</EntityType> </Entity> </ArrayOfEntity>