Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] add wrapper function get a challenge's participant's team ID #17

Open
vpchung opened this issue Feb 6, 2024 · 0 comments
Open
Assignees
Labels
feature New feature or request

Comments

@vpchung
Copy link
Member

vpchung commented Feb 6, 2024

Describe The Problem To Be Solved

Use case: for one of the steps of Orca, @jaymedina needs to get the ID of a challenge's registered participant team, e.g.

image

The current solution is to use the REST API:

>>> syn.restGET("/entity/syn51317219/challenge").get('participantTeamId')
'3493415'

This would be a nice feature to have in cnb-tools.

@vpchung vpchung added the feature New feature or request label Feb 6, 2024
@vpchung vpchung self-assigned this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant