json icon indicating copy to clipboard operation
json copied to clipboard

change node name

Open motoracer81 opened this issue 6 years ago • 4 comments

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 avatar Mar 29 '18 12:03 motoracer81

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.

Girlisgone avatar Mar 30 '18 12:03 Girlisgone

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.

Girlisgone avatar Apr 05 '18 09:04 Girlisgone

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?

jachiike-madubuko avatar Jan 01 '19 07:01 jachiike-madubuko

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.

Zignature avatar May 11 '20 21:05 Zignature