kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.1 KiB
95 lines
2.1 KiB
3 years ago
|
# Schema: GridsModel
|
||
|
---
|
||
|
type: object
|
||
|
example:
|
||
|
_type: Collection
|
||
|
total: 1
|
||
|
count: 1
|
||
|
pageSize: 30
|
||
|
offset: 1
|
||
|
_embedded:
|
||
|
elements:
|
||
|
- _type: Grid
|
||
|
id: 2
|
||
|
rowCount: 8
|
||
|
columnCount: 5
|
||
|
widgets:
|
||
|
- _type: GridWidget
|
||
|
identifier: time_entries_current_user
|
||
|
startRow: 1
|
||
|
endRow: 8
|
||
|
startColumn: 1
|
||
|
endColumn: 3
|
||
|
- _type: GridWidget
|
||
|
identifier: news
|
||
|
startRow: 3
|
||
|
endRow: 8
|
||
|
startColumn: 4
|
||
|
endColumn: 5
|
||
|
- _type: GridWidget
|
||
|
identifier: documents
|
||
|
startRow: 1
|
||
|
endRow: 3
|
||
|
startColumn: 3
|
||
|
endColumn: 6
|
||
|
createdAt: '2018-12-03T16:58:30Z'
|
||
|
updatedAt: '2018-12-13T19:36:40Z'
|
||
|
_links:
|
||
|
scope:
|
||
|
href: "/my/page"
|
||
|
type: text/html
|
||
|
updateImmediately:
|
||
|
href: "/api/v3/grids/2"
|
||
|
method: patch
|
||
|
update:
|
||
|
href: "/api/v3/grids/2/form"
|
||
|
method: post
|
||
|
self:
|
||
|
href: "/api/v3/grids/2"
|
||
|
- _type: Grid
|
||
|
id: 5
|
||
|
rowCount: 1
|
||
|
columnCount: 4
|
||
|
widgets:
|
||
|
- _type: GridWidget
|
||
|
identifier: work_package_query
|
||
|
startRow: 1
|
||
|
endRow: 8
|
||
|
startColumn: 1
|
||
|
endColumn: 3
|
||
|
- _type: GridWidget
|
||
|
identifier: work_package_query
|
||
|
startRow: 3
|
||
|
endRow: 8
|
||
|
startColumn: 4
|
||
|
endColumn: 5
|
||
|
- _type: GridWidget
|
||
|
identifier: work_package_query
|
||
|
startRow: 1
|
||
|
endRow: 3
|
||
|
startColumn: 3
|
||
|
endColumn: 6
|
||
|
createdAt: '2019-01-05T16:58:30Z'
|
||
|
updatedAt: '2019-01-07T19:36:40Z'
|
||
|
_links:
|
||
|
scope:
|
||
|
href: "/projects/a_project/boards"
|
||
|
type: text/html
|
||
|
updateImmediately:
|
||
|
href: "/api/v3/grids/5"
|
||
|
method: patch
|
||
|
update:
|
||
|
href: "/api/v3/grids/5/form"
|
||
|
method: post
|
||
|
self:
|
||
|
href: "/api/v3/grids/5"
|
||
|
_links:
|
||
|
self:
|
||
|
href: "/api/v3/grids?offset=1&pageSize=30"
|
||
|
jumpTo:
|
||
|
href: "/api/v3/grids?offset=%7Boffset%7D&pageSize=30"
|
||
|
templated: true
|
||
|
changeSize:
|
||
|
href: "/api/v3/grids?offset=1&pageSize=%7Bsize%7D"
|
||
|
templated: true
|