-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I can't get ownerId to work.
It's not clear from the documentation as to whether this should be using the owner.id or the owner.login value.
As an example, neither of these works:
Using the owner.id value
aw_get_calculatedmetrics(rsid = rsid,
company_id = company_id,
ownerId = "[added owner.id value from an unfiltered call]")
Using the owner.login value
aw_get_calculatedmetrics(rsid = rsid,
company_id = company_id,
ownerId = "added the owner.login value--email address--from a call w/ ownerFullName expansion]")
Both return:
Error in aw_call_api(req_path = urlstructure[1], company_id = company_id) :
Forbidden (HTTP 403).
The fact that I was trying to filter on values that I was getting from a less filtered version of the same function all means I do have access to that data.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working