Get a Record ID

From LongJump Support Wiki
Revision as of 01:22, 29 December 2011 by imported>Aeric (Created page with "Typically, record IDs are of interest to programmers, who get them in the return values of API calls. But it can also be desirable to get a known value for testing. To get a…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Typically, record IDs are of interest to programmers, who get them in the return values of API calls. But it can also be desirable to get a known value for testing.

To get a record ID: To get an Object ID:

  1. Visit https://{domain}/networking/rest/record/{objectName}
    A list of records is returned
  2. Use the content of the <id> tag
-or-
  1. Visit Designer > Data > Objects > {Object}
  2. At the top of the page, click the icon next to the Object Name to expand the view.
    The object ID is the first item of information in the page.