Skip to Content
0
Former Member
Mar 22, 2016 at 06:07 AM

Re:Extending JAM Application

30 Views

Hi,

I was successful in creating JAM extension Using HCP with the great help of Robert, Adam and James. Now im trying to change the format of the output that we get in JSON format. This output will contain number of data displayed on the screen whenever some function is performed. Here my question is, is that possible to get only some important data from the JSON file.

For example: When the new Group is created by giving the Group name using createGroup functionality we get the following JSON file as output indicating that particular group is created in JAM.

{

d:

{

results:

{

_metadata{

uri:

type:

},

id:

description:

...

...

...

}

Here can we get just the Group name, Group ID and Created By as the output. Can anyone please help me out in this.

Many Thanks & Regards,

Soumya