Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi,
I'am trying to catch datas with API only GET for the moment.
.htaccess and .htpasswd are OK.
But with this url http://myserver/api after authentication i receive this message and i see a trace in Projeqtor Log :
{"error":"invalid API query", "message":"Possible values are : GET ../api/{objectClass}/{objectId} ../api/{objectClass}/all ../api/{objectClass}/filter/{filterId} ../api/{objectClass}/search/criteria1/criteria2/... (criteria as sql where clause) ../api/{objectClass}/updated/{YYYYMMDDHHMNSS}/{YYYYMMDDHHMNSS} PUT ../api/{objectClass} with data containing json description of items POST ../api/{objectClass} with data containing json description of items DELETE ../api/{objectClass} with data containing json id of items"}
With this url http://myserver/api/Project/All i receive this message :
Not Found
The requested URL /api/Project/All was not found on this server.
Can you help me ?
Br
Wisou