arthur-shaw / susoapi

R interface for Survey Solutions' APIs
https://arthur-shaw.github.io/susoapi/
Other
9 stars 5 forks source link

`get_assignments` needs `workspace` argument #12

Closed ashwinikalantri closed 3 years ago

ashwinikalantri commented 3 years ago

The get_workspace function needs to have a workspace argument. It defaults to primary. Not able to get any assignments from any workspace except the primary.

arthur-shaw commented 3 years ago

I'm holding off on updating this function until the GraphQL endpoint offers more information. The dev team is aware of this issue and will hopefully update the GraphQL schema soon. See below what the REST and GraphQL endpoints offer.

REST:

image

GraphQL:

image

arthur-shaw commented 3 years ago

Commit 4dae472 closes this issue.