ERP System¶
Get ERP Systems¶
HTTP Request
GET /api/erp-systems
📋 Description: Retrieves a list of ERP systems integrated within the Nakisa Portfolio Management Suite, enabling users to analyze and manage portfolio assets and real estate properties effectively.
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "paged": true,
6 "unpaged": true,
7 "pageNumber": 0,
8 "pageSize": 0,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "name": "string",
24 "type": "NAKISA",
25 "sapVersion": "ECC_EHP5",
26 "encryptedPassword": "string",
27 "connectionString": "string"
28 }
29 ],
30 "number": 0,
31 "sort": {
32 "unsorted": true,
33 "sorted": true,
34 "empty": true
35 },
36 "first": true,
37 "last": true,
38 "empty": true
39}