Thingworx: метод GET не разрешен
Здесь в учебнике написано:
Следующий вызов API выполняет сервис GetBlogEntriesWithComments, связанный с Thing, который называется ThingWorxTrainingMaintenanceBlog.
http://localhost/Thingworx/Things/ThingWorxTrainingMaintenanceBlog/Services/GetBlogEntriesWithComments
На этом примере я создал Thing
CarA и я хочу позвонить по умолчанию service
но я получаю 405 код ошибки "не реализовано"
http://localhost:8080/Thingworx/Things/CarA/Services/GetProperties
Есть идеи, что я делаю не так?
1 ответ
Решение
Использование POST
просьба, чувак:
curl -v --basic --user name:pass -X POST --header "Content-Type: application/json" http://localhost:8080/Thingworx/Things/CarA/Services/GetProperties?Accept=application/json