Skip to content

aw_get_calculatedmetrics() - ownerId causing errors #49

@gilliganondata

Description

@gilliganondata

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions