{"info":{"_postman_id":"dc85389c-4c2d-45bb-93da-624f53d51a7d","name":"JustLogin-Dev","description":"# Introduction\nWhat does your API do?\n\n# Overview\nThings that the developers should know about\n\n# Authentication\nWhat is the preferred way of using the API?\n\n# Error Codes\nWhat errors and status codes can a user expect?\n\n# Rate limit\nIs there a limit to the number of requests an user can send?","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"eTimeClock","item":[{"name":"Configuration","item":[{"name":"Get Requests","item":[{"name":"Get timeclock config by Company Guid","id":"20a9e99f-e0b2-4afc-b966-cff6c27c43ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"dev-timeclock-config-api.justlogin.com/api/EtimeClockConfig/E8B77696DBC44CE69A42FFACA8F1C9B2","description":"This api will return the configuration of the company in json format.\n\nAPI End Point : http://{HostName}/api/EtimeClockConfig/{Company GUID}\nParameter : Company GUID \n\nTest parameter company : E8B77696DBC44CE69A42FFACA8F1C9B2 (FarahCo)\n"},"response":[],"_postman_id":"20a9e99f-e0b2-4afc-b966-cff6c27c43ac"},{"name":"Get standard hr setting by Company Guid","id":"cec32324-6f20-4d26-858a-83852c011d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"dev-timeclock-config-api.justlogin.com/api/EtimeClockConfig/GetStdHrSetting/E8B77696DBC44CE69A42FFACA8F1C9B2","description":"This API will return the standard hour setting of the company.\n\nAPI end point : http://{HostName}/api/EtimeClockConfig/GetStdHrSetting/{Company GUID}\n\nRequest Parameter : company GUID\n\nTest parameter company : E8B77696DBC44CE69A42FFACA8F1C9B2 (FarahCo)"},"response":[],"_postman_id":"cec32324-6f20-4d26-858a-83852c011d32"},{"name":"Get the standard day setting by Company Guid & Date","id":"ed2f0a41-6bc6-4077-826a-42891549dcb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"dev-timeclock-config-api.justlogin.com/api/EtimeClockConfig/GetDaySetting/E8B77696DBC44CE69A42FFACA8F1C9B2/2019-08-14","description":"This API will return the standard day setting of the company for provided date.\n\nRequest Parameters : company guid , required date\n\nTest parameter value : company guid : E8B77696DBC44CE69A42FFACA8F1C9B2 (Farahco)"},"response":[],"_postman_id":"ed2f0a41-6bc6-4077-826a-42891549dcb4"},{"name":"Get OT config by Company guid","id":"6356a73e-13c3-4ee2-a947-8b3b8eadc342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"dev-timeclock-config-api.justlogin.com/api/EtimeClockConfig/GetOTConfig/E8B77696DBC44CE69A42FFACA8F1C9B2","description":"This api returns the OT setting at company level.\n\nAPI end point : http://{HostName}/api/EtimeClockConfig/GetOTConfig/{Company GUID}\n\nRequest parameter : company guid\n\nTest parameter value : companyguid : E8B77696DBC44CE69A42FFACA8F1C9B2 (Farahco)"},"response":[],"_postman_id":"6356a73e-13c3-4ee2-a947-8b3b8eadc342"},{"name":"Get user configuration by user guid & company guid","id":"d49af855-6f88-4d7d-8cc8-46dfe14254dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"dev-timeclock-config-api.justlogin.com/api/UserConfig/Get/1BFA4D63F7C248E2A0340A9B74A98964/E8B77696DBC44CE69A42FFACA8F1C9B2","description":"This api will return the user configuration by user guid & company guid.\n\nAPI end point : http://{HostName}/api/UserConfig/Get/{UserGUID}/{CompanyGUID}\n\nRequest parameters : user guid , company guid\n\nTest Parameter values : \nuser guid =1BFA4D63F7C248E2A0340A9B74A98964(user777)\ncompany guid = E8B77696DBC44CE69A42FFACA8F1C9B2 (Farahco)\n"},"response":[],"_postman_id":"d49af855-6f88-4d7d-8cc8-46dfe14254dc"},{"name":"Get user OT config by  userGUID","id":"5d643e1f-3dbd-4278-89d3-ea7be4629f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"dev-timeclock-config-api.justlogin.com/api/UserConfig/GetUserOTConfig/301D88A08E5C43AF93E6CE2CE01751DF/1BB5F1E53DAC48E2823FEB2B0D819121","description":"This API will return OT configuration by user guid.\n\nAPI end point : http://{HostName}/api/UserConfig/GetUserOTConfig/{companyGUID}/{userGUID}\n\nRequest parameter : company guid,user guid\n\nTest parameter : \n\nuserguid = 1BB5F1E53DAC48E2823FEB2B0D819121(testuser4)\ncompanyguid =301D88A08E5C43AF93E6CE2CE01751DF (Farahco3)"},"response":[],"_postman_id":"5d643e1f-3dbd-4278-89d3-ea7be4629f51"},{"name":"Get OT config for all employees in company","id":"c20b09dd-bf68-4a25-8b44-8f571d9b7611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"dev-timeclock-config-api.justlogin.com/api/UserConfig/GetAllOTConfigByCompany/E8B77696DBC44CE69A42FFACA8F1C9B2","description":"This API return the OT configuration for all employees in company.\n\nAPI End Point : http://{HostName}/api/UserConfig/GetAllOTConfigByCompany/{CompanyGUID}\n\nRequest Parameter : company guid\n\nTest request paramter value : \ncompany guid =E8B77696DBC44CE69A42FFACA8F1C9B2 (Farahco)"},"response":[],"_postman_id":"c20b09dd-bf68-4a25-8b44-8f571d9b7611"}],"id":"36e3c623-00d3-45e4-8d18-a79b3d609271","description":"All Get Requests","_postman_id":"36e3c623-00d3-45e4-8d18-a79b3d609271"},{"name":"Post Requests","item":[],"id":"358d7f73-9abc-4703-be0d-3319c87867e6","description":"All post requests","_postman_id":"358d7f73-9abc-4703-be0d-3319c87867e6"}],"id":"b42b51d9-e79c-4096-8ec0-ed6c26dde10d","description":"This is the collection of api for eTimeClock configurations","_postman_id":"b42b51d9-e79c-4096-8ec0-ed6c26dde10d"},{"name":"Roster","item":[{"name":"Get Requests","item":[],"id":"a18275ce-825f-4c67-83e0-4154add52155","description":"All Get Requests","_postman_id":"a18275ce-825f-4c67-83e0-4154add52155"},{"name":"Post Requests","item":[{"name":"Get single roster by date","id":"09e1527c-5c63-4119-a8ce-9ed064a93d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"companyGUID\":\"301D88A08E5C43AF93E6CE2CE01751DF\",\r\n\"userGUID\" :\"D7CDB8C2F4844FA19B2DF6E19C84D119\",\r\n\"Date\" : \"2019-09-10\"\r\n}"},"url":"dev-timeclock-roster-api.justlogin.com/api/Roster/GetSingleRosterByDate","description":"This API will return roster for given user for a single date.\n\nAPI End Point  : http://{HostName}/api/Roster/GetSingleRosterByDate\n\nRequest Parameter : \n{\n\"companyGUID\":\"{CompanyGUID}\",\n\"userGUID\" :\"{UserGUID}\",\n\"Date\" : \"{YYYY-MM-DD}\"\n}\n\n"},"response":[],"_postman_id":"09e1527c-5c63-4119-a8ce-9ed064a93d52"},{"name":"Get single roster by date range","id":"e8c1d549-9e36-4fe3-acb4-cd717dded942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"companyGUID\":\"301D88A08E5C43AF93E6CE2CE01751DF\",\r\n\"userGUID\" :\"D7CDB8C2F4844FA19B2DF6E19C84D119\",\r\n\"startDate\" :\"2019-09-01\",\r\n\"endDate\" : \"2019-09-30\"\r\n}"},"url":"dev-timeclock-roster-api.justlogin.com/api/Roster/GetSingleRosterByDateRange","description":"This API returns the the list of roster of a person for given date range.\n\nAPI end point :\ndev-timeclock-roster-api.justlogin.com/api/Roster/GetSingleRosterByDateRange\n\nRequest Parameter :\n\n{\n\"companyGUID\":\"{CompanyGUID}\",\n\"userGUID\" :\"{UserGUID}\",\n\"startDate\" :\"{YYYY-MM-DD}\",\n\"endDate\" : \"{YYYY-MM-DD}\"\n}\n"},"response":[],"_postman_id":"e8c1d549-9e36-4fe3-acb4-cd717dded942"},{"name":"Get multiple rosters by date","id":"cef88b6e-7fc5-40c0-b33c-93c80f325bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"companyGUID\":\"301D88A08E5C43AF93E6CE2CE01751DF\",\r\n\"userGUIDList\" :[\"D7CDB8C2F4844FA19B2DF6E19C84D119\", \"1BB5F1E53DAC48E2823FEB2B0D819121\", \"FB7BD17E266540A3A22D45D7900EBCA0\"],\r\n\"Date\" :\"2019-09-05\"\r\n}"},"url":"dev-timeclock-roster-api.justlogin.com/api/Roster/GetMultipleRosterByDate","description":"This API return the rosters for multiple users for given date.\n\nAPI end point :\n\nhttp://{HostName}/api/Roster/GetMultipleRosterByDate\n\nRequest Parameter :\n\n{\n\"companyGUID\":\"{CompanyGUID}\",\n\"userGUIDList\" :[\"{UserGUID List}\"],\n\"Date\" : \"{YYYY-MM-DD}\"\n}\n\n"},"response":[],"_postman_id":"cef88b6e-7fc5-40c0-b33c-93c80f325bd0"},{"name":"Get multiple roster by date range","id":"dee8102d-c668-4875-aac1-0bb619767d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"companyGUID\":\"301D88A08E5C43AF93E6CE2CE01751DF\",\r\n\"userGUIDList\" :[\"D7CDB8C2F4844FA19B2DF6E19C84D119\", \"1BB5F1E53DAC48E2823FEB2B0D819121\", \"FB7BD17E266540A3A22D45D7900EBCA0\"],\r\n\"startDate\" :\"2019-09-01\",\r\n\"endDate\" : \"2019-09-30\"\r\n}\r\n"},"url":"http://dev-timeclock-roster-api.justlogin.com/api/Roster/GetMultipleRosterByDateRange","description":"This api return the rosters for multiple users for given date range.\n\nAPI end point : \nhttp://{HostName}/api/Roster/GetMultipleRosterByDateRange\n\nRequest parameter :\n{\n\"companyGUID\":\"{CompanyGUID}\",\n\"userGUIDList\" :\"{UserGUID List}\",\n\"startDate\" :\"{YYYY-MM-DD}\",\n\"endDate\" : \"{YYYY-MM-DD}\"\n}"},"response":[],"_postman_id":"dee8102d-c668-4875-aac1-0bb619767d2b"},{"name":"Get all rosters by date","id":"4ab4e2f1-1d1f-4a2b-8280-0a9c0f4c9dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\r\n\"Date\" :\"2019-09-01\"\r\n}\r\n"},"url":"dev-timeclock-roster-api.justlogin.com/api/Roster/GetAllRosterByDate","description":"This api return the roster of all users in company by date.\n\nAPI End Point :\nhttp://{Hostname}/api/Roster/GetAllRosterByDate\n\nRequest Parameter : \n\n{\n\"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\n\"Date\" :\"2019-09-01\"\n}"},"response":[],"_postman_id":"4ab4e2f1-1d1f-4a2b-8280-0a9c0f4c9dbe"},{"name":"Get all roster by date range","id":"983dd23a-dcee-450d-b538-8578f9d57b19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\r\n\"startDate\" :\"2019-09-01\",\r\n\"endDate\" : \"2019-09-05\"\r\n}"},"url":"dev-timeclock-roster-api.justlogin.com/api/Roster/GetAllRosterByDateRange","description":"This api return all the rosters in company by given date range.\n\nAPI End point :\n\nhttp://{Hostname}/api/Roster/GetRosterListByDateRange\n\nRequest parameter: \n\n{\n\"companyGUID\":\"{CompanyGUID}\",\n\"startDate\" :\"{YYYY-MM-DD}\",\n\"endDate\" : \"{YYYY-MM-DD}\"\n}\n\n"},"response":[],"_postman_id":"983dd23a-dcee-450d-b538-8578f9d57b19"}],"id":"d2c4f645-8994-49c3-8c5c-fa304ebbdf47","description":"All post requests","_postman_id":"d2c4f645-8994-49c3-8c5c-fa304ebbdf47"}],"id":"67e7840b-4d86-4fb8-971d-f0733289be32","_postman_id":"67e7840b-4d86-4fb8-971d-f0733289be32"},{"name":"Attendance","item":[{"name":"Raw Data","item":[{"name":"Get Attendance by Company and Date","id":"308a750a-0ac3-4d1d-8cab-2f93fcd42e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\t {\r\n      \"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\r\n      \"requiredDate\" :\"2019-07-01\"\r\n\t}"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetAttendanceByDate","description":"This API returns the raw attendance data for particular date for the whole company."},"response":[],"_postman_id":"308a750a-0ac3-4d1d-8cab-2f93fcd42e40"},{"name":"Get Attendance by company & Date Range","id":"c192350c-6dec-469c-8c3c-edb1eb3ca78f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n  \"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\r\n  \"startDate\" :\"2019-07-01\",\r\n  \"endDate\" : \"2019-08-31\"\r\n }"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetAttendanceByDateRange","description":"This API returns raw attendance data for the whole compay for given date range."},"response":[],"_postman_id":"c192350c-6dec-469c-8c3c-edb1eb3ca78f"},{"name":"Get Attendances by User List and Date","id":"3dadf59d-40e1-4ade-8fab-f3894724d5eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\t {\r\n      \"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\r\n      \"userList\":[\"BBFD5268485141D2A5EF45489222FF64\",\"39699D49873B428E93DBDDDF258F3C3F\",\"177DDD2AFF7046EFA32944D83075C2DF\"],\r\n      \"requiredDate\" :\"2019-07-01\"\r\n\t}"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetAttendancesByDate","description":"This API returns raw attendance data for provided user list for single date."},"response":[],"_postman_id":"3dadf59d-40e1-4ade-8fab-f3894724d5eb"},{"name":"Get Attendances by User List and Date Range","id":"7ddf8b54-49cd-44ea-b1f9-92f2610ab515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\t {\r\n      \"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\r\n      \"userList\":[\"BBFD5268485141D2A5EF45489222FF64\",\"39699D49873B428E93DBDDDF258F3C3F\",\"177DDD2AFF7046EFA32944D83075C2DF\"],\r\n      \"startDate\" :\"2019-07-01\",\r\n      \"endDate\" : \"2019-07-31\"\r\n\t}"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetAttendancesByDateRange","description":"This API returns the raw attendance data for provided userlist for given date range."},"response":[],"_postman_id":"7ddf8b54-49cd-44ea-b1f9-92f2610ab515"},{"name":"Get Attendance for single user for Date","id":"8e6b569f-f8c6-4ecc-a61d-321ad7243be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\t {\r\n      \"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\r\n      \"userGUID\":\"BBFD5268485141D2A5EF45489222FF64\",\r\n      \"requiredDate\" :\"2019-07-01\"\r\n\t}"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetUserAttendanceByDate","description":"This API return raw attendance data for Sigle user for single date."},"response":[],"_postman_id":"8e6b569f-f8c6-4ecc-a61d-321ad7243be9"},{"name":"Get Attendance for single user for Date Range","id":"aea8b881-0cf6-4017-aea5-94bf03f1d58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\t {\r\n      \"companyGUID\" : \"E8B77696DBC44CE69A42FFACA8F1C9B2\",\r\n      \"userGUID\":\"BBFD5268485141D2A5EF45489222FF64\",\r\n      \"startDate\" :\"2019-07-01\",\r\n      \"endDate\" : \"2019-07-31\"\r\n\t}"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetUserAttendanceByDateRange","description":"This API returns the raw attendance data for single user for given date range."},"response":[],"_postman_id":"aea8b881-0cf6-4017-aea5-94bf03f1d58c"}],"id":"9f8656c0-5680-49e0-a112-e5dfbcd829eb","_postman_id":"9f8656c0-5680-49e0-a112-e5dfbcd829eb"},{"name":"Computed Data","item":[{"name":"Get single user paired attendance data for single date","id":"e391721e-00f6-40a8-8132-7826ef3ff6b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"companyGUID\" : \"301D88A08E5C43AF93E6CE2CE01751DF\",\n\t\"userGUID\" : \"D7CDB8C2F4844FA19B2DF6E19C84D119\",\n\t\"requiredDate\" :\"2019-07-30\"\n}"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetPairedDataByUserIDAndDate"},"response":[],"_postman_id":"e391721e-00f6-40a8-8132-7826ef3ff6b6"},{"name":"Get single user paired attendance data for given date range","id":"78233ab4-a253-4436-810c-5639ce9b72c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"companyGUID\" : \"301D88A08E5C43AF93E6CE2CE01751DF\",\n\t\"userGUID\" : \"D7CDB8C2F4844FA19B2DF6E19C84D119\",\n\t\"startDate\" :\"2019-07-01\",\n\t\"endDate\" :\"2019-07-31\"\n}"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetPairedDataByUserIDAndDateRange"},"response":[],"_postman_id":"78233ab4-a253-4436-810c-5639ce9b72c5"},{"name":"Get all pair data for whole company","id":"b1a27261-c4d5-4596-af4e-e95df5fde043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n  \"companyGUID\" : \"301D88A08E5C43AF93E6CE2CE01751DF\",\r\n  \"requiredDate\" :\"2019-07-01\"\r\n }"},"url":"dev-timeclock-attendance-api.justlogin.com/api/EtimeClockData/GetAllPairedDataByCompanyforSingleDate","description":"This API returns the computed paired attendance data for whole company for single date."},"response":[],"_postman_id":"b1a27261-c4d5-4596-af4e-e95df5fde043"}],"id":"c839dd91-6cfd-43ba-86b9-5d3a072736e6","description":"This folder store all the computed paired attendance data.","_postman_id":"c839dd91-6cfd-43ba-86b9-5d3a072736e6"}],"id":"4fef28a4-25bf-44a7-b92a-0961ce6c65b0","_postman_id":"4fef28a4-25bf-44a7-b92a-0961ce6c65b0"},{"name":"EarlyclockIn Notification","item":[{"name":"DoEarlyClockInNotification Email","id":"cdf803b8-9406-45d8-845a-17abfe38bbd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\"UserGUID\":\"002F245F5C814E38AA02A981DB362E4C\",\n\"CompanyGUID\":\"E8B77696DBC44CE69A42FFACA8F1C9B2\",\n\"ClockIn\":\"2019-10-21T10:00:00\",\n\"UserName\":\"Zaw Lin\",\n\"UserAction\":\"Clock Out\"\n}"},"url":"http://dev-earlyclockin-api.justlogin.com/api/EarlyClockIn/DoEarlyClockInNotification","description":"request with json object {\n\tUserGUID,\n\tCompanyGuID,\n\tClockIn,\n\tUserName,\n\tUserAction\n}"},"response":[],"_postman_id":"cdf803b8-9406-45d8-845a-17abfe38bbd0"},{"name":"DoEarlyClockInNotification using AWS SNS with Event Driven","id":"5faa82d9-743e-4de3-af58-07184354511b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-amz-sns-message-type","value":"Notification","type":"text"},{"key":"x-amz-sns-message-id","value":"2ace4e27-48d6-445a-ac9a-713254ff72bc","type":"text"},{"key":"x-amz-sns-topic-arn","value":"arn:aws:sns:us-east-1:300191024716:Confirmation","type":"text"},{"key":"x-amz-sns-subscription-arn","value":"arn:aws:sns:us-east-1:300191024716:Confirmation:2ace4e27-48d6-445a-ac9a-713254ff72bc","type":"text"},{"key":"Connection","value":"Keep-Alive","type":"text"},{"key":"User-Agent","value":"Amazon Simple Notification Service Agent","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\"UserGUID\":\"002F245F5C814E38AA02A981DB362E4C\",\n\"CompanyGUID\":\"E8B77696DBC44CE69A42FFACA8F1C9B2\",\n\"ClockIn\":\"2019-10-21T10:00:00\",\n\"UserName\":\"Zaw Lin\",\n\"UserAction\":\"Clock Out\"\n}"},"url":"http://dev-earlyclockin-api.justlogin.com/api/EarlyClockIn/DoEarlyClockInNotificationSNS","description":"Request body will be come from AWS SNS.\n1. AWS SNS Notification Type is ConfirmSubscription, this method will confirm it and return SNS confirmation Response.\n2. AWS SNS Notification Type is Notification, this method will send Email notification for early clock in.\n"},"response":[],"_postman_id":"5faa82d9-743e-4de3-af58-07184354511b"}],"id":"7c7a76a2-e1cf-41c0-828c-4b3a6ac9afa7","_postman_id":"7c7a76a2-e1cf-41c0-828c-4b3a6ac9afa7"},{"name":"UnscheduledWork Clock In/Out Notification","item":[{"name":"DoUnscheduledWorkNotification for clock in/ out in a non-working day","id":"6e05e983-8037-4e90-82ef-4144ddf34b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"UserGUID\":\"5F695FD507A54F23A3165924DA72DA90\",\n\"CompanyGUID\":\"F275F8BA65CB4B57A4A1AEFC22AD0F9E\",\n\"ClockIn\":\"2019-10-21T11:30:00\",\n\"UserName\":\"thinzartest050\",\n\"UserAction\":\"Clock In\"\n}"},"url":"http://dev-earlyclockin-api.justlogin.com/api/EarlyClockIn/DoUnscheduledWorkClockInOutNotification","description":"request with json object { UserGUID, CompanyGuID, ClockIn, UserName, UserAction }"},"response":[],"_postman_id":"6e05e983-8037-4e90-82ef-4144ddf34b8f"},{"name":"DoUnscheduledWorkNotificationSNS using AWS SNS with Event Driven","id":"127cca95-d3ca-4f6d-8c75-ea23a676f7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-amz-sns-message-type","value":"Notification","type":"text"},{"key":"x-amz-sns-message-id","value":"2ace4e27-48d6-445a-ac9a-713254ff72bc","type":"text"},{"key":"x-amz-sns-topic-arn","value":"arn:aws:sns:us-east-1:300191024716:Confirmation","type":"text"},{"key":"x-amz-sns-subscription-arn","value":"arn:aws:sns:us-east-1:300191024716:Confirmation:2ace4e27-48d6-445a-ac9a-713254ff72bc","type":"text"},{"key":"Connection","value":"Keep-Alive","type":"text"},{"key":"User-Agent","value":"Amazon Simple Notification Service Agent","type":"text"}],"body":{"mode":"raw","raw":"{\"UserGUID\":\"002F245F5C814E38AA02A981DB362E4C\",\n\"CompanyGUID\":\"E8B77696DBC44CE69A42FFACA8F1C9B2\",\n\"ClockIn\":\"2019-10-21T10:00:00\",\n\"UserName\":\"Zaw Lin\",\n\"UserAction\":\"Clock Out\"\n}"},"url":"http://dev-earlyclockin-api.justlogin.com/api/EarlyClockIn/DoUnscheduledWorkClockInOutNotificationSNS","description":"Request body will be come from AWS SNS.\r\n\r\nAWS SNS Notification Type is ConfirmSubscription, this method will confirm it and return SNS confirmation Response.\r\nAWS SNS Notification Type is Notification, this method will send clock in/out Email notification for employee having clock in/out in non-working day."},"response":[],"_postman_id":"127cca95-d3ca-4f6d-8c75-ea23a676f7a5"}],"id":"587d69c5-02f7-4570-96f3-50bd371c82cd","_postman_id":"587d69c5-02f7-4570-96f3-50bd371c82cd"}],"id":"568bab92-bbb7-47af-af73-3605491fb976","description":"This is the collection of all eTimeClock Related APIs.","_postman_id":"568bab92-bbb7-47af-af73-3605491fb976"},{"name":"Membership","item":[{"name":"Post","item":[{"name":"Get Attendance Admins by UserID and CompanyGUID","id":"c8442841-5870-4a1f-816e-616b2fd44fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\"FullName\":null,\"Email\":null,\"UserGUID\":\"0163C250810640E99CCD886CD0F265DC\",\"CompanyGUID\":\"E8B77696DBC44CE69A42FFACA8F1C9B2\"}]"},"url":"http://dev-membership-api.justlogin.com/api/Membership/GetAttendanceAdmins","description":"Request with json object {FullName,Email,UserGUID,CompanyGUID}"},"response":[],"_postman_id":"c8442841-5870-4a1f-816e-616b2fd44fc5"},{"name":"Get Membership User Infomation by UserGUID and CompanyGUID","id":"9e3e29a7-a448-4add-8341-9cc1b15d4808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\"FullName\":null,\"Email\":null,\"UserGUID\":\"0163C250810640E99CCD886CD0F265DC\",\"CompanyGUID\":\"E8B77696DBC44CE69A42FFACA8F1C9B2\"}]"},"url":"http://dev-membership-api.justlogin.com/api/Membership/GetMembershipUserById","description":"Request with json object {FullName,Email,UserGUID,CompanyGUID}"},"response":[],"_postman_id":"9e3e29a7-a448-4add-8341-9cc1b15d4808"}],"id":"c05baf64-a32a-4b45-85e0-bd3f4b681773","_postman_id":"c05baf64-a32a-4b45-85e0-bd3f4b681773"},{"name":"Get","item":[{"name":"Get Membership Users by Company Guid","id":"9ebf75d1-d63f-42e8-b292-a9b2c2bbeaec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"","type":"text","value":"","disabled":true},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"CompanyGUID\":\"\",\n\"Status\":1\n}"},"url":"http://dev-membership-api.justlogin.com/api/Membership/GetMembershipUser","description":"This api returns membership users for a given company and user's status (Active User=1, Inactive User=0).\n\nRequest Parameters :\n{\n\t\"CompanyGUID\":\"\"\n\t\"Status\":1\n}"},"response":[],"_postman_id":"9ebf75d1-d63f-42e8-b292-a9b2c2bbeaec"},{"name":"Get Membership Users by Company And Department GUID","id":"11fed867-26c7-4110-a53f-5f0095151e55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"","type":"text","value":"","disabled":true},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"CompanyGUID\":\"\",\n\"DepartmentGUID\":\"\"\n}"},"url":"http://dev-membership-api.justlogin.com/api/Membership/GetMembershipUserByDepartmentGUID","description":"This api returns membership users for a given company\nand department guid\n\nRequest Parameters :\n\n{\"CompanyGUID\":\"\",\n\"DepartmentGUID\":\"\"\n}"},"response":[],"_postman_id":"11fed867-26c7-4110-a53f-5f0095151e55"},{"name":"Get Membership Users by Company and DepartmentName","id":"a9977f2f-ea22-42e0-9e53-aba9f543043c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"","type":"text","value":"","disabled":true},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"CompanyGUID\":\"\",\n\"DepartmentName\":\"\"\n}"},"url":"http://dev-membership-api.justlogin.com/api/Membership/GetMembershipUserByDepartmentName","description":"This api returns membership users for a given company and department name.\n\nRequest Parameters :\n\n{\"CompanyGUID\":\"\",\n\"DepartmentName\":\"\"\n}"},"response":[],"_postman_id":"a9977f2f-ea22-42e0-9e53-aba9f543043c"},{"name":"Get Membership Users (Group Assignment Users) of Company and GroupGUID","id":"1a825377-2acd-4242-bedc-8bb529689f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"","type":"text","value":"","disabled":true},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"GroupGUID\":\"\",\n\"CompanyGUID\": \"\"\n}"},"url":"http://dev-membership-api.justlogin.com/api/Membership/GetMembershipUsersByGroupID","description":"This api returns active membership users which are assigned for a given group and company.\n\nRequest Paramters : \n{\n\"GroupGUID\":\"\",\n\"CompanyGUID\": \"\"\n}"},"response":[],"_postman_id":"1a825377-2acd-4242-bedc-8bb529689f5c"},{"name":"Get Membership Users (Group Admins) of Company and GroupGUID","id":"5e8e485d-543a-4516-af52-c55aa3dff794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"","type":"text","value":"","disabled":true},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"GroupGUID\":\"\",\n\"CompanyGUID\": \"\"\n}"},"url":"http://dev-membership-api.justlogin.com/api/Membership/GetGroupAdminsByGroupID","description":"This api returns membership users (Group Admins) which are assigned as group admins for given group and company.\n\nRequest Parameters : \n{\n\"GroupGUID\":\"\",\n\"CompanyGUID\": \"\"\n}"},"response":[],"_postman_id":"5e8e485d-543a-4516-af52-c55aa3dff794"}],"id":"2488ce0d-710a-459f-a239-df74629db887","_postman_id":"2488ce0d-710a-459f-a239-df74629db887"}],"id":"e63833bf-44f4-4d46-858b-c5d477e1d31e","description":"This folder is the collection of all membership related APIs.","_postman_id":"e63833bf-44f4-4d46-858b-c5d477e1d31e"},{"name":"Timeclock Setup","item":[{"name":"Get group details and it's assignment by GroupGUID and CompanyGUID","id":"283da82e-18b9-45df-9a61-4867a4d48023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"GroupGUID\":\"\",\n\"CompanyGUID\": \"\"\n}"},"url":"http://dev-timeclock-setup-api.justlogin.com/api/Group/GetGroupMasterByID","description":"This api return the Group Information and assignment users with that group for given GroupGUID & CompanyGUID.\n\nRequest Parameters : \n{\n\"GroupGUID\":\"\",\n\"CompanyGUID\": \"\"\n}"},"response":[],"_postman_id":"283da82e-18b9-45df-9a61-4867a4d48023"},{"name":"Get all groups and their assignments by CompanyGUID","id":"0ae365d3-73c6-4820-a265-8bedd0d33f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"CompanyGUID\": \"\"\n}"},"url":"http://dev-timeclock-setup-api.justlogin.com/api/Group/GetGroupMasters","description":"This api returns all active groups with assignment users for given company.\n\nRequest Parameters :\n{\"CompanyGUID\":\"\"}\n"},"response":[],"_postman_id":"0ae365d3-73c6-4820-a265-8bedd0d33f62"},{"name":"Get assignments by GroupGUID & CompanyGUID","id":"eeaab2da-8d47-4a3e-b677-31a025a8fa3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"GroupGUID\":\"\",\n\"CompanyGUID\": \"\"\n}"},"url":"http://dev-timeclock-setup-api.justlogin.com/api/GroupAssign/GetGroupAssignments","description":"This api returns related the assignment users' ID  for a given group and company.\n\nRequest Parameters : \n{\n\"GroupGUID\":\"\",\n\"CompanyGUID\": \"\"\n}"},"response":[],"_postman_id":"eeaab2da-8d47-4a3e-b677-31a025a8fa3c"},{"name":"Get group Admins By GroupGUID","id":"ad080971-ffb2-4ecd-a2a7-155ec61754ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"GroupGUID\":\"\"\n}"},"url":"http://dev-timeclock-setup-api.justlogin.com/api/GroupAdmin/GetGroupAdmins","description":"This api returns the group admins data for a given group.\n\nRequest Parameters :\n\n{\n\"GroupGUID\":\"\"\n}"},"response":[],"_postman_id":"ad080971-ffb2-4ecd-a2a7-155ec61754ee"}],"id":"eeab36c8-dd19-43e2-8791-c8bbe2307fd6","event":[{"listen":"prerequest","script":{"id":"85ba4f51-7491-457c-ab42-c8246f495fd9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d44f193f-d693-4dde-9a55-a0721693c084","type":"text/javascript","exec":[""]}}],"_postman_id":"eeab36c8-dd19-43e2-8791-c8bbe2307fd6"}]}