{ "info": { "_postman_id": "bb78f1bb-0b47-4a68-a9a0-270c5938ab7b", "name": "JSM CS API", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "Organization", "description": "Operations related to organizations.", "item": [ { "name": "Get an organization by id", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}api/v1/organization/:organizationId", "query": [], "variable": [] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Returns an organization, including its details." }, "response": [] }, { "name": "Update the value of a detail field for a given organization", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}api/v1/organization/:organizationId/details", "query": [ { "key": "fieldName", "value": "{{fieldName}}", "disabled": false, "description": "The name of the detail field to update the value of." } ], "variable": [] }, "method": "PUT", "header": [ { "description": "", "disabled": false, "key": "Content-Type", "value": "application/json" }, { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Updates and returns the new value(s) of the updated field, along with its general configuration (such as ID and Type).", "body": { "mode": "raw", "raw": "" } }, "response": [] } ] }, { "name": "Customer", "description": "Operations related to customers.", "item": [ { "name": "Get a customer by id", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}api/v1/customer/:customerId", "query": [], "variable": [] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Returns a Customer, including their details." }, "response": [] }, { "name": "Update the value of a detail field for a given customer", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}api/v1/customer/:customerId/details", "query": [ { "key": "fieldName", "value": "{{fieldName}}", "disabled": false, "description": "The name of the detail field to update the value of." } ], "variable": [] }, "method": "PUT", "header": [ { "description": "", "disabled": false, "key": "Content-Type", "value": "application/json" }, { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Updates and returns the new value(s) of the updated field, along with its general configuration (such as ID and Type).", "body": { "mode": "raw", "raw": "" } }, "response": [] } ] } ], "variable": [ { "key": "protocol", "name": "Protocol", "description": "The HTTP Protocol that should be used for this REST API.", "type": "string", "value": "https" }, { "key": "host", "name": "Host", "description": "The HTTP host that should be used for this REST API.", "type": "string", "value": "api.atlassian.com" }, { "key": "basePath", "name": "Base Path", "description": "The path, after the host, of the base of the REST API.", "type": "string", "value": "%7Bhost%7D/%7BbasePath%7D/" } ] }