curl --request GET \
--url https://api.staging.qyl.dev/api/v1/workspaces/projects{
"items": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"archived_at": "2023-11-07T05:31:56Z"
}
],
"has_more": true,
"next_cursor": "<string>",
"prev_cursor": "<string>"
}List projects
curl --request GET \
--url https://api.staging.qyl.dev/api/v1/workspaces/projects{
"items": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"archived_at": "2023-11-07T05:31:56Z"
}
],
"has_more": true,
"next_cursor": "<string>",
"prev_cursor": "<string>"
}Page size
1 <= x <= 100Cursor
The request has succeeded.
Cursor-based paginated response wrapper
Was this page helpful?