get_all_requesters
Retrieve all requesters from Freshservice with pagination options. Use this tool to efficiently fetch requester data by specifying page and per_page parameters.
Instructions
Fetch all requesters from Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
per_page | No |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"default": 1,
"title": "Page",
"type": "integer"
},
"per_page": {
"default": 30,
"title": "Per Page",
"type": "integer"
}
},
"title": "get_all_requestersArguments",
"type": "object"
}