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

change node name #64

Open
motoracer81 opened this issue Mar 29, 2018 · 4 comments
Open

change node name #64

motoracer81 opened this issue Mar 29, 2018 · 4 comments

Comments

@motoracer81
Copy link

motoracer81 commented Mar 29, 2018

Hello,
I download data from the channel through the code:
{exp: json: entries channel = "about-us" fields = "field89832 | field87842"}
The code is downloaded correctly.
However, I would like to change the names of columns that are generated in the json file.
Or:
[{"entry_id": 1, "field89832": "lorem ipsum", "field87842": "lorem ipsum"}]
On:
[{"entry_id": 1, "title": "lorem ipsum", "content": "lorem ipsum"}]
Change:
field89832 -> title
field87842 -> content
If it is possible?

@motoracer81 motoracer81 changed the title motoracer81 change node name Mar 29, 2018
@Girlisgone
Copy link

Girlisgone commented Mar 30, 2018 via email

@Girlisgone
Copy link

Girlisgone commented Apr 5, 2018 via email

@jachiike-madubuko
Copy link

I don't think I signed up to be in this group. I don't know what github is or what any of this stuff even means. How do i get out of this group thing? Sent from Yahoo Mail on Android On Fri, Mar 30, 2018 at 7:30 AM, Lisa Gatlin[email protected] wrote: Why am I getting this email? Sent from the Yahoo Mail app. Get yours! On Thu, Mar 29, 2018 at 7:58 AM, motoracer81[email protected] wrote: Hello, I download data from the channel through the code: {exp: json: entries channel = "about-us" fields = "field89832 | field87842"} The code is downloaded correctly. However, I would like to change the names of columns that are generated in the json file. Or: [{"entry_id": 1, "field89832": "lorem ipsum", "field87842": "lorem ipsum"}] On: [{"entry_id": 1, "title": "lorem ipsum", "content": "lorem ipsum"}] Change: ** field89832 -> title field87842 -> content ** If it is possible? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

does this work for EE5?

@Zignature
Copy link

This is not a CRUD (Create, Read Update, Delete) API. It's read only.
If you need a CRUD API you should check out the commercial plugin Web Service by Reinos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants