query params
Examples
shell
curl https://${domain}/rosetta-open/statistics/samplePackageRecord?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>'
json
responses
json
Description of the structure of the samplePackageHistoryList parameter in the response
Parameter Name | Type | Description |
---|---|---|
samplePackageId | number | Unique identifier for the sampling package |
samplePackageStatus | number | Package status:0 - Sampling completed1 - Sampling in progress |
sampleStatus | number | Inspection result:2 - No sampling3 - Pending4 - Qualified5 - Unqualified |
sampleProcess | number | Final action:1 - Approve3 - Disband4 - Reject to origin5 - Reject to previous7 - Batch-approve8 - Batch-reject |
assigneeName | String | Quality inspector's name |
assigneeId | number | Quality inspector's system ID |
createdTime | Date | Creation timestamp (ISO8601 format) |
index | number | Position index in parent package |
interceptionBegin | number | Start frame number (inclusive) |
interceptionEnd | number | End frame number (inclusive) |
interceptionList | List<List<number>> | Frame ranges as ordered pairs (e.g., [[10,20], [30,45]] ) |