Difference between revisions of "REST API:form Resource"
From LongJump Support Wiki
imported>Aeric m (Text replace - 'Form Layout' to 'Form') |
imported>Aeric |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
FUTURE: Retrieve metadata for a [[Form]]. | |||
{{#if: | <!-- Hide --> | |||
NOTE: *** WHEN UNHIDING, ADD LINK BACK TO [[Multi_Object_Lookup#REST_APIs]] *** | |||
{{Warn|Information on this page is [[Provisional]].}} | {{Warn|Information on this page is [[Provisional]].}} | ||
;Method:GET | ;Method:GET | ||
;URI:<tt> | ;URI:<tt>{{platformURL}}/rest/form/object/{objectName}?mode={mode}</nowiki></tt> | ||
{{Query Parameters| | {{Query Parameters| | ||
:*<tt>{mode}</tt> - Retrieve the form displayed for the action a user may engage in: '''add''', '''edit''', or '''view'''. | :*<tt>{mode}</tt> - Retrieve the form displayed for the action a user may engage in: '''add''', '''edit''', or '''view'''. | ||
Line 12: | Line 13: | ||
===Payload Examples=== | ===Payload Examples=== | ||
<!-- UNHIDE INFO ON THESE PAGES --> | |||
:* [[REST_API:form Resource/Payload Examples#Common Field Information|Common Field Information]] | :* [[REST_API:form Resource/Payload Examples#Common Field Information|Common Field Information]] | ||
:* [[REST_API:form Resource/Payload Examples#Multi Object Lookup Field|Multi Object Lookup Field]] | :* [[REST_API:form Resource/Payload Examples#Multi Object Lookup Field|Multi Object Lookup Field]] | ||
<noinclude> | |||
[[Category:REST API|form Resource]] | [[Category:REST API|form Resource]] | ||
</noinclude> | |||
}} |
Latest revision as of 01:02, 26 April 2012
FUTURE: Retrieve metadata for a Form.