UI-Records

Number of APIs: 16

  1. Get Record Data and Object Metadata GET {{_endpoint}}/services/data/v{{version}}/ui-api/record-ui/:RECORD_IDS

  2. Get Record Layout Metadata GET {{_endpoint}}/services/data/v{{version}}/ui-api/layout/:SOBJECT_API_NAME

  3. Get a Directory of Supported Objects GET {{_endpoint}}/services/data/v{{version}}/ui-api/object-info

  4. Get Object Metadata GET {{_endpoint}}/services/data/v{{version}}/ui-api/object-info/:SOBJECT_API_NAME

  5. Get Values for a Picklist Field GET {{_endpoint}}/services/data/v{{version}}/ui-api/object-info/:SOBJECT_API_NAME/picklist-values/:RECORD_TYPE_ID/:FIELD_API_NAME

  6. Get Values for All Picklist Fields of a Record Type GET {{_endpoint}}/services/data/v{{version}}/ui-api/object-info/:SOBJECT_API_NAME/picklist-values/:RECORD_TYPE_ID

  7. Get Child Records GET {{_endpoint}}/services/data/v{{version}}/ui-api/records/:RECORD_ID/child-relationships/:RELATIONSHIP_NAME

  8. Get a Record GET {{_endpoint}}/services/data/v{{version}}/ui-api/records/:RECORD_ID

  9. Get a Batch of Records GET {{_endpoint}}/services/data/v{{version}}/ui-api/records/batch/:RECORD_IDS

  10. Create a Record POST {{_endpoint}}/services/data/v{{version}}/ui-api/records