{ "info": { "_postman_id": "892e799d-bfed-4a77-b61e-0e98fac75632", "name": "ThoughtSpot Public REST 10.1.0.cl Collections API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:15:43.000Z", "updatedAt": "2026-07-28T03:15:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-892e799d-bfed-4a77-b61e-0e98fac75632" }, "item": [ { "name": "api", "item": [ { "name": "rest", "item": [ { "name": "2.0", "item": [ { "name": "collections", "item": [ { "name": "create", "item": [ { "name": "create Collection", "id": "08049841-0b4e-4fac-89c5-7f1597635d22", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"LOGICAL_TABLE\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "create" ] }, "description": "\n Version: 26.4.0.cl or later\n\nCreates a new collection in ThoughtSpot.\n\nCollections allow you to organize and group related metadata objects such as Liveboards, Answers, worksheets, and other data objects. You can also create nested collections (sub-collections) to build a hierarchical structure.\n\n#### Supported operations\n\nThe API endpoint lets you perform the following operations:\n\n* Create a new collection\n* Add metadata objects (Liveboards, Answers, Logical Tables) to the collection\n* Create nested collections by adding sub-collections\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "4e18c639-9422-4739-8f14-75f4eb8b11d2", "name": "Collection created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"LOGICAL_TABLE\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"obj_id\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"identifier\": \"\",\n \"name\": \"\"\n },\n {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"identifier\": \"\",\n \"name\": \"\"\n },\n {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"author_name\": \"\",\n \"author_id\": \"\",\n \"org\": {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-4e18c639-9422-4739-8f14-75f4eb8b11d2" }, { "id": "cccc503f-28af-424c-9068-43a0bee51413", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"LOGICAL_TABLE\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "create" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-cccc503f-28af-424c-9068-43a0bee51413" }, { "id": "da57bb0b-5c90-4f2b-a87e-a07567a05dc1", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"LOGICAL_TABLE\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "create" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-da57bb0b-5c90-4f2b-a87e-a07567a05dc1" }, { "id": "ae62b84b-ab64-4604-89ab-c4c62feff4ae", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"LOGICAL_TABLE\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "create" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-ae62b84b-ab64-4604-89ab-c4c62feff4ae" }, { "id": "e5d842e1-a211-4ee3-a83a-30b1dce07e55", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"LOGICAL_TABLE\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "create" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-e5d842e1-a211-4ee3-a83a-30b1dce07e55" } ], "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-08049841-0b4e-4fac-89c5-7f1597635d22" } ], "id": "5591c6a6-18ba-4def-b56a-d2124c01f054", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-5591c6a6-18ba-4def-b56a-d2124c01f054" }, { "name": "delete", "item": [ { "name": "delete Collection", "id": "6e3c8093-f190-40cb-921d-64825e2afcea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"delete_children\": false,\n \"dry_run\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "delete" ] }, "description": "\n Version: 26.4.0.cl or later\n\nDeletes one or more collections from ThoughtSpot.\n\n#### Delete options\n\n* **delete_children**: When set to `true`, deletes the child objects (metadata items) within the collection that the user has access to. Objects that the user does not have permission to delete will be skipped.\n* **dry_run**: When set to `true`, performs a preview of the deletion operation without actually deleting anything. The response shows what would be deleted, allowing you to review before committing the deletion.\n\n#### Response\n\nThe response includes:\n* **metadata_deleted**: List of metadata objects that were successfully deleted\n* **metadata_skipped**: List of metadata objects that were skipped due to lack of permissions or other constraints\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "87709738-1e8b-485d-9c63-b2a8ebc4f1c1", "name": "Collections deleted successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"delete_children\": false,\n \"dry_run\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "delete" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"metadata_deleted\": [\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"metadata_skipped\": [\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-87709738-1e8b-485d-9c63-b2a8ebc4f1c1" }, { "id": "9d5ca2c4-10d4-4dcc-a422-3f50adaa81ea", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"delete_children\": false,\n \"dry_run\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "delete" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-9d5ca2c4-10d4-4dcc-a422-3f50adaa81ea" }, { "id": "b4ff7e3a-e9f3-483b-bbf9-e131439e5226", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"delete_children\": false,\n \"dry_run\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "delete" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-b4ff7e3a-e9f3-483b-bbf9-e131439e5226" }, { "id": "686258e0-f430-4a08-ac10-a559980b5cc2", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"delete_children\": false,\n \"dry_run\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "delete" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-686258e0-f430-4a08-ac10-a559980b5cc2" }, { "id": "4ade8af8-4c25-49c9-bc8f-e9fb865f974e", "name": "Resource not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"delete_children\": false,\n \"dry_run\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "delete" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-4ade8af8-4c25-49c9-bc8f-e9fb865f974e" }, { "id": "4700477c-0dd0-49d1-a8e0-7efb03202736", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"delete_children\": false,\n \"dry_run\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "delete" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-4700477c-0dd0-49d1-a8e0-7efb03202736" } ], "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-6e3c8093-f190-40cb-921d-64825e2afcea" } ], "id": "4ccb8faa-f0e1-41ab-8a0f-ac617226f4ab", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-4ccb8faa-f0e1-41ab-8a0f-ac617226f4ab" }, { "name": "search", "item": [ { "name": "search Collections", "id": "63343ae8-a2ca-488f-9ad9-24bcc49da5cd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_metadata\": false,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"DESC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "search" ] }, "description": "\n Version: 26.4.0.cl or later\n\nGets a list of collections available in ThoughtSpot.\n\nTo get details of a specific collection, specify the collection GUID or name. You can also filter the API response based on the collection name pattern, author, and other criteria.\n\n#### Search options\n\n* **name_pattern**: Use '%' as a wildcard character to match collection names\n* **collection_identifiers**: Search for specific collections by their GUIDs or names\n* **include_metadata**: When set to `true`, includes the metadata objects within each collection in the response\n\n**NOTE**: In addition to the GUID and name, `collection_identifiers` accepts a Custom object ID if one is configured for the collection. The response also includes the `obj_id` field for each collection that has one set.\n\n**NOTE**: If the API returns an empty list, consider increasing the value of the `record_size` parameter. To search across all available collections, set `record_size` to `-1`.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "e498acf3-904c-41cd-a478-d820a5455282", "name": "Successfully retrieved list of collections", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_metadata\": false,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"DESC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"obj_id\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"identifier\": \"\",\n \"name\": \"\"\n },\n {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"identifier\": \"\",\n \"name\": \"\"\n },\n {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"author_name\": \"\",\n \"author_id\": \"\",\n \"org\": {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"obj_id\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"identifier\": \"\",\n \"name\": \"\"\n },\n {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"identifiers\": [\n {\n \"identifier\": \"\",\n \"name\": \"\"\n },\n {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"author_name\": \"\",\n \"author_id\": \"\",\n \"org\": {\n \"identifier\": \"\",\n \"name\": \"\"\n }\n }\n ],\n \"record_offset\": \"\",\n \"record_size\": \"\",\n \"is_last_batch\": \"\",\n \"count\": \"\"\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-e498acf3-904c-41cd-a478-d820a5455282" }, { "id": "39c58af9-8ce0-427e-a388-b1abe5bf5a13", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_metadata\": false,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"DESC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "search" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-39c58af9-8ce0-427e-a388-b1abe5bf5a13" }, { "id": "fe079bbe-000c-4cdd-bac1-0d9d25f50e9c", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_metadata\": false,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"DESC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "search" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-fe079bbe-000c-4cdd-bac1-0d9d25f50e9c" }, { "id": "a71b59f7-7b68-4719-a2d1-64d928b025a9", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_metadata\": false,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"DESC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "search" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-a71b59f7-7b68-4719-a2d1-64d928b025a9" }, { "id": "4f0e6d79-6f51-467a-a02e-56b1c00c81d8", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"collection_identifiers\": [\n \"\",\n \"\"\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_metadata\": false,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"DESC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", "search" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-4f0e6d79-6f51-467a-a02e-56b1c00c81d8" } ], "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-63343ae8-a2ca-488f-9ad9-24bcc49da5cd" } ], "id": "8a5b70c0-b64f-4635-83ba-9e6ae5972ad2", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-8a5b70c0-b64f-4635-83ba-9e6ae5972ad2" }, { "name": "{collection_identifier}", "item": [ { "name": "update", "item": [ { "name": "update Collection", "id": "33c40719-0316-4c53-8e12-0df634852ed2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"COLLECTION\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/:collection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", ":collection_identifier", "update" ], "variable": [ { "id": "5ae9aba0-2468-4b45-81ee-5b39cdd0420b", "key": "collection_identifier", "value": "", "description": "(Required) Unique GUID of the collection. Note: Collection names cannot be used as\nidentifiers since duplicate names are allowed." } ] }, "description": "\n Version: 26.4.0.cl or later\n\nUpdates an existing collection in ThoughtSpot.\n\n#### Supported operations\n\nThis API endpoint lets you perform the following operations:\n\n* Update collection name and description\n* Change visibility settings\n* Add metadata objects to the collection (operation: ADD)\n* Remove metadata objects from the collection (operation: REMOVE)\n* Replace all metadata objects in the collection (operation: REPLACE)\n\n#### Operation types\n\n* **ADD**: Adds the specified metadata objects to the existing collection without removing current items\n* **REMOVE**: Removes only the specified metadata objects from the collection\n* **REPLACE**: Replaces all existing metadata objects with the specified items (default behavior)\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "84127458-70d8-4905-bcce-38f6a1672fc8", "name": "Collection updated successfully. No content returned.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"COLLECTION\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/:collection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", ":collection_identifier", "update" ], "variable": [ { "key": "collection_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-84127458-70d8-4905-bcce-38f6a1672fc8" }, { "id": "a0089b52-86c9-4916-a969-f379ec7a105f", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"COLLECTION\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/:collection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", ":collection_identifier", "update" ], "variable": [ { "key": "collection_identifier" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-a0089b52-86c9-4916-a969-f379ec7a105f" }, { "id": "d981fb3b-a57d-4149-8c2e-77fffbc6d49d", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"COLLECTION\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/:collection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", ":collection_identifier", "update" ], "variable": [ { "key": "collection_identifier" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-d981fb3b-a57d-4149-8c2e-77fffbc6d49d" }, { "id": "036647ca-cf21-45b0-b291-ad453bb486af", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"COLLECTION\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/:collection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", ":collection_identifier", "update" ], "variable": [ { "key": "collection_identifier" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-036647ca-cf21-45b0-b291-ad453bb486af" }, { "id": "a8e87bde-e154-4a3b-a82b-7680a15b750a", "name": "Resource not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"COLLECTION\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/:collection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", ":collection_identifier", "update" ], "variable": [ { "key": "collection_identifier" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-a8e87bde-e154-4a3b-a82b-7680a15b750a" }, { "id": "eaf7bcb4-0c0a-4454-a75e-5aa6fd429e44", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"type\": \"COLLECTION\",\n \"identifiers\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/collections/:collection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "collections", ":collection_identifier", "update" ], "variable": [ { "key": "collection_identifier" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-eaf7bcb4-0c0a-4454-a75e-5aa6fd429e44" } ], "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-33c40719-0316-4c53-8e12-0df634852ed2" } ], "id": "ec8e64e0-b8fe-43ef-9d3c-b7848196a462", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-ec8e64e0-b8fe-43ef-9d3c-b7848196a462" } ], "id": "12acf237-2c5b-44ca-af77-1f6c4ccc2a6f", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-12acf237-2c5b-44ca-af77-1f6c4ccc2a6f" } ], "id": "5470c9a2-23cd-42db-908b-4d93feaf2989", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-5470c9a2-23cd-42db-908b-4d93feaf2989" } ], "id": "6efffb03-e671-43fc-8d41-d9a1b2f1db8d", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-6efffb03-e671-43fc-8d41-d9a1b2f1db8d" } ], "id": "d6a2e9c9-194c-4b44-91d5-65b55118abc6", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-d6a2e9c9-194c-4b44-91d5-65b55118abc6" } ], "id": "0501bccf-3166-4cb5-a6bd-8405b0c8aa5f", "createdAt": "2026-07-28T03:15:44.000Z", "updatedAt": "2026-07-28T03:15:44.000Z", "uid": "35240-0501bccf-3166-4cb5-a6bd-8405b0c8aa5f" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "base-url", "value": "https://localhost:443" }, { "key": "baseUrl", "value": "{{base-url}}" } ] }