Panggil QueryTagByParam untuk mengambil tag.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:QueryTagByParam |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageNo |
integer |
No |
Nomor halaman |
1 |
| PageSize |
integer |
No |
Ukuran halaman |
10 |
| KeyWord |
string |
No |
Nama tag, panjang 1-50, default ke semua tag jika tidak ditentukan. |
1aTag |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageSize |
integer |
Ukuran halaman |
10 |
| RequestId |
string |
ID permintaan |
10A1AD70-E48E-476D-98D9-39BD92193837 |
| PageNumber |
integer |
Nomor halaman saat ini |
5 |
| TotalCount |
integer |
Jumlah total |
2 |
| data |
object |
||
| tag |
array<object> |
Catatan data |
|
|
object |
|||
| TagName |
string |
Tag name |
hellopal |
| TagId |
string |
Tag ID |
52366 |
| TagDescription |
string |
Tag description |
test description |
Contoh
Respons sukses
JSONformat
{
"PageSize": 10,
"RequestId": "10A1AD70-E48E-476D-98D9-39BD92193837",
"PageNumber": 5,
"TotalCount": 2,
"data": {
"tag": [
{
"TagName": "hellopal",
"TagId": "52366",
"TagDescription": "test description"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.