{"info":{"_postman_id":"16ce375d-7f1e-40c6-a641-88f6f5ded84f","name":"Strongpoint Integration Customization API","description":"<html><head></head><body><p>Strongpoint's Customization API provides an external access to retrieving customizations from a Netsuite account.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30883336","collectionId":"16ce375d-7f1e-40c6-a641-88f6f5ded84f","publishedId":"2s9YeABubu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-22T08:05:45.000Z"},"item":[{"name":"Get Customizations","id":"c12a8af1-b9df-45b3-9fb5-8f24e4d661d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"<consumer-key>"},{"key":"consumerSecret","value":"<consumer-secret>"},{"key":"token","value":"<token>"},{"key":"tokenSecret","value":"<token-secret>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"actionType\": \"retrieveCustomizations\",\n    \"name\": \"test\",\n    \"scriptId\": \"custscript_xxx_123\",\n    \"type\": \"1789\",\n    \"bundleId\": \"249434\",\n    \"modifiedBy\": \"2341\",\n    \"from\": \"123456789098\",\n    \"to\": \"09876543213465\"\n}","options":{"raw":{"language":"json"}}},"url":"https://<netsuite-account-id-xxx>.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=customscript_flo_int_customization_api&deploy=1","description":"<p>Returns a list of customizations using the available user-defined filters.</p>\n","urlObject":{"protocol":"https","path":["app","site","hosting","restlet.nl"],"host":["<netsuite-account-id-xxx>","restlets","api","netsuite","com"],"query":[{"description":{"content":"<p>The script ID for the Customization API, this value is a constant, mandatory and should not be changed.</p>\n","type":"text/plain"},"key":"script","value":"customscript_flo_int_customization_api"},{"description":{"content":"<p>The deployment ID for the Customization API, this value is a constant, mandatory and should not be changed.</p>\n","type":"text/plain"},"key":"deploy","value":"1"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"c12a8af1-b9df-45b3-9fb5-8f24e4d661d3"}]}