Retrieve all transaction types

get/admin/transaction/all

Retrieves all transaction types. Transaction types are metadata that describe transaction links.

Request Samples

1

Response Samples

1[
2 {
3 "id": "string",
4 "createdBy": "string",
5 "createdAt": "2019-08-24T14:15:22Z",
6 "lastUpdatedBy": "string",
7 "lastUpdatedAt": "2019-08-24T14:15:22Z",
8 "label": "string",
9 "description": "string",
10 "localizedLabels": [
11 {
12 "id": "string",
13 "createdBy": "string",
14 "createdAt": "2019-08-24T14:15:22Z",
15 "lastUpdatedBy": "string",
16 "lastUpdatedAt": "2019-08-24T14:15:22Z",
17 "version": 0,
18 "locale": "en-US",
19 "label": "string"
20 }
21 ],
22 "localizedDescriptions": [
23 {
24 "id": "string",
25 "createdBy": "string",
26 "createdAt": "2019-08-24T14:15:22Z",
27 "lastUpdatedBy": "string",
28 "lastUpdatedAt": "2019-08-24T14:15:22Z",
29 "version": 0,
30 "locale": "en-US",
31 "description": "string"
32 }
33 ],
34 "name": "string",
35 "dataStoreName": "string",
36 "tableName": "string",
37 "systemReserved": true,
38 "historyEnabled": true,
39 "version": 0,
40 "validFromFieldName": "string",
41 "validToFieldName": "string",
42 "lastUpdatedAtTimeFieldName": "string",
43 "createdAtTimeFieldName": "string",
44 "displayTextFields": [
45 {
46 "name": "string",
47 "displayIndex": 0
48 }
49 ],
50 "dataStoreAssignedTimeZone": "string",
51 "fromObjectName": "string",
52 "toObjectName": "string",
53 "fromObjJoinCondition": {
54 "type": "FieldRef"
55 },
56 "toObjJoinCondition": {
57 "type": "FieldRef"
58 },
59 "fromObjectRefFieldName": "string",
60 "toObjectRefFieldName": "string",
61 "fromObjectTypeFieldName": "string",
62 "toObjectTypeFieldName": "string",
63 "lineWidthFieldName": "string",
64 "lineWidthFunctionType": "SUM",
65 "lineColorFieldName": "string",
66 "lineColorFunctionType": "SUM",
67 "fields": [
68 {
69 "id": "string",
70 "createdBy": "string",
71 "createdAt": "2019-08-24T14:15:22Z",
72 "lastUpdatedBy": "string",
73 "lastUpdatedAt": "2019-08-24T14:15:22Z",
74 "label": "string",
75 "description": "string",
76 "localizedLabels": [
77 {
78 "id": "string",
79 "createdBy": "string",
80 "createdAt": "2019-08-24T14:15:22Z",
81 "lastUpdatedBy": "string",
82 "lastUpdatedAt": "2019-08-24T14:15:22Z",
83 "version": 0,
84 "locale": "en-US",
85 "label": "string"
86 }
87 ],
88 "localizedDescriptions": [
89 {
90 "id": "string",
91 "createdBy": "string",
92 "createdAt": "2019-08-24T14:15:22Z",
93 "lastUpdatedBy": "string",
94 "lastUpdatedAt": "2019-08-24T14:15:22Z",
95 "version": 0,
96 "locale": "en-US",
97 "description": "string"
98 }
99 ],
100 "name": "string",
101 "columnName": "string",
102 "dataType": "BOOLEAN",
103 "length": 0,
104 "precision": 0,
105 "scale": 0,
106 "required": true,
107 "primaryKeyField": true,
108 "unique": true,
109 "autoGenerated": true,
110 "systemReserved": true,
111 "displayIndex": 0,
112 "version": 0,
113 "constrainingListName": "string",
114 "userSelectionStrategy": "USERS",
115 "allowMultipleSelections": true,
116 "primaryKeySeqNo": 0,
117 "readOnly": true,
118 "indexedForSearch": true,
119 "logicalDataType": "USER_GROUP",
120 "ownerName": "string"
121 }
122 ]
123 }
124]

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema