Mengambil detail Tiket tertentu untuk laporan yang tidak disematkan dalam laporan tersebut.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryTicketInfo |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Ticket |
string |
Yes |
Nilai Tagihan. |
a27a9aec-****-****-bd40-1a21ea41d7c5 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
object |
Detail Tiket yang dihasilkan. |
|
| AccessTicket |
string |
Catatan. |
a27a9aec-****-****-bd40-1a21ea41d7c5 |
| CmptId |
string |
ID Komponen dalam laporan. |
sfdgsds-****-****-a608-mghdgd |
| GlobalParam |
string |
Parameter global. |
[{"paramKey":"price","joinType":"and","conditionList":[{"operate":">","value":"0"}]},{"paramKey":"product_type","joinType":"and","conditionList":[{"operate":"in","value":["]}]}]\n |
| InvalidTime |
string |
Waktu kedaluwarsa catatan. |
2022-01-30 03:03:49 |
| MaxTicketNum |
integer |
Jumlah maksimum Tagihan yang didukung. |
9999 |
| OrganizationId |
string |
ID organisasi. |
2fe4fbd8-****-****-b3e1-e92c7af083ea |
| RegisterTime |
string |
Waktu pendaftaran Tiket. |
2022-01-09 22:23:49 |
| UsedTicketNum |
integer |
Jumlah Tagihan yang telah dikonsumsi. |
47 |
| UserId |
string |
ID pengguna Quick BI. |
974e50**********9033f46 |
| WatermarkParam |
string |
Mengatur parameter Watermark. |
ticket |
| WorksId |
string |
ID Laporan operasi. |
ccd3428c-****-****-a608-26bae29dffee |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": {
"AccessTicket": "a27a9aec-****-****-bd40-1a21ea41d7c5",
"CmptId": "sfdgsds-****-****-a608-mghdgd",
"GlobalParam": "[{"paramKey":"price","joinType":"and","conditionList":[{"operate":">","value":"0"}]},{"paramKey":"product_type","joinType":"and","conditionList":[{"operate":"in","value":["]}]}]\\n",
"InvalidTime": "2022-01-30 03:03:49",
"MaxTicketNum": 9999,
"OrganizationId": "2fe4fbd8-****-****-b3e1-e92c7af083ea",
"RegisterTime": "2022-01-09 22:23:49",
"UsedTicketNum": 47,
"UserId": "974e50**********9033f46",
"WatermarkParam": "ticket",
"WorksId": "ccd3428c-****-****-a608-26bae29dffee"
},
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Authorize3rdTicket.BindedWorks.Mismatch | The report bound by the ticket mismatches the actual report. | |
| 400 | Authorize3rdTicket.Expired | Ticket [%s] has expired. | |
| 400 | Authorize3rdTicket.HasNo.LoginToken | The request [%s] has no token. | |
| 400 | Authorize3rdTicket.NotExist | Ticket %s does not exist. | |
| 400 | Authorize3rdTicket.Num.Exceed | The number of tickets %s is invalid. | |
| 400 | Authorize3rdTicket.Num.HasNoLeft | There is no ticket number left, please generate new ticket. | |
| 400 | NoPermissionTo.Operate.Object | You are not authorized to operate the objects. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.