Difference between revisions of "Object ID"
From AgileApps Support Wiki
imported>Aeric m (moved Get an Object ID to Object ID) |
imported>Aeric |
||
Line 1: | Line 1: | ||
Every [[Object]] as a unique ID that distinguishes it from all other objects in the platform. | |||
'''To get an Object ID:''' | |||
# Visit https://{domain}/networking/rest/object/{objectName} | # Visit https://{domain}/networking/rest/object/{objectName} | ||
# Use the content of the <tt><id></tt> tag | # Use the content of the <tt><id></tt> tag | ||
Line 6: | Line 8: | ||
# Visit '''[[File:GearIcon.png]] > Customization > Objects > {Object}''' | # Visit '''[[File:GearIcon.png]] > Customization > Objects > {Object}''' | ||
# | # Click '''Properties''' | ||
# The '''Object ID''' appears at the top of the page, under the '''Object Name'''. | |||
{{Note|For all intents and purposes, the Object Name is synonymous with the Object ID. (Any exceptions are carefully noted.) Since the Object Name is human-readable, it is generally preferable to use that.}} | |||
<noinclude> | <noinclude> | ||
[[Category:Development]] | [[Category:Development]] | ||
</noinclude> | </noinclude> |
Revision as of 00:39, 23 August 2013
Every Object as a unique ID that distinguishes it from all other objects in the platform.
To get an Object ID:
- Visit https://{domain}/networking/rest/object/{objectName}
- Use the content of the <id> tag
- -or-