{ "openapi": "3.0.0", "info": { "title": "MyTEnS Dashboard Management", "description": "This is dokumentation of api from MyTEnS Dashboard Management", "contact": { "email": "you@your-company.com" }, "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" }, "version": "1.0.0" }, "servers": [ { "url": "https://virtserver.swaggerhub.com/cindy_yudiah/mytens-dashboardmgt/1.0.0", "description": "SwaggerHub API Auto Mocking" }, { "url": "https://virtserver.swaggerhub.com/apis/cindy_yudiah/mytens-dashboardmgt/1.0.0", "description": "SwaggerHub API Auto Mocking" } ], "tags": [ { "name": "activity", "description": "for view all data in activity" }, { "name": "detail", "description": "for view all data in detail" }, { "name": "rpa", "description": "for view all data in complex rpa" }, { "name": "maps", "description": "for view all data in maps" }, { "name": "am-performance", "description": "For mobile API Performance" }, { "name": "am-Performance", "description": "For website API Performance" }, { "name": "integration", "description": "For integrasi website API Performance" }, { "name": "coverage-model", "description": "For website API Coverage Model" } ], "paths": { "/activity/buying/v1/overview": { "get": { "tags": [ "activity" ], "summary": "for view segment", "description": "total segment", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewSegment" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/overview-segment": { "get": { "tags": [ "activity" ], "summary": "for view segment in regional", "description": "total segment", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "ERS", "BMS-1", "PCS", "TMS", "CGS" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewSegmentReg" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/activity/buying/v1/list-am": { "get": { "tags": [ "activity" ], "summary": "for view list all AM", "description": "view list all AM", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "filter_segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "PCS", "HWS" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listAM" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/profile-detail": { "get": { "tags": [ "detail" ], "summary": "for view detail profile", "description": "view detail profile", "parameters": [ { "name": "nik", "in": "query", "description": "input nik", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Aktivitas AM", "Lead Visiting", "Opportunity" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/profileAM" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/profile-detail-reg": { "get": { "tags": [ "detail" ], "summary": "for view detail profile regional", "description": "view detail profile regional", "parameters": [ { "name": "nik", "in": "query", "description": "input nik", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "ERS", "BMS-1", "PCS", "TMS", "CGS" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/profileAMReg" } } } }, "400": { "description": "bad input parameter" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/activity/buying/v1/list-detail": { "get": { "tags": [ "detail" ], "summary": "for view list detail", "description": "view list detail", "parameters": [ { "name": "nik", "in": "query", "description": "input nik", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Aktivitas AM", "Lead Visiting", "Opportunity", "Quote", "Order", "Aggrement" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "category", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Kunjungan", "Rapat", "Email" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } }, { "name": "label", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "Dengan Pelanggan", "Tanpa Pelanggan" ] } }, { "name": "status", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "Draft" ] } }, { "name": "proses", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Quote", "Order", "Aggrement" ] } }, { "name": "search", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "nama pelanggan", "nama proyek" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/activityList" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/detail": { "get": { "tags": [ "detail" ], "summary": "for view detail", "description": "view detail", "parameters": [ { "name": "id", "in": "query", "description": "input id", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "nik", "in": "query", "description": "input nik", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "nipnas", "in": "query", "description": "input nipnas", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Aktivitas AM", "Lead Visiting", "Opportunity", "Quote", "Order", "Aggrement" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "category", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Kunjungan", "Rapat", "Email" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } }, { "name": "label", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "Dengan Pelanggan", "Tanpa Pelanggan" ] } }, { "name": "status", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "Draft" ] } }, { "name": "proses", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Quote", "Order", "Aggrement" ] } }, { "name": "search", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "nama pelanggan", "nama proyek" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailActivity" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/list-detail/download": { "get": { "tags": [ "detail" ], "summary": "for download in list detail", "description": "download in list detail", "parameters": [ { "name": "nik", "in": "query", "description": "input nik", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Aktivitas AM", "Lead Visiting", "Opportunity" ] } }, { "name": "type", "in": "query", "description": "input type", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/downloadList" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/detail/download": { "get": { "tags": [ "detail" ], "summary": "for download in detail", "description": "download in detail", "parameters": [ { "name": "nik", "in": "query", "description": "input nik", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "nipnas", "in": "query", "description": "input nipnas", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Aktivitas AM", "Lead Visiting", "Opportunity" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activities", "group" ] } }, { "name": "type", "in": "query", "description": "input type", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/downloadList" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/total-am": { "get": { "tags": [ "activity" ], "summary": "for overview total AM by segment", "description": "total AM by segment", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/totalAMDESbySegment" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/total-activity-am": { "get": { "tags": [ "activity" ], "summary": "for view total activity AM by segment", "description": "total activity AM by segment", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/totalActivityAMbySegmentDES" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/activity-type-am": { "get": { "tags": [ "activity" ], "summary": "for view total activity AM by segment", "description": "total activity AM by segment", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/activityTypebySegmentDES" } } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/activity-type-am-reg": { "get": { "tags": [ "activity" ], "summary": "for view total activity am in regional", "description": "total activity in regional", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/activityTypebySegmentDES" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/activity/buying/v1/value-opportunity": { "get": { "tags": [ "activity" ], "summary": "for view value opportunity", "description": "function for get value opportunity", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Aktivitas AM", "Lead Visiting", "Opportunity" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } }, { "name": "label", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "Dengan Pelanggan", "Tanpa Pelanggan" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/valueOppor" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/value-opportunity-reg": { "get": { "tags": [ "activity" ], "summary": "for view value opportunity", "description": "function for get value opportunity", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Aktivitas AM", "Lead Visiting", "Opportunity" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "ERS", "BMS-1", "PCS", "TMS", "CGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/valueOpporReg" } } } }, "400": { "description": "bad input parameter" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/activity/buying/v1/total-am-segment": { "get": { "tags": [ "activity" ], "summary": "for overview total AM by segment", "description": "total AM by segment", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "TMS", "HMS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/totalamsegment" } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/total-activity-am-segment": { "get": { "tags": [ "activity" ], "summary": "for view total activity AM by segment", "description": "total activity AM by segment", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "PCS", "HWS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/totalActivityAMbySegmentDES" } } } } }, "400": { "description": "bad input parameter" } } } }, "/activity/buying/v1/total-activity-am-reg": { "get": { "tags": [ "activity" ], "summary": "for view total activity am segment regional", "description": "total activity am regional", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "ERS", "BMS-1", "PCS", "TMS", "CGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/totalActSegmentReg" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/activity/buying/v1/list-am-segment": { "get": { "tags": [ "activity" ], "summary": "for view list all AM", "description": "view list all AM", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "string", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "PCS", "HWS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listAMsegment" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Not Implemented server error" } } } }, "/activity/buying/v1/list-am-reg": { "get": { "tags": [ "activity" ], "summary": "for view list all am segment regional", "description": "view list all am", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "desc", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sortBy", "in": "query", "description": "total", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "activity", "lead", "opportunity" ] } }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "Regional" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "ERS", "BMS-1", "PCS", "TMS", "CGS" ] } }, { "name": "filter_segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "ERS", "BMS-1", "PCS", "TMS", "CGS" ] } }, { "name": "filter_role", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "JAM 1", "JAM 2", "AMEX", "AM PRO", "JAM 1 PRO", "SAM" ] } }, { "name": "filter_regional", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "REG-1", "REG-2", "REG-3", "REG-4", "REG-5", "REG-6", "REG-7" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listAMsegmentReg" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Not Implemented server error" } } } }, "/activity/buying/v1/list-am-all": { "get": { "tags": [ "activity" ], "summary": "for view list all am", "description": "view list all am", "parameters": [ { "name": "date_from", "in": "query", "description": "default value 2020-12-26", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "date_to", "in": "query", "description": "default value 2021-03-01", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "type_am", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "segmen", "regional" ] } }, { "name": "divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "default": "DES", "enum": [ "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listAMAll" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Not Implemented server error" } } } }, "/mytds-data/rpa/v1/overview": { "get": { "tags": [ "rpa" ], "summary": "for overview", "description": "overview status dashboard", "parameters": [ { "name": "divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overview" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Not Implemented server error" } } } }, "/mytds-data/rpa/v1/overview-status": { "get": { "tags": [ "rpa" ], "summary": "for view overview status dashboard", "description": "view status overview", "parameters": [ { "name": "divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewStatus" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Not Implemented server error" } } } }, "/rpa/v1/process-running-list": { "get": { "tags": [ "rpa" ], "summary": "for view process running list", "description": "view process running list", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "filter_divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "filter_segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "PCS", "HWS", "BMS-1" ] } }, { "name": "filter_position", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "submission", "customer", "project", "aggrement" ] } }, { "name": "search", "in": "query", "description": "Input project name", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "Pengadaan Cloud Service" } }, { "name": "sortBy", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "lop", "title", "customer", "valueProject", "bud", "segment", "documentAge", "status" ] } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "asc", "desc" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runningList" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/rpa/v1/process-running-status": { "get": { "tags": [ "rpa" ], "summary": "for view process running status", "description": "view process running status", "parameters": [ { "name": "type", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "submission", "customer", "project", "agreement" ] } }, { "name": "divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/statusRunning" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/rpa/v1/process-finished-status": { "get": { "tags": [ "rpa" ], "summary": "for view process finished status", "description": "view process finished status", "parameters": [ { "name": "type", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "go", "no-go" ] } }, { "name": "divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/statusFinished" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/rpa/v1/process-finished-list": { "get": { "tags": [ "rpa" ], "summary": "for view process finished list", "description": "view process finished list", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "filter_divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "filter_segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "PCS", "HWS", "BMS-1" ] } }, { "name": "filter_status", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Go", "No-Go" ] } }, { "name": "search", "in": "query", "description": "Input project name", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "Pengadaan Cloud Service" } }, { "name": "sortBy", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "lop", "title", "customer", "valueProject", "bud", "segment", "documentAge", "status" ] } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "asc", "desc" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/finishedList" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/maps/v1/overview": { "get": { "tags": [ "maps" ], "summary": "for overview maps", "description": "view beranda maps", "parameters": [ { "name": "am_divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "witel", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Jambi", "Aceh", "Palembang" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewMaps" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/maps/v1/list-am": { "get": { "tags": [ "maps" ], "summary": "for view list am", "description": "view list am maps", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "am_divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "PCS", "HWS", "BMS-1" ] } }, { "name": "witel", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Jambi", "Aceh", "Palembang" ] } }, { "name": "search", "in": "query", "description": "Input name", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "Puji Astuti" } }, { "name": "orderBy", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "nik", "nama", "divisi", "segmen", "witel" ] } }, { "name": "order", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "asc", "desc" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listAMMaps" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/maps/v1/list-customer": { "get": { "tags": [ "maps" ], "summary": "for view list customer", "description": "view list customer maps", "parameters": [ { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "am_divisi", "in": "query", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "PCS", "HWS", "BMS-1" ] } }, { "name": "witel", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Jambi", "Aceh", "Palembang" ] } }, { "name": "search", "in": "query", "description": "Input project name", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "Pengadaan Cloud Service" } }, { "name": "orderBy", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "nik", "nama", "divisi", "segmen", "witel" ] } }, { "name": "order", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "asc", "desc" ] } }, { "name": "am", "in": "query", "description": "Input nik am", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "9829156" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listCustomerMaps" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/maps/v1/detail-am": { "get": { "tags": [ "maps" ], "summary": "for view detail am", "description": "detail am maps", "parameters": [ { "name": "am", "in": "query", "description": "Input nik am", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "example": "9829156" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailAMMaps" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/overview": { "get": { "tags": [ "am-Performance" ], "summary": "for overview performance am", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "divisi", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "all", "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewPerformansi" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/list-period": { "get": { "tags": [ "am-Performance" ], "summary": "for overview performance am", "description": "beranda performance am", "parameters": [ { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listPeriod" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/total-am": { "get": { "tags": [ "am-Performance" ], "summary": "for view total am", "description": "beranda performance am", "parameters": [ { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/totalamPerformansi" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/achievement": { "get": { "tags": [ "am-Performance" ], "summary": "for view summary achievement", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/achievement" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/productivity": { "get": { "tags": [ "am-Performance" ], "summary": "for view summary productivity", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/productivity" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/capability": { "get": { "tags": [ "am-Performance" ], "summary": "for view summary capability", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/capability" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/detail-am": { "get": { "tags": [ "am-Performance" ], "summary": "for view detail am", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailamPerformansi" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/performance/v1/detail-achievement": { "get": { "tags": [ "am-Performance" ], "summary": "for view detail achievement", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailAchievement" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/detail-productivity": { "get": { "tags": [ "am-Performance" ], "summary": "for view detail productivity", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailProductivity" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/detail-capability": { "get": { "tags": [ "am-Performance" ], "summary": "for view detail capability", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detailCapability" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/perfomance/v1/list-am": { "get": { "tags": [ "am-Performance" ], "summary": "for view list am performansi", "description": "beranda performance am", "parameters": [ { "name": "periode", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "part", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS", "TREG" ] } }, { "name": "tab", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM Segmen", "AM Regional" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "ERS", "BMS-1", "PCS", "TMS", "CGS" ] } }, { "name": "role", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "AM", "AM PRO", "AMEX", "junior Account Manager" ] } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "asc", "desc" ] } }, { "name": "sortBy", "in": "query", "description": "total", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "search", "in": "query", "description": "Input nama am", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "nki", "in": "query", "description": "Input nki", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "profit", "in": "query", "description": "Input profit", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listAMPerformansi" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/am-performance": { "get": { "tags": [ "am-performance" ], "summary": "get AM performance", "description": "in homescreen AM User can view dashboard performance", "operationId": "am-performanceV2", "parameters": [ { "name": "bud", "in": "query", "description": "choose bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/am200performance" }, "examples": { "DGS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "period": "2020-01-31T11:59:59.364Z", "nki": 152.2, "revenue": { "totalWeight": 53, "totalAchievement": 39.8, "sales": 4.7, "collection": 7.2, "profitability": 4.5 }, "amTools": {}, "capability": {}, "behaviour": {}, "services": { "installationProcess": 28, "problemTicket": 24 } } } }, "DES dan DBS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "period": "2020-01-31T11:59:59.364Z", "nki": 152.2, "revenue": { "totalWeight": 53, "totalAchievement": 39.8, "sales": 4.7, "collection": 7.2, "profitability": 4.5 }, "amTools": {}, "capability": {}, "behaviour": {}, "services": { "project": 42, "installationProcess": 28, "problemTicket": 24 } } } } } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/status/delivery": { "get": { "tags": [ "am-performance" ], "summary": "get installation status", "description": "AM user can view installation status", "operationId": "installation-status", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200installationstatus" }, "example": { "success": true, "data": { "totalInstallation": 727, "installationStatus": { "preDelivery": { "total": 343, "value": 1803874296 }, "delivery": { "total": 165, "value": 431275327 }, "postDelivery": { "total": 219, "value": 622050381 } } }, "message": "success", "code": 200 } } } }, "400": { "description": "bad input parameter" } } } }, "/am-performance/dashboard/v1/status/lop": { "get": { "tags": [ "am-performance" ], "summary": "get project status", "description": "AM user can view project status", "operationId": "project-status", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200projectstatus" }, "example": { "success": true, "code": 200, "message": "success", "data": { "totalProject": 42, "projectAchievement": { "projectValue": 8500000000 }, "projectStatus": { "lead": 0, "opportunity": 10, "quote": 0, "agreement": 10 } } } } } } } } }, "/am-performance/dashboard/v1/status/ticket": { "get": { "tags": [ "am-performance" ], "summary": "get ticket status", "description": "AM user can view ticket status", "operationId": "ticket-status", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200ticketstatus" }, "example": { "success": true, "data": { "curve": [ { "periode": "2021-01-16T23:47:52.120Z", "totalTicket": 117 }, { "periode": "2021-02-16T23:47:52.120Z", "totalTicket": 107 }, { "periode": "2021-03-16T23:47:52.120Z", "totalTicket": 110 }, { "periode": "2021-04-16T23:47:52.120Z", "totalTicket": 82 }, { "periode": "2021-05-16T23:47:52.120Z", "totalTicket": 32 }, { "periode": "2021-06-16T23:47:52.120Z", "totalTicket": 0 } ], "publishedTicket": 14, "handlingTicket": 6, "closedTicket": 449 }, "message": "success", "code": 200 } } } } } } }, "/am-performance/dashboard/v1/detail-performance/revenue": { "get": { "tags": [ "am-performance" ], "summary": "get detail AM performance by revenue", "description": "AM user can view detail performance by Revenue", "operationId": "detailAmPerformanceRevenue", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200revenue" }, "examples": { "DGS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "revenue", "totalWeight": 53, "totalAchievement": 53, "achievement": { "revenue": 107 }, "revenue": { "target": 1340000000, "realization": 1430000000, "score": 107, "dataSource": "AM360" } } } }, "DES & DBS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "revenue", "totalWeight": 52.5, "totalAchievement": 39.8, "achievement": { "sustain": 107, "scaling": 43.4 }, "sustain": { "target": 1340000000, "realization": 1430000000, "score": 107, "dataSource": "AM360" }, "scaling": { "target": 327000000, "realization": 871000000, "score": 43.4, "dataSource": "AM360" } } } } } } } } } } }, "/am-performance/dashboard/v1/detail-performance/sales": { "get": { "tags": [ "am-performance" ], "summary": "get detail AM performance by sales", "description": "AM user can view detail performance by Sales", "operationId": "detailAmPerformanceSales", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200sales" }, "examples": { "DBS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "sales", "totalWeight": 7.5, "totalAchievement": 4.7, "achievement": { "digiConnectivity": 59 }, "digiConnectivity": [ { "datin": { "target": 76, "realization": 200, "score": 145, "dataSource": "AM360" } }, { "hsi": { "target": 38, "realization": 0, "score": 0, "dataSource": "AM360" } } ], "digiPlatformAndService": [ { "labFo": { "target": 0, "realization": 0, "score": 80, "dataSource": "DADBS" } }, { "pijar": { "target": 0, "realization": 0, "score": 80, "dataSource": "DADBS" } } ] } } }, "DES & DGS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "sales", "totalWeight": 7.5, "totalAchievement": 4.7, "achievement": { "digiConnectivity": 59 }, "digiConnectivity": [ { "datin": { "target": 76, "realization": 200, "score": 145, "dataSource": "AM360" } }, { "hsi": { "target": 38, "realization": 0, "score": 0, "dataSource": "AM360" } }, { "wireline": { "target": 25, "realization": 8, "score": 32, "dataSource": "AM360" } } ], "digiPlatformAndService": { "target": 0, "realization": 0, "score": 80, "dataSource": "DEFAULT_WEIGHT" } } } } } } } } } } }, "/am-performance/dashboard/v1/detail-performance/profitability": { "get": { "tags": [ "am-performance" ], "summary": "get detail AM performance by profitability", "description": "AM user can view detail performance by profitability", "operationId": "detailAmPerformanceProfitability", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200profit" }, "example": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "profitability", "totalWeight": 7.5, "totalAchievement": 4.5, "achievement": { "amProfit": 40 }, "projectProfit": {}, "amProfit": { "target": 85, "realization": 34, "score": 40, "dataSource": "AM360" } } } } } } } } }, "/am-performance/dashboard/v1/detail-performance/collection": { "get": { "tags": [ "am-performance" ], "summary": "get detail AM performance by collection", "description": "AM user can view detail performance by collection", "operationId": "detailAmPerformanceCollection", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200collect" }, "example": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "collection", "totalWeight": 7.5, "totalAchievement": 7.2, "achievement": { "cyCollection": 73, "collectionRatio": 107 }, "cyCollection": { "target": 85, "realization": 62, "score": 73, "dataSource": "AM360" }, "collectionRatio": { "target": 85, "realization": 91.3, "score": 107, "dataSource": "AM360" } } } } } } } } }, "/am-performance/dashboard/v1/detail-performance/customer": { "get": { "tags": [ "am-performance" ], "summary": "get detail AM performance by customer", "description": "AM user can view detail performance by customer", "operationId": "detailAmPerformanceCustomer", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200customer" }, "example": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "customer", "achievement": {}, "npsAm": {} } } } } } } } }, "/am-performance/dashboard/v1/detail-performance/am-tools": { "get": { "tags": [ "am-performance" ], "summary": "get detail AM performance by am tools", "description": "AM user can view detail performance by am tools", "operationId": "detailAmPerformanceAMtools", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200amTools" }, "examples": { "DBS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "amTools", "totalWeight": 25, "totalAchievement": 25, "achievement": { "visiting": 80, "maps": 93, "pipeline": 93 }, "visiting": { "target": 90, "realization": 80, "score": 80, "dataSource": "AM360" }, "maps": { "target": 90, "realization": 88, "score": 93, "dataSource": "AM360" }, "pipeline": [ { "lop": { "target": 76, "realization": 200, "score": 145, "dataSource": "AM360" } }, { "convertionRatioLop": { "target": 90, "realization": 80, "score": 80, "dataSource": "AM360" } } ] } } }, "DES": { "value": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "amTools", "totalWeight": 25, "totalAchievement": 25, "achievement": { "accountPlan": 73, "lopManagement": 107 }, "accountPlan": { "target": 85, "realization": 62, "score": 73, "dataSource": "AM360" }, "lopManagement": { "target": 85, "realization": 92, "score": 107, "dataSource": "AM360" } } } }, "DGS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "amTools", "totalWeight": 25, "achievement": { "accountPlan": 70, "pipelineProcess": 90 }, "accountPlan": { "target": 80, "realization": 50, "score": 70, "dataSource": "AM360" }, "pipelineProcess": { "target": 94, "realization": 89, "score": 90, "dataSource": "AM360" } } } } } } } } } } }, "/am-performance/dashboard/v1/detail-performance/capability": { "get": { "tags": [ "am-performance" ], "summary": "get detail AM performance by capability", "description": "AM user can view detail performance by capability", "operationId": "detailAmPerformanceCapability", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200capability" }, "example": { "success": true, "code": 200, "message": "Success", "data": { "nki": 152.2, "type": "capability", "totalWeight": 5, "totalAchievement": 5, "achievement": { "cqTest": 73, "certification": 80 }, "cqTest": { "target": 10, "realization": 6, "score": 73, "lastCourseDate": "2020-01-31T11:59:59.364Z" }, "certification": { "target": 10, "realization": 5, "score": 67, "dataSource": "AM360" } } } } } } } } }, "/am-performance/dashboard/v1/detail-performance/behaviour": { "get": { "tags": [ "am-performance" ], "summary": "get detail AM performance by behaviour", "description": "AM user can view detail performance by behaviour", "operationId": "detailAmPerformanceBehaviour", "parameters": [ { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": false, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200behaviour" }, "example": { "success": true, "data": { "nki": 152.2, "type": "behaviour", "totalWeight": 5, "totalAchievement": 5, "achievement": { "charValue": 102 }, "notes": [ "Nilai indikator Behavior hanya tersedia pada periode akhir tahun", "Nilai indikator Behavior tidak masuk dalam perhitungan NKI Anda" ], "charValue": { "target": 100, "realization": 100, "score": 102 } }, "message": "getBehaviourDetailPerformance success", "code": 200 } } } } } } }, "/am-performance/dashboard/v1/performance-weight": { "get": { "tags": [ "am-performance" ], "summary": "get performance weight on tooltip", "description": "AM user can view performance weight based on KM 2021", "operationId": "performance-weight", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200performanceweight" }, "example": { "success": true, "code": 200, "message": "success", "data": [ { "title": "TW 1 & 3", "result": { "weight": 75, "data": [ { "title": "Revenue", "weight": 52 }, { "title": "Sales", "weight": 10 }, { "title": "Profitability", "weight": 5 }, { "title": "Collection", "weight": 8 } ] }, "process": { "weight": 25, "data": [ { "title": "Amtools", "weight": 25 } ] } }, { "title": "TW 2", "result": { "weight": 75, "data": [ { "title": "Revenue", "weight": 52 }, { "title": "Sales", "weight": 6 }, { "title": "Profitability", "weight": 5 }, { "title": "Collection", "weight": 8 }, { "title": "Customer", "weight": 4 } ] }, "process": { "weight": 25, "data": [ { "title": "Amtools", "weight": 25 } ] } }, { "title": "TW 4", "result": { "weight": 75, "data": [ { "title": "Revenue", "weight": 52 }, { "title": "Sales", "weight": 6 }, { "title": "Profitability", "weight": 5 }, { "title": "Collection", "weight": 8 }, { "title": "Customer", "weight": 4 } ] }, "process": { "weight": 25, "data": [ { "title": "Amtools", "weight": 15 }, { "title": "Capability", "weight": 5 }, { "title": "Behavior", "weight": 5 } ] } } ] } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/performance-weight/detail": { "get": { "tags": [ "am-performance" ], "summary": "get performance weight on tooltip detail", "description": "AM user can view performance weight detail based on KM 2021", "operationId": "performance-weight-detail", "parameters": [ { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/performanceWeightDetail" }, "examples": { "DES": { "value": { "success": true, "code": 200, "message": "Success", "data": { "revenue": { "totalWeight": 52, "data": [ { "title": "Sustain", "min": 80, "max": 120, "weight": 26 }, { "title": "Scaling", "min": 80, "max": 120, "weight": 26 } ] }, "sales": { "totalWeight": 52, "data": [ { "title": "Digital Connectivity", "min": 80, "max": 105, "weight": 26, "items": [ { "title": "Datin", "weight": 3 }, { "title": "HSI", "weight": 1 }, { "title": "Wireline", "weight": 1 } ] }, { "title": "Digital Platform & Services", "min": 80, "max": 105, "weight": 5 } ] }, "profitability": { "totalWeight": 52, "data": [ { "title": "Project Profitability", "min": 80, "max": 120, "weight": 26 }, { "title": "AM Profitability", "min": 80, "max": 120, "weight": 26 } ] }, "collection": { "totalWeight": 52, "data": [ { "title": "Current Year Collection", "min": 80, "max": 120, "weight": 26 }, { "title": "Collection Ratio", "min": 80, "max": 120, "weight": 26 } ] }, "customer": { "data": [ { "title": "NPS Account Manager", "min": 80, "max": 105 } ] }, "am-tools": { "totalWeight": 52, "data": [ { "title": "Account Plan", "min": 80, "max": 105, "weight": 26 }, { "title": "Kecukupan LOP", "min": 80, "max": 105, "weight": 26 } ] }, "capability": { "totalWeight": 52, "data": [ { "title": "C & Q Test", "min": 80, "max": 105, "weight": 26 }, { "title": "Sertifikasi Marketing & E-Learning", "min": 80, "max": 105, "weight": 26 } ] }, "behaviour": { "data": [ { "title": "Nilai Karakter", "min": 80, "max": 105 } ] } } } }, "DBS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "revenue": { "totalWeight": 52, "data": [ { "title": "Sustain", "min": 80, "max": 120, "weight": 26 }, { "title": "Scaling", "min": 80, "max": 120, "weight": 26 } ], "sales": { "totalWeight": 52, "data": [ { "title": "Digital Connectivity", "min": 80, "max": 105, "weight": 26, "items": [ { "title": "Datin", "weight": 3 }, { "title": "HSI", "weight": 1 } ] }, { "title": "Digital Platform & Services", "min": 80, "max": 105, "weight": 26, "items": [ { "title": "Pijar", "weight": 3 } ] } ] } }, "profitability": { "totalWeight": 52, "data": [ { "title": "Project Profitability", "min": 80, "max": 120, "weight": 26 }, { "title": "AM Profitability", "min": 80, "max": 120, "weight": 26 } ] }, "collection": { "totalWeight": 52, "data": [ { "title": "Current Year Collection", "min": 80, "max": 120, "weight": 26 }, { "title": "Collection Ratio", "min": 80, "max": 120, "weight": 26 } ] }, "customer": { "totalWeight": 52, "data": [ { "title": "NPS Account Manager", "min": 80, "max": 105, "weight": 26 } ] }, "am-tools": { "totalWeight": 52, "data": [ { "title": "visiting", "min": 80, "max": 105, "weight": 26 }, { "title": "MAPS", "min": 80, "max": 105 }, { "title": "Pipeline", "min": 80, "max": 105, "weight": 26, "items": [ { "title": "Kecukupan Lop", "weight": 3 }, { "title": "Convertion Ratio Lop", "weight": 1 } ] } ] }, "capability": { "totalWeight": 52, "data": [ { "title": "C & Q Test", "min": 80, "max": 105, "weight": 26 }, { "title": "Sertifikasi Marketing & E-Learning", "min": 80, "max": 105, "weight": 26 } ] }, "behaviour": { "totalWeight": 52, "data": [ { "title": "Nilai Karakter", "min": 80, "max": 105, "weight": 26 } ] } } } }, "DGS": { "value": { "success": true, "code": 200, "message": "Success", "data": { "revenue": { "totalWeight": 52, "data": [ { "title": "Revenue", "min": 80, "max": 120, "weight": 26 } ] }, "sales": { "totalWeight": 52, "data": [ { "title": "Digital Connectivity", "min": 80, "max": 105, "weight": 26, "items": [ { "title": "Datin", "weight": 3 }, { "title": "HSI", "weight": 1 }, { "title": "Wireline", "weight": 1 } ] }, { "title": "Digital Platform & Services", "min": 80, "max": 105, "weight": 26 } ] }, "profitability": { "totalWeight": 52, "data": [ { "title": "Project Profitability", "min": 80, "max": 120, "weight": 26 }, { "title": "AM Profitability", "min": 80, "max": 120 } ] }, "collection": { "totalWeight": 52, "data": [ { "title": "Current Year Collection", "min": 80, "max": 120, "weight": 26 }, { "title": "Collection Ratio", "min": 80, "max": 120, "weight": 26 } ] }, "customer": { "totalWeight": 52, "data": [ { "title": "NPS Account Manager", "min": 80, "max": 105, "weight": 26 } ] }, "am-tools": { "totalWeight": 52, "data": [ { "title": "Account Plan", "min": 80, "max": 105, "weight": 26 }, { "title": "Pipeline Process", "min": 80, "max": 105, "weight": 26 } ] }, "capability": { "totalWeight": 52, "data": [ { "title": "C & Q Test", "min": 80, "max": 105, "weight": 26 }, { "title": "Sertifikasi Marketing & E-Learning", "min": 80, "max": 105, "weight": 26 } ] }, "behaviour": { "totalWeight": 52, "data": [ { "title": "Nilai Karakter", "min": 80, "max": 105, "weight": 26 } ] } } } } } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/quadrant": { "get": { "tags": [ "am-performance" ], "summary": "get summary Quadrant for AM User", "description": "AM User can view summary of their Quadrant", "operationId": "quadrant", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/detail200quadrant" }, "example": { "success": true, "code": 200, "message": "success", "data": { "segreg": "regional 1", "quadrant": 3 } } } } } } } }, "/am-performance/dashboard/v1/curve-quadrant": { "get": { "tags": [ "am-performance" ], "summary": "get detail sustain & scaling history quadrant for AM user per month", "description": "AM user can view detail sustain & scaling history quadrant for AM user per month", "operationId": "detailQuadrant", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/history200quadrantv2" }, "example": { "success": true, "code": 200, "message": "success get quadrant v2", "data": [ { "period": "2020-01-27T07:33:22.364Z", "quadrant": 2, "sustain": { "target": 1200000000, "realization": 1320000000, "score": 107 }, "scaling": { "target": 1100000000, "realization": 9000000000, "score": 97 } }, { "period": "2020-02-27T07:33:22.364Z", "quadrant": 3, "sustain": { "target": 1200000000, "realization": 1320000000, "score": 107 }, "scaling": { "target": 1100000000, "realization": 9000000000, "score": 97 } }, { "period": "2020-03-27T07:33:22.364Z", "quadrant": 3, "sustain": { "target": 1200000000, "realization": 1320000000, "score": 107 }, "scaling": { "target": 1100000000, "realization": 9000000000, "score": 97 } }, { "period": "2020-04-27T07:33:22.364Z", "quadrant": 4, "sustain": { "target": 1200000000, "realization": 1320000000, "score": 107 }, "scaling": { "target": 1100000000, "realization": 9000000000, "score": 97 } }, { "period": "2020-05-27T07:33:22.364Z", "quadrant": 2, "sustain": { "target": 1200000000, "realization": 1320000000, "score": 107 }, "scaling": { "target": 1100000000, "realization": 9000000000, "score": 97 } }, { "period": "2020-06-27T07:33:22.364Z", "quadrant": 2, "sustain": { "target": 1200000000, "realization": 1320000000, "score": 107 }, "scaling": { "target": 1100000000, "realization": 9000000000, "score": 97 } }, { "period": "2020-07-27T07:33:22.364Z", "quadrant": 3, "sustain": { "target": 1200000000, "realization": 1320000000, "score": 107 }, "scaling": { "target": 1100000000, "realization": 9000000000, "score": 97 } } ] } } } } } } }, "/am-performance/dashboard/v1/filter": { "get": { "tags": [ "am-performance" ], "summary": "get filter function", "description": "AM user can use filter function", "operationId": "filter", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date (refers to the period of time beginning ex. january up to the current date), and current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200filter" }, "example": { "success": true, "code": 200, "message": "Success", "data": [ { "year": 2021, "period": [ { "id": 1, "startDate": "2020-01-01T00:00:00.364Z", "endDate": "2020-01-31T11:59:59.364Z" }, { "id": 2, "startDate": "2020-02-01T00:00:00.364Z", "endDate": "2020-02-29T11:59:59.364Z" }, { "id": 3, "startDate": "2020-03-01T00:00:00.364Z", "endDate": "2020-03-31T11:59:59.364Z" }, { "id": 4, "startDate": "2020-04-01T00:00:00.364Z", "endDate": "2020-04-30T11:59:59.364Z" }, { "id": 5, "startDate": "2020-05-01T00:00:00.364Z", "endDate": "2020-05-31T11:59:59.364Z" }, { "id": 6, "startDate": "2020-06-01T00:00:00.364Z", "endDate": "2020-06-30T11:59:59.364Z" }, { "id": 7, "startDate": "2020-07-01T00:00:00.364Z", "endDate": "2020-07-31T11:59:59.364Z" } ] } ] } } } }, "400": { "description": "bad input parameter" } } } }, "/am-performance/dashboard/v1/filter/all-year": { "get": { "tags": [ "am-performance" ], "summary": "get filter function", "description": "AM user can use filter function", "operationId": "filterAll-year", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date (refers to the period of time beginning ex. january up to the current date), and current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200filter" }, "example": { "success": true, "code": 200, "message": "Success", "data": { "month": [ { "period": "2020-01-01T00:00:00.364Z", "isAvailable": true }, { "period": "2020-01-01T00:00:00.364Z", "isAvailable": true }, { "period": "2020-01-01T00:00:00.364Z", "isAvailable": true }, { "period": "2020-01-01T00:00:00.364Z", "isAvailable": true }, { "period": "2020-01-01T00:00:00.364Z", "isAvailable": true }, { "period": "2020-01-01T00:00:00.364Z", "isAvailable": true }, { "period": "2020-01-01T00:00:00.364Z", "isAvailable": false } ] } } } } }, "400": { "description": "bad input parameter" } } } }, "/am-performance/dashboard/v1/indicator/revenue": { "get": { "tags": [ "am-performance" ], "summary": "get filter function per type in detail indicator", "description": "AM user can use filter function in detail indicator", "operationId": "indicatorRevenue", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200indicator" }, "example": { "success": true, "code": 200, "message": "success", "data": { "types": [ { "title": "Scaling", "type": "scaling" }, { "title": "Sustain", "type": "sustain" } ], "filterDate": [ { "period": "2021-01-01T00:00:00.000Z" }, { "period": "2021-02-01T00:00:00.000Z" } ], "filterSort": [ { "sortBy": "ach", "sort": "asc", "title": "ach terkecil" }, { "sortBy": "ach", "sort": "desc", "title": "ach terbesar" } ] } } } } } } } }, "/am-performance/dashboard/v1/indicator/revenue/list": { "get": { "tags": [ "am-performance" ], "summary": "get detail revenue list breakdown by customer", "description": "AM user can view detail breakdown by customer in revenue detail", "operationId": "listRevenue", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "type", "in": "query", "description": "input type by \"sustain\", or \"scaling\"", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "description": "input page", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "input sort", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "asc, desc" }, { "name": "sortBy", "in": "query", "description": "input sortBy target, realization, achievement", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listDetailCustomer200" }, "example": { "success": true, "code": 200, "message": "success", "data": { "type": "sustain", "summary": { "realization": 1340000000, "target": 1430000000, "achievement": 107 }, "listDetail": [ { "nipnas": 762963, "corporateClientName": "PT Angkasa Pura", "realization": 640000000, "target": 600000000, "achievement": 106, "corporateClientImage": "https://www.its.ac.id/kimia/wp-content/uploads/sites/20/2020/01/114-logo-telkom.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 320000000, "target": 350000000, "achievement": 91 }, { "nipnas": 118723, "corporateClientName": "PT Pertamina", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG" }, { "nipnas": 118723, "corporateClientName": "PT Cendana Cakra Rahayu", "realization": 320000000, "target": 350000000, "achievement": 91 }, { "nipnas": 118723, "corporateClientName": "PT Batu Bara", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://media-exp1.licdn.com/dms/image/C510BAQF99_Pb3v4OoA/company-logo_200_200/0/1547192950642?e=2159024400&v=beta&t=U_67twT3pjBEc3HAC6CssRIpLHmfVgOW-80oyWicHv8" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://media-exp1.licdn.com/dms/image/C510BAQF99_Pb3v4OoA/company-logo_200_200/0/1547192950642?e=2159024400&v=beta&t=U_67twT3pjBEc3HAC6CssRIpLHmfVgOW-80oyWicHv8" }, { "nipnas": 118723, "corporateClientName": "PT Angkasa Pura", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://ap1.co.id/contents/news/large/struktur-organisasi-57.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Pindad", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://www.pubinfo.id/foto_instansi/99pindad%20copy.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Telkom Indonesia", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://www.its.ac.id/kimia/wp-content/uploads/sites/20/2020/01/114-logo-telkom.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Rajawali", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://awsimages.detik.net.id/visual/2020/11/17/pt-rajawali-nusantara-indonesia-persero_169.png?w=650" } ] }, "meta": { "page": 1, "size": 10, "totalPage": 1, "totalData": 2 } } } } } } } }, "/am-performance/dashboard/v1/indicator/sales": { "get": { "tags": [ "am-performance" ], "summary": "get filter function per type in detail indicator", "description": "AM user can use filter function in detail indicator", "operationId": "indicatorSales", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200indicator" }, "example": { "success": true, "code": 200, "message": "success", "data": { "types": [ { "title": "DATIN", "type": "datin" }, { "title": "HSI", "type": "hsi" }, { "title": "WIRELINE", "type": "wireline" }, { "title": "Digital Platform/Services", "type": "digiPlatformAndService" } ], "filterDate": [ { "period": "2021-01-01T00:00:00.000Z" }, { "period": "2021-02-01T00:00:00.000Z" } ], "filterSort": [ { "sortBy": "ach", "sort": "asc", "title": "ach terkecil" }, { "sortBy": "ach", "sort": "desc", "title": "ach terbesar" } ] } } } } } } } }, "/am-performance/dashboard/v1/indicator/sales/list": { "get": { "tags": [ "am-performance" ], "summary": "get detail sales list breakdown by customer", "description": "AM user can view detail breakdown by customer in sales detail", "operationId": "listSales", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "type", "in": "query", "description": "input type by \"datin\", \"hsi\", \"wireline\" or \"digiPlatformAndService\"", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "description": "input page", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "input sort", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "asc, desc" }, { "name": "sortBy", "in": "query", "description": "input sortBy target, realization, achievement", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listDetailCustomer200" }, "example": { "success": true, "code": 200, "message": "success", "data": { "type": "datin", "summary": { "realization": 1340000000, "target": 1430000000, "achievement": 107 }, "listDetail": [ { "nipnas": 762963, "corporateClientName": "PT Angkasa Pura", "realization": 640000000, "target": 600000000, "achievement": 106, "corporateClientImage": "https://www.its.ac.id/kimia/wp-content/uploads/sites/20/2020/01/114-logo-telkom.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 320000000, "target": 350000000, "achievement": 91 }, { "nipnas": 118723, "corporateClientName": "PT Pertamina", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG" }, { "nipnas": 118723, "corporateClientName": "PT Cendana Cakra Rahayu", "realization": 320000000, "target": 350000000, "achievement": 91 }, { "nipnas": 118723, "corporateClientName": "PT Batu Bara", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://media-exp1.licdn.com/dms/image/C510BAQF99_Pb3v4OoA/company-logo_200_200/0/1547192950642?e=2159024400&v=beta&t=U_67twT3pjBEc3HAC6CssRIpLHmfVgOW-80oyWicHv8" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://media-exp1.licdn.com/dms/image/C510BAQF99_Pb3v4OoA/company-logo_200_200/0/1547192950642?e=2159024400&v=beta&t=U_67twT3pjBEc3HAC6CssRIpLHmfVgOW-80oyWicHv8" }, { "nipnas": 118723, "corporateClientName": "PT Angkasa Pura", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://ap1.co.id/contents/news/large/struktur-organisasi-57.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Pindad", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://www.pubinfo.id/foto_instansi/99pindad%20copy.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Telkom Indonesia", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://www.its.ac.id/kimia/wp-content/uploads/sites/20/2020/01/114-logo-telkom.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Rajawali", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "https://awsimages.detik.net.id/visual/2020/11/17/pt-rajawali-nusantara-indonesia-persero_169.png?w=650" } ] }, "meta": { "page": 1, "size": 10, "totalPage": 1, "totalData": 2 } } } } } } } }, "/am-performance/dashboard/v1/indicator/profitability": { "get": { "tags": [ "am-performance" ], "summary": "get filter function type in detail indicator", "description": "AM user can use filter function in detail indicator", "operationId": "indicatorProfitability", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200indicator" }, "example": { "success": true, "code": 200, "message": "Ok", "data": { "types": [ { "title": "Project Profitability", "type": "projectProfit" }, { "title": "AM Profitability", "type": "amProfit" } ], "filterDate": [ { "period": "2021-01-01T00:00:00.000Z" }, { "period": "2021-01-01T00:00:00.000Z" } ], "filterSort": [ { "sortBy": "target", "sort": "desc", "title": "Target Terbesar" }, { "sortBy": "real", "sort": "desc", "title": "Realisasi Terbesar" }, { "sortBy": "ach", "sort": "desc", "title": "Achievement Terbesar" } ] } } } } } } } }, "/am-performance/dashboard/v1/indicator/profitability/list": { "get": { "tags": [ "am-performance" ], "summary": "get detail profitability list breakdown by BUD", "description": "AM user can view detail breakdown by BUD in profitabilty detail", "operationId": "listProfitability", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "type", "in": "query", "description": "input type by \"project profitability\", or \"AM Profitability\"", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "description": "input page", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "input sort", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "asc, desc" }, { "name": "sortBy", "in": "query", "description": "input sortBy target, realization, achievement", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/indicatorProfitList" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/indicator/collection": { "get": { "tags": [ "am-performance" ], "summary": "get filter function type in detail indicator", "description": "AM user can use filter function in detail indicator", "operationId": "indicatorCollection", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200indicator" }, "example": { "success": true, "code": 200, "message": "Ok", "data": { "types": [ { "title": "Current Year Collection", "type": "cyc" }, { "title": "Collection Ratio", "type": "cr" } ], "filterDate": [ { "period": "2021-01-01T00:00:00.000Z" }, { "period": "2021-01-01T00:00:00.000Z" } ], "filterSort": [ { "sortBy": "target", "sort": "desc", "title": "Target Terbesar" }, { "sortBy": "real", "sort": "desc", "title": "Realisasi Terbesar" }, { "sortBy": "ach", "sort": "desc", "title": "Achievement Terbesar" } ] } } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/indicator/collection/list": { "get": { "tags": [ "am-performance" ], "summary": "get detail collection list breakdown by BUD", "description": "AM user can view detail breakdown by BUD in collection detail", "operationId": "listCollection", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "type", "in": "query", "description": "input type by \"Current Year Collection\", or \"Collection Rate\"", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "description": "input page", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "input sort", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "asc, desc" }, { "name": "sortBy", "in": "query", "description": "input sortBy target, realization, achievement", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/collectionList" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/indicator/am-tools": { "get": { "tags": [ "am-performance" ], "summary": "get filter function type in detail indicator", "description": "AM user can use filter function in detail indicator", "operationId": "indicatorAM-Tools", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200indicator" }, "example": { "success": true, "code": 200, "message": "Ok", "data": { "types": [ { "title": "Account Plan", "type": "accountPlan" }, { "title": "Kecukupan Lop", "type": "lop" } ], "filterDate": [ { "period": "2021-01-01T00:00:00.000Z" }, { "period": "2021-01-01T00:00:00.000Z" } ], "filterSort": [ { "sortBy": "target", "sort": "desc", "title": "Target Terbesar" }, { "sortBy": "real", "sort": "desc", "title": "Realisasi Terbesar" }, { "sortBy": "ach", "sort": "desc", "title": "Achievement Terbesar" } ] } } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/indicator/am-tools/list": { "get": { "tags": [ "am-performance" ], "summary": "get AM performance", "description": "in homescreen AM User can view dashboard performance", "operationId": "getListAMTools", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "type", "in": "query", "description": "input type by \"Account Plan\", or \"Kecukupan Lop\"", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "description": "input page", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "input sort", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "asc, desc" }, { "name": "sortBy", "in": "query", "description": "input sortBy target, realization, achievement", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/am200performance" }, "examples": { "Account Plan": { "value": { "success": true, "code": 200, "message": "Success", "data": { "type": "accountPlan", "showType": "checklist", "summary": { "realization": 17, "target": 100, "achievement": 17 }, "listDetail": [ { "nipnas": 762963, "corporateClientName": "PT Angkasa Pura", "corporateClientImage": "https://www.its.ac.id/kimia/wp-content/uploads/sites/20/2020/01/114-logo-telkom.jpg", "totalProgress": 72, "listProgress": [ { "title": "Profil Perusahaan", "isCompleted": true }, { "title": "Strategic Highlight", "isCompleted": true }, { "title": "Profil Management", "isCompleted": true }, { "title": "Revenue & Wallet Share", "isCompleted": false }, { "title": "Kontak PIC", "isCompleted": true }, { "title": "Komplain & Solusi", "isCompleted": false } ] }, { "nipnas": 118723, "corporateClientName": "PT Pertamina", "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG", "totalProgress": 50, "listProgress": [ { "title": "Profil Perusahaan", "isCompleted": true }, { "title": "Strategic Highlight", "isCompleted": false }, { "title": "Profil Management", "isCompleted": true }, { "title": "Revenue & Wallet Share", "isCompleted": false }, { "title": "Kontak PIC", "isCompleted": true }, { "title": "Komplain & Solusi", "isCompleted": false } ] }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG", "listProgress": [] } ] }, "meta": { "page": 1, "size": 10, "totalPage": 1, "totalData": 5 } } }, "Lop Mgt": { "value": { "success": true, "code": 200, "message": "Success", "data": { "type": "lop", "summary": { "realization": 600000000, "target": 850000000, "achievement": 70 }, "listDetail": [ { "nipnas": 762963, "corporateClientName": "PT Angkasa Pura", "realization": 330000000, "target": 300000000, "achievement": 100, "corporateClientImage": "https://www.its.ac.id/kimia/wp-content/uploads/sites/20/2020/01/114-logo-telkom.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 110000000, "target": 110000000, "achievement": 100 }, { "nipnas": 118723, "corporateClientName": "PT Pertamina", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG" } ] }, "meta": { "page": 1, "size": 10, "totalPage": 1, "totalData": 5 } } } } } } } } } }, "/am-performance/dashboard/v1/indicator/capability": { "get": { "tags": [ "am-performance" ], "summary": "get filter function type in detail indicator", "description": "AM user can use filter function in detail indicator", "operationId": "indicatorCapability", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/200indicator" }, "example": { "success": true, "code": 200, "message": "Ok", "data": { "types": [ { "title": "C&Q Test", "type": "cqTest" }, { "title": "Sort. Marketing & E-Learnin", "type": "certification" } ], "filterDate": [ { "period": "2021-01-01T00:00:00.000Z" }, { "period": "2021-01-01T00:00:00.000Z" } ], "filterSort": [ { "sortBy": "date", "sort": "desc", "title": "Tanggal Terbsru" }, { "sortBy": "score", "sort": "desc", "title": "Nilai Terbesar" } ] } } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/dashboard/v1/indicator/capability/list": { "get": { "tags": [ "am-performance" ], "summary": "get AM performance", "description": "in homescreen AM User can view dashboard performance", "operationId": "getListCapability", "parameters": [ { "name": "filter", "in": "query", "description": "filter function by year-to-date, current-month", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "current-month -> \"cm\", year-to-date -> \"ytd\"" }, { "name": "period", "in": "query", "description": "filter by period", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "2020-01-31T11:59:59.364Z" }, { "name": "type", "in": "query", "description": "input type by \"Account Plan\", or \"Kecukupan Lop\"", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "description": "input page", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": true, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "input sort", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "asc, desc" }, { "name": "sortBy", "in": "query", "description": "input sortBy target, realization, achievement", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "keyword", "in": "query", "description": "input search", "required": true, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/am200performance" }, "examples": { "C&Q": { "value": { "success": true, "code": 200, "message": "Success", "data": { "type": "cqTest", "showType": "cnq", "summary": { "realization": 17, "target": 100, "achievement": 17 }, "listDetail": [ { "idTest": 2440, "title": "Understanding How People Look at a Web", "dateTest": "2021-01-01T00:00:00.000Z", "score": 80, "status": "Lulus" }, { "idTest": 2441, "title": "10 Usability Heuristic", "dateTest": "2021-01-01T00:00:00.000Z", "score": 80, "status": "Lulus" }, { "idTest": 2449, "title": "Omnichannels Journeys & Customer Experience ", "dateTest": "2021-01-01T00:00:00.000Z", "score": 40, "status": "Tidak Lulus" } ] }, "meta": { "page": 1, "size": 10, "totalPage": 1, "totalData": 5 } } }, "marketing": { "value": { "success": true, "code": 200, "message": "Success", "data": { "type": "certification", "showType": "sme", "summary": { "realization": 8, "target": 12, "achievement": 100 }, "listDetail": [ { "idTest": 2440, "title": "Understanding How People Look at a Web", "dateTest": "2021-01-01T00:00:00.000Z", "status": "Lulus", "typeTest": "Post Test", "score": 80 }, { "idTest": 2441, "title": "10 Usability Heuristic", "dateTest": "2021-01-01T00:00:00.000Z", "status": "Lulus", "typeTest": "Post Test", "score": 73 }, { "idTest": "2449,", "title": "Omnichannels Journeys & Customer Experience ", "dateTest": "2021-01-01T00:00:00.000Z", "status": "Lulus", "typeTest": "Post Test", "score": 40 }, { "idTest": 2434, "title": "Mulyichannels Marketing: Cross Channel Marketing Done Right in 2020", "dateTest": "2021-01-01T00:00:00.000Z", "status": "Lulus", "typeTest": "Belum Dikerjakan" } ] }, "meta": { "page": 1, "size": 10, "totalPage": 1, "totalData": 5 } } } } } } } } } }, "/am-performance/dashboard/v1/bud": { "get": { "tags": [ "am-performance" ], "summary": "get AM Multidivision bud in Homepage Screen", "description": "Multi division AM user can choose performance based on choosen Bud from HomePage Screen", "operationId": "getBud", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/bud" }, "example": { "success": true, "code": 200, "message": "Ok", "data": [ "DES", "DBS", "DGS" ] } } } } } } }, "/am-performance/integration/v1/am-tools/account-plan/am": { "get": { "tags": [ "integration" ], "summary": "get list account plan for am tools view by am", "description": "get list account plan for am tools view by am", "operationId": "listAccountPlanAM", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/list200accntPlanAM" }, "example": { "success": true, "code": 200, "message": "Success", "data": [ { "nik": 926015, "realAccountPlan": 50, "targetAccountPlant": 100 } ] } } } } } } }, "/am-performance/integration/v1/am-tools/account-plan/cc": { "get": { "tags": [ "integration" ], "summary": "get list NPS for AM tools view by cc", "description": "get list account plan for am tools view by cc", "operationId": "listAccountPlanCC", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/list200accntPlanAM" }, "example": { "success": true, "code": 200, "message": "Success", "data": [ { "nipnas": 926015, "corporateClientName": "PT TELKOM INDONESIA", "realAccountPlan": 50, "targetAccountPlan": 100, "period": "2021-01-01T00:00:00.000Z" } ] } } } } } } }, "/am-performance/integration/v1/am-tools/lop/cc": { "get": { "tags": [ "integration" ], "summary": "get list NPS for AM tools view by cc", "description": "get list account plan for am tools view by cc", "operationId": "listAccountPlanCCNew", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/list200accntPlan" }, "example": { "success": true, "code": 200, "message": "Success", "data": [ { "nipnas": 926015, "period": "2020-01-31T11:59:59.364Z", "realLop": 50, "targetLop": 100 } ] } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/integration/v1/am-tools/lop/am": { "get": { "tags": [ "integration" ], "summary": "get list NPS for AM tools view by am", "description": "get list account plan for am tools view by AM", "operationId": "listAccountPlanAMNew", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/list200accntPlan" }, "example": { "success": true, "code": 200, "message": "Success", "data": [ { "nik": 926015, "name": "Shinta Buana", "period": "2020-01-31T11:59:59.364Z", "realLop": 50, "targetLop": 100 } ] } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/integration/v1/profitability/am": { "get": { "tags": [ "integration" ], "summary": "get profitability list by BUD", "description": "AM user can view list profitability by BUD", "parameters": [ { "name": "bud", "in": "query", "description": "input AM's BUD (division) by DES or DBS", "required": true, "style": "form", "explode": true, "schema": { "type": "string" }, "example": "DES" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/profitabilityListBUD" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/am-performance/integration/v1/customer/nps/am": { "get": { "tags": [ "integration" ], "summary": "get list NPS for AM", "description": "get list NPS for AM", "operationId": "nps", "parameters": [ { "name": "bud", "in": "query", "description": "input bud", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "DES", "DBS", "DGS" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/list200nps" }, "example": { "success": true, "data": [ { "nik": "840037", "targetNps": 45, "realNps": 45.033113, "phase": 1, "year": 2021 }, { "nik": "401916", "targetNps": 45, "realNps": 45.033113, "phase": 1, "year": 2021 }, { "nik": "401993", "targetNps": 45, "realNps": 45.033113, "phase": 1, "year": 2021 }, { "nik": "40201", "targetNps": 45, "realNps": 45.033113, "phase": 1, "year": 2021 } ] } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server" } } } }, "/am-performance/integration/v1/products": { "get": { "tags": [ "integration" ], "summary": "get products for integration", "description": "get products for integration", "operationId": "products", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/products" }, "example": { "success": true, "data": { "productName": "Astinet Beda Bandwith", "root": "Astinet", "supplierName": "TELKOM INTERNATIONAL, PT", "flag": "Digi Connectivity" } } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server" } } } }, "/mytds-data/coverage-model/v1/overview": { "get": { "tags": [ "coverage-model" ], "summary": "get overview coverage model", "description": "get overview coverage model for web mgt", "parameters": [ { "name": "periodeBy", "in": "query", "description": "input periode", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "projectCreated", "estProjectWin" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "division", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "category", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Standart", "Custom" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewCoverageModel" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/coverage-model/v1/sla": { "get": { "tags": [ "coverage-model" ], "summary": "get overview coverage model sla", "description": "get overview coverage model sla for web mgt", "parameters": [ { "name": "periodeBy", "in": "query", "description": "input periode", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "projectCreated", "estProjectWin" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "division", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "category", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Standart", "Custom" ] } }, { "name": "process", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "F0", "F1", "F2", "F3" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/sla" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/coverage-model/v1/overview-by-division": { "get": { "tags": [ "coverage-model" ], "summary": "get overview coverage model by division", "description": "get overview coverage model by division for web mgt", "parameters": [ { "name": "periodeBy", "in": "query", "description": "input periode", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "projectCreated", "estProjectWin" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "division", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewByDivision" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/coverage-model/v1/list-projects": { "get": { "tags": [ "coverage-model" ], "summary": "for view list projects coverage model", "description": "get overview list projects coverage model", "parameters": [ { "name": "periodeBy", "in": "query", "description": "input periode", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "projectCreated", "estProjectWin" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "division", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "category", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Standart", "Custom" ] } }, { "name": "sort", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "asc", "desc" ] } }, { "name": "sortBy", "in": "query", "description": "total", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "input size", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "page", "in": "query", "description": "input page", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "search", "in": "query", "description": "Input nama am", "required": false, "style": "form", "explode": true, "schema": { "type": "string" } }, { "name": "sla", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "SLA <3 Hari", "SLA 3 Hari", "SLA >3 Hari" ] } }, { "name": "segment", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "ERS", "BMS-1", "PCS", "TMS", "CGS" ] } }, { "name": "process", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "F0", "F1", "F2", "F3" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/listProject" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/coverage-model/v1/overview-by-segment": { "get": { "tags": [ "coverage-model" ], "summary": "for overview coverage model by segment", "description": "get overview coverage model by segment", "parameters": [ { "name": "periodeBy", "in": "query", "description": "input periode", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "projectCreated", "estProjectWin" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "division", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "category", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Standart", "Custom" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewBySegment" } } } }, "400": { "description": "Bad request" }, "401": { "description": "Token is expired" }, "404": { "description": "Data not found" }, "500": { "description": "Internal server error" } } } }, "/mytds-data/coverage-model/v1/overview-holding": { "get": { "tags": [ "coverage-model" ], "summary": "for overview holding for SEAM or EAM", "description": "get overview holding for SEAM or EAMt", "parameters": [ { "name": "periodeBy", "in": "query", "description": "input periode", "required": true, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "projectCreated", "estProjectWin" ] } }, { "name": "date_from", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "date_to", "in": "query", "description": "default value 2020-07-26", "required": false, "style": "form", "explode": true, "schema": { "type": "integer" } }, { "name": "division", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "default": "all", "enum": [ "all", "DGS", "DBS", "DES" ] } }, { "name": "category", "in": "query", "required": false, "style": "form", "explode": true, "schema": { "type": "string", "enum": [ "Standart", "Custom" ] } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/overviewHolding" }, "example": { "success": true, "code": 200, "message": "Ok", "data": [ { "name": "Holding Tambang", "totalCustomer": 20, "totalAM": 12, "totalProject": 12, "projectValue": 5 }, { "name": "Holding Pangan", "totalCustomer": 29, "totalAM": 23, "totalProject": 12, "projectValue": 41 }, { "name": "Holding Pupuk", "totalCustomer": 12, "totalAM": 52, "totalProject": 12, "projectValue": 43 } ] } } } } } } } }, "components": { "schemas": { "overviewSegment": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success View Segment" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/overviewSegment_data" } } }, "overviewSegmentReg": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your request has been processed" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/overviewSegmentReg_data" } } }, "statusRunning": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "$ref": "#/components/schemas/statusRunning_data" }, "code": { "type": "string", "example": "200" }, "message": { "type": "string", "example": "Your request has been processed" } } }, "finishedList": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "type": "array", "example": [ { "lop": "123456789", "title": "Pengadaan Cloud Service", "customer": "PT Mitra Adi Perkasa Group", "value": "Rp1.330.550.000", "divisi": "DES", "segment": "BMS-1", "age": "5 Hari", "status": "Go" }, { "lop": "123456789", "title": "Pengadaan Cloud Service", "customer": "PT Mitra Adi Perkasa Group", "value": "Rp1.330.550.000", "divisi": "DES", "segment": "BMS-1", "age": "5 Hari", "status": "Go" }, { "lop": "123456789", "title": "Pengadaan Cloud Service", "customer": "PT Mitra Adi Perkasa Group", "value": "Rp1.330.550.000", "divisi": "DES", "segment": "BMS-1", "age": "5 Hari", "status": "Go" } ], "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/finishedList_meta" }, "code": { "type": "string", "example": "200" }, "message": { "type": "string", "example": "Your request has been processed" } } }, "runningList": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "type": "array", "example": [ { "lop": "123456789", "title": "Pengadaan Cloud Service", "customer": "PT Mitra Adi Perkasa Group", "value": "Rp1.330.550.000", "divisi": "DES", "segment": "BMS-1", "age": "5 Hari", "position": { "name": "pengajuan_segmen", "hari": "73 hari" } }, { "lop": "123456789", "title": "Pengadaan Cloud Service", "customer": "PT Mitra Adi Perkasa Group", "value": "Rp1.330.550.000", "divisi": "DES", "segment": "BMS-1", "age": "5 Hari", "position": { "name": "pengajuan_segmen", "hari": "73 hari" } }, { "lop": "123456789", "title": "Pengadaan Cloud Service", "customer": "PT Mitra Adi Perkasa Group", "value": "Rp1.330.550.000", "divisi": "DES", "segment": "BMS-1", "age": "5 Hari", "position": { "name": "pengajuan_segmen", "hari": "73 hari" } } ], "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/finishedList_meta" }, "code": { "type": "string", "example": "200" }, "message": { "type": "string", "example": "Your request has been processed" } } }, "totalAMDESbySegment": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view all total AM by segment" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/totalAMDESbySegment_data" } } }, "totalamsegment": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view all total AM by segment" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/totalamsegment_data" } } }, "totalActivityAMbySegmentDES": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view all total activity by segment" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/totalActivityAMbySegmentDES_data" } } }, "totalActSegmentReg": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view all total activity" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/totalActSegmentReg_data" } } }, "activityTypebySegmentDES": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view all total activity type by segment" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/activityTypebySegmentDES_data" } } }, "valueOppor": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view value opportunity" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/valueOppor_data" } } }, "valueOpporReg": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view value opportunity" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/valueOpporReg_data" } } }, "listAM": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view list of all AM" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "nik": "123456", "name": "Rohiman", "segment": "TMS", "role": "AM", "total": 30, "value": "Rp Nan" }, { "nik": "679473", "name": "Siska Wulandari", "segment": "TMS", "role": "AM", "total": 30, "value": "Rp Nan" } ], "items": { "$ref": "#/components/schemas/detailListAM" } }, "meta": { "$ref": "#/components/schemas/listAM_meta" } } }, "listPeriod": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "type": "array", "example": [ { "name": "Januari 2021", "period": 202101 }, { "name": "Februari 2021", "period": 202102 }, { "name": "Maret 2021", "period": 202103 }, { "name": "April 2021", "period": 202104 }, { "name": "Mei 2021", "period": 202105 }, { "name": "Juni 2021", "period": 202106 } ], "items": { "type": "string" } }, "message": { "type": "string", "example": "Your request has been process" }, "code": { "type": "string", "example": "200" } } }, "listAMsegment": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view list of all AM" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "nik": "123456", "name": "Rohiman", "segment": "TMS", "role": "AM", "total_activity": 30 }, { "nik": "679473", "name": "Siska Wulandari", "segment": "TMS", "role": "AM", "total_activity": 30 } ], "items": { "$ref": "#/components/schemas/detailListAM" } }, "meta": { "$ref": "#/components/schemas/listAM_meta" } } }, "listAMsegmentReg": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your request has been processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "nik": "908915", "name": "Shinta Buana", "segment": "CGS", "regional": "REG-2", "witel": "Jambi", "role": "SAM", "total": 30, "value": "NaN" }, { "nik": "954238", "name": "Anwar Muhammad", "segment": "ERS,BMS-1", "regional": "REG-1", "witel": "Aceh", "role": "AM PRO", "total": 59, "value": "NaN" }, { "nik": "954234 ", "name": "Cahyo Bahtiar", "segment": "EMS", "regional": "REG-1", "witel": "Bengkulu", "role": "AMEX", "total": 44, "value": "NaN" }, { "nik": "897655", "name": "Kusuma Wayan", "segment": "MAS", "regional": "REG-3", "witel": "Lampung", "role": "Manager", "total": 60, "value": "NaN" }, { "nik": "888818", "name": "Slamet Sosoawan", "segment": "LGS,ERS", "regional": "REG-6", "witel": "Bandung", "role": "JAM 1 PRO", "total": 25, "value": "NaN" } ], "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/listAM_meta" } } }, "overview": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "type": "array", "example": { "totalProject": "260", "totalProjectValue": "1000000", "totalProjectRunning": "160", "totalProjectRunningValue": "1000000", "totalProjectFinished": "160", "totalProjectFinishedValue": "1000000" }, "items": { "type": "string" } }, "message": { "type": "string", "example": "Your request has been processed" }, "code": { "type": "string", "example": "200" } } }, "overviewMaps": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "type": "array", "example": { "totalAm": 125, "totalCustomer": 2368 }, "items": { "type": "string" } }, "message": { "type": "string", "example": "Berhasil MAPS overview!" }, "code": { "type": "string", "example": "200" } } }, "detailAMMaps": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "type": "array", "example": { "nik": "12358", "name": "Katy Ramadhani", "target": 5, "realization": 1 }, "items": { "type": "string" } }, "message": { "type": "string", "example": "Success view detail AM!" }, "code": { "type": "string", "example": "200" } } }, "overviewPerformansi": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "totalAM": 1010, "updateDate": "2019-07-12T06:16:00.229Z", "dataSource": "MYBRAINS", "charts": [ { "name": "Revenue", "value": 700, "label": "700 M" }, { "name": "Profit", "value": 900, "label": "900 M" } ], "values": [ { "division": "DES", "totalAM": 500, "revenue": "Rp12M", "targetRevenue": "Rp35M", "achievementRevenue": "73%", "profitability": "Rp5M", "targetProfitability": "Rp3M", "achievementProfitability": "102%" }, { "division": "DGS", "totalAM": 500, "revenue": "Rp12M", "targetRevenue": "Rp35M", "achievementRevenue": "73%", "profitability": "Rp5M", "targetProfitability": "Rp3M", "achievementProfitability": "102%" }, { "division": "DBS", "totalAM": 500, "revenue": "Rp12M", "targetRevenue": "Rp35M", "achievementRevenue": "73%", "profitability": "Rp5M", "targetProfitability": "Rp3M", "achievementProfitability": "102%" }, { "division": "TREG", "totalAM": 500, "revenue": "Rp12M", "targetRevenue": "Rp35M", "achievementRevenue": "73%", "profitability": "Rp5M", "targetProfitability": "Rp3M", "achievementProfitability": "102%" } ] }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "overviewCoverageModel": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "totalProject": 185, "totalValueProject": "Rp. 246 M", "detail": [ { "name": "F0", "totalProject": 100, "totalProjectValue": "Rp 200M", "draftProject": 60, "draftProjectValue": "Rp 100M", "waitingApprovalProject": 40, "waitingApprovalProjectValue": "Rp 100M" }, { "name": "F1", "totalProject": 70, "totalProjectValue": "Rp 300M", "draftProject": 50, "draftProjectValue": "Rp 20M", "waitingApprovalProject": 20, "waitingApprovalProjectValue": "Rp 100M" }, { "name": "F2", "totalProject": 10, "totalProjectValue": "Rp 15M", "draftProject": 5, "draftProjectValue": "Rp 7.5M", "waitingApprovalProject": 5, "waitingApprovalProjectValue": "Rp 7.5M" }, { "name": "F3", "totalProject": 100, "totalProjectValue": "Rp 200M", "draftProject": 60, "draftProjectValue": "Rp 100M", "waitingApprovalProject": 40, "waitingApprovalProjectValue": "Rp 100M" } ] }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "sla": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "totalProject": 40, "totalValueProject": "Rp 100 M", "detail": [ { "name": "SLA <3 Hari", "totalProject": 10, "totalProjectValue": "Rp 50M", "percentage": 25 }, { "name": "SLA 3 Hari", "totalProject": 10, "totalProjectValue": "Rp 20M", "percentage": 25 }, { "name": "SLA >3 Hari", "totalProject": 30, "totalProjectValue": "Rp 50M", "percentage": 50 } ] }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "overviewByDivision": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "legend": [ { "name": "DES", "color": "#FFFFFF" }, { "name": "DGS", "color": "#FFFFFF" }, { "name": "DBS", "color": "#FFFFFF" } ], "charts": [ { "name": "F0", "process": "opportunity", "totalProjectDES": "75 Proyek", "totalProjectDGS": "75 Proyek", "totalProjectDBS": "75 Proyek", "labelDES": "75 Proyek", "labelDGS": "75 Proyek", "labelDBS": "75 Proyek", "valueDES": 25000000000, "valueDGS": 25000000000, "valueDBS": 25000000000 }, { "name": "F1", "process": "opportunity", "totalProjectDES": "75 Proyek", "totalProjectDGS": "75 Proyek", "totalProjectDBS": "75 Proyek", "labelDES": "75 Proyek", "labelDGS": "75 Proyek", "labelDBS": "75 Proyek", "valueDES": 25000000000, "valueDGS": 25000000000, "valueDBS": 25000000000 }, { "name": "F2", "process": "opportunity", "totalProjectDES": "75 Proyek", "totalProjectDGS": "75 Proyek", "totalProjectDBS": "75 Proyek", "labelDES": "75 Proyek", "labelDGS": "75 Proyek", "labelDBS": "75 Proyek", "valueDES": 25000000000, "valueDGS": 25000000000, "valueDBS": 25000000000 }, { "name": "F3", "process": "opportunity", "totalProjectDES": "75 Proyek", "totalProjectDGS": "75 Proyek", "totalProjectDBS": "75 Proyek", "labelDES": "75 Proyek", "labelDGS": "75 Proyek", "labelDBS": "75 Proyek", "valueDES": 25000000000, "valueDGS": 25000000000, "valueDBS": 25000000000 } ] }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "totalamPerformansi": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "totalAM": 350, "updateDate": "2019-07-12T06:16:00.229Z", "groups": [ { "name": "AFS", "value": 100 }, { "name": "BMS", "value": 100 }, { "name": "CTS", "value": 40 }, { "name": "EMS", "value": 100 }, { "name": "ERS", "value": 100 }, { "name": "FMS", "value": 40 }, { "name": "FBS", "value": 40 }, { "name": "HWS", "value": 40 }, { "name": "MMS", "value": 40 }, { "name": "MLS", "value": 40 }, { "name": "MCS", "value": 40 }, { "name": "RBS", "value": 40 }, { "name": "RDS", "value": 20 }, { "name": "TMS", "value": 20 } ] }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "achievement": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "nki": "70", "targetNki": "350", "jumlahNki": "50%", "profit": "30", "targetProfit": "350", "jumlahProfit": "30%" }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "productivity": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "revenue": { "value": "Rp NaN", "scale": "5%", "charts": [ { "name": "April 2021", "value": 700, "label": "700 M" }, { "name": "Mei 2021", "value": 700, "label": "700 M" }, { "name": "Juni 2021", "value": 700, "label": "700 M" }, { "name": "Juli 2021", "value": 700, "label": "700 M" }, { "name": "Agustus 2021", "value": 700, "label": "700 M" }, { "name": "September 2021", "value": 700, "label": "700 M" } ] }, "profitability": { "value": "Rp NaN", "scale": "5%", "charts": [ { "name": "April 2021", "value": 700, "label": "700 M" }, { "name": "Mei 2021", "value": 700, "label": "700 M" }, { "name": "Juni 2021", "value": 700, "label": "700 M" }, { "name": "Juli 2021", "value": 700, "label": "700 M" }, { "name": "Agustus 2021", "value": 700, "label": "700 M" }, { "name": "September 2021", "value": 700, "label": "700 M" } ] }, "sales": { "value": "Rp NaN", "scale": "5%", "charts": [ { "name": "April 2021", "value": 700, "label": "700 M" }, { "name": "Mei 2021", "value": 700, "label": "700 M" }, { "name": "Juni 2021", "value": 700, "label": "700 M" }, { "name": "Juli 2021", "value": 700, "label": "700 M" }, { "name": "Agustus 2021", "value": 700, "label": "700 M" }, { "name": "September 2021", "value": 700, "label": "700 M" } ] } }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "capability": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "probableFit": { "perform": { "value": 19, "percent": "12%" }, "underPerform": { "value": 38, "percent": "23%" } }, "possibleFit": { "perform": { "value": 17, "percent": "10%" }, "underPerform": { "value": 58, "percent": "35%" } }, "unlikelyFit": { "perform": { "value": 4, "percent": "2%" }, "underPerform": { "value": 28, "percent": "17%" } }, "na": { "perform": { "value": 0, "percent": "0%" }, "underPerform": { "value": 0, "percent": "0%" } } }, "items": { "type": "string" } }, "message": { "type": "string", "example": "" }, "success": { "type": "boolean", "example": true } } }, "detailamPerformansi": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "totalAm": 350, "updateDate": "2019-07-12T06:16:00.229Z", "dataSource": "MYBRAINS", "charts": [ { "name": "SEAM", "value": 80 }, { "name": "EAM", "value": 100 }, { "name": "SAM", "value": 140 } ] }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "detailAchievement": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "updateDate": "2019-07-12T06:16:00.229Z", "nki": { "charts": [ { "name": "AFS", "value": 20 } ], "totalAm": 550, "dataSource": "EBIS Profitability" }, "profit": { "charts": [ { "name": "AFS", "value": 20 } ], "totalAm": 550, "dataSource": "EBIS Profitability" } }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "detailProductivity": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "updateDate": "2019-07-12T06:16:00.229Z", "revenue": { "totalValue": "Rp15M", "achievement": "90%", "charts": [ { "name": "AFS", "value": 20, "target": 40 }, { "name": "BMS", "value": 20, "target": 40 } ] }, "profitability": { "totalValue": "Rp15M", "achievement": "90%", "charts": [ { "name": "AFS", "value": 20, "target": 40 }, { "name": "BMS", "value": 20, "target": 40 } ] }, "sales": { "totalValue": "Rp15M", "achievement": "90%", "charts": [ { "name": "AFS", "value": 20, "target": 40 }, { "name": "BMS", "value": 20, "target": 40 } ] } }, "items": { "type": "string" } }, "message": { "type": "string", "example": "your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "detailCapability": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "perform": { "probableFit": "11%", "possibleFit": "7%", "unlikelyFit": "2%", "charts": [ { "name": "CTS", "probableFit": 6, "possibleFit": 9, "unlikelyFit": 2, "na": 0 }, { "name": "FBS", "probableFit": 3, "possibleFit": 7, "unlikelyFit": 3, "na": 0 }, { "name": "FMS", "probableFit": 4, "possibleFit": 2, "unlikelyFit": 3, "na": 0 }, { "name": "MMS", "probableFit": 6, "possibleFit": 5, "unlikelyFit": 4, "na": 1 } ] }, "underPerform": { "probableFit": "24%", "possibleFit": "38%", "unlikelyFit": "18%", "charts": [ { "name": "AFS", "probableFit": 2, "possibleFit": 3, "unlikelyFit": 3, "na": 0 }, { "name": "BMS", "probableFit": 3, "possibleFit": 9, "unlikelyFit": 3, "na": 0 }, { "name": "EMS", "probableFit": 3, "possibleFit": 2, "unlikelyFit": 1, "na": 0 }, { "name": "ERS", "probableFit": 5, "possibleFit": 6, "unlikelyFit": 0, "na": 0 }, { "name": "HWS", "probableFit": 2, "possibleFit": 7, "unlikelyFit": 2, "na": 0 }, { "name": "MCS", "probableFit": 4, "possibleFit": 4, "unlikelyFit": 4, "na": 0 }, { "name": "MLS", "probableFit": 4, "possibleFit": 6, "unlikelyFit": 1, "na": 0 }, { "name": "RBS", "probableFit": 6, "possibleFit": 2, "unlikelyFit": 1, "na": 0 } ] } }, "items": { "type": "string" } }, "message": { "type": "string", "example": "" }, "success": { "type": "boolean", "example": true } } }, "listAMPerformansi": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "nik": "954238", "name": "Anwar Muhammad", "division": "DES", "regional": "REG-2", "segment": "ERS", "role": "AM-1", "nki": "50%", "profitability": "50%", "revenue": 123000000, "targetRevenue": 150000000, "hats": "A", "quadrant": "I" }, { "nik": "954238", "name": "Muhammad Huday", "division": "DES", "regional": "REG-2", "segment": "AFS", "role": "AM-2", "nki": "30%", "profitability": "30%", "revenue": 123000000, "targetRevenue": 150000000, "hats": "A", "quadrant": "I" } ], "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/listAMPerformansi_meta" }, "message": { "type": "string", "example": "Your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "listProject": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "lop": "1234567789", "title": "Pengadaan Cloud Service A", "customer": "PT Pegadaian", "value": "Rp51.330.550.000", "bud": "DES", "segment": "CGS", "process": "Opportunity", "sla": "SLA <3 Hari", "documentAge": "1 Hari", "AMName": "John Mayer", "profitability": "10%" }, { "lop": "1234567789", "title": "Pengadaan Cloud Service B", "customer": "PT Pegadaian", "value": "Rp51.330.550.000", "bud": "DES", "segment": "CGS", "process": "Opportunity", "sla": "SLA 3 Hari", "documentAge": "1 Hari", "AMName": "John Mayer", "profitability": "12%" }, { "lop": "1234567789", "title": "Pengadaan Cloud Service C", "customer": "PT Pegadaian", "value": "Rp51.330.550.000", "bud": "DES", "segment": "CGS", "process": "Opportunity", "sla": "SLA >3 Hari", "documentAge": "1 Hari", "AMName": "John Mayer", "profitability": "25%" } ], "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/listAMPerformansi_meta" }, "message": { "type": "string", "example": "Your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "overviewBySegment": { "type": "object", "properties": { "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "segment": "AFS", "totalProject": 40, "totalProjectValue": "Rp1.330.550.000", "totalProjectF0": 10, "totalProjectF1": 10, "valueProjectF1": "Rp250.000.000", "solmanSolar": 10, "solmanSolreq": 10, "selfAssesmentRPA": 10, "totalProjectF2": 10, "valueProjectF2": "Rp 250.000.000", "assesmentReviewRPA": 10, "totalProjectF3": 10, "valueProjectF3": "Rp 250.000.000" }, { "segment": "AFS", "totalProject": 40, "totalProjectValue": "Rp1.330.550.000", "totalProjectF0": 10, "totalProjectF1": 10, "valueProjectF1": "Rp250.000.000", "solmanSolar": 10, "solmanSolreq": 10, "selfAssesmentRPA": 10, "totalProjectF2": 10, "valueProjectF2": "Rp 250.000.000", "assesmentReviewRPA": 10, "totalProjectF3": 10, "valueProjectF3": "Rp 250.000.000" } ], "items": { "type": "string" } }, "message": { "type": "string", "example": "Your request has been processed" }, "success": { "type": "boolean", "example": true } } }, "statusFinished": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "type": "array", "example": [ { "profitability": 0, "value_profitability": 0, "umur_dokumen": "23 days", "sum_revenue": "54100000000.0", "sum_cost": "45750000000.0", "sum_gross_profit": "8350000000.0" } ], "items": { "type": "string" } }, "code": { "type": "string", "example": "200" }, "message": { "type": "string", "example": "Your request has been processed" } } }, "listAMMaps": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view list of AM!" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "nik": "123456", "name": "John Mayer", "division": "DES", "segment": "BMS-1", "witel": "", "totalCustomer": 12, "target": 12, "realization": 5, "detail": [] }, { "nik": "123457", "name": "Shila Sarasvati", "division": "DES", "segment": "REG-5", "witel": "DKI Jakarta", "totalCustomer": 5, "target": 5, "realization": 1, "detail": [ { "division": "DES", "segment": "BMS-1", "witel": "DKI Jakarta", "totalCustomer": 3, "realization": 1 }, { "division": "DBS", "segment": "MBS", "witel": "DKI Jakarta", "totalCustomer": 2, "realization": 0 } ] } ], "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/listAMMaps_meta" } } }, "listCustomerMaps": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view list of Customer!" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "nipnas": "123456", "customer": "PT Mitra Adi Perkasa", "division": "DES", "segment": "BMS-1", "witel": "DKI Jakarta", "kelengkapan": "85%", "totalAm": 2, "pdfLink": "https://minio-assurance.telkomdigitalsolution.co/tds-customer-maps-public/document/10001728/10001728.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0748qo537r0SWEvuI8Hl%2F20210722%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210722T015832Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0a9660843007c4e7de3b49bcc89a0573e94c67bd6b103815f1c901f09fc8b247" }, { "nipnas": "123457", "customer": "PT Pegadaian", "division": "DES", "segment": "BMS-1", "witel": "DKI Jakarta", "kelengkapan": "30%", "totalAm": 3, "pdfLink": "https://minio-assurance.telkomdigitalsolution.co/tds-customer-maps-public/document/10001728/10001728.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0748qo537r0SWEvuI8Hl%2F20210722%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210722T015832Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0a9660843007c4e7de3b49bcc89a0573e94c67bd6b103815f1c901f09fc8b247" }, { "nipnas": "123457", "customer": "PT Pegadaian", "division": "DES", "segment": "BMS-1", "witel": "DKI Jakarta", "kelengkapan": "30%", "totalAm": 3, "pdfLink": "https://minio-assurance.telkomdigitalsolution.co/tds-customer-maps-public/document/10001728/10001728.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0748qo537r0SWEvuI8Hl%2F20210722%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210722T015832Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0a9660843007c4e7de3b49bcc89a0573e94c67bd6b103815f1c901f09fc8b247" } ], "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/listAMMaps_meta" } } }, "overviewStatus": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "data": { "type": "array", "example": { "projectRunning": { "megaDeal": "150", "megaDealValue": "20000000", "bigDeal": "150", "bigDealValue": "20000000", "ordinaryDeal": "150", "ordinaryDealValue": "20000000", "regularDeal": "150", "regularDealValue": "20000000" }, "projectFinished": { "megaDeal": "150", "megaDealValue": "20000000", "bigDeal": "150", "bigDealValue": "20000000", "ordinaryDeal": "150", "ordinaryDealValue": "20000000", "regularDeal": "150", "regularDealValue": "20000000" } }, "items": { "type": "string" } }, "message": { "type": "string", "example": "Your request has been processed" }, "code": { "type": "string", "example": "200" } } }, "listAMAll": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Your request has been processed" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "nik": "401700", "name": "PRIHASTORO SURYO KUNCORO", "segmen": "REG-4", "role": "AM 3", "total": "3", "nipnas": "4444459", "ca_name": "KAWASAN INDUSTRI WIJAYAKUSUMA PT", "activitytype": "Follow-up", "label": "Dengan Pelanggan", "startdate": "10-02-2021", "enddate": "10-02-2021", "note": "FU rencana vicon dgn Tsel utk pemaparan CUG Kawasan. Deal utk Selasa 16 Feb 2021 vicon dgn Tsel Smg" }, { "nik": "401701", "name": "RIZKY HADITYA", "segmen": "REG-3", "role": "AM 1", "total": "3", "nipnas": "4444462", "ca_name": "TELKOM INDONESIA PT", "activitytype": "Follow-up", "label": "Dengan Pelanggan", "startdate": "10-02-2021", "enddate": "10-02-2021", "note": "FU rencana vicon dgn Tsel utk pemaparan CUG Kawasan. Deal utk Selasa 16 Feb 2021 vicon dgn Tsel Smg" } ], "items": { "type": "string" } } } }, "profileAM": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view profile" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/profileAM_data" } } }, "profileAMReg": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view detail profile" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/profileAMReg_data" } } }, "activityList": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view list" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/activityList_data" } } }, "downloadList": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success downloaded" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "id": "5f61b28d8057a80011747b8b", "nik": "850097", "nipnas": "2908314", "ca_name": "Garuda Indonesia", "segment": "TMS", "activitytype": "Rapat", "label": "Dengan Pelanggan", "startdate": "2020-07-29T03:00:00.000Z", "enddate": "2020-07-29T07:00:00.000Z", "note": "Negosiasi layanan Inflight Entertainment (IFE) di pesawat Garuda Indonesia (peserta Advisor Direktur IT dan Layanan Garuda Indonesia, GM TMS, Head of MediaHub, SAM Garuda Indonesia)", "link": [ { "photoLink": "https://minio-assurance.telkomdigitalsolution.co/opportunity/850097/Activity/image-0eb9f585-1998-437a-826d-2033622babd4.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0748qo537r0SWEvuI8Hl%2F20200925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200925T084429Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=fe8b4f5ceacae2e9d1fc935fc522e63d40122ed04d79694f4c940b32c79c95bf", "photoName": "image-0eb9f585-1998-437a-826d-2033622babd4.jpg", "size": "43.34 KB", "lastModified": "05/08/2020, 9:57" } ] }, { "id": "5f61b28d8057a80011747b8b", "nik": "850097", "nipnas": "2908314", "ca_name": "Garuda Indonesia", "segment": "TMS", "activitytype": "Rapat", "label": "Dengan Pelanggan", "startdate": "2020-07-29T03:00:00.000Z", "enddate": "2020-07-29T07:00:00.000Z", "note": "Negosiasi layanan Inflight Entertainment (IFE) di pesawat Garuda Indonesia (peserta Advisor Direktur IT dan Layanan Garuda Indonesia, GM TMS, Head of MediaHub, SAM Garuda Indonesia)", "link": [ { "photoLink": "https://minio-assurance.telkomdigitalsolution.co/opportunity/850097/Activity/image-0eb9f585-1998-437a-826d-2033622babd4.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0748qo537r0SWEvuI8Hl%2F20200925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200925T084429Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=fe8b4f5ceacae2e9d1fc935fc522e63d40122ed04d79694f4c940b32c79c95bf", "photoName": "image-0eb9f585-1998-437a-826d-2033622babd4.jpg", "size": "43.34 KB", "lastModified": "05/08/2020, 9:57" } ] } ], "items": { "type": "string" } } } }, "detailActivity": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success view detail" }, "code": { "type": "string", "example": "200" }, "data": { "$ref": "#/components/schemas/detailActivity_data" } } }, "detailListAM": { "type": "object", "properties": { "nik": { "type": "string" }, "name": { "type": "string" }, "activity": { "type": "string" }, "segment": { "type": "string" }, "value": { "type": "string" }, "total": { "type": "string" }, "witel": { "type": "string" }, "regional": { "type": "string" } } }, "am200performance": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/am200performance_data" } } }, "detail200installationstatus": { "type": "object", "properties": { "success": { "type": "boolean" }, "data": { "$ref": "#/components/schemas/detail200installationstatus_data" }, "message": { "type": "string" }, "code": { "type": "integer" } } }, "detail200projectstatus": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200projectstatus_data" } } }, "detail200ticketstatus": { "type": "object", "properties": { "success": { "type": "boolean" }, "data": { "$ref": "#/components/schemas/detail200ticketstatus_data" }, "message": { "type": "string" }, "code": { "type": "integer" } } }, "detail200revenue": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200revenue_data" } } }, "detail200sales": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200sales_data" } } }, "detail200profit": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200profit_data" } } }, "detail200collect": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200collect_data" } } }, "detail200customer": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200customer_data" } } }, "detail200amTools": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200amTools_data" } } }, "detail200capability": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200capability_data" } } }, "detail200behaviour": { "type": "object", "properties": { "success": { "type": "boolean" }, "data": { "$ref": "#/components/schemas/detail200behaviour_data" }, "message": { "type": "string" }, "code": { "type": "integer" } } }, "detail200performanceweight": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/detail200performanceweight_data" } } } }, "performanceWeightDetail": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/performanceWeightDetail_data" } } }, "detail200quadrant": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/detail200quadrant_data" } } }, "history200quadrantv2": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "type": "array", "properties": { "period": { "type": "string" }, "quadrant": { "type": "integer" }, "sustain": { "type": "object", "properties": { "target": { "type": "integer" }, "realization": { "type": "integer" }, "score": { "type": "number" } } }, "scaling": { "type": "object", "properties": { "target": { "type": "integer" }, "realization": { "type": "integer" }, "score": { "type": "number" } } } }, "items": { "type": "object" } } } }, "200filter": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "string" }, "message": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/200filter_data" } } } }, "200indicator": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/200indicator_data" } } }, "listDetailCustomer200": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/listDetailCustomer200_data" } } }, "indicatorProfitList": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "type": "projectProfit", "summary": { "realization": 84, "target": 85, "achievement": 107 }, "listDetail": [ { "nipnas": 762963, "corporateClientName": "PT Angkasa Pura", "realization": 640000000, "target": 600000000, "achievement": 106, "corporateClientImage": "https://www.its.ac.id/kimia/wp-content/uploads/sites/20/2020/01/114-logo-telkom.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 320000000, "target": 350000000, "achievement": 91 }, { "nipnas": 118723, "corporateClientName": "PT Pertamina", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 320000000, "target": 350000000, "achievement": 91 }, { "nipnas": 118723, "corporateClientName": "PT Pertamina", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG" } ] }, "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/indicatorProfitList_meta" } } }, "collectionList": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": { "type": "cyc", "summary": { "realization": 84, "target": 85, "achievement": 107 }, "listDetail": [ { "nipnas": 762963, "corporateClientName": "PT Angkasa Pura", "realization": 640000000, "target": 600000000, "achievement": 106, "corporateClientImage": "https://www.its.ac.id/kimia/wp-content/uploads/sites/20/2020/01/114-logo-telkom.jpg" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 320000000, "target": 350000000, "achievement": 91 }, { "nipnas": 118723, "corporateClientName": "PT Pertamina", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG" }, { "nipnas": 118723, "corporateClientName": "PT Bumi Persada Raya", "realization": 320000000, "target": 350000000, "achievement": 91 }, { "nipnas": 118723, "corporateClientName": "PT Pertamina", "realization": 320000000, "target": 350000000, "achievement": 91, "corporateClientImage": "http://2.bp.blogspot.com/-qXh9YiGWdrw/TgL97S3R2hI/AAAAAAAADy0/9mw6vDz4SUY/s1600/logo+pertamina.JPG" } ] }, "items": { "type": "string" } }, "meta": { "$ref": "#/components/schemas/indicatorProfitList_meta" } } }, "list200accntPlanAM": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/list200accntPlanAM_data" } } } }, "list200accntPlan": { "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "integer" }, "message": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/list200accntPlanAM_data" } } } }, "list200nps": { "type": "object", "properties": { "success": { "type": "boolean" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/list200nps_data" } } } }, "products": { "type": "object", "properties": { "success": { "type": "boolean" }, "data": { "$ref": "#/components/schemas/products_data" } } }, "profitabilityListBUD": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "example": [ { "nik": "850097", "bud": "DES", "period": "2021-01-01T00:00:00Z", "amProfit": { "target": 18, "real": 125.8729577294738, "ach": 699.2942096081878 }, "projectProfit": { "target": 18, "real": 40.391839275536995, "ach": 224.39910708631663 } }, { "nik": "906409", "bud": "DES", "period": "2021-01-01T00:00:00Z", "amProfit": { "target": 18, "real": 101.9011424771762, "ach": 566.1174582065345 }, "projectProfit": { "target": 18, "real": 68.20604202080756, "ach": 378.9224556711531 } } ], "items": { "type": "string" } } } }, "bud": { "type": "object", "properties": { "success": { "type": "boolean", "example": true }, "message": { "type": "string", "example": "Success" }, "code": { "type": "string", "example": "200" }, "data": { "type": "array", "items": { "type": "string" } } } }, "overviewHolding": { "type": "object", "properties": { "success": { "type": "boolean" }, "message": { "type": "string" }, "code": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/overviewHolding_data" } } } }, "overviewSegment_data": { "type": "object", "properties": { "journey": { "type": "string", "example": "buying" }, "part": { "type": "string", "example": "activity" }, "values": { "type": "array", "example": [ { "division": "DES", "total_login": 12, "total_registered": 23, "total": 100, "value_opportunity": "Rp Nan" }, { "division": "DBS", "total_login": 12, "total_registered": 23, "total": 100, "value_opportunity": "Rp Nan" }, { "division": "DGS", "total_login": 12, "total_registered": 23, "total": 100, "value_opportunity": "Rp Nan" } ], "items": { "type": "string" } } } }, "overviewSegmentReg_data": { "type": "object", "properties": { "journey": { "type": "string", "example": "buying" }, "part": { "type": "string", "example": "activity" }, "values": { "type": "array", "example": [ { "division": "DES", "total_login": 12, "total_registered": 58, "total": 70, "value_opportunity": "Rp Nan" }, { "division": "DBS", "total_login": 12, "total_registered": 23, "total": 35, "value_opportunity": "Rp Nan" }, { "division": "DGS", "total_login": 15, "total_registered": 85, "total": 100, "value_opportunity": "Rp Nan" } ], "items": { "type": "string" } } } }, "statusRunning_data": { "type": "object", "properties": { "total_project": { "type": "string", "example": "100" }, "average_time": { "type": "string", "example": "15 Hari" }, "average_document_age": { "type": "string", "example": "7 Hari" }, "groups": { "type": "array", "example": [ { "time": 1, "value": 1 }, { "time": 2, "value": 2 }, { "time": 3, "value": 3 } ], "items": { "type": "integer" } } } }, "finishedList_meta": { "type": "object", "properties": { "page": { "type": "integer", "example": 1 }, "size": { "type": "integer", "example": 5 }, "total_pages": { "type": "integer", "example": 5 }, "total_data": { "type": "integer", "example": 5 } } }, "totalAMDESbySegment_data": { "type": "object", "properties": { "total": { "type": "string", "example": "100" }, "groups": { "type": "array", "example": [ { "name": "IBS", "value": 10, "diff_percentage": "-" }, { "name": "PCS", "value": 25, "diff_percentage": "-" }, { "name": "HWS", "value": 25, "diff_percentage": "-" } ], "items": { "type": "string" } } } }, "totalamsegment_data": { "type": "object", "properties": { "total": { "type": "string", "example": "100" }, "groups": { "type": "array", "example": [ { "name": "IBS", "value": 10 }, { "name": "PCS", "value": 25 }, { "name": "HWS", "value": 25 } ], "items": { "type": "string" } } } }, "totalActivityAMbySegmentDES_data": { "type": "object", "properties": { "total": { "type": "string", "example": "100" }, "groups": { "type": "array", "example": [ { "name": "HWS", "value": 10, "diff_percentage": "-" }, { "name": "IPC", "value": 25, "diff_percentage": "-" }, { "name": "TMS", "value": 25, "diff_percentage": "-" } ], "items": { "type": "string" } } } }, "totalActSegmentReg_data": { "type": "object", "properties": { "total": { "type": "string", "example": "100" }, "groups": { "type": "array", "example": [ { "name": "JAM 1", "value": 77, "diff_percentage": "-" }, { "name": "JAM 2", "value": 25, "diff_percentage": "-" }, { "name": "SAM", "value": 80, "diff_percentage": "-" }, { "name": "AM PRO", "value": 50, "diff_percentage": "-" }, { "name": "AMEX", "value": 100, "diff_percentage": "-" }, { "name": "AM", "value": 30, "diff_percentage": "-" }, { "name": "JAM 1 PRO", "value": 58, "diff_percentage": "-" } ], "items": { "type": "string" } } } }, "activityTypebySegmentDES_data": { "type": "object", "properties": { "total": { "type": "string", "example": "100" }, "groups": { "type": "array", "example": [ { "name": "kunjungan", "value": 10, "diff_percentage": "-" }, { "name": "rapat", "value": 25, "diff_percentage": "-" } ], "items": { "type": "string" } } } }, "valueOppor_data": { "type": "object", "properties": { "total": { "type": "string", "example": "Rp 1084 M" }, "groups": { "type": "array", "example": [ { "name": "BMS-1", "value": 100000000, "diff_percentage": "-" }, { "name": "BMS-2", "value": 90000000, "diff_percentage": "-" } ], "items": { "type": "string" } } } }, "valueOpporReg_data": { "type": "object", "properties": { "total": { "type": "string", "example": "Rp 1084 M" }, "groups": { "type": "array", "example": [ { "name": "JAM 1", "value": 100000000, "diff_percentage": "-" }, { "name": "JAM 2", "value": 90000000, "diff_percentage": "-" }, { "name": "SAM", "value": 1000000, "diff_percentage": "-" } ], "items": { "type": "string" } } } }, "listAM_meta": { "type": "object", "properties": { "page": { "type": "integer", "example": 2 }, "size": { "type": "integer", "example": 3 }, "total_pages": { "type": "integer", "example": 2 }, "total_data": { "type": "integer", "example": 4 } } }, "listAMPerformansi_meta": { "type": "object", "properties": { "page": { "type": "integer", "example": 1 }, "size": { "type": "integer", "example": 3 }, "total_Page": { "type": "integer", "example": 3 }, "total_data": { "type": "integer", "example": 3 } } }, "listAMMaps_meta": { "type": "object", "properties": { "page": { "type": "integer", "example": 1 }, "size": { "type": "integer", "example": 3 }, "totalPage": { "type": "integer", "example": 3 }, "totaldata": { "type": "integer", "example": 3 } } }, "profileAM_data": { "type": "object", "properties": { "journey": { "type": "string", "example": "buying" }, "part": { "type": "string", "example": "activity" }, "name": { "type": "string", "example": "siska wulandari" }, "nik": { "type": "string", "example": "12345" }, "role": { "type": "string", "example": "Junior Account Manager 1" }, "division": { "type": "string", "example": "DES" }, "segment": { "type": "string", "example": "TMS" }, "total": { "type": "integer", "example": 100 }, "value": { "type": "string", "example": "Rp. NaN" } } }, "profileAMReg_data": { "type": "object", "properties": { "journey": { "type": "string", "example": "buying" }, "part": { "type": "string", "example": "activity" }, "name": { "type": "string", "example": "NOSKI PANDAPOTAN SAMOSIR" }, "nik": { "type": "string", "example": "850097" }, "role": { "type": "string", "example": "SAM" }, "division": { "type": "string", "example": "DES" }, "segment": { "type": "string", "example": "TMS" }, "regional": { "type": "string", "example": "REG-1" }, "witel": { "type": "string", "example": "Telkom segment" }, "total": { "type": "integer", "example": 100 }, "value": { "type": "string", "example": "Rp. NaN" } } }, "activityList_data_groups": { "type": "object", "properties": { "September-2020": { "type": "array", "example": [ { "label": "Dengan Pelanggan", "activityType": "kunjungan", "startDate": "2019-07-12T06:16:00.229Z", "endDate": "2019-07-12T06:16:00.229Z", "ca_name": "PT. Bank Mandiri", "lopid": "389805", "nipnas": 123456, "note": "Many of us are so used to working on a computer Many of us are so used to working on a computer Many of us are so used to working on a computer", "file_url": [ "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8", "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a" ] }, { "label": "Tanpa Pelanggan", "activityType": "kunjungan", "startDate": "2019-07-12T06:16:00.229Z", "endDate": "2019-07-12T06:16:00.229Z", "ca_name": "PT. Bank Mandiri", "lopid": "389805", "nipnas": 123456, "note": "Many of us are so used to working on a computer Many of us are so used to working on a computer Many of us are so used to working on a computer", "file_url": [ "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8", "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a" ] } ], "items": { "type": "string" } } } }, "activityList_data": { "type": "object", "properties": { "list_aktifitas": { "type": "array", "example": [ { "kunjungan": { "count": 5 } }, { "rapat": { "count": 6 } }, { "rekonsiliasi": { "count": 4 } }, { "pembuatan_janji": { "count": 1 } }, { "telepon": { "count": 9 } }, { "video_konferensi": { "count": 1 } }, { "email/chat": { "count": 1 } }, { "lainnya": { "count": 0 } } ], "items": { "type": "string" } }, "groups": { "$ref": "#/components/schemas/activityList_data_groups" } } }, "detailActivity_data_data_lead": { "type": "object", "properties": { "ca_name": { "type": "string", "example": "PT. Bank Mandiri" }, "nipnas": { "type": "string", "example": "123456" }, "segment": { "type": "string", "example": "ERS" }, "title": { "type": "string", "example": "Penyediaan Layanan Astinet Lite" }, "description": { "type": "string", "example": "Many of us are so used to working on a computer Many of us are so used to working on a computer Many of us are so used to working on a computer" }, "contact": { "type": "array", "example": [ { "nama": "Arrai", "role": "Manager Divisi IT", "phone": 812345678 }, { "nama": "Bulan", "role": "Manager Divisi IT", "phone": 812345678 }, { "nama": "Maharani Dwi", "role": "Manager Divisi IT", "phone": 812345678 } ], "items": { "type": "string" } }, "lopid": { "type": "string", "example": "123" }, "project_id": { "type": "string", "example": "123" }, "status": { "type": "string", "example": "Draft" }, "process": { "type": "string", "example": "Quote" }, "total_activity": { "type": "string", "example": "10" } } }, "detailActivity_data": { "type": "object", "properties": { "list_aktifitas": { "type": "array", "example": [ { "kunjungan": { "count": 5 } }, { "rapat": { "count": 6 } }, { "rekonsiliasi": { "count": 4 } }, { "pembuatan_janji": { "count": 1 } }, { "telepon": { "count": 9 } }, { "video_konferensi": { "count": 1 } }, { "email/chat": { "count": 1 } }, { "lainnya": { "count": 0 } } ], "items": { "type": "string" } }, "aktifitas": { "type": "array", "example": [ { "label": "Dengan Pelanggan", "activityType": "kunjungan", "startDate": "2019-07-12T06:16:00.229Z", "endDate": "2019-07-12T06:16:00.229Z", "ca_name": "PT. Bank Mandiri", "lopid": "389805", "nipnas": 123456, "note": "Many of us are so used to working on a computer Many of us are so used to working on a computer Many of us are so used to working on a computer", "file_url": [ "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8", "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a" ] }, { "label": "Tanpa Pelanggan", "activityType": "kunjungan", "startDate": "2019-07-12T06:16:00.229Z", "endDate": "2019-07-12T06:16:00.229Z", "ca_name": "PT. Bank Mandiri", "lopid": "389805", "nipnas": 123456, "note": "Many of us are so used to working on a computer Many of us are so used to working on a computer Many of us are so used to working on a computer", "file_url": [ "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8", "https://tds-customer-storage.apps.playcourt.id/faq/shutterstock_768616042.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=iud3oCpWeT84nA7hFegN%2F20190528%2F%2Fs3%2Faws4_request&X-Amz-Date=20190528T073221Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=f350dfef262176e73169960d777022eb339e614d7efc9c62740af720da658e8a" ] } ], "items": { "type": "string" } }, "data_lead": { "$ref": "#/components/schemas/detailActivity_data_data_lead" }, "data_opportunity": { "type": "array", "example": [ { "id": "6090332803a07b3422b92500", "nik": "700237", "nipnas": "10115418", "ca_name": "TIP TOP", "title": "ASTINet", "description": "ASTINet", "startdate": "2021-03-31T17:00:00.000Z", "link": [ { "photoLink": "https://minio-assurance.telkomdigitalsolution.co/opportunity/850097/Activity/image-0eb9f585-1998-437a-826d-2033622babd4.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0748qo537r0SWEvuI8Hl%2F20200925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200925T084429Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=fe8b4f5ceacae2e9d1fc935fc522e63d40122ed04d79694f4c940b32c79c95bf", "photoName": "image-0eb9f585-1998-437a-826d-2033622babd4.jpg", "size": "43.34 KB", "lastModified": "05/08/2020, 9:57" } ], "lopid": "401140", "source": "SIMLOP", "status": "Draft", "process": "Opportunity" }, { "id": "6081b954aba06e19d6317ee9", "nik\"": "700237", "nipnas": "99991619633124590", "ca_name": "META DATA NUSANTARA", "title": "HSI", "description": "DIGIBIZ 2P 20M E2", "startdate": "2021-03-31T17:00:00.000Z", "link": [], "lopid": "389805", "source": "SIMLOP", "status": "Draft", "process": "Opportunity" } ], "items": { "type": "string" } }, "July-2020": { "type": "array", "example": [ { "id": "6085b15024160e5806567f43", "nik": "700237", "nipnas": "99991619374416530", "ca_name": "META DATA NUSANTARA", "title": "HSI", "description": "DIGIBIZ 2P 20M E2", "startdate": "2021-02-28T17:00:00.000Z", "link": [], "lopid": "384722", "source": "SIMLOP", "status": "Draft", "process": "Opportunity" }, { "id": "6085b15024160e5806567f43", "nik": "700237", "nipnas": "99991619374416530", "ca_name": "META DATA NUSANTARA", "title": "HSI", "description": "DIGIBIZ 2P 20M E2", "startdate": "2021-02-28T17:00:00.000Z", "link": [], "lopid": "384722", "source": "SIMLOP", "status": "Draft", "process": "Opportunity" } ], "items": { "type": "string" } } } }, "am200performance_data_revenue": { "type": "object", "properties": { "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "sales": { "type": "number" }, "collectionRation": { "type": "number" }, "profitability": { "type": "number" }, "customer": { "type": "number" } } }, "am200performance_data_amTools": { "type": "object", "properties": { "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" } } }, "am200performance_data_behaviour": { "type": "object", "properties": { "vtotalWeight": { "type": "number" }, "totalAchievement": { "type": "number" } } }, "am200performance_data_services": { "type": "object", "properties": { "project": { "type": "integer" }, "installationProcess": { "type": "integer" }, "problemTicket": { "type": "integer" } } }, "am200performance_data": { "type": "object", "properties": { "period": { "type": "string" }, "nki": { "type": "number" }, "revenue": { "$ref": "#/components/schemas/am200performance_data_revenue" }, "amTools": { "$ref": "#/components/schemas/am200performance_data_amTools" }, "capability": { "$ref": "#/components/schemas/am200performance_data_amTools" }, "behaviour": { "$ref": "#/components/schemas/am200performance_data_behaviour" }, "services": { "$ref": "#/components/schemas/am200performance_data_services" } } }, "detail200installationstatus_data_installationStatus_preDelivery": { "type": "object", "properties": { "total": { "type": "integer" }, "value": { "type": "integer" } } }, "detail200installationstatus_data_installationStatus": { "type": "object", "properties": { "preDelivery": { "$ref": "#/components/schemas/detail200installationstatus_data_installationStatus_preDelivery" }, "delivery": { "$ref": "#/components/schemas/detail200installationstatus_data_installationStatus_preDelivery" }, "postDelivery": { "$ref": "#/components/schemas/detail200installationstatus_data_installationStatus_preDelivery" } } }, "detail200installationstatus_data": { "type": "object", "properties": { "totalInstallation": { "type": "integer" }, "installationStatus": { "$ref": "#/components/schemas/detail200installationstatus_data_installationStatus" } } }, "detail200projectstatus_data_projectAchievement": { "type": "object", "properties": { "projectValue": { "type": "integer" }, "minValue": { "type": "integer" }, "diffProject": { "type": "integer" } } }, "detail200projectstatus_data_projectStatus": { "type": "object", "properties": { "lead": { "type": "integer" }, "opportunity": { "type": "integer" }, "quote": { "type": "integer" }, "agreement": { "type": "integer" } } }, "detail200projectstatus_data": { "type": "object", "properties": { "totalProject": { "type": "integer" }, "projectAchievement": { "$ref": "#/components/schemas/detail200projectstatus_data_projectAchievement" }, "projectStatus": { "$ref": "#/components/schemas/detail200projectstatus_data_projectStatus" } } }, "detail200ticketstatus_data_curve": { "type": "object", "properties": { "periode": { "type": "string" }, "totalTicket": { "type": "integer" } } }, "detail200ticketstatus_data": { "type": "object", "properties": { "curve": { "type": "array", "items": { "$ref": "#/components/schemas/detail200ticketstatus_data_curve" } }, "publishedTicket": { "type": "integer" }, "handlingTicket": { "type": "integer" }, "closedTicket": { "type": "integer" } } }, "detail200revenue_data_achievement": { "type": "object", "properties": { "sustain": { "type": "number" }, "scaling": { "type": "number" }, "revenue": { "type": "number" } } }, "detail200revenue_data_sustain": { "type": "object", "properties": { "target": { "type": "integer" }, "realization": { "type": "integer" }, "score": { "type": "number" }, "dataSource": { "type": "string" } } }, "detail200revenue_data": { "type": "object", "properties": { "type": { "type": "string" }, "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "achievement": { "$ref": "#/components/schemas/detail200revenue_data_achievement" }, "sustain": { "$ref": "#/components/schemas/detail200revenue_data_sustain" }, "scaling": { "$ref": "#/components/schemas/detail200revenue_data_sustain" }, "revenue": { "$ref": "#/components/schemas/detail200revenue_data_sustain" } } }, "detail200sales_data_achievement": { "type": "object", "properties": { "digiConnectivity": { "type": "number" }, "digiPlatformAndService": { "type": "number" } } }, "detail200sales_data_datin": { "type": "object", "properties": { "target": { "type": "integer" }, "realization": { "type": "integer" }, "score": { "type": "number" } } }, "detail200sales_data_digiConnectivity": { "type": "object", "properties": { "datin": { "$ref": "#/components/schemas/detail200sales_data_datin" }, "hsi": { "$ref": "#/components/schemas/detail200sales_data_datin" }, "wifi": { "$ref": "#/components/schemas/detail200sales_data_datin" } } }, "detail200sales_data_digiPlatformAndService": { "type": "object", "properties": { "digiPlatformAndService": { "$ref": "#/components/schemas/detail200sales_data_datin" } } }, "detail200sales_data": { "type": "object", "properties": { "type": { "type": "string" }, "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "achievement": { "$ref": "#/components/schemas/detail200sales_data_achievement" }, "digiConnectivity": { "type": "array", "items": { "$ref": "#/components/schemas/detail200sales_data_digiConnectivity" } }, "digiPlatformAndService": { "type": "array", "items": { "$ref": "#/components/schemas/detail200sales_data_digiPlatformAndService" } } } }, "detail200profit_data_achievement": { "type": "object", "properties": { "projectProfit": { "type": "number" }, "amProfit": { "type": "number" } } }, "detail200profit_data_projectProfit": { "type": "object", "properties": { "target": { "type": "number" }, "realization": { "type": "number" }, "score": { "type": "number" } } }, "detail200profit_data": { "type": "object", "properties": { "type": { "type": "string" }, "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "achievement": { "$ref": "#/components/schemas/detail200profit_data_achievement" }, "projectProfit": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" }, "amProfit": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" } } }, "detail200collect_data_achievement": { "type": "object", "properties": { "cyCollection": { "type": "number" }, "collectionRatio": { "type": "number" } } }, "detail200collect_data": { "type": "object", "properties": { "type": { "type": "string" }, "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "achievement": { "$ref": "#/components/schemas/detail200collect_data_achievement" }, "cyCollection": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" }, "collectionRatio": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" } } }, "detail200customer_data_achievement": { "type": "object", "properties": { "npsAm": { "type": "number" } } }, "detail200customer_data": { "type": "object", "properties": { "type": { "type": "string" }, "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "achievement": { "$ref": "#/components/schemas/detail200customer_data_achievement" }, "npsAm": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" } } }, "detail200amTools_data_achievement": { "type": "object", "properties": { "accountPlan": { "type": "number" }, "lopManagement": { "type": "number" }, "pipelineProcess": { "type": "number" }, "visiting": { "type": "number" }, "maps": { "type": "number" } } }, "detail200amTools_data_visiting": { "type": "object", "properties": { "visiting": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" } } }, "detail200amTools_data_maps": { "type": "object", "properties": { "maps": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" } } }, "detail200amTools_data_pipeline": { "type": "object", "properties": { "lop": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" }, "convertionRatioLop": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" } } }, "detail200amTools_data": { "type": "object", "properties": { "type": { "type": "string" }, "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "achievement": { "$ref": "#/components/schemas/detail200amTools_data_achievement" }, "accountPlan": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" }, "lopManagement": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" }, "pipelineProcess": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" }, "visiting": { "type": "array", "items": { "$ref": "#/components/schemas/detail200amTools_data_visiting" } }, "maps": { "type": "array", "items": { "$ref": "#/components/schemas/detail200amTools_data_maps" } }, "pipeline": { "type": "array", "items": { "$ref": "#/components/schemas/detail200amTools_data_pipeline" } } } }, "detail200capability_data_achievement": { "type": "object", "properties": { "cqTest": { "type": "number" }, "marketingCertification": { "type": "number" }, "eLearning": { "type": "number" } } }, "detail200capability_data": { "type": "object", "properties": { "type": { "type": "string" }, "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "achievement": { "$ref": "#/components/schemas/detail200capability_data_achievement" }, "cqTest": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" }, "marketingCertification": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" }, "eLearning": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" } } }, "detail200behaviour_data_achievement": { "type": "object", "properties": { "charValue": { "type": "number" } } }, "detail200behaviour_data": { "type": "object", "properties": { "type": { "type": "string" }, "totalWeight": { "type": "number" }, "totalAchievement": { "type": "number" }, "achievement": { "$ref": "#/components/schemas/detail200behaviour_data_achievement" }, "charValue": { "$ref": "#/components/schemas/detail200profit_data_projectProfit" } } }, "detail200performanceweight_result_data": { "type": "object", "properties": { "title": { "type": "string" }, "weight": { "type": "number" } } }, "detail200performanceweight_result": { "type": "object", "properties": { "weight": { "type": "number" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/detail200performanceweight_result_data" } } } }, "detail200performanceweight_data": { "type": "object", "properties": { "title": { "type": "string" }, "result": { "$ref": "#/components/schemas/detail200performanceweight_result" }, "process": { "$ref": "#/components/schemas/detail200performanceweight_result" } } }, "performanceWeightDetail_data_revenue": { "type": "object", "properties": { "title": { "type": "string" }, "min": { "type": "number" }, "max": { "type": "number" } } }, "performanceWeightDetail_data": { "type": "object", "properties": { "revenue": { "type": "array", "items": { "$ref": "#/components/schemas/performanceWeightDetail_data_revenue" } }, "sales": { "type": "array", "items": { "$ref": "#/components/schemas/performanceWeightDetail_data_revenue" } }, "profitability": { "type": "array", "items": { "$ref": "#/components/schemas/performanceWeightDetail_data_revenue" } }, "collection": { "type": "array", "items": { "$ref": "#/components/schemas/performanceWeightDetail_data_revenue" } }, "customer": { "type": "array", "items": { "$ref": "#/components/schemas/performanceWeightDetail_data_revenue" } }, "amtools": { "type": "array", "items": { "$ref": "#/components/schemas/performanceWeightDetail_data_revenue" } }, "capability": { "type": "array", "items": { "$ref": "#/components/schemas/performanceWeightDetail_data_revenue" } }, "behavior": { "type": "array", "items": { "$ref": "#/components/schemas/performanceWeightDetail_data_revenue" } } } }, "detail200quadrant_data": { "type": "object", "properties": { "segreg": { "type": "string" }, "quadrant": { "type": "integer" } } }, "200filter_data": { "type": "object", "properties": { "id": { "type": "integer" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "period": { "type": "string" } } }, "200indicator_data": { "type": "object", "properties": { "types": { "type": "array", "properties": { "title": { "type": "string" }, "type": { "type": "string" } }, "items": { "type": "object" } }, "filterDate": { "type": "array", "properties": { "period": { "type": "string" } }, "items": { "type": "object" } }, "filterSort": { "type": "array", "properties": { "sortBy": { "type": "string" }, "sort": { "type": "string" }, "title": { "type": "string" } }, "items": { "type": "object" } } } }, "listDetailCustomer200_data_summary": { "type": "object", "properties": { "realization": { "type": "integer" }, "target": { "type": "integer" }, "achievement": { "type": "number" } } }, "listDetailCustomer200_data": { "type": "object", "properties": { "type": { "type": "string" }, "summary": { "$ref": "#/components/schemas/listDetailCustomer200_data_summary" }, "listDetail": { "type": "array", "properties": { "nipnas": { "type": "integer" }, "corporateClientName": { "type": "string" }, "realization": { "type": "integer" }, "target": { "type": "integer" }, "achievement": { "type": "number" } }, "items": { "type": "object" } } } }, "indicatorProfitList_meta": { "type": "object", "properties": { "page": { "type": "integer", "example": 1 }, "size": { "type": "integer", "example": 10 }, "totalPage": { "type": "integer", "example": 1 }, "totalData": { "type": "integer", "example": 5 } } }, "list200accntPlanAM_data": { "type": "object", "properties": { "nik": { "type": "integer" }, "nipnas": { "type": "integer" }, "corporateClientName": { "type": "string" }, "realAccountPlan": { "type": "number" }, "targetAccountPlan": { "type": "number" } } }, "list200nps_data": { "type": "object", "properties": { "nik": { "type": "string" }, "targetNps": { "type": "number" }, "realNps": { "type": "number" }, "phase": { "type": "integer" }, "year": { "type": "integer" } } }, "products_data": { "type": "object", "properties": { "productName": { "type": "string" }, "supplierName": { "type": "string" }, "connFlage": { "type": "array", "items": { "type": "string" } } } }, "overviewHolding_data": { "type": "object", "properties": { "name": { "type": "string" }, "totalCustomer": { "type": "integer" }, "totalAM": { "type": "integer" }, "totalProject": { "type": "integer" }, "projectValue": { "type": "integer" } } } } } }