Retrieve all entity types in a summary representation

get/admin/storedObjects/listAll

Retrieves all entity types where each object is a summary representation of the entity type.

Request Samples

1

Response Samples

1[
2 {
3 "id": 0,
4 "label": "string",
5 "name": "string",
6 "dataStoreName": "string",
7 "tableName": "string",
8 "systemReserved": true,
9 "validFromFieldName": "string",
10 "type": "INTERNAL",
11 "markerColor": "#9d2b12",
12 "indexedForSearch": true,
13 "fields": [
14 {
15 "id": "string",
16 "createdBy": "string",
17 "createdAt": "2019-08-24T14:15:22Z",
18 "lastUpdatedBy": "string",
19 "lastUpdatedAt": "2019-08-24T14:15:22Z",
20 "label": "string",
21 "description": "string",
22 "localizedLabels": [
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 "label": "string"
32 }
33 ],
34 "localizedDescriptions": [
35 {
36 "id": "string",
37 "createdBy": "string",
38 "createdAt": "2019-08-24T14:15:22Z",
39 "lastUpdatedBy": "string",
40 "lastUpdatedAt": "2019-08-24T14:15:22Z",
41 "version": 0,
42 "locale": "en-US",
43 "description": "string"
44 }
45 ],
46 "name": "string",
47 "columnName": "string",
48 "dataType": "BOOLEAN",
49 "length": 0,
50 "precision": 0,
51 "scale": 0,
52 "required": true,
53 "primaryKeyField": true,
54 "unique": true,
55 "autoGenerated": true,
56 "systemReserved": true,
57 "displayIndex": 0,
58 "version": 0,
59 "constrainingListName": "string",
60 "userSelectionStrategy": "USERS",
61 "allowMultipleSelections": true,
62 "primaryKeySeqNo": 0,
63 "readOnly": true,
64 "indexedForSearch": true,
65 "logicalDataType": "USER_GROUP",
66 "ownerName": "string",
67 "relatedElementName": "string"
68 }
69 ],
70 "parentName": "string",
71 "allowElementGroupRootAssignment": true
72 }
73]

Query Parameters

NameTypeRequiredDescription
excludeUnauthorized
boolean
false

Specifies whether to exclude the results that the user is not authorized to view. Only admin users can set this to true.

Default:
false

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema