We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://petstore.swagger.io/?url=https://kaleidoscope-survey-api.cmix.com/swagger.json#/
The text was updated successfully, but these errors were encountered:
Unfortunately, it appears that the documentation is incomplete for some of these.
Sorry, something went wrong.
Checked off get & delete functions. Others are still pending, but not all have docs.
dynata-bradley
No branches or pull requests
http://petstore.swagger.io/?url=https://kaleidoscope-survey-api.cmix.com/swagger.json#/
/projects/{projectId}
Returns project by id
/projects/{projectId}
Update project by id
/projects/{projectId}
Delete project by id
/projects/{projectId}/sources
Get sources by projectId
/projects/{projectId}/groups
Get project groups by projectId
/projects/{projectId}/groups
Add group to project by projectId via post
/projects/{projectId}/groups
Add group to project by projectId via put
/projects/{projectId}/groups/{groupId}
Delete group from project with projectId + groupId
/projects/{projectId}/groups/{groupId}
Update a project group with projectId + groupId
/projects/{projectId}/links
Get links by projectId
/projects/{projectId}/full-links
Get full-links by projectId
/projects/{projectId}/locales
Get locales by projectId
/projects/{projectId}/markup-files
Get markup-files by projectId
/projects/{projectId}/respondent-links
Get Respondent Links by projectId
/projects
Get all available project details
/projects/{projectId}/surveys
Get a surveys by projectId
/projects/{projectId}/surveys
Create Survey from Project
The text was updated successfully, but these errors were encountered: