Content
Get apiv1projects pinned lists items
Get pinned items
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
pinned-lists
/
{pinnedListUuid}
/
items
Copy
Ask AI
{
"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"
}
Path Parameters
project uuid
the list uuid for the pinned items
Response
200
application/json
Success
The response is of type object
.
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.