-
Notifications
You must be signed in to change notification settings - Fork 234
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
Comments
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.
|
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? |
This is not a CRUD (Create, Read Update, Delete) API. It's read only. |
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?
The text was updated successfully, but these errors were encountered: