Hello! I have "username" in result of GET_REQUEST operation. I need get requester information of it's "username"
I have a trouble around GET_REQUESTER operation for russian names :\
request for example:
It will responses for me ALL of requesters in SDP - non correct.
But when i i send loginname for user - the response is OK
- it's correct.
For json - same problem
.../sdpapi/requester?OPERATION_NAME=GET_ALL&TECHNICIAN_KEY=XXX-XXX-XXX-XXX&INPUT_DATA={"operation":{"details":{"username":"Иванов Иван Иванович"}}}&format=json
- ALL of requesters in SDP - non correct
And question: how can i get correct fields for requester by sending name ? :(
Thanks!
ps. i write it by python with requests module, but test it in browser.
sorry for my english..