{ "info": { "_postman_id": "8d5e0aed-5143-4a95-8a48-e11342142913", "name": "project siput", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Get By ID template program", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost/siput-new/api/template-program/1", "protocol": "http", "host": [ "localhost" ], "path": [ "siput-new", "api", "template-program", "1" ] } }, "response": [] }, { "name": "Get template program", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost/siput-new/api/template-program", "protocol": "http", "host": [ "localhost" ], "path": [ "siput-new", "api", "template-program" ] } }, "response": [] }, { "name": "create template program", "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"nama\": \"test\",\r\n \"status\": 2,\r\n \"created_by\": \"user\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost/siput-new/api/template-program/create", "protocol": "http", "host": [ "localhost" ], "path": [ "siput-new", "api", "template-program", "create" ] } }, "response": [] }, { "name": "get item program", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"nama\": \"test\",\r\n \"status\": 2,\r\n \"created_by\": \"user\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost/siput-new/api/item-program", "protocol": "http", "host": [ "localhost" ], "path": [ "siput-new", "api", "item-program" ] } }, "response": [] }, { "name": "create item program", "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"id_template\": 3,\r\n \"kolom\": \"test\",\r\n \"created_by\": \"user\",\r\n \"tipe_kolom\": \"test\",\r\n \"order_by\": \"DESC\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost/siput-new/api/item-program/create", "protocol": "http", "host": [ "localhost" ], "path": [ "siput-new", "api", "item-program", "create" ] } }, "response": [] }, { "name": "update item program", "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"id_template\": 3,\r\n \"kolom\": \"test\",\r\n \"modified_by\": \"user\",\r\n \"tipe_kolom\": \"test\",\r\n \"order_by\": \"DESC\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost/siput-new/api/item-program/update/{id}", "protocol": "http", "host": [ "localhost" ], "path": [ "siput-new", "api", "item-program", "update", "{id}" ] } }, "response": [] } ] }