You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement all get apis from pages module using description from : https://staging.kibopush.com/docs/#/
Data will be displayed in table format with search filter and 'export into csv' button.
The text was updated successfully, but these errors were encountered:
saniasiddiqui
changed the title
Implement PAGES GET APIs client to fetch and display data in sample application #17
Implement PAGES GET APIs client to fetch and display data in sample application
Nov 27, 2017
I have been working on the page APIs. However there are few points that needs to be discussed.
We have three apis /pages/, pages/allpages/, pages/otherpages
More or less the information is same. In 'all pages' we have no.of subscribers mentioned while in 'pages' we don't have that.
OtherPages payload is giving me same data as pages or all pages i.e. information of connected pages. As mentioned in description /otherPages/ should give us information of disconnected pages.
We have apis like /page_survey/,/page_poll/, page_broadcast/. It is giving me almost same information as /survey/,/polls/,/broadcasts/. Why are we needing these apis ?
Implement all get apis from pages module using description from : https://staging.kibopush.com/docs/#/
Data will be displayed in table format with search filter and 'export into csv' button.
The text was updated successfully, but these errors were encountered: