{ "info": { "_postman_id": "950f6290-ecb3-4971-8bb8-74e3b8628d2c", "name": "ThoughtSpot Public REST 10.1.0.cl 10.12.0.cl API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:13:39.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "lastUpdatedBy": "35240", "uid": "35240-950f6290-ecb3-4971-8bb8-74e3b8628d2c" }, "item": [ { "name": "api", "item": [ { "name": "rest", "item": [ { "name": "2.0", "item": [ { "name": "connection-configurations", "item": [ { "name": "search", "item": [ { "name": "connection Configuration Search", "id": "663e305f-5465-4a5d-a923-00aeeb9efaba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"connection_identifier\": \"\",\n \"configuration_identifier\": \"\",\n \"policy_type\": \"PRINCIPALS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "search" ] }, "description": "\n Version: 10.12.0.cl or later\n\nGets connection configuration objects.\n\nRequires `DATAMANAGEMENT` (**Can manage data**) and edit permissions to the connection object, or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\n\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `CAN_CREATE_OR_EDIT_CONNECTIONS` (**Can create/edit Connections**) privilege is required.\n\n#### Usage guidelines\n* To get a list of all configurations available in the ThoughtSpot system, send the API request with only the connection name or GUID in the request body.\n* To fetch details of a configuration object, specify the configuration object name or GUID.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "779593e0-9e5a-46b5-b572-bc53bbf47c90", "name": "Configuration fetched 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 \"connection_identifier\": \"\",\n \"configuration_identifier\": \"\",\n \"policy_type\": \"PRINCIPALS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"configuration_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"configuration\": {},\n \"policy_principals\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"policy_processes\": [\n \"SCHEDULED_LIVEBOARDS\",\n \"ROW_COUNT_STATS\"\n ],\n \"disabled\": \"\",\n \"data_warehouse_type\": \"AMAZON_AURORA_MYSQL\",\n \"policy_type\": \"PRINCIPALS\",\n \"same_as_parent\": \"\",\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n }\n },\n {\n \"configuration_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"configuration\": {},\n \"policy_principals\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"policy_processes\": [\n \"ROW_COUNT_STATS\",\n \"SCHEDULED_LIVEBOARDS\"\n ],\n \"disabled\": \"\",\n \"data_warehouse_type\": \"POSTGRES\",\n \"policy_type\": \"PROCESSES\",\n \"same_as_parent\": \"\",\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n }\n }\n]", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-779593e0-9e5a-46b5-b572-bc53bbf47c90" }, { "id": "c82b260b-4a44-422c-a48b-b272b0f328e7", "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 \"connection_identifier\": \"\",\n \"configuration_identifier\": \"\",\n \"policy_type\": \"PRINCIPALS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-c82b260b-4a44-422c-a48b-b272b0f328e7" }, { "id": "51cf50b9-7d03-4c7a-b1b9-71327c63ca3f", "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 \"connection_identifier\": \"\",\n \"configuration_identifier\": \"\",\n \"policy_type\": \"PRINCIPALS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-51cf50b9-7d03-4c7a-b1b9-71327c63ca3f" }, { "id": "bdac0ee6-6985-4076-b063-6920c2c1596e", "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 \"connection_identifier\": \"\",\n \"configuration_identifier\": \"\",\n \"policy_type\": \"PRINCIPALS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-bdac0ee6-6985-4076-b063-6920c2c1596e" }, { "id": "9cff40ee-8df6-4e4f-be82-e026ff36d567", "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 \"connection_identifier\": \"\",\n \"configuration_identifier\": \"\",\n \"policy_type\": \"PRINCIPALS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-9cff40ee-8df6-4e4f-be82-e026ff36d567" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-663e305f-5465-4a5d-a923-00aeeb9efaba" } ], "id": "f2301bf7-0b3e-4ef4-964d-df0b0ed45adc", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-f2301bf7-0b3e-4ef4-964d-df0b0ed45adc" }, { "name": "create", "item": [ { "name": "create Connection Configuration", "id": "e9251d27-8f6d-4159-8292-576fc50dbbff", "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 \"connection_identifier\": \"\",\n \"configuration\": {},\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"SERVICE_ACCOUNT\",\n \"policy_type\": \"NO_POLICY\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"SCHEDULED_LIVEBOARDS\",\n \"SAGE_INDEXING\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "create" ] }, "description": "\n Version: 10.12.0.cl or later\n\nCreates an additional configuration to an existing connection to a data warehouse. \n\nRequires `DATAMANAGEMENT` (**Can manage data**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\n\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `CAN_CREATE_OR_EDIT_CONNECTIONS` (**Can create/edit Connections**) privilege is required.\n\n#### Usage guidelines\n\n * A JSON map of configuration attributes in `configuration`. The following example shows the configuration attributes:\n ```\n {\n \"user\":\"DEV_USER\",\n \"password\":\"TestConn123\",\n \"role\":\"DEV\",\n \"warehouse\":\"DEV_WH\"\n }\n ```\n\n* If the `policy_type` is `PRINCIPALS`, then `policy_principals` is a required field.\n* If the `policy_type` is `PROCESSES`, then `policy_processes` is a required field.\n* If the `policy_type` is `NO_POLICY`, then `policy_principals` and `policy_processes` are not required fields.\n\n#### Parameterized Connection Support\nFor parameterized connections that use OAuth authentication, only the same_as_parent and policy_process_options attributes are allowed in the API request. These attributes are not applicable to connections that are not parameterized.\n\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "300b5ac9-6c2a-41ae-a61c-b8e39676f9de", "name": "Connection configuration successfully created.", "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 \"connection_identifier\": \"\",\n \"configuration\": {},\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"SERVICE_ACCOUNT\",\n \"policy_type\": \"NO_POLICY\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"SCHEDULED_LIVEBOARDS\",\n \"SAGE_INDEXING\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"configuration_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"configuration\": {},\n \"policy_principals\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"policy_processes\": [\n \"ROW_COUNT_STATS\",\n \"SCHEDULED_LIVEBOARDS\"\n ],\n \"disabled\": \"\",\n \"data_warehouse_type\": \"PRESTO\",\n \"policy_type\": \"PROCESSES\",\n \"same_as_parent\": \"\",\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n }\n}", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-300b5ac9-6c2a-41ae-a61c-b8e39676f9de" }, { "id": "ee0d6afb-576b-4b97-a2f0-31a0b355652b", "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 \"connection_identifier\": \"\",\n \"configuration\": {},\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"SERVICE_ACCOUNT\",\n \"policy_type\": \"NO_POLICY\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"SCHEDULED_LIVEBOARDS\",\n \"SAGE_INDEXING\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-ee0d6afb-576b-4b97-a2f0-31a0b355652b" }, { "id": "9c27f56e-ca84-47cf-b0eb-09c6407923a2", "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 \"connection_identifier\": \"\",\n \"configuration\": {},\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"SERVICE_ACCOUNT\",\n \"policy_type\": \"NO_POLICY\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"SCHEDULED_LIVEBOARDS\",\n \"SAGE_INDEXING\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-9c27f56e-ca84-47cf-b0eb-09c6407923a2" }, { "id": "057fa48b-6b70-4800-ad76-1c788607cf98", "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 \"connection_identifier\": \"\",\n \"configuration\": {},\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"SERVICE_ACCOUNT\",\n \"policy_type\": \"NO_POLICY\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"SCHEDULED_LIVEBOARDS\",\n \"SAGE_INDEXING\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-057fa48b-6b70-4800-ad76-1c788607cf98" }, { "id": "e98a5cf0-abfe-490e-a852-cb685bdfa53b", "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 \"connection_identifier\": \"\",\n \"configuration\": {},\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"SERVICE_ACCOUNT\",\n \"policy_type\": \"NO_POLICY\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"SCHEDULED_LIVEBOARDS\",\n \"SAGE_INDEXING\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-e98a5cf0-abfe-490e-a852-cb685bdfa53b" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-e9251d27-8f6d-4159-8292-576fc50dbbff" } ], "id": "06ffa60c-a88c-40d8-a566-83e391f84a03", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-06ffa60c-a88c-40d8-a566-83e391f84a03" }, { "name": "delete", "item": [ { "name": "delete Connection Configuration", "id": "ae8df92c-1fa9-47cc-ba44-f4a82928d970", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"configuration_identifier\": \"\",\n \"connection_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "delete" ] }, "description": "\n Version: 10.12.0.cl or later\n\nDeletes connection configuration objects.\n\nRequires `DATAMANAGEMENT` (**Can manage data**) and edit permissions to the connection object, or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\n\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `CAN_CREATE_OR_EDIT_CONNECTIONS` (**Can create/edit Connections**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "8e933139-c965-49ed-8cb7-9ab7a50c1a82", "name": "Connection Configurations successfully deleted.", "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 \"configuration_identifier\": \"\",\n \"connection_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "delete" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-8e933139-c965-49ed-8cb7-9ab7a50c1a82" }, { "id": "4d505a50-f250-4d3e-b9e8-1ab8268e0873", "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 \"configuration_identifier\": \"\",\n \"connection_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-4d505a50-f250-4d3e-b9e8-1ab8268e0873" }, { "id": "a01c81f3-9ec1-4072-acaa-d5c642b3287a", "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 \"configuration_identifier\": \"\",\n \"connection_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-a01c81f3-9ec1-4072-acaa-d5c642b3287a" }, { "id": "9892862a-62e9-4c68-9081-2b6a3186e86a", "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 \"configuration_identifier\": \"\",\n \"connection_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-9892862a-62e9-4c68-9081-2b6a3186e86a" }, { "id": "6944bbf9-e4b6-4165-92b4-5a5620ef68a4", "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 \"configuration_identifier\": \"\",\n \"connection_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-6944bbf9-e4b6-4165-92b4-5a5620ef68a4" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-ae8df92c-1fa9-47cc-ba44-f4a82928d970" } ], "id": "583ac675-ee89-4958-8d3f-e1e62bb83d3f", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-583ac675-ee89-4958-8d3f-e1e62bb83d3f" }, { "name": "{configuration_identifier}", "item": [ { "name": "update", "item": [ { "name": "update Connection Configuration", "id": "b8742948-c310-4584-95e2-c815c678d2b8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"connection_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"OAUTH_CLIENT_CREDENTIALS\",\n \"configuration\": {},\n \"policy_type\": \"PRINCIPALS\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"ROW_COUNT_STATS\",\n \"SAGE_INDEXING\"\n ],\n \"disable\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/:configuration_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", ":configuration_identifier", "update" ], "variable": [ { "id": "8e68b26e-0cf1-403e-a7e8-c6fde3e9fdb9", "key": "configuration_identifier", "value": "", "description": "(Required) Unique ID or name of the configuration." } ] }, "description": "\n Version: 10.12.0.cl or later\n\nUpdates a connection configuration object.\n\nRequires `DATAMANAGEMENT` (**Can manage data**) and edit permissions to the connection object, or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\n\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `CAN_CREATE_OR_EDIT_CONNECTIONS` (**Can create/edit Connections**) privilege is required.\n\n#### Supported operations\nThis API endpoint lets you perform the following operations in a single API request:\n\n * Edit the name or description of the configuration\n * Edit the configuration properties\n * Edit the `policy_type`\n * Edit the type of authentication\n * Enable or disable a configuration\n\n#### Parameterized Connection Support\nFor parameterized oauth based connections, only the `same_as_parent` and `policy_process_options` attributes are allowed. These attributes are not applicable to connections that are not parameterized.\n\n **NOTE**: When updating a configuration where `disabled` is `true`, you must reset `disabled` to `true` in your update request payload. If not explicitly set again, the API will default `disabled` to `false`.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "1dcad024-771d-4284-ad24-bda4a1e025c3", "name": "Connection configuration successfully updated.", "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 \"connection_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"OAUTH_CLIENT_CREDENTIALS\",\n \"configuration\": {},\n \"policy_type\": \"PRINCIPALS\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"ROW_COUNT_STATS\",\n \"SAGE_INDEXING\"\n ],\n \"disable\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/:configuration_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", ":configuration_identifier", "update" ], "variable": [ { "key": "configuration_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-1dcad024-771d-4284-ad24-bda4a1e025c3" }, { "id": "a166d9c5-95da-426f-8130-5be4d6feaadc", "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 \"connection_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"OAUTH_CLIENT_CREDENTIALS\",\n \"configuration\": {},\n \"policy_type\": \"PRINCIPALS\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"ROW_COUNT_STATS\",\n \"SAGE_INDEXING\"\n ],\n \"disable\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/:configuration_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", ":configuration_identifier", "update" ], "variable": [ { "key": "configuration_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-a166d9c5-95da-426f-8130-5be4d6feaadc" }, { "id": "c408e4dd-ed2a-4966-be04-a0e6b7b23bba", "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 \"connection_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"OAUTH_CLIENT_CREDENTIALS\",\n \"configuration\": {},\n \"policy_type\": \"PRINCIPALS\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"ROW_COUNT_STATS\",\n \"SAGE_INDEXING\"\n ],\n \"disable\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/:configuration_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", ":configuration_identifier", "update" ], "variable": [ { "key": "configuration_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-c408e4dd-ed2a-4966-be04-a0e6b7b23bba" }, { "id": "f8b2acca-9d0a-4251-bda6-d70de30d3739", "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 \"connection_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"OAUTH_CLIENT_CREDENTIALS\",\n \"configuration\": {},\n \"policy_type\": \"PRINCIPALS\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"ROW_COUNT_STATS\",\n \"SAGE_INDEXING\"\n ],\n \"disable\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/:configuration_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", ":configuration_identifier", "update" ], "variable": [ { "key": "configuration_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-f8b2acca-9d0a-4251-bda6-d70de30d3739" }, { "id": "885cae2a-ce01-4efc-a681-e6402857ef90", "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 \"connection_identifier\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"same_as_parent\": false,\n \"policy_process_options\": {\n \"impersonate_user\": \"\"\n },\n \"authentication_type\": \"OAUTH_CLIENT_CREDENTIALS\",\n \"configuration\": {},\n \"policy_type\": \"PRINCIPALS\",\n \"policy_principals\": [\n \"\",\n \"\"\n ],\n \"policy_processes\": [\n \"ROW_COUNT_STATS\",\n \"SAGE_INDEXING\"\n ],\n \"disable\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connection-configurations/:configuration_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connection-configurations", ":configuration_identifier", "update" ], "variable": [ { "key": "configuration_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-885cae2a-ce01-4efc-a681-e6402857ef90" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-b8742948-c310-4584-95e2-c815c678d2b8" } ], "id": "1e321d53-8120-4593-9dd0-364a890ca66d", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-1e321d53-8120-4593-9dd0-364a890ca66d" } ], "id": "c9dd5f38-dc67-4f11-87a6-931fab1fead3", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-c9dd5f38-dc67-4f11-87a6-931fab1fead3" } ], "id": "2c98bb78-0440-4046-87a4-427c6c88bee3", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-2c98bb78-0440-4046-87a4-427c6c88bee3" }, { "name": "calendars", "item": [ { "name": "create", "item": [ { "name": "create Calendar", "id": "f4099372-8612-4a52-9be7-9239a1f28b40", "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 \"creation_method\": \"FROM_INPUT_PARAMS\",\n \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "create" ] }, "description": "\n Version: 10.12.0.cl or later\n\nCreates a new [custom calendar](https://docs.thoughtspot.com/cloud/latest/connections-cust-cal).\n\nRequires `DATAMANAGEMENT` (**Can manage data**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your ThoughtSpot instance, the `CAN_MANAGE_CUSTOM_CALENDAR` (**Can manage custom calendars**) privilege is required.\n\n\n#### Usage guidelines\n\nYou can create a custom calendar from scratch or an existing Table in ThoughtSpot. For both methods of calendar creation, the following parameters are required:\n\n* Name of the custom calendar.\n* Calendar creation method. To create a calendar from an existing table, specify the method:\n\n - `FROM_EXISTING_TABLE` - Creates calendar from the table reference provided in the API request.\n - `FROM_INPUT_PARAMS` - Creates a calendar from the parameters defined in the API request.\n\n* Connection ID and Table name\n* Database and schema name attributes:\n For most Cloud Data Warehouse (CDW) connectors, both `database_name` and `schema_name` attributes are required. \n However, the attribute requirements are conditional and vary based on the connector type and its metadata structure. For example, for connectors such as Teradata, MySQL, SingleSore, Amazon Aurora MySQL, Amazon RDS MySQL, Oracle, and GCP_MYSQL, the `schema_name` is required, whereas the `database_name` attribute is not.\n Similarly, connectors such as ClickHouse require you to specify the `database_name` and the schema specification in such cases is optional.\n\n**NOTE**: If you are creating a calendar from an existing table, ensure that the referenced table matches the required DDL for custom calendars. If the schema does not match, the API returns an error.\n\n##### Calendar type\nThe API allows you to create the following types of calendars:\n\n* `MONTH_OFFSET`. The default calendar type. A `MONTH_OFFSET` calendar is offset by a few months from the standard calendar months (January to December) and the year begins with the month defined in the request. For example, if the `month_offset` value is set as `April`, the calendar year begins in April.\n\n* `4-4-5`. Each quarter in the calendar will include two 4-week months followed by one 5-week month.\n* `4-5-4`. Each quarter in the calendar will include two 4-week months with a 5-week month between.\n* `5-4-4`. Each quarter begins with a 5-week month, followed by two 4-week months.\n\nTo start and end the calendar on a specific date, specify the dates in the `MM/DD/YYYY` format. For `MONTH_OFFSET` calendars, ensure that the `start_date` matches the month specified in the `month_offset` attribute.\n\nYou can also set the starting day of the week and customize the prefixes for year and quarter labels.\n\n#### Examples\n\nTo create a calendar from an existing table:\n\n```\n{\n \"name\": \"MyCustomCalendar1\",\n \"table_reference\": {\n \"connection_identifier\": \"4db8ea22-2ff4-4224-b05a-26674717e468\",\n \"table_name\": \"MyCalendarTable\",\n \"database_name\": \"RETAILAPPAREL\",\n \"schema_name\": \"PUBLIC\"\n },\n \"creation_method\": \"FROM_EXISTING_TABLE\",\n}\n```\n\nTo create a calendar from scratch:\n\n```\n{\n \"name\": \"MyCustomCalendar1\",\n \"table_reference\": {\n \"connection_identifier\": \"4db8ea22-2ff4-4224-b05a-26674717e468\",\n \"table_name\": \"MyCalendarTable\",\n \"database_name\": \"RETAILAPPAREL\",\n \"schema_name\": \"PUBLIC\"\n },\n \"creation_method\": \"FROM_INPUT_PARAMS\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"April\",\n \"start_day_of_week\": \"Monday\",\n \"quarter_name_prefix\": \"Q\",\n \"year_name_prefix\": \"FY\",\n \"start_date\": \"04/01/2025\",\n \"end_date\": \"04/31/2025\"\n}\n```\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "2ecd223a-6e7f-4b6e-bb47-a1b1207858cc", "name": "Custom calendar 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 \"creation_method\": \"FROM_INPUT_PARAMS\",\n \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"calendar_name\": \"\",\n \"connection_name\": \"\",\n \"data_warehouse_type\": \"\",\n \"modification_time_in_millis\": \"\",\n \"author_name\": \"\",\n \"connection_id\": \"\",\n \"calendar_id\": \"\"\n}", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-2ecd223a-6e7f-4b6e-bb47-a1b1207858cc" }, { "id": "dae68aaa-b79d-4545-81b5-e90352fe1913", "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 \"creation_method\": \"FROM_INPUT_PARAMS\",\n \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-dae68aaa-b79d-4545-81b5-e90352fe1913" }, { "id": "9e496bde-6d4d-4a79-a2a5-5b90a8304124", "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 \"creation_method\": \"FROM_INPUT_PARAMS\",\n \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-9e496bde-6d4d-4a79-a2a5-5b90a8304124" }, { "id": "56677c30-4c78-4064-9bcf-ac37049f3d6b", "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 \"creation_method\": \"FROM_INPUT_PARAMS\",\n \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-56677c30-4c78-4064-9bcf-ac37049f3d6b" }, { "id": "eaa2dd04-07dd-4566-8eb5-c67f6e51b882", "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 \"creation_method\": \"FROM_INPUT_PARAMS\",\n \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-eaa2dd04-07dd-4566-8eb5-c67f6e51b882" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-f4099372-8612-4a52-9be7-9239a1f28b40" } ], "id": "89f10efb-16d4-4788-8dae-b3251b071746", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-89f10efb-16d4-4788-8dae-b3251b071746" }, { "name": "{calendar_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete Calendar", "id": "9b600241-4db7-4491-bbc8-e3c64e644ea3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "delete" ], "variable": [ { "id": "673e5054-7275-40db-9e8c-c8ed9c9180d2", "key": "calendar_identifier", "value": "", "description": "(Required) Unique ID or name of the Calendar." } ] }, "description": "\n Version: 10.12.0.cl or later\n\nDeletes a [custom calendar](https://docs.thoughtspot.com/cloud/latest/connections-cust-cal).\n\nRequires `DATAMANAGEMENT` (**Can manage data**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your ThoughtSpot instance, the `CAN_MANAGE_CUSTOM_CALENDAR` (**Can manage custom calendars**) privilege is required.\n\n#### Usage guidelines\nTo delete a custom calendar, specify the calendar ID as a path parameter in the request URL. \n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "435ccb6b-9181-45e4-99c9-89d2fce10f44", "name": "Custom calendar successfully deleted.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "delete" ], "variable": [ { "key": "calendar_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-435ccb6b-9181-45e4-99c9-89d2fce10f44" }, { "id": "410a62a8-a425-486b-8f63-232b331207c2", "name": "Invalid request.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "delete" ], "variable": [ { "key": "calendar_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-410a62a8-a425-486b-8f63-232b331207c2" }, { "id": "172a6591-7b47-4ebc-b194-9c73aafbbbc7", "name": "Unauthorized access.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "delete" ], "variable": [ { "key": "calendar_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-172a6591-7b47-4ebc-b194-9c73aafbbbc7" }, { "id": "92bfc037-0147-42ff-adeb-91f247d8da79", "name": "Forbidden access.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "delete" ], "variable": [ { "key": "calendar_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-92bfc037-0147-42ff-adeb-91f247d8da79" }, { "id": "faa0f551-8fbf-4085-b78c-f7d1abd70b9a", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "delete" ], "variable": [ { "key": "calendar_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-faa0f551-8fbf-4085-b78c-f7d1abd70b9a" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-9b600241-4db7-4491-bbc8-e3c64e644ea3" } ], "id": "b7a90d89-0167-4503-97f9-d273961a9bb6", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-b7a90d89-0167-4503-97f9-d273961a9bb6" }, { "name": "update", "item": [ { "name": "update Calendar", "id": "32be6920-14a0-4b3e-9f1f-a96b994d6af4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"update_method\": \"FROM_INPUT_PARAMS\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "update" ], "variable": [ { "id": "960c7aa6-897b-41e2-bfce-e27bb84eb7de", "key": "calendar_identifier", "value": "", "description": "(Required) Unique Id or name of the calendar." } ] }, "description": "\n Version: 10.12.0.cl or later\n\nUpdates the properties of a [custom calendar](https://docs.thoughtspot.com/cloud/latest/connections-cust-cal).\n\nRequires `DATAMANAGEMENT` (**Can manage data**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your ThoughtSpot instance, the `CAN_MANAGE_CUSTOM_CALENDAR` (**Can manage custom calendars**) privilege is required.\n\n#### Usage guidelines\n\nYou can update the properties of a calendar using one of the following methods:\n* `FROM_INPUT_PARAMS` to update the calendar properties with the values defined in the API request.\n* `FROM_EXISTING_TABLE` Creates a calendar from the parameters defined in the API request.\n\nTo update a custom calendar, specify the calendar ID as a path parameter in the request URL and the following parameters in the request body: \n\n* Connection ID and Table name\n* Database and schema name attributes:\n For most Cloud Data Warehouse (CDW) connectors, both `database_name` and `schema_name` attributes are required. \n However, the attribute requirements are conditional and vary based on the connector type and its metadata structure. For example, for connectors such as Teradata, MySQL, SingleSore, Amazon Aurora MySQL, Amazon RDS MySQL, Oracle, and GCP_MYSQL, the `schema_name` is required, whereas the `database_name` attribute is not.\n Similarly, connectors such as ClickHouse require you to specify the `database_name` and the schema specification in such cases is optional.\n\nThe API allows you to modify the calendar type, month offset value, start and end date, starting day of the week, and prefixes assigned to the year and quarter labels. \n\n#### Examples\n\nUpdate a custom calendar using an existing Table in ThoughtSpot:\n\n```\n{\n \"update_method\": \"FROM_EXISTING_TABLE\",\n \"table_reference\": {\n \"connection_identifier\": \"Connection1\",\n \"database_name\": \"db1\",\n \"table_name\": \"custom_calendar_2025\",\n \"schame_name\": \"schemaVar\"\n }\n}\n```\n\nUpdate a custom calendar with the attributes defined in the API request:\n\n```\n{\n \"update_method\": \"FROM_INPUT_PARAMS\",\n \"table_reference\": {\n \"connection_identifier\": \"Connection1\",\n \"database_name\": \"db1\",\n \"table_name\": \"custom_calendar_2025\",\n \"schame_name\": \"schemaVar\"\n },\n \"month_offset\": \"August\",\n \"start_day_of_week\": \"Monday\",\n \"start_date\": \"08/01/2025\",\n \"end_date\": \"07/31/2026\"\n}\n```\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "628c6ebd-52bf-4473-a60c-78a0d41b8234", "name": "Custom calendar updated successfully.", "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 \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"update_method\": \"FROM_INPUT_PARAMS\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "update" ], "variable": [ { "key": "calendar_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-628c6ebd-52bf-4473-a60c-78a0d41b8234" }, { "id": "cb52e6b2-3035-456e-8849-036231321d16", "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 \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"update_method\": \"FROM_INPUT_PARAMS\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "update" ], "variable": [ { "key": "calendar_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-cb52e6b2-3035-456e-8849-036231321d16" }, { "id": "50180280-5644-44dd-a997-48975219d1b7", "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 \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"update_method\": \"FROM_INPUT_PARAMS\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "update" ], "variable": [ { "key": "calendar_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-50180280-5644-44dd-a997-48975219d1b7" }, { "id": "22284274-759f-4a1c-bdc2-a3b2c6674589", "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 \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"update_method\": \"FROM_INPUT_PARAMS\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "update" ], "variable": [ { "key": "calendar_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-22284274-759f-4a1c-bdc2-a3b2c6674589" }, { "id": "93431e04-f3a7-47dd-a9b3-1fda61935661", "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 \"table_reference\": {\n \"connection_identifier\": \"\",\n \"table_name\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\"\n },\n \"update_method\": \"FROM_INPUT_PARAMS\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/:calendar_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", ":calendar_identifier", "update" ], "variable": [ { "key": "calendar_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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-93431e04-f3a7-47dd-a9b3-1fda61935661" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-32be6920-14a0-4b3e-9f1f-a96b994d6af4" } ], "id": "7bc7c00a-5a6c-4b39-ab8a-98a476e4616f", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-7bc7c00a-5a6c-4b39-ab8a-98a476e4616f" } ], "id": "633977cc-de69-40e4-b9d2-b22ec1062d50", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-633977cc-de69-40e4-b9d2-b22ec1062d50" }, { "name": "generate-csv", "item": [ { "name": "generate CSV", "id": "109eb5d8-55ee-4406-8ced-e6d58cfc81fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/generate-csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "generate-csv" ] }, "description": "\n Version: 10.12.0.cl or later\n\nExports a [custom calendar](https://docs.thoughtspot.com/cloud/latest/connections-cust-cal) in the CSV format.\n\nRequires `DATAMANAGEMENT` (**Can manage data**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your ThoughtSpot instance, the `CAN_MANAGE_CUSTOM_CALENDAR` (**Can manage custom calendars**) privilege is required.\n\n#### Usage guidelines\n\nUse this API to download a custom calendar in the CSV file format. In your API request, specify the following parameters.\n\n* Start and end date of the calendar. For \"month offset\" calendars, the start date must match the month defined in the `month_offset` attribute.\n\nYou can also specify optional parameters such as the starting day of the week and prefixes for the quarter and year labels.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "94a0c7a3-dffb-47a8-b70c-f6311883bc49", "name": "Generate custom calendar data based on specifications, as a CSV file.", "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 \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/generate-csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "generate-csv" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-94a0c7a3-dffb-47a8-b70c-f6311883bc49" }, { "id": "14781bf1-3b40-49b2-9467-98af3b02531f", "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 \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/generate-csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "generate-csv" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-14781bf1-3b40-49b2-9467-98af3b02531f" }, { "id": "6048a3c2-2d97-4719-98df-edfe6efc4154", "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 \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/generate-csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "generate-csv" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-6048a3c2-2d97-4719-98df-edfe6efc4154" }, { "id": "7214987a-ca17-49ad-87bb-0afd2bf1f69c", "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 \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/generate-csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "generate-csv" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-7214987a-ca17-49ad-87bb-0afd2bf1f69c" }, { "id": "06ec3993-ce2f-4607-8281-de5c8fe287f5", "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 \"start_date\": \"\",\n \"end_date\": \"\",\n \"calendar_type\": \"MONTH_OFFSET\",\n \"month_offset\": \"January\",\n \"start_day_of_week\": \"Sunday\",\n \"quarter_name_prefix\": \"\",\n \"year_name_prefix\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/generate-csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "generate-csv" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-06ec3993-ce2f-4607-8281-de5c8fe287f5" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-109eb5d8-55ee-4406-8ced-e6d58cfc81fb" } ], "id": "fcd54adb-0260-4483-b5db-6c0164ccbf06", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-fcd54adb-0260-4483-b5db-6c0164ccbf06" }, { "name": "search", "item": [ { "name": "search Calendars", "id": "add6b0b8-3326-457b-980c-f20260ac1259", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"connection_identifier\": \"\",\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DEFAULT\",\n \"order\": \"ASC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "search" ] }, "description": "\n Version: 10.12.0.cl or later\n\nGets a list of [custom calendars](https://docs.thoughtspot.com/cloud/latest/connections-cust-cal).\n\nRequires `DATAMANAGEMENT` (**Can manage data**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your ThoughtSpot instance, the `CAN_MANAGE_CUSTOM_CALENDAR` (**Can manage custom calendars**) privilege is required.\n\n#### Usage guidelines\n\nBy default, the API returns a list of custom calendars for all connection objects. To retrieve custom calendar details for a particular connection, specify the connection ID. You can also use other search parameters such as `name_pattern` and `sort_options` as search filters.\n\nThe `name_pattern` parameter filters and returns only those objects that match the specified pattern. Use `%` as a wildcard for pattern matching.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "0c49af82-e888-4ca2-968c-e4fc10ea1777", "name": "Custom calendar fetched 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 \"connection_identifier\": \"\",\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DEFAULT\",\n \"order\": \"ASC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"calendar_name\": \"\",\n \"connection_name\": \"\",\n \"data_warehouse_type\": \"\",\n \"modification_time_in_millis\": \"\",\n \"author_name\": \"\",\n \"connection_id\": \"\",\n \"calendar_id\": \"\"\n },\n {\n \"calendar_name\": \"\",\n \"connection_name\": \"\",\n \"data_warehouse_type\": \"\",\n \"modification_time_in_millis\": \"\",\n \"author_name\": \"\",\n \"connection_id\": \"\",\n \"calendar_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-0c49af82-e888-4ca2-968c-e4fc10ea1777" }, { "id": "b8045c53-6771-4340-93bc-9d606d0e0306", "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 \"connection_identifier\": \"\",\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DEFAULT\",\n \"order\": \"ASC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-b8045c53-6771-4340-93bc-9d606d0e0306" }, { "id": "4018ec34-b1d4-442e-a02d-abfd07c45230", "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 \"connection_identifier\": \"\",\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DEFAULT\",\n \"order\": \"ASC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-4018ec34-b1d4-442e-a02d-abfd07c45230" }, { "id": "5be2af83-45b4-40ac-a463-484957e3315c", "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 \"connection_identifier\": \"\",\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DEFAULT\",\n \"order\": \"ASC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-5be2af83-45b4-40ac-a463-484957e3315c" }, { "id": "fb92935b-8d1a-4eda-82a8-b595190ffddc", "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 \"connection_identifier\": \"\",\n \"name_pattern\": \"\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DEFAULT\",\n \"order\": \"ASC\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/calendars/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "calendars", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-fb92935b-8d1a-4eda-82a8-b595190ffddc" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-add6b0b8-3326-457b-980c-f20260ac1259" } ], "id": "8d099581-9ae5-4792-ad2c-83cdc0243654", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-8d099581-9ae5-4792-ad2c-83cdc0243654" } ], "id": "a5ba0ed3-3f5e-4b11-8516-9bc033525ed8", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-a5ba0ed3-3f5e-4b11-8516-9bc033525ed8" }, { "name": "customization", "item": [ { "name": "email", "item": [ { "name": "delete", "item": [ { "name": "delete Org Email Customization", "id": "988283d4-d6ce-4724-a97b-f02f40a06e90", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "delete" ] }, "description": "\nBeta Version: 10.12.0.cl or later\n\nDeletes the configuration for the email customization.\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `DEVELOPER` (**Has developer privilege**) privilege is required.\n\n**NOTE**:This endpoint in currently in beta. Contact ThoughtSpot support to enable this on your instance.\n\n#### Usage guidelines\n\n- Call the search API endpoint to get the `org_identifier` from the response.\n- Use that `org_identifier` as a parameter in this API request.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "4936555c-7711-4e76-a65e-6c35d5fb6845", "name": "Email Customization configuration successfully deleted.", "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 \"org_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "delete" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-4936555c-7711-4e76-a65e-6c35d5fb6845" }, { "id": "2de22b3c-a01e-498c-9072-0b316e0f8471", "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 \"org_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-2de22b3c-a01e-498c-9072-0b316e0f8471" }, { "id": "0ace0149-38f4-4691-9fb8-ef8268246c1a", "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 \"org_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-0ace0149-38f4-4691-9fb8-ef8268246c1a" }, { "id": "1a3ef1ab-2fae-4276-903c-296da4a6d2a2", "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 \"org_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-1a3ef1ab-2fae-4276-903c-296da4a6d2a2" }, { "id": "6c5dd962-2d98-44bf-b4eb-283173ab5b32", "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 \"org_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-6c5dd962-2d98-44bf-b4eb-283173ab5b32" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-988283d4-d6ce-4724-a97b-f02f40a06e90" } ], "id": "9a70b523-8592-4f5b-a81b-6efcb8e5c274", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-9a70b523-8592-4f5b-a81b-6efcb8e5c274" }, { "name": "update", "item": [ { "name": "update Email Customization", "id": "6073a0b0-d1c0-4a6a-9999-37bed0d176f6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"template_properties\": {\n \"cta_button_bg_color\": \"\",\n \"cta_text_font_color\": \"\",\n \"primary_bg_color\": \"\",\n \"home_url\": \"\",\n \"logo_url\": \"\",\n \"font_family\": \"\",\n \"product_name\": \"\",\n \"footer_address\": \"\",\n \"footer_phone\": \"\",\n \"replacement_value_for_liveboard\": \"\",\n \"replacement_value_for_answer\": \"\",\n \"replacement_value_for_spot_iq\": \"\",\n \"hide_footer_address\": \"\",\n \"hide_footer_phone\": \"\",\n \"hide_manage_notification\": \"\",\n \"hide_mobile_app_nudge\": \"\",\n \"hide_privacy_policy\": \"\",\n \"hide_product_name\": \"\",\n \"hide_ts_vocabulary_definitions\": \"\",\n \"hide_notification_status\": \"\",\n \"hide_error_message\": \"\",\n \"hide_unsubscribe_link\": \"\",\n \"hide_modify_alert\": \"\",\n \"company_privacy_policy_url\": \"\",\n \"company_website_url\": \"\",\n \"contact_support_url\": \"\",\n \"hide_contact_support_url\": \"\",\n \"hide_logo_url\": \"\"\n },\n \"org_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "update" ] }, "description": "\nBeta Version: 10.12.0.cl or later\n\nUpdates a customization configuration for the notification email.\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `DEVELOPER` (**Has developer privilege**) privilege is required.\n\n**NOTE**:This endpoint in currently in beta. Contact ThoughtSpot support to enable this on your instance.\n\n#### Usage guidelines\n\nTo update a custom configuration pass these parameters in your API request:\n\n- A JSON map of configuration attributes `template_properties`. The following example shows a sample set of customization configuration:\n\n```\n{\n {\n \"cta_button_bg_color\": \"#444DEA\",\n \t\"cta_text_font_color\": \"#FFFFFF\",\n \t\"primary_bg_color\": \"#D3DEF0\",\n \"logo_url\": \"https://storage.pardot.com/710713/1642089901EbkRibJq/TS_fullworkmark_darkmode.png\",\n \t \"font_family\": \"\",\n \t\"product_name\": \"ThoughtSpot\",\n \t\"footer_address\": \"444 Castro St, Suite 1000 Mountain View, CA 94041\",\n\t \"footer_phone\": \"(800) 508-7008\",\n \"replacement_value_for_liveboard\": \"Dashboard\",\n \t\"replacement_value_for_answer\": \"Chart\",\n \t\"replacement_value_for_spot_iq\": \"AI Insights\",\n \t \"hide_footer_phone\": false,\n \"hide_footer_address\": false,\n \"hide_product_name\": false,\n \t\"hide_manage_notification\": false,\n \t\"hide_mobile_app_nudge\": false,\n \t\"hide_privacy_policy\": false,\n \t\"hide_ts_vocabulary_definitions\": false,\n \t\"hide_error_message\": false,\n \t\"hide_unsubscribe_link\": false,\n \"hide_notification_status\": false,\n \t\"hide_modify_alert\": false,\n \t\"company_website_url\": \"https://your-website.com/\",\n \t\"company_privacy_policy_url\" : \"https://link-to-privacy-policy.com/\",\n \"contact_support_url\": \"https://link-to-contact-support.com/\",\n \"hide_contact_support_url\": false,\n\t \"hide_logo_url\" : false\n }\n}\n```\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "59904399-2ce8-4667-be7b-949c26d97601", "name": "Email Customization configuration successfully updated.", "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 \"template_properties\": {\n \"cta_button_bg_color\": \"\",\n \"cta_text_font_color\": \"\",\n \"primary_bg_color\": \"\",\n \"home_url\": \"\",\n \"logo_url\": \"\",\n \"font_family\": \"\",\n \"product_name\": \"\",\n \"footer_address\": \"\",\n \"footer_phone\": \"\",\n \"replacement_value_for_liveboard\": \"\",\n \"replacement_value_for_answer\": \"\",\n \"replacement_value_for_spot_iq\": \"\",\n \"hide_footer_address\": \"\",\n \"hide_footer_phone\": \"\",\n \"hide_manage_notification\": \"\",\n \"hide_mobile_app_nudge\": \"\",\n \"hide_privacy_policy\": \"\",\n \"hide_product_name\": \"\",\n \"hide_ts_vocabulary_definitions\": \"\",\n \"hide_notification_status\": \"\",\n \"hide_error_message\": \"\",\n \"hide_unsubscribe_link\": \"\",\n \"hide_modify_alert\": \"\",\n \"company_privacy_policy_url\": \"\",\n \"company_website_url\": \"\",\n \"contact_support_url\": \"\",\n \"hide_contact_support_url\": \"\",\n \"hide_logo_url\": \"\"\n },\n \"org_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "update" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-59904399-2ce8-4667-be7b-949c26d97601" }, { "id": "a33e43ea-b54f-43fd-90e2-0f8e1be2c9ce", "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 \"template_properties\": {\n \"cta_button_bg_color\": \"\",\n \"cta_text_font_color\": \"\",\n \"primary_bg_color\": \"\",\n \"home_url\": \"\",\n \"logo_url\": \"\",\n \"font_family\": \"\",\n \"product_name\": \"\",\n \"footer_address\": \"\",\n \"footer_phone\": \"\",\n \"replacement_value_for_liveboard\": \"\",\n \"replacement_value_for_answer\": \"\",\n \"replacement_value_for_spot_iq\": \"\",\n \"hide_footer_address\": \"\",\n \"hide_footer_phone\": \"\",\n \"hide_manage_notification\": \"\",\n \"hide_mobile_app_nudge\": \"\",\n \"hide_privacy_policy\": \"\",\n \"hide_product_name\": \"\",\n \"hide_ts_vocabulary_definitions\": \"\",\n \"hide_notification_status\": \"\",\n \"hide_error_message\": \"\",\n \"hide_unsubscribe_link\": \"\",\n \"hide_modify_alert\": \"\",\n \"company_privacy_policy_url\": \"\",\n \"company_website_url\": \"\",\n \"contact_support_url\": \"\",\n \"hide_contact_support_url\": \"\",\n \"hide_logo_url\": \"\"\n },\n \"org_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "update" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-a33e43ea-b54f-43fd-90e2-0f8e1be2c9ce" }, { "id": "495fa0d3-a2bd-4a5d-b066-e0436d99900a", "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 \"template_properties\": {\n \"cta_button_bg_color\": \"\",\n \"cta_text_font_color\": \"\",\n \"primary_bg_color\": \"\",\n \"home_url\": \"\",\n \"logo_url\": \"\",\n \"font_family\": \"\",\n \"product_name\": \"\",\n \"footer_address\": \"\",\n \"footer_phone\": \"\",\n \"replacement_value_for_liveboard\": \"\",\n \"replacement_value_for_answer\": \"\",\n \"replacement_value_for_spot_iq\": \"\",\n \"hide_footer_address\": \"\",\n \"hide_footer_phone\": \"\",\n \"hide_manage_notification\": \"\",\n \"hide_mobile_app_nudge\": \"\",\n \"hide_privacy_policy\": \"\",\n \"hide_product_name\": \"\",\n \"hide_ts_vocabulary_definitions\": \"\",\n \"hide_notification_status\": \"\",\n \"hide_error_message\": \"\",\n \"hide_unsubscribe_link\": \"\",\n \"hide_modify_alert\": \"\",\n \"company_privacy_policy_url\": \"\",\n \"company_website_url\": \"\",\n \"contact_support_url\": \"\",\n \"hide_contact_support_url\": \"\",\n \"hide_logo_url\": \"\"\n },\n \"org_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "update" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-495fa0d3-a2bd-4a5d-b066-e0436d99900a" }, { "id": "4cdefae2-341f-4649-bef9-f32eab56dec7", "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 \"template_properties\": {\n \"cta_button_bg_color\": \"\",\n \"cta_text_font_color\": \"\",\n \"primary_bg_color\": \"\",\n \"home_url\": \"\",\n \"logo_url\": \"\",\n \"font_family\": \"\",\n \"product_name\": \"\",\n \"footer_address\": \"\",\n \"footer_phone\": \"\",\n \"replacement_value_for_liveboard\": \"\",\n \"replacement_value_for_answer\": \"\",\n \"replacement_value_for_spot_iq\": \"\",\n \"hide_footer_address\": \"\",\n \"hide_footer_phone\": \"\",\n \"hide_manage_notification\": \"\",\n \"hide_mobile_app_nudge\": \"\",\n \"hide_privacy_policy\": \"\",\n \"hide_product_name\": \"\",\n \"hide_ts_vocabulary_definitions\": \"\",\n \"hide_notification_status\": \"\",\n \"hide_error_message\": \"\",\n \"hide_unsubscribe_link\": \"\",\n \"hide_modify_alert\": \"\",\n \"company_privacy_policy_url\": \"\",\n \"company_website_url\": \"\",\n \"contact_support_url\": \"\",\n \"hide_contact_support_url\": \"\",\n \"hide_logo_url\": \"\"\n },\n \"org_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "update" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-4cdefae2-341f-4649-bef9-f32eab56dec7" }, { "id": "107f5a42-6f0f-4c64-9f68-6687014ce3b8", "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 \"template_properties\": {\n \"cta_button_bg_color\": \"\",\n \"cta_text_font_color\": \"\",\n \"primary_bg_color\": \"\",\n \"home_url\": \"\",\n \"logo_url\": \"\",\n \"font_family\": \"\",\n \"product_name\": \"\",\n \"footer_address\": \"\",\n \"footer_phone\": \"\",\n \"replacement_value_for_liveboard\": \"\",\n \"replacement_value_for_answer\": \"\",\n \"replacement_value_for_spot_iq\": \"\",\n \"hide_footer_address\": \"\",\n \"hide_footer_phone\": \"\",\n \"hide_manage_notification\": \"\",\n \"hide_mobile_app_nudge\": \"\",\n \"hide_privacy_policy\": \"\",\n \"hide_product_name\": \"\",\n \"hide_ts_vocabulary_definitions\": \"\",\n \"hide_notification_status\": \"\",\n \"hide_error_message\": \"\",\n \"hide_unsubscribe_link\": \"\",\n \"hide_modify_alert\": \"\",\n \"company_privacy_policy_url\": \"\",\n \"company_website_url\": \"\",\n \"contact_support_url\": \"\",\n \"hide_contact_support_url\": \"\",\n \"hide_logo_url\": \"\"\n },\n \"org_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/customization/email/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "customization", "email", "update" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-107f5a42-6f0f-4c64-9f68-6687014ce3b8" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-6073a0b0-d1c0-4a6a-9999-37bed0d176f6" } ], "id": "9b8b408c-d7d9-45e2-bfbe-8185f289b144", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-9b8b408c-d7d9-45e2-bfbe-8185f289b144" } ], "id": "b72d9f8f-1bc8-4c04-be3a-0b00e8a21cdd", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-b72d9f8f-1bc8-4c04-be3a-0b00e8a21cdd" } ], "id": "0a7cd72e-cafd-49a5-8734-10c7cdfff28d", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-0a7cd72e-cafd-49a5-8734-10c7cdfff28d" }, { "name": "security", "item": [ { "name": "column", "item": [ { "name": "rules", "item": [ { "name": "fetch", "item": [ { "name": "fetch Column Security Rules", "id": "e0f0971a-51db-4cc5-b1d1-1f12206d7581", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"tables\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "fetch" ] }, "description": "\nBeta Version: 10.12.0.cl or later\n\nFetches column security rules for specified tables.\n\nThis API endpoint retrieves column-level security rules configured for tables. It returns information about which columns are secured and which groups have access to those columns.\n\n#### Usage guidelines\n\n- Provide an array of table identifiers using either `identifier` (GUID or name) or `obj_identifier` (object ID)\n- At least one of `identifier` or `obj_identifier` must be provided for each table\n- The API returns column security rules for all specified tables\n- Users must have appropriate permissions to access security rules for the specified tables\n\n#### Required permissions\n\n- `ADMINISTRATION` - Can administer ThoughtSpot\n- `DATAMANAGEMENT` - Can manage data\n- `CAN_MANAGE_WORKSHEET_VIEWS_TABLES` - Can manage worksheet views and tables\n\n#### Example request\n\n```json\n{\n \"tables\": [\n {\n \"identifier\": \"table-guid\",\n \"obj_identifier\": \"table-object-id\"\n }\n ]\n}\n```\n\n#### Response format\n\nThe API returns an array of `ColumnSecurityRuleResponse` objects wrapped in a `data` field. Each `ColumnSecurityRuleResponse` object contains:\n- Table information (GUID and object ID) \n- Array of column security rules with column details, group access, and source table information\n\n#### Example response\n\n```json\n{\n \"data\": [\n {\n \"guid\": \"table-guid\",\n \"objId\": \"table-object-id\",\n \"columnSecurityRules\": [\n {\n \"column\": {\n \"id\": \"col_123\",\n \"name\": \"Salary\"\n },\n \"groups\": [\n {\n \"id\": \"group_1\",\n \"name\": \"HR Department\"\n }\n ],\n \"sourceTableDetails\": {\n \"id\": \"source-table-guid\",\n \"name\": \"Employee_Data\"\n }\n }\n ]\n }\n ]\n}\n```\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "95d38616-1f6d-4375-a482-1fc2f3aa1897", "name": "Successfully fetched column security rules", "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 \"tables\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "fetch" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"table_guid\": \"\",\n \"obj_id\": \"\",\n \"column_security_rules\": [\n {\n \"column\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"source_table_details\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n {\n \"column\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"source_table_details\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n }\n ]\n },\n {\n \"table_guid\": \"\",\n \"obj_id\": \"\",\n \"column_security_rules\": [\n {\n \"column\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"source_table_details\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n {\n \"column\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"source_table_details\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n }\n ]\n }\n]", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-95d38616-1f6d-4375-a482-1fc2f3aa1897" }, { "id": "be8f293f-864b-487b-913c-937d2c683a83", "name": "Bad request - Table not found or invalid parameters", "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 \"tables\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "fetch" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-be8f293f-864b-487b-913c-937d2c683a83" }, { "id": "17a8b2fa-0787-41ae-a59e-befabbb32baf", "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 \"tables\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "fetch" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-17a8b2fa-0787-41ae-a59e-befabbb32baf" }, { "id": "09c12d51-6412-45fb-b6ee-40c726025958", "name": "Forbidden - User doesn't have permission to access security rules for this table", "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 \"tables\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "fetch" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-09c12d51-6412-45fb-b6ee-40c726025958" }, { "id": "587503a4-8d21-4ae4-aaf8-84690aafb0b4", "name": "Internal server 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 \"tables\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "fetch" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-587503a4-8d21-4ae4-aaf8-84690aafb0b4" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-e0f0971a-51db-4cc5-b1d1-1f12206d7581" } ], "id": "5b825038-bf4d-4553-b5af-98fea16cf69e", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-5b825038-bf4d-4553-b5af-98fea16cf69e" }, { "name": "update", "item": [ { "name": "update Column Security Rules", "id": "5c752c4e-831f-4f8b-a9ad-b2a4e3d27004", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"column_security_rules\": [\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REPLACE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REMOVE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"clear_csr\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "update" ] }, "description": "\nBeta Version: 10.12.0.cl or later\n\nCreates, updates, or deletes column security rules for specified tables.\n\nThis API endpoint allows you to create, update, or delete column-level security rules on columns of a table. The operation follows an \"all or none\" policy: if defining security rules for any of the provided columns fails, the entire operation will be rolled back, and no rules will be created.\n\n#### Usage guidelines\n\n- Provide table identifier using either `identifier` (GUID or name) or `obj_identifier` (object ID)\n- Use `clear_csr: true` to remove all column security rules from the table\n- For each column, specify the security rule using `column_security_rules` array\n- Use `is_unsecured: true` to mark a specific column as unprotected\n- Use `group_access` operations to manage group associations:\n - `ADD`: Add groups to the column's access list\n - `REMOVE`: Remove groups from the column's access list\n - `REPLACE`: Replace all existing groups with the specified groups\n\n#### Required permissions\n\n- `ADMINISTRATION` - Can administer ThoughtSpot\n- `DATAMANAGEMENT` - Can manage data (if RBAC is disabled)\n- `CAN_MANAGE_WORKSHEET_VIEWS_TABLES` - Can manage worksheet views and tables (if RBAC is enabled)\n\n#### Example request\n\n```json\n{\n \"identifier\": \"table-guid\",\n \"obj_identifier\": \"table-object-id\",\n \"clear_csr\": false,\n \"column_security_rules\": [\n {\n \"column_identifier\": \"col id or col name\",\n \"is_unsecured\": false,\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\"hr_group_id\", \"hr_group_name\", \"finance_group_id\"]\n }\n ]\n },\n {\n \"column_identifier\": \"col id or col name\",\n \"is_unsecured\": true\n },\n {\n \"column_identifier\": \"col id or col name\",\n \"is_unsecured\": false,\n \"group_access\": [\n {\n \"operation\": \"REPLACE\",\n \"group_identifiers\": [\"management_group_id\", \"management_group_name\"]\n }\n ]\n }\n ]\n}\n```\n\n#### Request Body Schema\n\n- `identifier` (string, optional): GUID or name of the table for which we want to create column security rules\n- `obj_identifier` (string, optional): The object ID of the table\n- `clear_csr` (boolean, optional): If true, then all the secured columns will be marked as unprotected, and all the group associations will be removed\n- `column_security_rules` (array of objects, required): An array where each object defines the security rule for a specific column\n\nEach column security rule object contains:\n- `column_identifier` (string, required): Column identifier (col_id or name)\n- `is_unsecured` (boolean, optional): If true, the column will be marked as unprotected and all groups associated with it will be removed\n- `group_access` (array of objects, optional): Array of group operation objects\n\nEach group operation object contains:\n- `operation` (string, required): Operation type - ADD, REMOVE, or REPLACE\n- `group_identifiers` (array of strings, required): Array of group identifiers (name or GUID) on which the operation will be performed\n\n#### Response\n\nThis API does not return any response body. A successful operation returns HTTP 200 status code.\n\n#### Operation Types\n\n- **ADD**: Adds the specified groups to the column's access list\n- **REMOVE**: Removes the specified groups from the column's access list \n- **REPLACE**: Replaces all existing groups with the specified groups \n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "8b0282e3-495a-429c-98a8-87561de56051", "name": "Successfully updated column security rules", "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 \"column_security_rules\": [\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REPLACE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REMOVE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"clear_csr\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "update" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-8b0282e3-495a-429c-98a8-87561de56051" }, { "id": "cc9cf358-9ae9-4b7d-a45a-9ba9bc1c9a84", "name": "Bad request - Invalid parameters or table 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 \"column_security_rules\": [\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REPLACE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REMOVE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"clear_csr\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "update" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-cc9cf358-9ae9-4b7d-a45a-9ba9bc1c9a84" }, { "id": "8098e424-7bda-47f1-b735-2787bb3fdc2b", "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 \"column_security_rules\": [\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REPLACE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REMOVE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"clear_csr\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "update" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-8098e424-7bda-47f1-b735-2787bb3fdc2b" }, { "id": "4121e052-0029-408a-b149-6a0f93124451", "name": "Forbidden - User doesn't have permission to modify security rules for this table", "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 \"column_security_rules\": [\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REPLACE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REMOVE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"clear_csr\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "update" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-4121e052-0029-408a-b149-6a0f93124451" }, { "id": "4901fc7b-b571-44d5-9e3b-3eac2232b0fd", "name": "Internal server 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 \"column_security_rules\": [\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REPLACE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"column_identifier\": \"\",\n \"is_unsecured\": \"\",\n \"group_access\": [\n {\n \"operation\": \"ADD\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"operation\": \"REMOVE\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"clear_csr\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/column/rules/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "column", "rules", "update" ] } }, "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:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-4901fc7b-b571-44d5-9e3b-3eac2232b0fd" } ], "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-5c752c4e-831f-4f8b-a9ad-b2a4e3d27004" } ], "id": "10012012-78b5-4045-bfe8-3a41e2bb9d5d", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-10012012-78b5-4045-bfe8-3a41e2bb9d5d" } ], "id": "6c64512f-fb98-4aaf-b645-eca7bf864b2e", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-6c64512f-fb98-4aaf-b645-eca7bf864b2e" } ], "id": "f5bdb569-3236-45a8-acde-9a347e9a341e", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-f5bdb569-3236-45a8-acde-9a347e9a341e" } ], "id": "d1af0448-1e49-4190-90a9-d70a8176ee87", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-d1af0448-1e49-4190-90a9-d70a8176ee87" } ], "id": "927b721b-8201-415c-aa5b-c64469f454ad", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-927b721b-8201-415c-aa5b-c64469f454ad" } ], "id": "d06ae461-c932-4677-8cf4-5c4cfd3d73af", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-d06ae461-c932-4677-8cf4-5c4cfd3d73af" } ], "id": "79210db6-5558-478a-b6ca-e1a90a1d5577", "createdAt": "2026-07-28T03:13:40.000Z", "updatedAt": "2026-07-28T03:13:40.000Z", "uid": "35240-79210db6-5558-478a-b6ca-e1a90a1d5577" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "base-url", "value": "https://localhost:443" }, { "key": "baseUrl", "value": "{{base-url}}" } ] }