Parameter | Description |
---|---|
Order | The is the sorting order for the results. |
Sort | Field to sort results with. |
Parameter | Description |
---|---|
Page Number | Page number of the results to fetch. |
Page Size | Size of page to return. |
{
"count": 9,
"num_pages": 3,
"data": [
{
"id": 11,
"title": "<string>",
"content": "<string>",
"create_time": "2024-09-29T08:36:00.409255Z",
"modified_time": "2024-09-29T08:36:00.409255Z",
"note_type": "<string>",
"author": 1,
"phase": null,
"container": 2,
"task": null,
"artifact": null,
"note_format": "<string>",
"task_name": null,
"artifact_name": null
},
{
"id": 18,
"title": "<string>",
"content": "<string>",
"create_time": "2024-09-29T08:36:00.409255Z",
"modified_time": "2024-09-29T08:36:00.409255Z",
"note_type": "<string>",
"author": 1,
"phase": null,
"container": 18,
"task": null,
"artifact": null,
"note_format": "<string>",
"task_name": null,
"artifact_name": null
}
]
}
Was this page helpful?