POST api/ai/response-schema-post
Request Information
URI Parameters
None.
Body Parameters
WorkPoint365.WebAPI.Model.AiGetResponseSchemaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseId | string |
None. |
|
| JsonSchema | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ResponseId": "sample string 1",
"JsonSchema": "sample string 2"
}
application/xml, text/xml
Sample:
<AiGetResponseSchemaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model"> <JsonSchema>sample string 2</JsonSchema> <ResponseId>sample string 1</ResponseId> </AiGetResponseSchemaRequest>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.