• Pieter Calitz 5
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,

I am trying to get a list of field names, sizes types and lengths by using the url
https://eu9.salesforce.com/services/data/v37.0/sobjects/Account/describe

but I only get a lot of data like
{"activateable":false,"childRelationships":[{"cascadeDelete":false,"childSObject":"Account","deprecatedAndHidden":false,"field":"ParentId","relationshipName":"ChildAccounts","restrictedDelete":false},

..yet no field list

What am I doing wrong? Please help
Hi,

I am trying to get a list of field names, sizes types and lengths by using the url
https://eu9.salesforce.com/services/data/v37.0/sobjects/Account/describe

but I only get a lot of data like
{"activateable":false,"childRelationships":[{"cascadeDelete":false,"childSObject":"Account","deprecatedAndHidden":false,"field":"ParentId","relationshipName":"ChildAccounts","restrictedDelete":false},

..yet no field list

What am I doing wrong? Please help