A valid request URL is required to generate request examples{
"results": [
{
"data": {
"name": "<string>",
"uuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"spaceUuid": "<string>",
"pinnedListUuid": "<string>",
"pinnedListOrder": 123,
"views": 123,
"firstViewedAt": "<string>",
"description": "<string>",
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"validationErrors": [
{
"createdAt": "2023-11-07T05:31:56Z",
"error": "<string>",
"validationId": 123
}
]
},
"type": "dashboard",
"category": "mostPopular"
}
],
"status": "ok"
}Get pinned items
A valid request URL is required to generate request examples{
"results": [
{
"data": {
"name": "<string>",
"uuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"spaceUuid": "<string>",
"pinnedListUuid": "<string>",
"pinnedListOrder": 123,
"views": 123,
"firstViewedAt": "<string>",
"description": "<string>",
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"validationErrors": [
{
"createdAt": "2023-11-07T05:31:56Z",
"error": "<string>",
"validationId": 123
}
]
},
"type": "dashboard",
"category": "mostPopular"
}
],
"status": "ok"
}project uuid
the list uuid for the pinned items
Success
Show child attributes
From T, pick a set of properties whose keys are in the union K
Show child attributes
dashboard mostPopular, recentlyUpdated, pinned ok Was this page helpful?