cg api survey¶
The survey service endpoint. See cg api for how these relate to the higher-level commands.
Every command also accepts -h / --help.
| Command | Summary |
|---|---|
cg api survey |
Survey service commands. |
cg api survey find-survey |
Find a survey to potentially show a codingamer (UNVERIFIED |
cg api survey¶
Survey service commands.
usage: cg api survey [-h] COMMAND ...
Subcommands
find-survey— Find a survey to potentially show a codingamer (UNVERIFIED--response shape unconfirmed).
cg api survey find-survey¶
Find a survey to potentially show a codingamer (UNVERIFIED--response shape unconfirmed).
usage: cg api survey find-survey [-h] [--codingamer-id ID] [--limit N]
Options
-g, --codingamer-id ID— Codingamer to find a survey for. Defaults to the logged-in codingamer's ID.-n, --limit N(default:2) — Assumed maximum number of results; unconfirmed. Defaults to 2.
Generated from the parser itself. For when to use these, see the CLI guides.