{ "info": { "_postman_id": "4338f542-0842-4a6c-a4e1-b44b9cf59f14", "name": "API Reference Accounts Objects API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:07:30.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-4338f542-0842-4a6c-a4e1-b44b9cf59f14" }, "item": [ { "name": "v1", "item": [ { "name": "objects", "item": [ { "name": "{entitySlug}", "item": [ { "name": "values", "item": [ { "name": "{id}", "item": [ { "name": "Get a custom object record", "id": "7cafc0cf-1f47-4a20-a182-0542808afd2c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "id": "1014cd01-3d25-4f55-8872-f7d3062cd097", "key": "entitySlug", "value": "", "description": "(Required) " }, { "id": "1f8d4d12-94c3-4ccc-8c29-54158dc565f7", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves a single record by ID for the specified custom object type." }, "response": [ { "id": "a6083fb6-a1e5-4c2d-b8e0-0ea9a872060d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"tempor_02\": {\n \"valueType\": \"SOCIAL_HANDLE\",\n \"value\": \"\"\n },\n \"cupidatat_da3\": {\n \"valueType\": \"DATETIME\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"Excepteur_9\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-a6083fb6-a1e5-4c2d-b8e0-0ea9a872060d" }, { "id": "4775ec59-f471-4469-ab21-d950116d2c71", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-4775ec59-f471-4469-ab21-d950116d2c71" }, { "id": "7cbe190a-4c09-4872-9bfb-51d608a37a07", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-7cbe190a-4c09-4872-9bfb-51d608a37a07" }, { "id": "1656fd0c-51be-45a0-9b12-a3f1fdee82ec", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-1656fd0c-51be-45a0-9b12-a3f1fdee82ec" }, { "id": "1700d211-3813-4f96-9d24-1d941f3edc39", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-1700d211-3813-4f96-9d24-1d941f3edc39" }, { "id": "536c561e-2873-4493-bfcb-3f893d7780da", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-536c561e-2873-4493-bfcb-3f893d7780da" }, { "id": "0dc3c0c6-fe3e-4be1-b9fb-08f50c3200ad", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-0dc3c0c6-fe3e-4be1-b9fb-08f50c3200ad" }, { "id": "871f2c35-645a-4870-913f-2af71643b91b", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-871f2c35-645a-4870-913f-2af71643b91b" }, { "id": "1fcc92e2-0481-4e3d-be06-873d06150221", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-1fcc92e2-0481-4e3d-be06-873d06150221" }, { "id": "3eae0f6a-f3dc-40cb-87b6-eef15e4b2fd0", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-3eae0f6a-f3dc-40cb-87b6-eef15e4b2fd0" }, { "id": "b3c7b821-d9e6-4675-844c-b7b3dbf6234e", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-b3c7b821-d9e6-4675-844c-b7b3dbf6234e" }, { "id": "e1c700b7-b0a9-4907-aa4a-438475a482c9", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-e1c700b7-b0a9-4907-aa4a-438475a482c9" } ], "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-7cafc0cf-1f47-4a20-a182-0542808afd2c" }, { "name": "Update a custom object record", "id": "f01ab648-a79b-41bf-8282-561ace42d3a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "id": "355d3360-220d-41fb-b976-fd7ca4c46a31", "key": "entitySlug", "value": "", "description": "(Required) " }, { "id": "7b0f77a1-b0db-4491-bfb9-5804e087057a", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Updates an existing record by ID for the specified custom object type. Only included fields and relationships are modified." }, "response": [ { "id": "ce2e583c-d556-40c9-a3c2-4db7aacc6b66", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"tempor_02\": {\n \"valueType\": \"SOCIAL_HANDLE\",\n \"value\": \"\"\n },\n \"cupidatat_da3\": {\n \"valueType\": \"DATETIME\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"Excepteur_9\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-ce2e583c-d556-40c9-a3c2-4db7aacc6b66" }, { "id": "716044b9-2623-4b48-8dc0-13b48703bb35", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-716044b9-2623-4b48-8dc0-13b48703bb35" }, { "id": "33b612d5-1e7f-49a3-88b5-09f622a7b338", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-33b612d5-1e7f-49a3-88b5-09f622a7b338" }, { "id": "c4e6b1ca-0a1e-48d8-a66e-c555b61137d2", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-c4e6b1ca-0a1e-48d8-a66e-c555b61137d2" }, { "id": "0c882f5e-b2a6-4817-a7eb-6fb9aa73ab25", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-0c882f5e-b2a6-4817-a7eb-6fb9aa73ab25" }, { "id": "c1410104-8733-4cd8-a20d-bc48d5388fec", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-c1410104-8733-4cd8-a20d-bc48d5388fec" }, { "id": "01d2d3f7-df2e-4cfc-a0e0-77e39b4b0fa9", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-01d2d3f7-df2e-4cfc-a0e0-77e39b4b0fa9" }, { "id": "29821972-cd4f-4eb3-8aec-0c0f2a5a6471", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-29821972-cd4f-4eb3-8aec-0c0f2a5a6471" }, { "id": "996b1f99-92ad-45e4-9cb7-ff8a94560b72", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-996b1f99-92ad-45e4-9cb7-ff8a94560b72" }, { "id": "d56c3be6-8ab4-45d9-a8c7-8aa22b2d2420", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-d56c3be6-8ab4-45d9-a8c7-8aa22b2d2420" }, { "id": "77fbd21f-f573-437d-8cc7-8ea8a7d31a50", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-77fbd21f-f573-437d-8cc7-8ea8a7d31a50" }, { "id": "6b336e4a-3b29-43bf-8242-53b8322d1b9c", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"officia_26e\": \"\"\n },\n \"relationships\": {\n \"enim_a\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n },\n \"Lorem6\": {\n \"add\": \"\",\n \"remove\": \"\",\n \"replace\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values", ":id" ], "variable": [ { "key": "entitySlug" }, { "key": "id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-6b336e4a-3b29-43bf-8242-53b8322d1b9c" } ], "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-f01ab648-a79b-41bf-8282-561ace42d3a2" } ], "id": "3f4d5a0d-8ac4-439b-b423-a942fcdb0c7a", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-3f4d5a0d-8ac4-439b-b423-a942fcdb0c7a" }, { "name": "Create a custom object record", "id": "c74bbd2a-08e2-42df-927c-8e8259fcd50d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "id": "44ef4a8e-66c7-45a7-b0da-60ba5721785a", "key": "entitySlug", "value": "", "description": "(Required) " } ] }, "description": "Creates a new record for the specified custom object type." }, "response": [ { "id": "ae3fc2dc-a6d9-4011-a544-6be18a1f9990", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"tempor_02\": {\n \"valueType\": \"SOCIAL_HANDLE\",\n \"value\": \"\"\n },\n \"cupidatat_da3\": {\n \"valueType\": \"DATETIME\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"Excepteur_9\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-ae3fc2dc-a6d9-4011-a544-6be18a1f9990" }, { "id": "e89065f4-f7b1-42c9-80af-c385a0309867", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-e89065f4-f7b1-42c9-80af-c385a0309867" }, { "id": "e9aadc39-f519-4cdd-91fe-08e1af8e9d03", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-e9aadc39-f519-4cdd-91fe-08e1af8e9d03" }, { "id": "52851df2-edaf-4e4e-af7d-cca16178ba16", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-52851df2-edaf-4e4e-af7d-cca16178ba16" }, { "id": "1415b770-f5cd-4e50-89e4-1aa8c86cdcaa", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-1415b770-f5cd-4e50-89e4-1aa8c86cdcaa" }, { "id": "fa0ae2cd-d232-4943-81a0-0d8dd826d41f", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-fa0ae2cd-d232-4943-81a0-0d8dd826d41f" }, { "id": "86fdc550-334e-4ec7-8ca8-cdc312d074ba", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-86fdc550-334e-4ec7-8ca8-cdc312d074ba" }, { "id": "ed54a422-a09a-4836-bbad-17dc473adf92", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-ed54a422-a09a-4836-bbad-17dc473adf92" }, { "id": "d20ea859-224d-45fe-9c1d-3a3e83035806", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-d20ea859-224d-45fe-9c1d-3a3e83035806" }, { "id": "39e3226d-a5e1-459f-9c36-d9a8671aff59", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-39e3226d-a5e1-459f-9c36-d9a8671aff59" }, { "id": "8ae1a85e-a28a-4ffb-b9b8-dd6e44ff2767", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-8ae1a85e-a28a-4ffb-b9b8-dd6e44ff2767" }, { "id": "dd659198-c476-4ad0-91cc-b80207201def", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"fields\": {\n \"dolore_b\": \"\",\n \"ea_09_\": \"\"\n },\n \"relationships\": {\n \"non_5\": \"\",\n \"non7_4\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/values", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "values" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-dd659198-c476-4ad0-91cc-b80207201def" } ], "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-c74bbd2a-08e2-42df-927c-8e8259fcd50d" } ], "id": "31686b01-c065-40c7-9d0c-dd5367519c90", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-31686b01-c065-40c7-9d0c-dd5367519c90" }, { "name": "definitions", "item": [ { "name": "Get definitions for a custom object type", "id": "7ac339b1-fca5-490c-afa4-5a67ba94239e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "id": "2645c02f-9fc8-441d-9449-ddfa1566d2f0", "key": "entitySlug", "value": "", "description": "(Required) " } ] }, "description": "Returns field and relationship definitions for the specified custom object type." }, "response": [ { "id": "1934ac99-20c4-464c-8404-4f73e67cbbe5", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"objectType\": \"\",\n \"fieldDefinitions\": {\n \"nostrud29\": {\n \"label\": \"\",\n \"description\": \"\",\n \"valueType\": \"HTML\",\n \"typeConfiguration\": {\n \"options\": [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n }\n ],\n \"currency\": \"\",\n \"unique\": \"\",\n \"multipleValues\": \"\",\n \"handleService\": \"INSTAGRAM\"\n },\n \"id\": \"\",\n \"readOnly\": \"\"\n },\n \"laborum6e\": {\n \"label\": \"\",\n \"description\": \"\",\n \"valueType\": \"FULL_NAME\",\n \"typeConfiguration\": {\n \"options\": [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n }\n ],\n \"currency\": \"\",\n \"unique\": \"\",\n \"multipleValues\": \"\",\n \"handleService\": \"LINKEDIN\"\n },\n \"id\": \"\",\n \"readOnly\": \"\"\n },\n \"elit_30a\": {\n \"label\": \"\",\n \"description\": \"\",\n \"valueType\": \"MARKDOWN\",\n \"typeConfiguration\": {\n \"options\": [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"description\": \"\"\n }\n ],\n \"currency\": \"\",\n \"unique\": \"\",\n \"multipleValues\": \"\",\n \"handleService\": \"FACEBOOK\"\n },\n \"id\": \"\",\n \"readOnly\": \"\"\n }\n },\n \"relationshipDefinitions\": {\n \"sunt63\": {\n \"label\": \"\",\n \"description\": \"\",\n \"cardinality\": \"HAS_MANY\",\n \"objectType\": \"\",\n \"id\": \"\"\n },\n \"ea9\": {\n \"label\": \"\",\n \"description\": \"\",\n \"cardinality\": \"HAS_MANY\",\n \"objectType\": \"\",\n \"id\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-1934ac99-20c4-464c-8404-4f73e67cbbe5" }, { "id": "6d885388-3ab1-4ea7-8ff0-9c208e36a2e8", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-6d885388-3ab1-4ea7-8ff0-9c208e36a2e8" }, { "id": "623d6cd0-7f0c-4b9e-95e6-27b932ea73cf", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-623d6cd0-7f0c-4b9e-95e6-27b932ea73cf" }, { "id": "62ef8b0f-5322-4a4a-b7d5-99605329e36a", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-62ef8b0f-5322-4a4a-b7d5-99605329e36a" }, { "id": "53ca27f1-7a80-4ae4-a979-f4b233d70f0a", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-53ca27f1-7a80-4ae4-a979-f4b233d70f0a" }, { "id": "aec87c85-faf0-4e4c-98fd-320b85dd5e02", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-aec87c85-faf0-4e4c-98fd-320b85dd5e02" }, { "id": "a32071d3-9a69-4edb-ae41-62b6b9970526", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-a32071d3-9a69-4edb-ae41-62b6b9970526" }, { "id": "dc1f7828-7ce1-46e3-93a0-09cc7e240eac", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-dc1f7828-7ce1-46e3-93a0-09cc7e240eac" }, { "id": "25761c4f-4310-497b-ad81-4c1c47d9e9f0", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-25761c4f-4310-497b-ad81-4c1c47d9e9f0" }, { "id": "230945aa-a4e0-4356-8f1a-6ba769b12843", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-230945aa-a4e0-4356-8f1a-6ba769b12843" }, { "id": "8c378501-c200-45f9-8d66-7a46ed75afa2", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-8c378501-c200-45f9-8d66-7a46ed75afa2" }, { "id": "89453b34-b751-4244-93ca-dfd05c46e9c1", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug/definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug", "definitions" ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-89453b34-b751-4244-93ca-dfd05c46e9c1" } ], "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-7ac339b1-fca5-490c-afa4-5a67ba94239e" } ], "id": "2cd6808a-4d12-440e-af17-924e4d70ad9d", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-2cd6808a-4d12-440e-af17-924e4d70ad9d" }, { "name": "List custom object records", "id": "3bc4b76c-4722-4a8a-a01d-6b2e4bf485de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "id": "39bb29b5-9735-4617-ba65-db8f0a70a7fd", "key": "entitySlug", "value": "", "description": "(Required) " } ] }, "description": "Returns a paginated list of records for the specified custom object type. Use `offset` and `limit` to paginate through results, and `$field` query parameters to filter. See [List endpoints](/using-the-api/list-endpoints/) for more information about [pagination](/using-the-api/list-endpoints/#pagination) and [filtering](/using-the-api/list-endpoints/#filtering)." }, "response": [ { "id": "0610c100-af20-4273-a6cd-30173963949e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"object\": \"\",\n \"data\": [\n {\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"elit9\": {\n \"valueType\": \"SINGLE_SELECT\",\n \"value\": \"\"\n },\n \"aute8\": {\n \"valueType\": \"FULL_NAME\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"quib0\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"occaecat_0\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"eiusmod__d\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n },\n {\n \"id\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"httpLink\": \"\",\n \"fields\": {\n \"laboris_2d4\": {\n \"valueType\": \"ADDRESS\",\n \"value\": \"\"\n },\n \"quis_4\": {\n \"valueType\": \"CURRENCY\",\n \"value\": \"\"\n },\n \"esseb2c\": {\n \"valueType\": \"TELEPHONE\",\n \"value\": \"\"\n }\n },\n \"relationships\": {\n \"Duis0\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"sint7\": {\n \"cardinality\": \"\",\n \"objectType\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n },\n \"externalId\": \"\"\n }\n ],\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-0610c100-af20-4273-a6cd-30173963949e" }, { "id": "bdab2eb7-5f48-4c45-94e3-93a2cf0cd38d", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-bdab2eb7-5f48-4c45-94e3-93a2cf0cd38d" }, { "id": "32e257f9-01eb-403f-8e90-5a80c889d1b4", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-32e257f9-01eb-403f-8e90-5a80c889d1b4" }, { "id": "df74c629-3610-406c-9195-9c20c5e4c946", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-df74c629-3610-406c-9195-9c20c5e4c946" }, { "id": "1ec1148a-7d13-4973-b8bd-94cbf734dd0f", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-1ec1148a-7d13-4973-b8bd-94cbf734dd0f" }, { "id": "66cd7305-b668-4924-9e51-d8bf514f1183", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-66cd7305-b668-4924-9e51-d8bf514f1183" }, { "id": "0b1ece41-6af9-4a25-996c-6cd0bd2a4052", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-0b1ece41-6af9-4a25-996c-6cd0bd2a4052" }, { "id": "4b257156-abf2-41a6-a722-872ad3bf02bd", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-4b257156-abf2-41a6-a722-872ad3bf02bd" }, { "id": "124e00d3-3aa0-4eb8-8cb5-7b6e79b406cf", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-124e00d3-3aa0-4eb8-8cb5-7b6e79b406cf" }, { "id": "929e160d-1d25-498a-b3a1-5edb4b541f16", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-929e160d-1d25-498a-b3a1-5edb4b541f16" }, { "id": "f871e8d0-6c82-4c0f-8614-574f59f3d1dc", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-f871e8d0-6c82-4c0f-8614-574f59f3d1dc" }, { "id": "0437603d-5d93-4104-8c57-bf2055cadad8", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects/:entitySlug?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects", ":entitySlug" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ], "variable": [ { "key": "entitySlug" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-0437603d-5d93-4104-8c57-bf2055cadad8" } ], "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-3bc4b76c-4722-4a8a-a01d-6b2e4bf485de" } ], "id": "b1cca000-fd31-4b25-9e36-830750ab44aa", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-b1cca000-fd31-4b25-9e36-830750ab44aa" }, { "name": "List custom object types", "id": "4c3d56ff-0416-4669-ace6-bd425b2a23a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] }, "description": "Returns all custom object types available to the caller." }, "response": [ { "id": "944e9d3f-3004-4f3e-93da-8adc349876c6", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"objectType\": \"\",\n \"label\": \"\"\n },\n {\n \"objectType\": \"\",\n \"label\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-944e9d3f-3004-4f3e-93da-8adc349876c6" }, { "id": "444b2d6e-62d6-4649-b8b5-08e43d7cef6c", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-444b2d6e-62d6-4649-b8b5-08e43d7cef6c" }, { "id": "fb35e695-f9ad-4968-a13e-05e02708e65e", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-fb35e695-f9ad-4968-a13e-05e02708e65e" }, { "id": "d25cf050-54d3-492e-98b3-dd7ea6f5ef8d", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-d25cf050-54d3-492e-98b3-dd7ea6f5ef8d" }, { "id": "8c074c39-0377-489f-8a79-d44655686a60", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-8c074c39-0377-489f-8a79-d44655686a60" }, { "id": "918cf2f6-8eea-48b5-869b-43751365786c", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-918cf2f6-8eea-48b5-869b-43751365786c" }, { "id": "a2d87907-1912-4dd2-9189-8fe7cbace25b", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-a2d87907-1912-4dd2-9189-8fe7cbace25b" }, { "id": "36205090-69b7-44f8-b387-8af2f7b973ef", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-36205090-69b7-44f8-b387-8af2f7b973ef" }, { "id": "f6658fbe-1842-4d1c-a718-c1aa7ecd88c0", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-f6658fbe-1842-4d1c-a718-c1aa7ecd88c0" }, { "id": "a0ac8533-94d7-43db-b0db-c10cdc16cae9", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-a0ac8533-94d7-43db-b0db-c10cdc16cae9" }, { "id": "a8c6643c-a320-4365-b77d-b5cbfa0b0ab9", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-a8c6643c-a320-4365-b77d-b5cbfa0b0ab9" }, { "id": "f07a14cb-44dd-45f3-bdc0-faa1bf0a1f24", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/objects", "host": [ "{{baseUrl}}" ], "path": [ "v1", "objects" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-f07a14cb-44dd-45f3-bdc0-faa1bf0a1f24" } ], "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-4c3d56ff-0416-4669-ace6-bd425b2a23a5" } ], "id": "d4ed0241-ffda-4f5d-8fc6-fe4e534f65ca", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-d4ed0241-ffda-4f5d-8fc6-fe4e534f65ca" } ], "id": "473e1cd9-0c4e-4dc3-af8a-2f7741080221", "createdAt": "2026-07-28T02:07:31.000Z", "updatedAt": "2026-07-28T02:07:31.000Z", "uid": "35240-473e1cd9-0c4e-4dc3-af8a-2f7741080221" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }