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 projects endpoints #87

Open
12 of 17 tasks
dynata-bradley opened this issue Jan 18, 2020 · 2 comments
Open
12 of 17 tasks

Functions for projects endpoints #87

dynata-bradley opened this issue Jan 18, 2020 · 2 comments
Assignees
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#/

  • GET
    ​/projects​/{projectId}
    Returns project by id
  • PATCH
    ​/projects​/{projectId}
    Update project by id
  • DELETE
    ​/projects​/{projectId}
    Delete project by id
  • GET
    ​/projects​/{projectId}​/sources
    Get sources by projectId
  • GET
    ​/projects​/{projectId}​/groups
    Get project groups by projectId
  • POST
    ​/projects​/{projectId}​/groups
    Add group to project by projectId via post
  • PUT
    ​/projects​/{projectId}​/groups
    Add group to project by projectId via put
  • DELETE
    ​/projects​/{projectId}​/groups​/{groupId}
    Delete group from project with projectId + groupId
  • PATCH
    ​/projects​/{projectId}​/groups​/{groupId}
    Update a project group with projectId + groupId
  • GET
    ​/projects​/{projectId}​/links
    Get links by projectId
  • GET
    ​/projects​/{projectId}​/full-links
    Get full-links by projectId
  • GET
    ​/projects​/{projectId}​/locales
    Get locales by projectId
  • GET
    ​/projects​/{projectId}​/markup-files
    Get markup-files by projectId
  • GET
    ​/projects​/{projectId}​/respondent-links
    Get Respondent Links by projectId
  • GET
    ​/projects
    Get all available project details
  • GET
    ​/projects​/{projectId}​/surveys
    Get a surveys by projectId
  • POST
    ​/projects​/{projectId}​/surveys
    Create Survey from Project
@dynata-bradley dynata-bradley self-assigned this Jan 22, 2020
@dynata-bradley
Copy link
Contributor Author

Unfortunately, it appears that the documentation is incomplete for some of these.

@dynata-bradley
Copy link
Contributor Author

Checked off get & delete functions. Others are still pending, but not all have docs.

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