You are not logged in.
I am using the GLPI version 9.1.3.
When trying to call the followup api for a particular ticket which already have 3 followup comments
curl --location --request GET '<domain base url>/glpi/apirest.php/ticket/<ticketNo>/TicketFollowup/' \
--header 'Content-Type: application/json' \
--header 'App-Token: <app token>' \
--header 'Session-Token: <session token>'
Then the result is showing as empty list "[]" with 200 as http status code.
Please advise.
Offline