get_requested_items
Retrieve requested items for a specific service request ticket in Freshservice. Input the ticket ID to fetch associated item details accurately.
Instructions
Fetch requested items for a specific ticket if the ticket is a service request.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticket_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticket_id": {
"title": "Ticket Id",
"type": "integer"
}
},
"required": [
"ticket_id"
],
"title": "get_requested_itemsArguments",
"type": "object"
}