Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It consists of following navigation tabs:

...

  • Key- parameter1 and Value value1
  • Key- parameter2 and Value value2

Query Parameters

The query parameters are sometimes referred to as optional parameters, The query parameters are separated from the hierarchical parameters by the question mark. Query parameters appear in the URL after the question mark (?) after the resource name:

Example: https://myserver.com/resource-name?param1=value1&param2=value2

...

Accept-Charset: This is a header which is set with the request and tells the server about which character sets are acceptable by the client.

Content-Type:  Indicates Indicates the media type (text/html HTML or text/JSON, XML/custom) of the response sent to the client by the server, this will help the client in processing the response body correctly.

...

Key is always the attribute name for the request and the Value is the information to which we need to pass the payload needs to be passed to complete the request.


Key
Value
Description

 @context.Description

DescriptionLong @context.Details
Severity@context.Severity
Priority @context.Priority
Urgency

 @context.Urgency

Categorization@context.Categorization


Example: To Create create a ticket in ISM, we need to pass Description, Summary, Categorization, Priority information in the payload and the values for these parameters can be from the prompts and values provided in slots.

...

Example: @resp.data.items.TicketStatus | @resp.data.items.Priority

  •      Owner: @resp.data.items.AssignedTo
  •      Requester: @resp.data.items.RequesterUserName

...

Payload: Data type payload.

  • Click Save to reflect the Web Services in Luma Bot or else click Cancel.