Questions tagged [freshservice-api]
2 questions
0
votes
0 answers
Freshdesk API (Filtering Ticket by Status of the ticket) returns 400 for "Unexpected/invalid field in request"
I am attempting to create Full-Page App on Freshdesk. Its primary functionality is to render a bar graph depicting ticket counts based on their status. When I try to filter using status it is throwing {\"description\":\"Validation…

SAIKAT
- 93
- 1
- 6
0
votes
0 answers
How to update the Planning fields in a change request in Freshservice
How can I update the Planning fields in freshservice?
I tried:
# Set the API key and endpoint URL
$apiKey = "api_key"
$endpoint = "https://domain.freshservice.com/api/v2/changes/{$id}"
# Set the new planning data for the change request
$newData =…

Roshin Raphel
- 2,612
- 4
- 22
- 40