Find Collection and Field IDs

You need collection IDs and field IDs when working with the Data Items API to interact with a site's data. Collection IDs identify which specific collection your API calls should target. Field IDs specify which fields to include in queries or which fields to update when modifying collection items.

Note: You can also find collection and field IDs using the Data Items and Collections APIs.

Find a collection ID

  1. Open the code panel and click the Databases tab.
  2. Hover over the collection you want to work with.
  3. Click the Copy collection ID button.

Find a field ID

  1. Open the code panel and click the Databases tab.
  2. Expand the collection containing the field you want to work with.
  3. Hover over the field you want to find the ID for.
  4. Click the Copy field ID button next to the field name.

See also

Did this help?