GET api/SuntechChatGPTPrompt
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SuntechChatGPTCategoryListApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | string |
None. |
|
| Response | Collection of SuntechChatGPTCategory |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": "sample string 2",
"Response": [
{
"CATEGORY": "sample string 1"
},
{
"CATEGORY": "sample string 1"
}
]
}
text/html
Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":[{"CATEGORY":"sample string 1"},{"CATEGORY":"sample string 1"}]}
application/xml, text/xml
Sample:
<SuntechChatGPTPrompt_Mngr.SuntechChatGPTCategoryListApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Manager">
<Message>sample string 1</Message>
<Response>
<SuntechChatGPTPrompt_Mngr.SuntechChatGPTCategory>
<CATEGORY>sample string 1</CATEGORY>
</SuntechChatGPTPrompt_Mngr.SuntechChatGPTCategory>
<SuntechChatGPTPrompt_Mngr.SuntechChatGPTCategory>
<CATEGORY>sample string 1</CATEGORY>
</SuntechChatGPTPrompt_Mngr.SuntechChatGPTCategory>
</Response>
<Status>sample string 2</Status>
</SuntechChatGPTPrompt_Mngr.SuntechChatGPTCategoryListApiResponse>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Message" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Status" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].CATEGORY" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].CATEGORY" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e--