Skip to content

List Project

POSThttps://portal-prod.rosettalab.top/rosetta-open/project/list

This page will help you get started with list project.

body params

*statusinteger
0 represents DRAFT, 1 represents START, 2 represents PAUSE, 3 represents DONE
*dataTypeinteger
Project data type: 2 represents 2D, 3 represents 3D
offsetinteger Defaults to 1
Start postion of the page
limitinteger Defaults to 10
Number of items per page
Examples
shell
curl https://portal-prod.rosettalab.top/rosetta-open/project/list \
 -X POST \
 -H "Content-Type: application/json" \
 -H "X-STARDUST-KEY: <X-STARDUST-KEY>" \
 -H "X-TS: <X-TS>" \
 -H "X-SIGN: <X-SIGN>" \
 -d "{\"offset\":1,\"limit\":10}"

responses

200
{
"code": 200,
"message": "Success",
"data": {
"count": 608,
"data": [...]
},
"date": "2024-05-17 16:04:53",
"requestId": "71c3ddd6171593314607810011afb4",
"success": true
}
400
{
"code": 400,
"data": null,
"message": "Illegal Parameter",
"date": "2024-05-17 16:04:53",
"requestId": "71c3ddd6171593314607810011afb4",
"success": false
}