Difference between revisions of "REST API:field Resource"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
m (Text replace - '<tt><nowiki>https://{domain}/networking' to '<tt>{{platformURL}}')
Line 9: Line 9:
Retrieves metadata about a field in an object
Retrieves metadata about a field in an object
;Method:GET
;Method:GET
;URI:<tt><nowiki>https://{domain}/networking/rest/field/{objectName}/{fieldName}</nowiki></tt>
;URI:<tt>{{platformURL}}/rest/field/{objectName}/{fieldName}</nowiki></tt>


;Response:Metadata structure that defines the field
;Response:Metadata structure that defines the field
Line 16: Line 16:
Retrieves an array of metadata for fields within an object
Retrieves an array of metadata for fields within an object
;Method:GET
;Method:GET
;URI:<tt><nowiki>https://{domain}/networking/rest/field/{objectName}</nowiki></tt>
;URI:<tt>{{platformURL}}/rest/field/{objectName}</nowiki></tt>


;Response:An array of metadata structures containing definitions of all the fields in the object.
;Response:An array of metadata structures containing definitions of all the fields in the object.

Revision as of 20:58, 30 March 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}</nowiki>
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}</nowiki>
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.