Skip to content
New issue

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

No route found #7

Closed
vstefanoxx opened this issue Nov 4, 2020 · 1 comment
Closed

No route found #7

vstefanoxx opened this issue Nov 4, 2020 · 1 comment

Comments

@vstefanoxx
Copy link

Description
I cannot query the API for customers: I get "No route found"

How to reproduce
Query for retrieving tickets works:

$ curl -X GET -H "Authorization: Basic $TOKEN" https://<domain>/api/v1/tickets

while for customers it doesn't work:

$ curl -X GET -H "Authorization: Basic $TOKEN" https://<domain>/api/v1/customers
{"status":false,"message":"No route found for \u0022GET \/api\/v1\/customers\u0022"}

I'm looking at the documentation on uvdek web site at the page https://www.uvdesk.com/en/api-doc/, but I'm getting confused because it doesn't seem to be consistent to my installation: is that documentation valid for uvdesk/api-bundle project?

Thank you
Stefano

@papnoisanjeev
Copy link
Contributor

@vstefanoxx

Currently only ticket related API exist for UVdesk opensource.
You can check here.

We will soon work for other API's as well.

I'm looking at the documentation on uvdek web site at the page https://www.uvdesk.com/en/api-doc/, but I'm getting confused because it doesn't seem to be consistent to my installation: is that documentation valid for uvdesk/api-bundle project?

This https://www.uvdesk.com/en/api-doc/ doc is for UVdesk SAAS version only (subscription based).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants