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

Implement WORKFLOWS GET API client to fetch and display data in sample application #12

Open
saniasiddiqui opened this issue Nov 27, 2017 · 2 comments
Assignees
Labels

Comments

@saniasiddiqui
Copy link
Collaborator

saniasiddiqui commented Nov 27, 2017

Implement /workflows/ api using description from : https://staging.kibopush.com/docs/#/
Data will be displayed in table format with search filter and 'export into csv' button. Below is the sample screen shot from pages API:
image

@saniasiddiqui saniasiddiqui changed the title Implement BROADCASTS GET API client to fetch and display data in sample application Implement WORKFLOWS GET API client to fetch and display data in sample application Nov 27, 2017
@saniasiddiqui
Copy link
Collaborator Author

image

Implemented Client API to extract workflows data.

@saniasiddiqui
Copy link
Collaborator Author

image
This is the payload for workflows. However the information format we receive for a sample data is : [ { _id: '5a1fc5ae6171c8512304c0ea',
condition: 'message_is',
reply: 'How has been your day',
isActive: true,
userId: '5a1fc3a16171c8512304c0e6',
sent: 0,
__v: 0,
datetime: '2017-11-30T08:47:42.736Z',
keywords: [ 'HEY' ] } ]
The definition needs to be corrected. @sojharo

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

2 participants