Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.
- Service Overview
- User Guide
-
API Reference
- Before You Start
- API Overview
- Calling APIs
- Application Examples
-
API v2 (Recommended)
- Agreement Management
- Attachment Management
- Service Ticket Management
- Service Ticket Permission Management
- Attachment Management
- Authorization Management
- Service Ticket Quota Management
-
Basic Ticket Configuration Query
- Querying Country/Region Code
- Querying Problem Type List
- Querying Additional Parameters
- Querying Problem Type Template
- Querying Service Ticket Category List
- Querying Product Type List
- Querying Region List
- Service Ticket Satisfaction Category List
- Querying Problem Severity List
- Querying Service Ticket Limits (Such As Limited CCs in an Email)
- Label Management
- Ticket Message Management
-
Ticket Query
- Querying Agency Information
- Querying Partner Service Ticket Permissions
- Statistics of Service Tickets in Various Statuses
- Querying Service Ticket Details
- Querying Service Ticket Operation Logs
- Querying Service Ticket CC
- Querying Service Ticket Status
- Querying Associated Partner Service Information
- Querying Service Ticket List Interface
- Querying Sub-User Information
- Management of Associated Tickets
- Verification Code Management
-
Historical APIs
- Creating a Service Ticket
- Querying Service Ticket List
- Querying Service Ticket Details
- Uploading an Attachment
- Downloading an Attachment
- Deleting an Attachment
- Adding a Message
- Service Evaluation
- Service Ticket Operations
- Querying Service Ticket Related Product
- Querying Service Ticket Problem Type
- Querying Templates
- Querying Regions
- Appendix
- Change History
- General Reference
Copied.
Querying Service Ticket Related Product
Function Description
When submitting a service ticket, users can select the product type related to their problem.
URI
GET /v1.0/servicerequest/case/subtype
Request
Request Parameters
None
Request Example
None
Response Message
Response Parameters
Parameter |
Type |
Description |
---|---|---|
totalCount |
Integer |
Specifies the total number of products related to the service ticket. |
subTypeList |
List<SubType> |
Specifies the list of products related to the service ticket. For details, see Table 2. |
Parameter |
Type |
Description |
---|---|---|
subTypeName |
String |
Specifies the problem related product. The options are service type or commodity type. |
subTypeId |
Integer |
ID of the product related to the problem. |
productCategoryList |
List<ProductCategory> |
Product information list. For details, see Table 3. |
Parameter |
Type |
Description |
---|---|---|
productCategoryId |
String |
Product type ID, such as the ID corresponding to ECS. |
productCategoryName |
String |
Product type name, for example, ECS. |
productCategoryDesc |
String |
Description of the product type. |
- Example Response
{ "totalCount": 13, "subTypeList": [ { "subTypeName": "Infrastructure", "subTypeId": 1, "productCategoryList": [ { "productCategoryId": "a51b98a1eb514f7c9c2509c92697ef76", "productCategoryName": "Event", "productCategoryDesc": "Problems related to event rules, event discounts, prize information, and public beta" }, { "productCategoryDesc": "f3b1735f70e542019510458583d9b55e", "productCategoryName": "User account", "productCategoryId": "Problems related to account registration, account information query, account modification, and account cancellation" } ] }, { "subTypeName": "Calculation", "subTypeId": 0, "productCategoryList": [] } ] }
Status Code
For details about status codes, see Status Codes.
Error Code
For details about error codes, see Historical Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot