UI-Records

Number of APIs: 28

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

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

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

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

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

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

  7. 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

  8. 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

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

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