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

Functions for quota manipulation endpoints #85

Open
14 tasks
dynata-bradley opened this issue Jan 18, 2020 · 0 comments
Open
14 tasks

Functions for quota manipulation endpoints #85

dynata-bradley opened this issue Jan 18, 2020 · 0 comments
Labels

Comments

@dynata-bradley
Copy link
Contributor

dynata-bradley commented Jan 18, 2020

http://petstore.swagger.io/?url=https://kaleidoscope-survey-api.cmix.com/swagger.json#/

Screen Shot 2020-01-18 at 3 51 39 AM

  • GET
    ​/surveys​/{surveyId}​/quota-columns
    Get all quota columns for the survey
  • POST
    ​/surveys​/{surveyId}​/quota-columns
    Create many quota column for the survey
  • PATCH
    ​/surveys​/{surveyId}​/quota-columns
    Update many quota columns
  • DELETE
    ​/surveys​/{surveyId}​/quota-columns
    Delete many quota columns
  • GET
    ​/surveys​/{surveyId}​/quota-columns​/{quotaColumnId}
    Get the details for one quota column
  • PATCH
    ​/surveys​/{surveyId}​/quota-columns​/{quotaColumnId}
    Update one quota column
  • DELETE
    ​/surveys​/{surveyId}​/quota-columns​/{quotaColumnId}
  • GET
    ​/surveys​/{surveyId}​/quota-rows
    Get all quota rows for the survey
  • POST
    ​/surveys​/{surveyId}​/quota-rows
    Create many quota rows for the survey
  • PATCH
    ​/surveys​/{surveyId}​/quota-rows
    Update many quota rows
  • DELETE
    ​/surveys​/{surveyId}​/quota-rows
    Delete many quota rows
  • GET
    ​/surveys​/{surveyId}​/quota-rows​/{quotaRowId}
    Get the details for one quota row
  • PATCH
    ​/surveys​/{surveyId}​/quota-rows​/{quotaRowId}
    Update one quota row
  • DELETE
    ​/surveys​/{surveyId}​/quota-rows​/{quotaRowId}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant