Examples
shell
curl https://${domain}/rosetta-open/campaign/queryCampaignStatus/{campaignId} \
-X GET \
-H 'Content-Type: application/json' \
-H 'X-STARDUST-KEY: <X-STARDUST-KEY>' \
-H 'X-TS: <X-TS>' \
-H 'X-SIGN: <X-SIGN>'
responses
json
Returns the enumeration value definition of the data field in the structure
Code | Message | Description |
---|---|---|
0 | Draft | The project is in draft status. In an environment integrated with Helix, Rosetta projects with draft status will not appear |
1 | Start | The project is in start status. |
2 | Pause | The project is in pause status. |
3 | Done | The project is in done status. |