{
"results": [
{
"category": "mostPopular",
"data": {
"description": "<string>",
"name": "<string>",
"uuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"spaceUuid": "<string>",
"pinnedListUuid": "<string>",
"pinnedListOrder": 123,
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"views": 123,
"firstViewedAt": "<string>",
"validationErrors": [
{
"createdAt": "2023-11-07T05:31:56Z",
"validationId": 123,
"error": "<string>"
}
]
},
"type": "dashboard"
}
],
"status": "ok"
}
Get pinned items
{
"results": [
{
"category": "mostPopular",
"data": {
"description": "<string>",
"name": "<string>",
"uuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"spaceUuid": "<string>",
"pinnedListUuid": "<string>",
"pinnedListOrder": 123,
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"views": 123,
"firstViewedAt": "<string>",
"validationErrors": [
{
"createdAt": "2023-11-07T05:31:56Z",
"validationId": 123,
"error": "<string>"
}
]
},
"type": "dashboard"
}
],
"status": "ok"
}
project uuid
the list uuid for the pinned items
Success
The response is of type object
.