• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

can i get the page data in my mobile Application and update through Mobile Application?

Guest
Jul 21, 2015 Jul 21, 2015

Copy link to clipboard

Copied

We are developing Mobile Application for our website we need to fetch data from pages and update this data through mobile application

but we can not create our own API in business catalyst

so can we achieve this using existing API's?

TOPICS
3rd party integration

Views

718

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 21, 2015 Jul 21, 2015

Copy link to clipboard

Copied

Existing APIs - No.

New API's - No, as they are only for open platform until OAuth implementations are in place to use externally.

And you are correct, you can not code your own API's.

You can ajax request page content and all pages with json=true and you can read that json data if you want.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 21, 2015 Jul 21, 2015

Copy link to clipboard

Copied

can you please tell me how to read the JSON data?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 22, 2015 Jul 22, 2015

Copy link to clipboard

Copied

LATEST

It is JSON data.. Staple of programming.

Depending on the codebase your coding your application form it will be different. you have the cross domain policy issue with Ajax of course, but python for example would be an import as json, swift you can do it, .net..... All depends.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines