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 sample-lists endpoints #90

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

Functions for sample-lists endpoints #90

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#/

  • POST
    ​/projects​/{projectId}​/email-campaigns​/{emailCampaignId}​/sample-lists
    Create sample List
  • GET
    ​/projects​/{projectId}​/email-campaigns​/{emailCampaignId}​/sample-lists
    Get Sample List
  • GET
    ​/projects​/{projectId}​/email-campaigns​/{emailCampaignId}​/sample-lists​/{sampleListId}
    Get Single Sample List
  • PATCH
    ​/projects​/{projectId}​/email-campaigns​/{emailCampaignId}​/sample-lists​/{sampleListId}
    Update sample List
  • DELETE
    ​/projects​/{projectId}​/email-campaigns​/{emailCampaignId}​/sample-lists​/{sampleListId}
    Delete Campaign Sample List
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