Skip to content

Get Slot Issue Tag

GEThttps://${domain}/rosetta-open/statistics/issue-tag

(Slot issue tag table)Helix calls to get the statistics by providing campaignId and pagination information, which can be used to workload and sample statistics.

query params

*campaignIdstring Defaults to a3f8b6e4-9c1d-4d8a-93b2-7f7e8f3a1d5e
Helix Campaign ID
*offsetnumber Defaults to 1
The page number for pagination, starting from 1.
*limitnumber Defaults to 10
The number of records per page, a positive integer.By default, protect the maximum value of the server is 1000.
Examples
shell
curl https://${domain}/rosetta-open/statistics/issue-tag?campaignId=a3f8b6e4-9c1d-4d8a-93b2-7f7e8f3a1d5e&offset=1&limit=10 \
 -X GET \
 -H 'Content-Type: application/json' \
 -H 'X-STARDUST-KEY: <X-STARDUST-KEY>' \
 -H 'X-TS: <X-TS>' \
 -H 'X-SIGN: <X-SIGN>'

Response Field Descriptions

Field NameTypeDescription
idnumberAuto-increment primary key ID
campaignIdstringUnique identifier for the campaign.
taskIdnumberID of the task
typenumber1. Incorrect marking 2. Missed marking 3. Multiple marking
issueShortcutIdnumberShortcut key ID
slotIdstringAnnotation instance ID (UUID generated by the frontend, maximum 128 characters)
actionsjsonOperation behavior information
statusnumber0. Closed 1. Existing Error 2. Self-check No Error
samplePackageIdnumberSampling package ID
aliceNamestringThe alice user name.
createdTimestringCreation time of the record.
frameNumbernumberIf it is a mismarking on consecutive frames, here is the number of frames where the issue is located
locationjsonLocation information

Actions Field Descriptions

Field NameTypeDescription
poolNamestringAuto-increment primary key ID
folderIdnumberID of the folder.
aliceNamestringThe alice user name.
commentsstringissue reason
typestringAnnotation Issue Action Type
createdTimestringCreation time of the record.

responses

2000
{
"code": 2000,
"message": "Success",
"data": {
"count": 2,
"data": [...]
},
"date": "2025-05-22 14:22:48",
"requestId": "6ab9e6728d684ab6bb7be1551fe7d013",
"success": true
}
5000
{
"code": 5000,
"data": null,
"message": "Service hiccuped, please try again later.",
"date": "2025-03-13 20:00:00",
"requestId": "864b70706a7349ea83e177a49800464f",
"success": false
}
51008
{
"code": 51008,
"data": null,
"message": "Campaign not exists.",
"date": "2025-03-13 20:00:00",
"requestId": "864b70706a7349ea83e177a49800464f",
"success": false
}