Difference between revisions of "REST API:field Resource"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 43: Line 43:
:*[[REST_API/Payload_Examples#Multi Object Lookup|Multi Object Lookup]]
:*[[REST_API/Payload_Examples#Multi Object Lookup|Multi Object Lookup]]
:*[[REST_API/Payload_Examples#Number | Number]]
:*[[REST_API/Payload_Examples#Number | Number]]
:*[[REST_API/Payload_Examples#Number with Decimal| Number with Decimal]]
:*[[REST_API/Payload_Examples#Number with Decimals| Number with Decimals]]
:*[[REST_API/Payload_Examples#Picklist|Picklist]]
:*[[REST_API/Payload_Examples#Picklist|Picklist]]
:*[[REST_API/Payload_Examples#Radio Button|Radio Button]]
:*[[REST_API/Payload_Examples#Radio Button|Radio Button]]

Revision as of 21:35, 12 April 2012

Retrieves Field metadata.

Warn.png

Warning: Information on this page is Provisional.

Access Permissions

Lock-tiny.gif

Retrieve Field Metadata

Retrieves metadata about a field in an object

Method
GET
URI
https://{yourDomain}/networking/rest/field/{objectName}/{fieldName}
Response
Metadata structure that defines the field

Retrieve an Array of Metadata for Fields in an Object

Retrieves an array of metadata for fields within an object

Method
GET
URI
https://{yourDomain}/networking/rest/field/{objectName}
Response
An array of metadata structures containing definitions of all the fields in the object.

See also: JavaDocs for fields

Payload Examples

Payload examples for the use case: Add Fields of the specified Field Display Types to an Object.