{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Companies API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Gainsight Insert company records", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/data/objects/Company", "body": { "type": "json", "data": "{}" } }, "docs": "Insert one or more company records into Gainsight. Supports up to 50 records per call." }, { "info": { "name": "Gainsight Update company records", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.gainsightcloud.com/v1/data/objects/Company", "params": [ { "name": "keys", "value": "", "type": "query", "description": "Comma-separated list of key field names for matching" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update one or more company records. Requires a key field for matching. Supports up to 50 records per call." }, { "info": { "name": "Gainsight Search company records", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/data/objects/Company/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search for company records using filter criteria. Returns up to 5000 records per call." }, { "info": { "name": "Gainsight Get a company record", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/data/objects/Company/:recordId", "params": [ { "name": "recordId", "value": "", "type": "path", "description": "Gainsight record unique identifier (Gsid)" } ] }, "docs": "Retrieve a specific company record by its Gainsight ID." }, { "info": { "name": "Gainsight Delete a company record", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.gainsightcloud.com/v1/data/objects/Company/:recordId", "params": [ { "name": "recordId", "value": "", "type": "path", "description": "Gainsight record unique identifier (Gsid)" } ] }, "docs": "Delete a company record by its Gainsight ID." }, { "info": { "name": "Gainsight List companies", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/v1/companies", "params": [ { "name": "pageNumber", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of records per page" } ] }, "docs": "Retrieve a list of company records from Gainsight." }, { "info": { "name": "Gainsight Create a company", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/v1/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new company record in Gainsight." }, { "info": { "name": "Gainsight Get a company", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/v1/companies/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier of the company" } ] }, "docs": "Retrieve a specific company record by ID." }, { "info": { "name": "Gainsight Update a company", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.gainsightcloud.com/v1/v1/companies/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier of the company" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing company record." }, { "info": { "name": "Gainsight Delete a company", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.gainsightcloud.com/v1/v1/companies/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier of the company" } ] }, "docs": "Delete a company record by ID." } ] } ], "bundled": true }