{ "info": { "_postman_id": "81be7666-4365-4d39-8ab9-d4b14514ec90", "name": "Salesforce UI API", "description": "The Salesforce UI API provides a comprehensive REST interface for building user interfaces that work with Salesforce metadata and data. It returns layout information, picklist values, list views, record data, and object metadata that Lightning components rely on. Unlike the general REST API, the UI API returns UI-ready data including display labels, field types, formatting hints, and page layout assignments.\n\nContact Support:\n Name: Salesforce Developer Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T13:13:04.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "lastUpdatedBy": "35240", "uid": "35240-81be7666-4365-4d39-8ab9-d4b14514ec90" }, "item": [ { "name": "records", "item": [ { "name": "{recordId}", "item": [ { "name": "Salesforce Get a Record", "id": "0f59d399-4255-4c4f-af01-05d572f5268f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/records/:recordId?fields=&layoutTypes=Full&modes=&optionalFields=", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "query": [ { "description": "Comma-separated list of field API names to return (e.g., Account.Name,Account.Type)", "key": "fields", "value": "" }, { "description": "Layout types to use for determining which fields to return (Full, Compact)", "key": "layoutTypes", "value": "Full" }, { "description": "View mode(s) for the layout (View, Edit, Create)", "key": "modes", "value": "" }, { "description": "Fields to include if accessible, without error if inaccessible", "key": "optionalFields", "value": "" } ], "variable": [ { "id": "c41131cf-9649-4d66-a5af-d59cef08c4f3", "key": "recordId", "value": "yzbUJHcwFazNhmaDD2", "description": "(Required) The 18-character Salesforce record ID" } ] }, "description": "Returns data for a record including field values, formatted for display in the Lightning UI. Supports specifying which fields to return using the fields or layoutTypes parameter. Returns record metadata alongside data, including field labels, editability, and required status." }, "response": [ { "id": "69b3408e-f4a9-411f-bd07-9f2c6b33496f", "name": "Record data retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/records/:recordId?fields=&layoutTypes=Full&modes=&optionalFields=", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "query": [ { "description": "Comma-separated list of field API names to return (e.g., Account.Name,Account.Type)", "key": "fields", "value": "" }, { "description": "Layout types to use for determining which fields to return (Full, Compact)", "key": "layoutTypes", "value": "Full" }, { "description": "View mode(s) for the layout (View, Edit, Create)", "key": "modes", "value": "" }, { "description": "Fields to include if accessible, without error if inaccessible", "key": "optionalFields", "value": "" } ], "variable": [ { "key": "recordId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"apiName\": \"\",\n \"childRelationships\": {\n \"minim5e\": false,\n \"ad28\": true\n },\n \"eTag\": \"\",\n \"fields\": {\n \"sed0\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n },\n \"occaecat__\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n },\n \"nostrud_17\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n }\n },\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": {\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\"\n },\n \"systemModstamp\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-69b3408e-f4a9-411f-bd07-9f2c6b33496f" }, { "id": "d8724c12-f42c-4758-9675-cc376c913a7f", "name": "Bad request. Invalid parameters or request body.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/records/:recordId?fields=&layoutTypes=Full&modes=&optionalFields=", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "query": [ { "description": "Comma-separated list of field API names to return (e.g., Account.Name,Account.Type)", "key": "fields", "value": "" }, { "description": "Layout types to use for determining which fields to return (Full, Compact)", "key": "layoutTypes", "value": "Full" }, { "description": "View mode(s) for the layout (View, Edit, Create)", "key": "modes", "value": "" }, { "description": "Fields to include if accessible, without error if inaccessible", "key": "optionalFields", "value": "" } ], "variable": [ { "key": "recordId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-d8724c12-f42c-4758-9675-cc376c913a7f" }, { "id": "a581710e-2b35-4606-a0d6-128af45d4b9d", "name": "Unauthorized. Session has expired or is invalid.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/records/:recordId?fields=&layoutTypes=Full&modes=&optionalFields=", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "query": [ { "description": "Comma-separated list of field API names to return (e.g., Account.Name,Account.Type)", "key": "fields", "value": "" }, { "description": "Layout types to use for determining which fields to return (Full, Compact)", "key": "layoutTypes", "value": "Full" }, { "description": "View mode(s) for the layout (View, Edit, Create)", "key": "modes", "value": "" }, { "description": "Fields to include if accessible, without error if inaccessible", "key": "optionalFields", "value": "" } ], "variable": [ { "key": "recordId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-a581710e-2b35-4606-a0d6-128af45d4b9d" }, { "id": "b42dac8f-18a7-48e8-a78c-f015405875b6", "name": "Forbidden. Insufficient permissions for this operation.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/records/:recordId?fields=&layoutTypes=Full&modes=&optionalFields=", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "query": [ { "description": "Comma-separated list of field API names to return (e.g., Account.Name,Account.Type)", "key": "fields", "value": "" }, { "description": "Layout types to use for determining which fields to return (Full, Compact)", "key": "layoutTypes", "value": "Full" }, { "description": "View mode(s) for the layout (View, Edit, Create)", "key": "modes", "value": "" }, { "description": "Fields to include if accessible, without error if inaccessible", "key": "optionalFields", "value": "" } ], "variable": [ { "key": "recordId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-b42dac8f-18a7-48e8-a78c-f015405875b6" }, { "id": "dc920ca6-816d-4d5d-948f-347fca167682", "name": "Not found. The requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/records/:recordId?fields=&layoutTypes=Full&modes=&optionalFields=", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "query": [ { "description": "Comma-separated list of field API names to return (e.g., Account.Name,Account.Type)", "key": "fields", "value": "" }, { "description": "Layout types to use for determining which fields to return (Full, Compact)", "key": "layoutTypes", "value": "Full" }, { "description": "View mode(s) for the layout (View, Edit, Create)", "key": "modes", "value": "" }, { "description": "Fields to include if accessible, without error if inaccessible", "key": "optionalFields", "value": "" } ], "variable": [ { "key": "recordId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-dc920ca6-816d-4d5d-948f-347fca167682" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-0f59d399-4255-4c4f-af01-05d572f5268f" }, { "name": "Salesforce Update a Record", "id": "062e6530-5bf9-4020-b75a-819949e87e06", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "description": "Conditional update based on record modification timestamp", "key": "If-Modified-Since", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"fields\": {\n \"Duis_33\": {\n \"description\": \"Field value (string, number, boolean, or null to clear)\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/records/:recordId", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "variable": [ { "id": "28ec9060-e9e0-4c78-8b6b-1d2996f73e69", "key": "recordId", "value": "yzbUJHcwFazNhmaDD2", "description": "(Required) The 18-character Salesforce record ID" } ] }, "description": "Updates fields on a Salesforce record. Only the fields included in the request body are updated. Returns the updated record representation." }, "response": [ { "id": "c5ffbc11-a27f-42ef-9ae1-6fe9721ab438", "name": "Record updated successfully", "originalRequest": { "method": "PATCH", "header": [ { "description": "Conditional update based on record modification timestamp", "key": "If-Modified-Since", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"fields\": {\n \"Duis_33\": {\n \"description\": \"Field value (string, number, boolean, or null to clear)\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/records/:recordId", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "variable": [ { "key": "recordId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"apiName\": \"\",\n \"childRelationships\": {\n \"minim5e\": false,\n \"ad28\": true\n },\n \"eTag\": \"\",\n \"fields\": {\n \"sed0\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n },\n \"occaecat__\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n },\n \"nostrud_17\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n }\n },\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": {\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\"\n },\n \"systemModstamp\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-c5ffbc11-a27f-42ef-9ae1-6fe9721ab438" }, { "id": "42a11153-089d-4d02-baec-fb92cd0f75f5", "name": "Bad request. Invalid parameters or request body.", "originalRequest": { "method": "PATCH", "header": [ { "description": "Conditional update based on record modification timestamp", "key": "If-Modified-Since", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"fields\": {\n \"Duis_33\": {\n \"description\": \"Field value (string, number, boolean, or null to clear)\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/records/:recordId", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "variable": [ { "key": "recordId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-42a11153-089d-4d02-baec-fb92cd0f75f5" }, { "id": "5dfe56da-0af0-426c-af62-2a1aff1fd25c", "name": "Not found. The requested resource does not exist.", "originalRequest": { "method": "PATCH", "header": [ { "description": "Conditional update based on record modification timestamp", "key": "If-Modified-Since", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"fields\": {\n \"Duis_33\": {\n \"description\": \"Field value (string, number, boolean, or null to clear)\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/records/:recordId", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "variable": [ { "key": "recordId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-5dfe56da-0af0-426c-af62-2a1aff1fd25c" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-062e6530-5bf9-4020-b75a-819949e87e06" }, { "name": "Salesforce Delete a Record", "id": "600679e1-6d49-4d90-8174-d9c2d2ca960e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/records/:recordId", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "variable": [ { "id": "05ed66dd-3888-4d7d-a1d0-54d859ce1b6f", "key": "recordId", "value": "yzbUJHcwFazNhmaDD2", "description": "(Required) The 18-character Salesforce record ID" } ] }, "description": "Deletes a Salesforce record by its ID." }, "response": [ { "id": "4134aa79-57cf-4f7b-884e-dc3b4077179f", "name": "Record deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/records/:recordId", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "variable": [ { "key": "recordId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-4134aa79-57cf-4f7b-884e-dc3b4077179f" }, { "id": "694ce662-e91f-4989-b719-586c8fc6743e", "name": "Not found. The requested resource does not exist.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/records/:recordId", "host": [ "{{baseUrl}}" ], "path": [ "records", ":recordId" ], "variable": [ { "key": "recordId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-694ce662-e91f-4989-b719-586c8fc6743e" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-600679e1-6d49-4d90-8174-d9c2d2ca960e" } ], "id": "0a91e19b-6381-43ff-85cd-707f0e0954fb", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-0a91e19b-6381-43ff-85cd-707f0e0954fb" }, { "name": "Salesforce Create a Record", "id": "3ac388af-77bb-4543-aa30-f8b207197200", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"fields\": {\n \"Duis_33\": {\n \"description\": \"Field value (string, number, boolean, or null to clear)\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/records", "host": [ "{{baseUrl}}" ], "path": [ "records" ] }, "description": "Creates a new Salesforce record of the specified object type. The apiName of the object is included in the request body." }, "response": [ { "id": "365a2816-4db6-4233-a523-76224f2453e5", "name": "Record created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"fields\": {\n \"Duis_33\": {\n \"description\": \"Field value (string, number, boolean, or null to clear)\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/records", "host": [ "{{baseUrl}}" ], "path": [ "records" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"apiName\": \"\",\n \"childRelationships\": {\n \"minim5e\": false,\n \"ad28\": true\n },\n \"eTag\": \"\",\n \"fields\": {\n \"sed0\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n },\n \"occaecat__\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n },\n \"nostrud_17\": {\n \"displayValue\": \"\",\n \"value\": {\n \"description\": \"Raw field value\",\n \"nullable\": true,\n \"example\": \"example_value\"\n }\n }\n },\n \"recordTypeId\": \"\",\n \"recordTypeInfo\": {\n \"available\": \"\",\n \"defaultRecordTypeMapping\": \"\",\n \"master\": \"\",\n \"name\": \"\",\n \"recordTypeId\": \"\"\n },\n \"systemModstamp\": \"\",\n \"lastModifiedById\": \"\",\n \"lastModifiedDate\": \"\",\n \"createdById\": \"\",\n \"createdDate\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-365a2816-4db6-4233-a523-76224f2453e5" }, { "id": "5836633e-e2c9-4f2b-9f67-c859b634f6d0", "name": "Bad request. Invalid parameters or request body.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"apiName\": \"\",\n \"fields\": {\n \"Duis_33\": {\n \"description\": \"Field value (string, number, boolean, or null to clear)\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/records", "host": [ "{{baseUrl}}" ], "path": [ "records" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-5836633e-e2c9-4f2b-9f67-c859b634f6d0" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-3ac388af-77bb-4543-aa30-f8b207197200" } ], "id": "fef35207-e457-4b56-a47a-dba1b2836e37", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-fef35207-e457-4b56-a47a-dba1b2836e37" }, { "name": "object-info", "item": [ { "name": "{objectApiName}", "item": [ { "name": "picklist-values", "item": [ { "name": "{recordTypeId}", "item": [ { "name": "Salesforce Get Picklist Values for a Record Type", "id": "410b39c8-2b42-42b1-94b5-fce6a04fc563", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/object-info/:objectApiName/picklist-values/:recordTypeId", "host": [ "{{baseUrl}}" ], "path": [ "object-info", ":objectApiName", "picklist-values", ":recordTypeId" ], "variable": [ { "id": "c5042b3b-33f3-4bac-a125-10825155a8fd", "key": "objectApiName", "value": "", "description": "(Required) The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" }, { "id": "313d6b69-0594-4656-b5f0-42da367170da", "key": "recordTypeId", "value": "", "description": "(Required) The record type ID or the string '012000000000000AAA' for the master record type" } ] }, "description": "Returns picklist values for all picklist fields on an object for a given record type. Values include labels, valid values, and dependencies between picklist fields." }, "response": [ { "id": "0d785381-5b92-467c-a49d-58bda034ff93", "name": "Picklist values retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/object-info/:objectApiName/picklist-values/:recordTypeId", "host": [ "{{baseUrl}}" ], "path": [ "object-info", ":objectApiName", "picklist-values", ":recordTypeId" ], "variable": [ { "key": "objectApiName" }, { "key": "recordTypeId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"picklistFieldValues\": {\n \"aute_4\": {\n \"controllerValues\": {\n \"voluptate_1a6\": \"\",\n \"est_8\": \"\",\n \"aliqua_f4\": \"\"\n },\n \"defaultValue\": {\n \"nullable\": true\n },\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": {\n \"nullable\": true,\n \"example\": \"example_value\"\n },\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": {\n \"nullable\": true,\n \"example\": \"example_value\"\n },\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n },\n \"nostrud_\": {\n \"controllerValues\": {\n \"sint_e\": \"\",\n \"culpa6\": \"\",\n \"velit_f1\": \"\"\n },\n \"defaultValue\": {\n \"nullable\": true\n },\n \"url\": \"\",\n \"values\": [\n {\n \"attributes\": {\n \"nullable\": true,\n \"example\": \"example_value\"\n },\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n },\n {\n \"attributes\": {\n \"nullable\": true,\n \"example\": \"example_value\"\n },\n \"label\": \"\",\n \"validFor\": [\n \"\",\n \"\"\n ],\n \"value\": \"\"\n }\n ]\n }\n }\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-0d785381-5b92-467c-a49d-58bda034ff93" }, { "id": "d1ccd5ed-a582-4a4d-8b5a-712f943f19bc", "name": "Not found. The requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/object-info/:objectApiName/picklist-values/:recordTypeId", "host": [ "{{baseUrl}}" ], "path": [ "object-info", ":objectApiName", "picklist-values", ":recordTypeId" ], "variable": [ { "key": "objectApiName" }, { "key": "recordTypeId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-d1ccd5ed-a582-4a4d-8b5a-712f943f19bc" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-410b39c8-2b42-42b1-94b5-fce6a04fc563" } ], "id": "27b1a951-4796-4dbe-84a3-b08f5e05b908", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-27b1a951-4796-4dbe-84a3-b08f5e05b908" } ], "id": "4c918382-292d-4462-badb-f0803bcb1bfd", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-4c918382-292d-4462-badb-f0803bcb1bfd" }, { "name": "Salesforce Get Object Metadata", "id": "380db707-0083-4596-9f9d-5789654deeff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/object-info/:objectApiName", "host": [ "{{baseUrl}}" ], "path": [ "object-info", ":objectApiName" ], "variable": [ { "id": "7608f450-12cf-489d-ab02-5e6ac98c4169", "key": "objectApiName", "value": "", "description": "(Required) The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" } ] }, "description": "Returns metadata about a Salesforce object including its fields, their types, labels, whether they are required or read-only, their reference targets, and the object's CRUD permissions. Used by Lightning components to build dynamic forms." }, "response": [ { "id": "3829507a-9c4c-4558-bc12-bbf5d9996b67", "name": "Object metadata retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/object-info/:objectApiName", "host": [ "{{baseUrl}}" ], "path": [ "object-info", ":objectApiName" ], "variable": [ { "key": "objectApiName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"apiName\": \"\",\n \"label\": \"\",\n \"labelPlural\": \"\",\n \"keyPrefix\": \"\",\n \"createable\": \"\",\n \"updateable\": \"\",\n \"deleteable\": \"\",\n \"queryable\": \"\",\n \"fields\": {\n \"veniama\": {\n \"apiName\": \"\",\n \"label\": \"\",\n \"dataType\": \"Long\",\n \"required\": \"\",\n \"updateable\": \"\",\n \"createable\": \"\",\n \"nillable\": \"\",\n \"referenceToInfos\": [\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\",\n \"\"\n ]\n },\n {\n \"apiName\": \"\",\n \"nameFields\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n },\n \"recordTypeInfos\": {\n \"non_353\": -15777159.07401985\n },\n \"themeInfo\": {\n \"color\": \"\",\n \"iconUrl\": \"\"\n }\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-3829507a-9c4c-4558-bc12-bbf5d9996b67" }, { "id": "65fb638a-f589-4620-87ee-90190a8fd2d7", "name": "Not found. The requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/object-info/:objectApiName", "host": [ "{{baseUrl}}" ], "path": [ "object-info", ":objectApiName" ], "variable": [ { "key": "objectApiName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-65fb638a-f589-4620-87ee-90190a8fd2d7" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-380db707-0083-4596-9f9d-5789654deeff" } ], "id": "58ee6cf6-09f5-4f36-8cc0-b231e7e45417", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-58ee6cf6-09f5-4f36-8cc0-b231e7e45417" } ], "id": "d348ea5d-847b-4199-abc1-e0af313154fa", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-d348ea5d-847b-4199-abc1-e0af313154fa" }, { "name": "list-ui", "item": [ { "name": "{objectApiName}", "item": [ { "name": "{listViewApiName}", "item": [ { "name": "Salesforce Get a Specific List View", "id": "50a6b028-09b0-411c-a499-6d0007f5db35", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/list-ui/:objectApiName/:listViewApiName?pageSize=50&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "list-ui", ":objectApiName", ":listViewApiName" ], "query": [ { "description": "Number of records per page", "key": "pageSize", "value": "50" }, { "description": "Token for retrieving the next page of results", "key": "pageToken", "value": "" } ], "variable": [ { "id": "77703daf-b744-4688-8eed-fb746957d774", "key": "objectApiName", "value": "", "description": "(Required) The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" }, { "id": "847dec4c-9f12-4aaa-84e7-10b55555395b", "key": "listViewApiName", "value": "", "description": "(Required) The API name of the list view (e.g., AllAccounts, RecentlyViewed)" } ] }, "description": "Returns the data and metadata for a specific list view." }, "response": [ { "id": "1023186a-3bc0-4808-8b1d-04658fd30cdc", "name": "List view data retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/list-ui/:objectApiName/:listViewApiName?pageSize=50&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "list-ui", ":objectApiName", ":listViewApiName" ], "query": [ { "description": "Number of records per page", "key": "pageSize", "value": "50" }, { "description": "Token for retrieving the next page of results", "key": "pageToken", "value": "" } ], "variable": [ { "key": "objectApiName" }, { "key": "listViewApiName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"label\": \"\",\n \"sortBy\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-1023186a-3bc0-4808-8b1d-04658fd30cdc" }, { "id": "1b792c20-10f0-4ac7-a996-40f9622b730b", "name": "Not found. The requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/list-ui/:objectApiName/:listViewApiName?pageSize=50&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "list-ui", ":objectApiName", ":listViewApiName" ], "query": [ { "description": "Number of records per page", "key": "pageSize", "value": "50" }, { "description": "Token for retrieving the next page of results", "key": "pageToken", "value": "" } ], "variable": [ { "key": "objectApiName" }, { "key": "listViewApiName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-1b792c20-10f0-4ac7-a996-40f9622b730b" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-50a6b028-09b0-411c-a499-6d0007f5db35" } ], "id": "66a0bab7-b9df-4ce8-b780-2306abb21c03", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-66a0bab7-b9df-4ce8-b780-2306abb21c03" }, { "name": "Salesforce Get List Views for an Object", "id": "d8aca23d-57bd-4311-9316-14c2274ff692", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/list-ui/:objectApiName?pageSize=50&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "list-ui", ":objectApiName" ], "query": [ { "description": "Number of records per page", "key": "pageSize", "value": "50" }, { "description": "Token for retrieving the next page of results", "key": "pageToken", "value": "" } ], "variable": [ { "id": "cbd5ab68-aed9-41bc-a567-0f97db1d961f", "key": "objectApiName", "value": "", "description": "(Required) The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" } ] }, "description": "Returns metadata and data for all list views accessible to the current user for the specified object type." }, "response": [ { "id": "9702338a-9ea0-4db1-b3ef-81ee09bf3323", "name": "List views retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/list-ui/:objectApiName?pageSize=50&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "list-ui", ":objectApiName" ], "query": [ { "description": "Number of records per page", "key": "pageSize", "value": "50" }, { "description": "Token for retrieving the next page of results", "key": "pageToken", "value": "" } ], "variable": [ { "key": "objectApiName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"currentPageToken\": \"\",\n \"nextPageToken\": \"\",\n \"previousPageToken\": \"\",\n \"results\": [\n {\n \"id\": \"\",\n \"apiName\": \"\",\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"id\": \"\",\n \"apiName\": \"\",\n \"label\": \"\",\n \"url\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-9702338a-9ea0-4db1-b3ef-81ee09bf3323" }, { "id": "9b286566-ca01-46b0-bd82-87c0d0129022", "name": "Not found. The requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/list-ui/:objectApiName?pageSize=50&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "list-ui", ":objectApiName" ], "query": [ { "description": "Number of records per page", "key": "pageSize", "value": "50" }, { "description": "Token for retrieving the next page of results", "key": "pageToken", "value": "" } ], "variable": [ { "key": "objectApiName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-9b286566-ca01-46b0-bd82-87c0d0129022" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-d8aca23d-57bd-4311-9316-14c2274ff692" } ], "id": "cab4541e-53c5-4460-97d2-57112f93895a", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-cab4541e-53c5-4460-97d2-57112f93895a" } ], "id": "0b678b8e-2dba-4825-9f97-ad157b0eab5e", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-0b678b8e-2dba-4825-9f97-ad157b0eab5e" }, { "name": "lookups", "item": [ { "name": "{objectApiName}", "item": [ { "name": "{fieldApiName}", "item": [ { "name": "Salesforce Search Lookup Field Records", "id": "f1660aea-5025-40c0-9182-6f7ddccf2599", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/lookups/:objectApiName/:fieldApiName?searchTerm=&dependentFieldBindings=&pageSize=50", "host": [ "{{baseUrl}}" ], "path": [ "lookups", ":objectApiName", ":fieldApiName" ], "query": [ { "description": "(Required) The search text to match against lookup records", "key": "searchTerm", "value": "" }, { "description": "JSON-encoded field value pairs for dependent picklist filtering", "key": "dependentFieldBindings", "value": "" }, { "description": "Number of records per page", "key": "pageSize", "value": "50" } ], "variable": [ { "id": "0f31d67a-2833-49b5-ae70-8ebed5fb3cb0", "key": "objectApiName", "value": "", "description": "(Required) The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" }, { "id": "66dbc5dc-5607-40bc-91c9-6cc9ef1300b5", "key": "fieldApiName", "value": "", "description": "(Required) The API name of the lookup field" } ] }, "description": "Returns matching records for a lookup field search. Used to populate the typeahead list in Lightning lookup components." }, "response": [ { "id": "106853d1-9cfe-4356-9035-03de6708c45f", "name": "Lookup results retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/lookups/:objectApiName/:fieldApiName?searchTerm=&dependentFieldBindings=&pageSize=50", "host": [ "{{baseUrl}}" ], "path": [ "lookups", ":objectApiName", ":fieldApiName" ], "query": [ { "description": "(Required) The search text to match against lookup records", "key": "searchTerm", "value": "" }, { "description": "JSON-encoded field value pairs for dependent picklist filtering", "key": "dependentFieldBindings", "value": "" }, { "description": "Number of records per page", "key": "pageSize", "value": "50" } ], "variable": [ { "key": "objectApiName" }, { "key": "fieldApiName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"lookupResults\": [\n {\n \"displayValue\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"displayValue\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-106853d1-9cfe-4356-9035-03de6708c45f" } ], "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-f1660aea-5025-40c0-9182-6f7ddccf2599" } ], "id": "f6cf8216-caf4-497f-9654-41f0d296735d", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-f6cf8216-caf4-497f-9654-41f0d296735d" } ], "id": "031e011a-4973-42c7-b14f-237c3a59f2b0", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-031e011a-4973-42c7-b14f-237c3a59f2b0" } ], "id": "4208d606-b576-4891-84f3-a8b3feaaafe8", "createdAt": "2026-06-05T13:13:05.000Z", "updatedAt": "2026-06-05T13:13:05.000Z", "uid": "35240-4208d606-b576-4891-84f3-a8b3feaaafe8" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "instanceName", "value": "myorg" }, { "key": "version", "value": "59.0" }, { "key": "baseUrl", "value": "https://{{instanceName}}.salesforce.com/services/data/v{{version}}/ui-api" } ] }