• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Custom Fields for ERRest
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Custom Fields for ERRest


  • Subject: Custom Fields for ERRest
  • From: Luiz Alfredo Carrara Bertusso <email@hidden>
  • Date: Wed, 11 Jan 2017 11:55:42 -0200

Hello, everyone.
I've been using ERRrest for developing, I`d like knowing if it's possible to use custom fields instead of the default ones.
For example, on my model, there's a relationship named type, actually, I have the following response: 
phones": [
    {
      "countryCode": "1",
      "areaCode": "123",
      "number": "1234567",
      "type": {
        "id": [
          1,
          2
        ],
        "typeClass": "Tag",
        "value": "Home"
      }
    }
]

But I'd like to show something like:
phones": [
    {
      "countryCode": "1",
      "areaCode": "123",
      "number": "1234567",
      "type": "Home"
      }
    }
]

Is it possible to create a custom way to show this relationship as above?

Thank you!



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Custom Fields for ERRest
      • From: Samuel Pelletier <email@hidden>
  • Prev by Date: Re: ERAttachment "db" storageType....Problem
  • Next by Date: Re: Custom Fields for ERRest
  • Previous by thread: Re: ERAttachment "db" storageType....Problem
  • Next by thread: Re: Custom Fields for ERRest
  • Index(es):
    • Date
    • Thread