Transaction Manager API

Operations
GET /aml/permission/v1/effective-permissions/tm
GET /aml/setup/v1/properties
GET /aml/setup/v1/:propertyId/workAreas
permissions
GET /aml/permission/v1/effective-permissions/tm

Authentication

Open

Request parameters

clientName
string optional

clientName

Example:
"tm" for transaction manager, "sm" subject manager.. blank for complete application permissions
propertyId
string optional

propertyId

Responses

200 OK
Body
500 Internal Server Error
Body
503 Service Unavailable
Body
400 Bad Request
Body
properties
GET /aml/setup/v1/properties
workAreas
GET /aml/setup/v1/:propertyId/workAreas

Request parameters

propertyId
string optional

Responses

200 OK
Body
Array of WorkArea
Type Definitions
EffectivePermisssion
Object
name
string
clientName
string
propertyID
string
Response
Object
Code
string

Response Code

Description
string

Response Description

WorkArea
Object
id
string
propertyId
string
name
string
isDisabled
string
displayName
string
locations
Array of Location
Location
Object
id
string
name
string
isDisabled
string
displayName
string