API: How to find agents of one given site or client? #942
Unanswered
FuchsEDV-Michael-Fuchs
asked this question in
Q&A
Replies: 1 comment
-
hi use these endpoints (replace with client and site ids)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
trying to use the api - I'm confused about how i can get agents for a certain client / site:
I'm able to list all clients (/clients/) - or one client (/client/{id}/) and the clients sites (/clients/{id}/sites/)
Also I can get all agents (/agents/) -> but I really get ALL agents - and there is no client-id or site-id in the information -> only names...
What I'm looking for is something like
/clients/{id}/agents/ for getting agent-ids or
/clients/{id}/{siteid}/agents/
Maybe someone can explain to me, how i can get agents of one client or one site...
Thank you!
Best Michael
Beta Was this translation helpful? Give feedback.
All reactions