{"info":{"_postman_id":"765a5c32-c726-4d32-93e2-d8a4d03419c7","name":"Ncino Developer APIs","description":"<html><head></head><body><p>AutoRABIT provide a comprehensive set of APIs for developer/product_manager to integrate AutoRABIT with their own platform.</p>\n<p>For all APIs as please use url of AutoRABIT organization instance where you want to integrate your data.</p>\n<p><strong>For example:</strong></p>\n<p>if you are using <a href=\"https://pilot.autorabit.com/\">https://pilot.autorabit.com</a>, will be <strong>pilot.autorabit.com</strong>;</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"35959276","collectionId":"765a5c32-c726-4d32-93e2-d8a4d03419c7","publishedId":"2sA3QwdAaS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-03T07:28:04.000Z"},"item":[{"name":"Authentication","item":[],"id":"c1c8e65e-3f53-4eb1-bad2-89e05b320e50","description":"<p>AutoRABIT API uses API keys to authenticate requests. Authentication to the API is performed via HTTP Basic Auth. Provide your API key as the basic auth username value. You do not need to provide a password.</p>\n<p>Generate an API Key from the AutoRABIT platform and provide it in the header such as <strong>header -- \"token: api-key\"</strong> for cURL for all the requests requiring this authentication.</p>\n<p>To create a new API key, follow the instructions as mentioned in the link: <a href=\"https://knowledgebase.autorabit.com/docs/create-api-token\">https://knowledgebase.autorabit.com/docs/create-api-token</a></p>\n","_postman_id":"c1c8e65e-3f53-4eb1-bad2-89e05b320e50"},{"name":"Ncino CIJobs APIs","item":[{"name":"Get All Projects","id":"c5683af0-82c3-473e-bb2e-5f4bbbb5b948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/getalljobs","description":"<h3 id=\"request-param-description\">REQUEST PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BASE-ORG-URL</td>\n<td>String</td>\n<td>Your instance URL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-param-description\">RESPONSE PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orgName</td>\n<td>String</td>\n<td>Your Org Name</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Your CI Job name</td>\n</tr>\n<tr>\n<td>destinationOrg</td>\n<td>String</td>\n<td>Destination Org name</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>Email id of the person who triggered job</td>\n</tr>\n<tr>\n<td>autoCommit</td>\n<td>Boolean</td>\n<td>Status of the commit</td>\n</tr>\n<tr>\n<td>repoName</td>\n<td>String</td>\n<td>Name of the commit repository</td>\n</tr>\n<tr>\n<td>branchName</td>\n<td>String</td>\n<td>Name of the commit branch</td>\n</tr>\n<tr>\n<td>jobType</td>\n<td>String</td>\n<td>Type of the job</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","cijobs","v1","ncino","getalljobs"],"host":["<BASE-ORG-URL>"],"query":[],"variable":[]}},"response":[{"id":"d7c0d6f8-4e87-4290-ae75-e8fbc9b63045","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/getalljobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, access-control-allow-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 Nov 2023 09:19:33 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"orgName\": \"Your Org Name\",\n        \"name\": \"Project name 1\",\n        \"createdBy\": \"xxxxx.yyy@autorabit.com\",\n        \"createdOn\": \"Date Time\",\n        \"destinationorg\": \"Destination Org name\",\n        \"autoCommit\": false,\n        \"deploy\": true,\n        \"repoName\": \"\",\n        \"branchName\": \"\",\n        \"jobType\": \"DFMFRMT\"\n    }\n]"}],"_postman_id":"c5683af0-82c3-473e-bb2e-5f4bbbb5b948"},{"name":"Jobs History","id":"e942aa30-6f6b-43b4-a126-f249736068b4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/gethistory","description":"<h3 id=\"request-param-description\">REQUEST PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BASE-ORG-URL</td>\n<td>String</td>\n<td>Your instance URL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-param-description\">RESPONSE PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orgName</td>\n<td>String</td>\n<td>Your Org Name</td>\n</tr>\n<tr>\n<td>projectName</td>\n<td>String</td>\n<td>Your CI Job name</td>\n</tr>\n<tr>\n<td>buildNumber</td>\n<td>Integer</td>\n<td>Last build number</td>\n</tr>\n<tr>\n<td>triggeredBy</td>\n<td>String</td>\n<td>Email id of the person who triggered job</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Label of the build</td>\n</tr>\n<tr>\n<td>backUp</td>\n<td>Boolean</td>\n<td>Status of the backup</td>\n</tr>\n<tr>\n<td>buildStatus</td>\n<td>String</td>\n<td>Status of the build</td>\n</tr>\n<tr>\n<td>deployedSFOrg</td>\n<td>String</td>\n<td>Destination org name</td>\n</tr>\n<tr>\n<td>deployStatus</td>\n<td>String</td>\n<td>Status of the deploy</td>\n</tr>\n<tr>\n<td>overAllStatus</td>\n<td>String</td>\n<td>Over all status of the build</td>\n</tr>\n<tr>\n<td>jobType</td>\n<td>String</td>\n<td>Type of the job</td>\n</tr>\n<tr>\n<td>isPostDeployEnabled</td>\n<td>Boolean</td>\n<td>Status of post deployment</td>\n</tr>\n<tr>\n<td>rollbackEnabled</td>\n<td>Boolean</td>\n<td>Status of rollback operation</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","cijobs","v1","ncino","gethistory"],"host":["<BASE-ORG-URL>"],"query":[],"variable":[]}},"response":[{"id":"0c3c4e48-1b37-4aa7-ba8d-d6c5fc93610b","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/gethistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, access-control-allow-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 Nov 2023 09:28:32 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"orgName\": \"Your Org Name\",\n        \"projectName\": \"Project name 1\",\n        \"lastsuccessfulbuild\": \"Last successful build number\",\n        \"buildNumber\": \"Last Build Number\",\n        \"triggeredBy\": \"xxxxx.yyy@autorabit.com\",\n        \"title\": \"Label of the build\",\n        \"deploy\": true,\n        \"backUp\": true/false,\n        \"timeOfBuild\": \"Date Time\",\n        \"buildStatus\": \"Build Status\",\n        \"deployedSFOrg\": \"Destination Org name\",\n        \"deployStatus\": \"Deployment Status\",\n        \"overAllStatus\": \"Overall status\",\n        \"commit\": true/false,\n        \"jobType\": \"DFMFRMT\",\n        \"isPostDeployEnabled\": true/false,\n        \"rollbackEnabled\": true/false\n    }\n]"}],"_postman_id":"e942aa30-6f6b-43b4-a126-f249736068b4"},{"name":"Trigger Build","id":"e0af79bd-e099-4ee3-ab8a-3dd68c571868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"Your Job name\",\r\n    \"jobHistory\": {\r\n        \"title\": \"Label name of the build\",\r\n        \"deploy\": true,\r\n        \"commitFeature\": false,\r\n        \"note\": \"Note of the build\",\r\n        \"comment\": \"Comment of the build\",\r\n        \"rollbackEnabled\": true/false,\r\n        \"deployedSFOrg\": \"Destination org name\"\r\n    }\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/trigger","description":"<h3 id=\"request-param-description\">REQUEST PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BASE-ORG-URL</td>\n<td>String</td>\n<td>Your instance URL</td>\n</tr>\n<tr>\n<td>jobName</td>\n<td>String</td>\n<td>Name of your CI Job (the name is case sensitive)</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Your CI job build label</td>\n</tr>\n<tr>\n<td>deploy</td>\n<td>boolean</td>\n<td>Deploy your CI Job</td>\n</tr>\n<tr>\n<td>commitFeature</td>\n<td>boolean</td>\n<td>Commit your CI Job</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>Your CI Job note</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>Your CI Job comment message</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-param-description\">RESPONSE PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>String</td>\n<td>Buildtrigger message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","cijobs","v1","ncino","trigger"],"host":["<BASE-ORG-URL>"],"query":[],"variable":[]}},"response":[{"id":"9dd4cfd1-5486-4fd8-98c6-933715d9f1c7","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"api testing 1\",\r\n    \"jobHistory\": {\r\n        \"title\": \"Initial Build\",\r\n        \"deploy\": true,\r\n        \"commitFeature\": false,\r\n        \"note\": \"\",\r\n        \"comment\": \"\",\r\n        \"rollbackEnabled\": true,\r\n        \"deployedSFOrg\": \"Destination\",\r\n        \"projectType\": \"SalesForceFeature\"\r\n    }\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/trigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, access-control-allow-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 Nov 2023 09:35:36 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200\",\n    \"result\": \"Build has invoked successfully.\"\n}"}],"_postman_id":"e0af79bd-e099-4ee3-ab8a-3dd68c571868"},{"name":"CIJob Build Summary","id":"b588c95a-2fed-43be-9634-c2e913bdab36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"CI Job jobName\",\r\n    \"nextPage\": true\r\n}"},"url":"<BASE-ORG-URL>/cijobs/v1/ncino/getcijobsummary","description":"<h3 id=\"request-param-description\">REQUEST PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BASE-ORG-URL</td>\n<td>String</td>\n<td>Your instance URL</td>\n</tr>\n<tr>\n<td>jobName</td>\n<td>String</td>\n<td>Your CI Job name</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-param-description\">RESPONSE PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orgProjectName</td>\n<td>String</td>\n<td>Name of the org and project name</td>\n</tr>\n<tr>\n<td>buildNumber</td>\n<td>Integer</td>\n<td>Build number of the job</td>\n</tr>\n<tr>\n<td>triggeredBy</td>\n<td>String</td>\n<td>Email id of the person who triggered job</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Label of the build</td>\n</tr>\n<tr>\n<td>buildStatus</td>\n<td>String</td>\n<td>Status of the build</td>\n</tr>\n<tr>\n<td>deployedSFOrg</td>\n<td>String</td>\n<td>Destination org name</td>\n</tr>\n<tr>\n<td>deployStatus</td>\n<td>String</td>\n<td>Deploy status</td>\n</tr>\n<tr>\n<td>commitStatus</td>\n<td>String</td>\n<td>Commit status</td>\n</tr>\n<tr>\n<td>parentBuildNumber</td>\n<td>Integer</td>\n<td>CI Job parent build number</td>\n</tr>\n<tr>\n<td>postDeployStatus</td>\n<td>String</td>\n<td>Status of postDeployment</td>\n</tr>\n<tr>\n<td>isPostDeployEnabled</td>\n<td>Boolean</td>\n<td>Is Post deployment enabled or not</td>\n</tr>\n<tr>\n<td>rollbackEnabled</td>\n<td>Boolean</td>\n<td>Is rollback enabled or not</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["cijobs","v1","ncino","getcijobsummary"],"host":["<BASE-ORG-URL>"],"query":[],"variable":[]}},"response":[{"id":"d5582f5f-6a1a-4935-8a2f-02c4ac69b615","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"Jar 59 22.3 sanity 1 CIJobs\",\r\n    \"nextPage\": true\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/getcijobsummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, access-control-allow-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 Nov 2023 09:37:34 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ciJobHistoryList\": [\n        {\n            \"orgProjectName\": \"orgName_projectName\",\n            \"buildNumber\": \"Build Number\",\n            \"triggeredBy\": \"xxxxx.yyy@autorabit.com\",\n            \"title\": \"Label of the build\",\n            \"deploy\": true,\n            \"backUp\": true/false,\n            \"timeOfBuild\": \"Date Time\",\n            \"buildAgentName\": \"Agent name\",\n            \"buildStatus\": \"Build Status\",\n            \"deployedSFOrg\": \"Destination org name\",\n            \"deployStatus\": \"Deploy status\",\n            \"from\": \"templateusingsf\",\n            \"overAllStatus\": \"Over all status\",\n            \"commitStatus\": \"Commit status\",\n            \"jobType\": \"DFMFRMTUSFORG\",\n            \"parentBuildNumber\": \"Parent build number\",\n            \"postDeployStatus\": \"Post deployment status\",\n            \"isPostDeployEnabled\": true/false,\n            \"rollbackEnabled\": true/false\n        }\n    ]\n}"}],"_postman_id":"b588c95a-2fed-43be-9634-c2e913bdab36"},{"name":"Latest Build","id":"7043dc37-8984-4cea-8d01-684adbde3922","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"CI Job jobName\"\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/getcijobinfo","description":"<h3 id=\"request-param-description\">REQUEST PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BASE-ORG-URL</td>\n<td>String</td>\n<td>Your instance URL</td>\n</tr>\n<tr>\n<td>jobName</td>\n<td>String</td>\n<td>Your CI Job Name</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-param-description\">RESPONSE PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orgName</td>\n<td>String</td>\n<td>Your org Name</td>\n</tr>\n<tr>\n<td>projectname</td>\n<td>String</td>\n<td>Your project name</td>\n</tr>\n<tr>\n<td>buildNumber</td>\n<td>Integer</td>\n<td>Build number of the CI Job</td>\n</tr>\n<tr>\n<td>triggeredBy</td>\n<td>String</td>\n<td>Email id of the person who triggered job</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Label of the build</td>\n</tr>\n<tr>\n<td>buildStatus</td>\n<td>String</td>\n<td>Status of the build</td>\n</tr>\n<tr>\n<td>deployedSFOrg</td>\n<td>String</td>\n<td>Destination org name</td>\n</tr>\n<tr>\n<td>deployStatus</td>\n<td>String</td>\n<td>Status of deployment</td>\n</tr>\n<tr>\n<td>jobType</td>\n<td>String</td>\n<td>Type of the job</td>\n</tr>\n<tr>\n<td>postDeployStatus</td>\n<td>String</td>\n<td>Status of postDeployment</td>\n</tr>\n<tr>\n<td>isPostDeployEnabled</td>\n<td>Boolean</td>\n<td>Is Post deployment enabled or not</td>\n</tr>\n<tr>\n<td>rollbackEnabled</td>\n<td>Boolean</td>\n<td>Is rollback enabled or not</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","cijobs","v1","ncino","getcijobinfo"],"host":["<BASE-ORG-URL>"],"query":[],"variable":[]}},"response":[{"id":"2de1db41-4cd0-479e-9216-ac6d25e86f73","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"Jar 59 22.3 sanity 1 CIJobs\"\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/getcijobinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, access-control-allow-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 Nov 2023 09:51:34 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"orgName\": \"Your org Name\",\n    \"projectName\": \"Your project name\",\n    \"lastsuccessfulbuild\": \"Last success build number\",\n    \"buildNumber\": \"Build number\",\n    \"triggeredBy\": \"xxxxx.yyy@autorabit.com\",\n    \"title\": \"Label of the build\",\n    \"deploy\": true,\n    \"backUp\": true/false,\n    \"timeOfBuild\": \"Date Time\",\n    \"buildStatus\": \"Build status\",\n    \"deployedSFOrg\": \"Destination org name\",\n    \"deployStatus\": \"Deploy status\",\n    \"status\": \"Deploy status\",\n    \"overAllStatus\": \"Over all status\",\n    \"jobType\": \"DFMFRMTUSFORG\",\n    \"postDeployStatus\": \"Post deploy status\",\n    \"isPostDeployEnabled\": true/false,\n    \"rollbackEnabled\": true/false\n}"}],"_postman_id":"7043dc37-8984-4cea-8d01-684adbde3922"},{"name":"CIJob Build History","id":"498dac72-224d-4a44-b756-20d31791c7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"CI Job jobName\",\r\n    \"buildNumber\": \"CI Job build number\"\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/getcijobbuildhistory","description":"<h3 id=\"request-param-description\">REQUEST PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BASE-ORG-URL</td>\n<td>String</td>\n<td>Your instance URL</td>\n</tr>\n<tr>\n<td>jobName</td>\n<td>String</td>\n<td>Your CI Job name</td>\n</tr>\n<tr>\n<td>buildNumber</td>\n<td>Integer</td>\n<td>Your CI Job build number</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-param-description\">RESPONSE PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orgName</td>\n<td>String</td>\n<td>Your org Name</td>\n</tr>\n<tr>\n<td>projectName</td>\n<td>String</td>\n<td>Your project name</td>\n</tr>\n<tr>\n<td>buildNumber</td>\n<td>Integer</td>\n<td>Build number</td>\n</tr>\n<tr>\n<td>featureName</td>\n<td>String</td>\n<td>Feature name</td>\n</tr>\n<tr>\n<td>version</td>\n<td>String</td>\n<td>Feature version</td>\n</tr>\n<tr>\n<td>buildStatus</td>\n<td>String</td>\n<td>Status of the build</td>\n</tr>\n<tr>\n<td>deployStatus</td>\n<td>String</td>\n<td>Status of deployment</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","cijobs","v1","ncino","getcijobbuildhistory"],"host":["<BASE-ORG-URL>"],"query":[],"variable":[]}},"response":[{"id":"6e8f8ba3-ad87-4426-af4f-d601a7a36d01","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"Jar 59 22.3 sanity 1 CIJobs\",\r\n    \"buildNumber\": \"1\"\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/getcijobbuildhistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, access-control-allow-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 Nov 2023 10:01:07 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"orgName\": \"Your org Name\",\n        \"projectName\": \"Your porject name\",\n        \"buildNumber\": \"Build number\",\n        \"featureName\": \"Feature name\",\n        \"version\": \"Feature version\",\n        \"build\": true,\n        \"buildStatus\": \"Build status\",\n        \"deploy\": true,\n        \"deployStatus\": \"Deploy status\",\n        \"metadataRetrievalStatus\": \"Metadata retrieval status\",\n        \"dataRetrievalStatus\": \"Data retrieval status\",\n        \"dataRetrieved\": true/false\n    }\n]"}],"_postman_id":"498dac72-224d-4a44-b756-20d31791c7a1"},{"name":"Poll Status","id":"ec2b3059-996d-41f8-a4b5-a7f82512056a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"CI Job jobName\",\r\n    \"buildNumber\": \"CI Job build number\"\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/pollstatus","description":"<h3 id=\"request-param-description\">REQUEST PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BASE-ORG-URL</td>\n<td>String</td>\n<td>Your instance URL</td>\n</tr>\n<tr>\n<td>jobName</td>\n<td>String</td>\n<td>Your CI Job name</td>\n</tr>\n<tr>\n<td>buildNumber</td>\n<td>Integer</td>\n<td>Your CI Job build number</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-param-description\">RESPONSE PARAM DESCRIPTION</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>projectName</td>\n<td>String</td>\n<td>Your project name</td>\n</tr>\n<tr>\n<td>buildNumber</td>\n<td>Integer</td>\n<td>Build number of the CI Job</td>\n</tr>\n<tr>\n<td>triggeredBy</td>\n<td>String</td>\n<td>Email id of the person who triggered job</td>\n</tr>\n<tr>\n<td>buildStatus</td>\n<td>String</td>\n<td>Status of the build</td>\n</tr>\n<tr>\n<td>deployStatus</td>\n<td>String</td>\n<td>Status of the deployment</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Over all status of the CI Job</td>\n</tr>\n<tr>\n<td>postDeployStatus</td>\n<td>String</td>\n<td>Status of post deployment</td>\n</tr>\n<tr>\n<td>rollbackEnabled</td>\n<td>Boolean</td>\n<td>Is rollback enabled or not</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","cijobs","v1","ncino","pollstatus"],"host":["<BASE-ORG-URL>"],"query":[],"variable":[]}},"response":[{"id":"06f96105-f052-48bb-8d78-036d2ff02502","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"Jar 59 22.3 sanity 1 CIJobs\",\r\n    \"buildNumber\": \"2\"\r\n}"},"url":"<BASE-ORG-URL>/api/cijobs/v1/ncino/pollstatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, access-control-allow-origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 Nov 2023 10:05:27 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"projectName\": \"Your project name\",\n    \"buildNumber\": \"Build number\",\n    \"triggeredBy\": \"xxxxx.yyy@autorabit.com\",\n    \"buildStatus\": \"Build status\", \n    \"deployStatus\": \"Deploy status\",\n    \"status\": \"Over all status\",\n    \"validateRollBack\": true/false,\n    \"postDeployStatus\": \"Post deploy status\",\n    \"rollbackEnabled\": true/false\n}"}],"_postman_id":"ec2b3059-996d-41f8-a4b5-a7f82512056a"}],"id":"fbebaed8-f291-454a-9d96-d19256faf4d4","description":"<p><em>Set of CI Job related APIs</em></p>\n","_postman_id":"fbebaed8-f291-454a-9d96-d19256faf4d4"}]}