PageFosExportJobDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "pageSize": 0,
7 "unpaged": true,
8 "paged": true,
9 "offset": 0,
10 "sort": {
11 "sorted": true,
12 "unsorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "taskCount": 0,
22 "failedTaskCount": 0,
23 "doneTaskCount": 0,
24 "inProgressTaskCount": 0,
25 "cancelledTaskCount": 0,
26 "errorMessage": "string",
27 "batchSize": 1000,
28 "totalObjectCount": 0,
29 "queueTime": "2019-08-24T14:15:22Z",
30 "startTime": "2019-08-24T14:15:22Z",
31 "endTime": "2019-08-24T14:15:22Z",
32 "status": "CREATED",
33 "fileStorageId": "string",
34 "generatingExportFile": true,
35 "startedGeneratingExportFileAt": "2019-08-24T14:15:22Z",
36 "version": 0,
37 "readOnly": true,
38 "docStoreId": 0,
39 "erpSystemId": 0,
40 "category": "NON_ERP",
41 "items": [
42 "INTERNAL_ASSET_CLASS"
43 ]
44 }
45 ],
46 "number": 0,
47 "sort": {
48 "sorted": true,
49 "unsorted": true,
50 "empty": true
51 },
52 "first": true,
53 "last": true,
54 "empty": true
55}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
none |
totalElements |
integer(int64) |
false |
none |
none |
pageable |
false |
none |
none |
|
numberOfElements |
integer(int32) |
false |
none |
none |
size |
integer(int32) |
false |
none |
none |
content |
false |
none |
none |
|
number |
integer(int32) |
false |
none |
none |
sort |
false |
none |
none |
|
first |
boolean |
false |
none |
none |
last |
boolean |
false |
none |
none |
empty |
boolean |
false |
none |
none |