We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Url : /api/v1/tickets On invoking the get all tickets fails with error " Call to a member function getId() on null"
It works completely fine on fetching the individual ticket. Url : /api/v1/ticket/1
How to reproduce After installing the API bundle within the container
Any hints or suggestions will be greatly appreciated
The text was updated successfully, but these errors were encountered:
@byrebg
You have to make the following changes in security.yaml file by navigating through config –>> packages –>> security.yaml.
Do the simple changes in the position of uvdesk_api, just place it after the back support in firewalls or before the customer function as shown below:
Once you check after that clear the cache of your project using this command:
php bin/console c:c
Kind Respects, Uvdesk Team
Sorry, something went wrong.
@Komal-sharma-2712 , Thanks for your response.
We had done the changes as mentioned in the tutorial - https://www.uvdesk.com/en/blog/api-resource/ Also attached is screen shot of the changes done
We have tested multiple api for tickets
Get All ticket is failing. So Is there soemthing else missed ?
Any hints will be helpful. Also from exception on cross checking the code
api-bundle/API/Tickets.php
Line 76 in 6ef4f4c
No branches or pull requests
Description
Url : /api/v1/tickets
On invoking the get all tickets fails with error " Call to a member function getId() on null"
It works completely fine on fetching the individual ticket.
Url : /api/v1/ticket/1
How to reproduce
After installing the API bundle within the container
Any hints or suggestions will be greatly appreciated
The text was updated successfully, but these errors were encountered: