I create new report use Reports v3 API
/api/v3.0/expense/reportsIn request body, I sent the OwnerLoginID to assign the report to user. API return success but the report always belongs to the admin username.
Would anyone guide me how to do in this case?
Solved! Go to Solution.
I solved it, the correct API endpoint is
api/v3.0/expense/entries?user=xxx
Hi @thonguyen
Good question! Have you searched through our Developer Center? It often is a good resource for API related questions.
Hi @AshleyB ,
Yes, I have researched and tried. Unfortunately I can't resolved my issue.
I will try to research more about it.
I solved it, the correct API endpoint is
api/v3.0/expense/entries?user=xxx
That's great to hear! Thanks for following up on this and sharing what you learned, @thonguyen