2024-09-07 09:12:20.829 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-07 09:12:20.877 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-07 09:12:20.900 +05:30 INF Creating key {b414081f-758b-4d76-9ebd-429f8db3d221} with creation date 2024-09-07 03:42:20Z, activation date 2024-09-07 03:42:20Z, and expiration date 2024-12-06 03:42:20Z. 2024-09-07 09:12:20.911 +05:30 WRN No XML encryptor configured. Key {b414081f-758b-4d76-9ebd-429f8db3d221} may be persisted to storage in unencrypted form. 2024-09-07 09:12:21.083 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-07 09:12:21.084 +05:30 INF Hosting environment: Production 2024-09-07 09:12:21.084 +05:30 INF Content root path: C:\inetpub\wwwroot\SangCoreSettingsAPI 2024-09-07 09:12:21.103 +05:30 136ac0c5-6b77-41a3-8159-ea304464d7ec INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 09:12:21.165 +05:30 136ac0c5-6b77-41a3-8159-ea304464d7ec INF CORS policy execution successful. 2024-09-07 09:12:21.172 +05:30 136ac0c5-6b77-41a3-8159-ea304464d7ec INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 71.6454ms 2024-09-07 09:12:21.203 +05:30 4a50a931-f513-4edc-ad61-5187642d011f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 09:12:21.341 +05:30 4a50a931-f513-4edc-ad61-5187642d011f INF CORS policy execution successful. 2024-09-07 09:12:21.367 +05:30 4a50a931-f513-4edc-ad61-5187642d011f INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:12:21.403 +05:30 8f82776d-cd4a-4281-88d1-1461c9cf9465 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 09:12:21.422 +05:30 8f82776d-cd4a-4281-88d1-1461c9cf9465 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 09:12:21.712 +05:30 8f82776d-cd4a-4281-88d1-1461c9cf9465 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:12:21.760 +05:30 8f82776d-cd4a-4281-88d1-1461c9cf9465 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 333.4444ms 2024-09-07 09:12:21.762 +05:30 8f82776d-cd4a-4281-88d1-1461c9cf9465 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 09:12:21.763 +05:30 8f82776d-cd4a-4281-88d1-1461c9cf9465 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4a50a931-f513-4edc-ad61-5187642d011f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 09:12:21.772 +05:30 8f82776d-cd4a-4281-88d1-1461c9cf9465 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 569.1117ms 2024-09-07 09:12:21.821 +05:30 ed3290b1-12be-4345-8956-30f4e6750c7f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 09:12:21.825 +05:30 ed3290b1-12be-4345-8956-30f4e6750c7f INF CORS policy execution successful. 2024-09-07 09:12:21.825 +05:30 ed3290b1-12be-4345-8956-30f4e6750c7f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 4.101ms 2024-09-07 09:12:21.852 +05:30 636deab1-6804-4d9d-8c58-e3fa6b6542a6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 09:12:21.852 +05:30 2c01a9fe-5272-40a1-9414-c15d7e619074 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 09:12:21.852 +05:30 2c01a9fe-5272-40a1-9414-c15d7e619074 INF CORS policy execution successful. 2024-09-07 09:12:21.852 +05:30 636deab1-6804-4d9d-8c58-e3fa6b6542a6 INF CORS policy execution successful. 2024-09-07 09:12:21.852 +05:30 2c01a9fe-5272-40a1-9414-c15d7e619074 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 0.7155ms 2024-09-07 09:12:21.852 +05:30 636deab1-6804-4d9d-8c58-e3fa6b6542a6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 0.788ms 2024-09-07 09:12:21.857 +05:30 21c3b39e-c993-4c4d-95ed-5b5aa4a80fd5 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 09:12:21.858 +05:30 21c3b39e-c993-4c4d-95ed-5b5aa4a80fd5 INF CORS policy execution successful. 2024-09-07 09:12:21.858 +05:30 21c3b39e-c993-4c4d-95ed-5b5aa4a80fd5 INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:12:21.863 +05:30 20e39a0f-7471-4851-b99c-55448fb078a4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 09:12:21.874 +05:30 20e39a0f-7471-4851-b99c-55448fb078a4 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 09:12:21.894 +05:30 f6dfc5a1-aaf9-4186-aec5-83bdac83d669 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 09:12:21.894 +05:30 c1882557-73e8-4da8-bd85-78a9cd86fde5 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 09:12:21.895 +05:30 f6dfc5a1-aaf9-4186-aec5-83bdac83d669 INF CORS policy execution successful. 2024-09-07 09:12:21.895 +05:30 c1882557-73e8-4da8-bd85-78a9cd86fde5 INF CORS policy execution successful. 2024-09-07 09:12:21.895 +05:30 f6dfc5a1-aaf9-4186-aec5-83bdac83d669 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:12:21.895 +05:30 c1882557-73e8-4da8-bd85-78a9cd86fde5 INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:12:21.897 +05:30 5d657caf-98dc-4412-b597-6a0da94d3458 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 09:12:21.897 +05:30 e04dd8f7-5683-44df-92b5-6a7862d05f7d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 09:12:21.902 +05:30 5d657caf-98dc-4412-b597-6a0da94d3458 INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 09:12:21.902 +05:30 e04dd8f7-5683-44df-92b5-6a7862d05f7d INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 09:12:21.908 +05:30 20e39a0f-7471-4851-b99c-55448fb078a4 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:12:21.914 +05:30 e04dd8f7-5683-44df-92b5-6a7862d05f7d INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:12:21.921 +05:30 5d657caf-98dc-4412-b597-6a0da94d3458 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:12:21.933 +05:30 e04dd8f7-5683-44df-92b5-6a7862d05f7d INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 30.4388ms 2024-09-07 09:12:21.933 +05:30 20e39a0f-7471-4851-b99c-55448fb078a4 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 58.2962ms 2024-09-07 09:12:21.933 +05:30 5d657caf-98dc-4412-b597-6a0da94d3458 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 30.5119ms 2024-09-07 09:12:21.933 +05:30 e04dd8f7-5683-44df-92b5-6a7862d05f7d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 09:12:21.933 +05:30 5d657caf-98dc-4412-b597-6a0da94d3458 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 09:12:21.933 +05:30 20e39a0f-7471-4851-b99c-55448fb078a4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 09:12:21.933 +05:30 20e39a0f-7471-4851-b99c-55448fb078a4 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 21c3b39e-c993-4c4d-95ed-5b5aa4a80fd5}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 09:12:21.933 +05:30 e04dd8f7-5683-44df-92b5-6a7862d05f7d INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: f6dfc5a1-aaf9-4186-aec5-83bdac83d669}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 09:12:21.933 +05:30 5d657caf-98dc-4412-b597-6a0da94d3458 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: c1882557-73e8-4da8-bd85-78a9cd86fde5}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 09:12:21.934 +05:30 5d657caf-98dc-4412-b597-6a0da94d3458 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 40.1397ms 2024-09-07 09:12:21.934 +05:30 e04dd8f7-5683-44df-92b5-6a7862d05f7d INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 40.1436ms 2024-09-07 09:12:21.934 +05:30 20e39a0f-7471-4851-b99c-55448fb078a4 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 77.4142ms 2024-09-07 09:12:21.975 +05:30 681e3b1b-365d-40d6-ab84-5dcd9ea5611a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 09:12:21.975 +05:30 681e3b1b-365d-40d6-ab84-5dcd9ea5611a INF CORS policy execution successful. 2024-09-07 09:12:21.975 +05:30 681e3b1b-365d-40d6-ab84-5dcd9ea5611a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.8513ms 2024-09-07 09:12:21.979 +05:30 0f13d0c7-2d78-4501-bd29-26b1ebd17749 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 09:12:21.979 +05:30 0f13d0c7-2d78-4501-bd29-26b1ebd17749 INF CORS policy execution successful. 2024-09-07 09:12:21.980 +05:30 0f13d0c7-2d78-4501-bd29-26b1ebd17749 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.6753ms 2024-09-07 09:12:22.015 +05:30 03687256-4aab-4d95-bc25-8b098aecb9a2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 09:12:22.017 +05:30 827fd4b5-6819-4d86-bef9-0c65aa94cf46 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 09:12:22.019 +05:30 03687256-4aab-4d95-bc25-8b098aecb9a2 INF CORS policy execution successful. 2024-09-07 09:12:22.019 +05:30 827fd4b5-6819-4d86-bef9-0c65aa94cf46 INF CORS policy execution successful. 2024-09-07 09:12:22.021 +05:30 827fd4b5-6819-4d86-bef9-0c65aa94cf46 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:12:22.021 +05:30 03687256-4aab-4d95-bc25-8b098aecb9a2 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:12:22.022 +05:30 8b453d20-9e3f-482d-86ee-bf022b6e52fd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:12:22.022 +05:30 01f748e0-57ba-45ca-9809-129de49e7453 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 09:12:22.027 +05:30 8b453d20-9e3f-482d-86ee-bf022b6e52fd INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:12:22.028 +05:30 01f748e0-57ba-45ca-9809-129de49e7453 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 09:12:22.042 +05:30 8b453d20-9e3f-482d-86ee-bf022b6e52fd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:12:22.043 +05:30 8b453d20-9e3f-482d-86ee-bf022b6e52fd INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 15.4231ms 2024-09-07 09:12:22.043 +05:30 8b453d20-9e3f-482d-86ee-bf022b6e52fd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:12:22.043 +05:30 8b453d20-9e3f-482d-86ee-bf022b6e52fd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 827fd4b5-6819-4d86-bef9-0c65aa94cf46}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:12:22.044 +05:30 8b453d20-9e3f-482d-86ee-bf022b6e52fd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 27.2946ms 2024-09-07 09:12:22.083 +05:30 01f748e0-57ba-45ca-9809-129de49e7453 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:12:22.093 +05:30 01f748e0-57ba-45ca-9809-129de49e7453 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 65.1196ms 2024-09-07 09:12:22.094 +05:30 01f748e0-57ba-45ca-9809-129de49e7453 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 09:12:22.095 +05:30 01f748e0-57ba-45ca-9809-129de49e7453 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 03687256-4aab-4d95-bc25-8b098aecb9a2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 09:12:22.097 +05:30 01f748e0-57ba-45ca-9809-129de49e7453 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 81.6563ms 2024-09-07 09:12:31.673 +05:30 4d63cd4b-769c-4d70-87ff-a75b478462b5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - null null 2024-09-07 09:12:31.675 +05:30 4d63cd4b-769c-4d70-87ff-a75b478462b5 INF CORS policy execution successful. 2024-09-07 09:12:31.677 +05:30 4d63cd4b-769c-4d70-87ff-a75b478462b5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - 204 null null 4.3375ms 2024-09-07 09:12:31.735 +05:30 05c5e69d-bbe6-49a7-bc39-baff97b0e3ae INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - null null 2024-09-07 09:12:31.737 +05:30 05c5e69d-bbe6-49a7-bc39-baff97b0e3ae INF CORS policy execution successful. 2024-09-07 09:12:31.739 +05:30 05c5e69d-bbe6-49a7-bc39-baff97b0e3ae INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=22 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:12:31.740 +05:30 b9b708bb-2044-4747-b78b-13b63e507bef INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 09:12:31.751 +05:30 b9b708bb-2044-4747-b78b-13b63e507bef INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 09:12:31.792 +05:30 b9b708bb-2044-4747-b78b-13b63e507bef INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:12:31.793 +05:30 b9b708bb-2044-4747-b78b-13b63e507bef INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 41.7366ms 2024-09-07 09:12:31.793 +05:30 b9b708bb-2044-4747-b78b-13b63e507bef INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 09:12:31.794 +05:30 b9b708bb-2044-4747-b78b-13b63e507bef INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 05c5e69d-bbe6-49a7-bc39-baff97b0e3ae}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 828} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":13,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":14,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":15,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":16,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":17,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":18,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":19,\"Name\":\"EditUsersCreatedbyOthers\",\"Caption\":\"EditUsersCreatedbyOthers\",\"ActionType\":3},{\"iAction\":20,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3},{\"iAction\":21,\"Name\":\"UnlockUser\",\"Caption\":\"UnlockUser\",\"ActionType\":1}]"} 2024-09-07 09:12:31.794 +05:30 b9b708bb-2044-4747-b78b-13b63e507bef INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - 200 828 application/json; charset=utf-8 60.026ms 2024-09-07 09:14:48.023 +05:30 5c3aa377-cab4-47e7-9ff0-ba7e62a0ef21 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:14:48.023 +05:30 9e2dba5a-1a1d-4c88-90ab-d1a59a6cd923 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:14:48.027 +05:30 9e2dba5a-1a1d-4c88-90ab-d1a59a6cd923 INF CORS policy execution successful. 2024-09-07 09:14:48.027 +05:30 5c3aa377-cab4-47e7-9ff0-ba7e62a0ef21 INF CORS policy execution successful. 2024-09-07 09:14:48.029 +05:30 5c3aa377-cab4-47e7-9ff0-ba7e62a0ef21 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 6.5416ms 2024-09-07 09:14:48.029 +05:30 9e2dba5a-1a1d-4c88-90ab-d1a59a6cd923 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 6.5574ms 2024-09-07 09:14:48.068 +05:30 0165f20c-e200-4831-8478-6e0f14d88a9a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:14:48.071 +05:30 0165f20c-e200-4831-8478-6e0f14d88a9a INF CORS policy execution successful. 2024-09-07 09:14:48.074 +05:30 0165f20c-e200-4831-8478-6e0f14d88a9a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:14:48.082 +05:30 990f6d80-f442-4ac0-9656-64419ade0ddd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:14:48.083 +05:30 990f6d80-f442-4ac0-9656-64419ade0ddd INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:14:48.138 +05:30 990f6d80-f442-4ac0-9656-64419ade0ddd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:14:48.140 +05:30 990f6d80-f442-4ac0-9656-64419ade0ddd INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 56.5744ms 2024-09-07 09:14:48.141 +05:30 990f6d80-f442-4ac0-9656-64419ade0ddd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:14:48.142 +05:30 990f6d80-f442-4ac0-9656-64419ade0ddd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0165f20c-e200-4831-8478-6e0f14d88a9a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:14:48.143 +05:30 990f6d80-f442-4ac0-9656-64419ade0ddd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 74.8846ms 2024-09-07 09:14:48.177 +05:30 1963d530-a915-4ee1-acb6-0932b686a1d3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:14:48.179 +05:30 1963d530-a915-4ee1-acb6-0932b686a1d3 INF CORS policy execution successful. 2024-09-07 09:14:48.179 +05:30 1963d530-a915-4ee1-acb6-0932b686a1d3 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:14:48.180 +05:30 898979ef-4cc0-4502-a49c-5d34ba3df656 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:14:48.180 +05:30 898979ef-4cc0-4502-a49c-5d34ba3df656 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:14:48.185 +05:30 898979ef-4cc0-4502-a49c-5d34ba3df656 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:14:48.186 +05:30 898979ef-4cc0-4502-a49c-5d34ba3df656 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.0831ms 2024-09-07 09:14:48.186 +05:30 898979ef-4cc0-4502-a49c-5d34ba3df656 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:14:48.186 +05:30 898979ef-4cc0-4502-a49c-5d34ba3df656 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1963d530-a915-4ee1-acb6-0932b686a1d3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:14:48.187 +05:30 898979ef-4cc0-4502-a49c-5d34ba3df656 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 10.0856ms 2024-09-07 09:14:48.506 +05:30 301051a4-edf5-4126-b36e-e366da175830 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:14:48.507 +05:30 301051a4-edf5-4126-b36e-e366da175830 INF CORS policy execution successful. 2024-09-07 09:14:48.507 +05:30 301051a4-edf5-4126-b36e-e366da175830 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.0646ms 2024-09-07 09:14:48.533 +05:30 a26357a3-c18e-4fef-a582-e72f63e8ff55 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:14:48.533 +05:30 a26357a3-c18e-4fef-a582-e72f63e8ff55 INF CORS policy execution successful. 2024-09-07 09:14:48.534 +05:30 a26357a3-c18e-4fef-a582-e72f63e8ff55 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.2163ms 2024-09-07 09:14:48.541 +05:30 825b9d7e-4f8a-4d75-b85d-b03422e2d4c7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:14:48.543 +05:30 825b9d7e-4f8a-4d75-b85d-b03422e2d4c7 INF CORS policy execution successful. 2024-09-07 09:14:48.544 +05:30 825b9d7e-4f8a-4d75-b85d-b03422e2d4c7 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:14:48.544 +05:30 121d8066-1c00-4672-98ca-976d2bfe5bff INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:14:48.544 +05:30 121d8066-1c00-4672-98ca-976d2bfe5bff INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:14:48.549 +05:30 121d8066-1c00-4672-98ca-976d2bfe5bff INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:14:48.550 +05:30 121d8066-1c00-4672-98ca-976d2bfe5bff INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.3729ms 2024-09-07 09:14:48.550 +05:30 121d8066-1c00-4672-98ca-976d2bfe5bff INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:14:48.550 +05:30 121d8066-1c00-4672-98ca-976d2bfe5bff INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 825b9d7e-4f8a-4d75-b85d-b03422e2d4c7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:14:48.551 +05:30 121d8066-1c00-4672-98ca-976d2bfe5bff INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 9.8419ms 2024-09-07 09:14:48.583 +05:30 19d51d7f-803a-4076-a7a9-9b9a03ce2ce0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:14:48.584 +05:30 19d51d7f-803a-4076-a7a9-9b9a03ce2ce0 INF CORS policy execution successful. 2024-09-07 09:14:48.585 +05:30 19d51d7f-803a-4076-a7a9-9b9a03ce2ce0 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:14:48.585 +05:30 a4f11303-f90e-45cd-b73e-57869685799d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:14:48.585 +05:30 a4f11303-f90e-45cd-b73e-57869685799d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:14:48.588 +05:30 a4f11303-f90e-45cd-b73e-57869685799d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:14:48.589 +05:30 a4f11303-f90e-45cd-b73e-57869685799d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.5516ms 2024-09-07 09:14:48.589 +05:30 a4f11303-f90e-45cd-b73e-57869685799d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:14:48.589 +05:30 a4f11303-f90e-45cd-b73e-57869685799d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 19d51d7f-803a-4076-a7a9-9b9a03ce2ce0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:14:48.589 +05:30 a4f11303-f90e-45cd-b73e-57869685799d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 6.5112ms 2024-09-07 09:16:16.411 +05:30 0b097128-7ff1-41c2-b516-8066d4edc1e1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:16:16.411 +05:30 e65802fe-abb6-48af-8b5e-fc0ce3f259a1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:16:16.414 +05:30 e65802fe-abb6-48af-8b5e-fc0ce3f259a1 INF CORS policy execution successful. 2024-09-07 09:16:16.414 +05:30 0b097128-7ff1-41c2-b516-8066d4edc1e1 INF CORS policy execution successful. 2024-09-07 09:16:16.416 +05:30 e65802fe-abb6-48af-8b5e-fc0ce3f259a1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 5.3971ms 2024-09-07 09:16:16.416 +05:30 0b097128-7ff1-41c2-b516-8066d4edc1e1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 5.3974ms 2024-09-07 09:16:16.449 +05:30 5dda359a-8109-4408-ab16-3df4d46f6f04 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:16:16.451 +05:30 5dda359a-8109-4408-ab16-3df4d46f6f04 INF CORS policy execution successful. 2024-09-07 09:16:16.452 +05:30 5dda359a-8109-4408-ab16-3df4d46f6f04 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:16:16.454 +05:30 b175615b-933f-454d-a1c8-c2b4c021513b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:16.455 +05:30 b175615b-933f-454d-a1c8-c2b4c021513b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:16:16.472 +05:30 b175615b-933f-454d-a1c8-c2b4c021513b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:16:16.474 +05:30 b175615b-933f-454d-a1c8-c2b4c021513b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 18.7816ms 2024-09-07 09:16:16.474 +05:30 b175615b-933f-454d-a1c8-c2b4c021513b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:16.475 +05:30 b175615b-933f-454d-a1c8-c2b4c021513b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5dda359a-8109-4408-ab16-3df4d46f6f04}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:16:16.475 +05:30 b175615b-933f-454d-a1c8-c2b4c021513b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 26.7493ms 2024-09-07 09:16:16.510 +05:30 5fbcbb69-3b78-47bc-921d-e07e135939f7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:16:16.512 +05:30 5fbcbb69-3b78-47bc-921d-e07e135939f7 INF CORS policy execution successful. 2024-09-07 09:16:16.512 +05:30 5fbcbb69-3b78-47bc-921d-e07e135939f7 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:16:16.512 +05:30 8eb1fa84-05d5-4d6b-87a4-f578c3269b83 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:16.513 +05:30 8eb1fa84-05d5-4d6b-87a4-f578c3269b83 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:16:16.520 +05:30 8eb1fa84-05d5-4d6b-87a4-f578c3269b83 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:16:16.520 +05:30 8eb1fa84-05d5-4d6b-87a4-f578c3269b83 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 7.6072ms 2024-09-07 09:16:16.521 +05:30 8eb1fa84-05d5-4d6b-87a4-f578c3269b83 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:16.521 +05:30 8eb1fa84-05d5-4d6b-87a4-f578c3269b83 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5fbcbb69-3b78-47bc-921d-e07e135939f7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:16:16.521 +05:30 8eb1fa84-05d5-4d6b-87a4-f578c3269b83 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.1343ms 2024-09-07 09:16:16.839 +05:30 a2cc4b72-25f6-4991-93d7-ed90e1f5a883 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:16:16.839 +05:30 a2cc4b72-25f6-4991-93d7-ed90e1f5a883 INF CORS policy execution successful. 2024-09-07 09:16:16.840 +05:30 a2cc4b72-25f6-4991-93d7-ed90e1f5a883 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.0794ms 2024-09-07 09:16:16.866 +05:30 e3be6944-010f-452b-af14-36501f78e3c5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:16:16.866 +05:30 e3be6944-010f-452b-af14-36501f78e3c5 INF CORS policy execution successful. 2024-09-07 09:16:16.867 +05:30 e3be6944-010f-452b-af14-36501f78e3c5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.0606ms 2024-09-07 09:16:16.875 +05:30 ffb86437-3d28-4a8f-885b-a6c785031577 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:16:16.876 +05:30 ffb86437-3d28-4a8f-885b-a6c785031577 INF CORS policy execution successful. 2024-09-07 09:16:16.877 +05:30 ffb86437-3d28-4a8f-885b-a6c785031577 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:16:16.877 +05:30 e5c81f1e-0c6a-489e-860c-f00910b6ff81 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:16.877 +05:30 e5c81f1e-0c6a-489e-860c-f00910b6ff81 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:16:16.881 +05:30 e5c81f1e-0c6a-489e-860c-f00910b6ff81 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:16:16.881 +05:30 e5c81f1e-0c6a-489e-860c-f00910b6ff81 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.4912ms 2024-09-07 09:16:16.881 +05:30 e5c81f1e-0c6a-489e-860c-f00910b6ff81 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:16.881 +05:30 e5c81f1e-0c6a-489e-860c-f00910b6ff81 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ffb86437-3d28-4a8f-885b-a6c785031577}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:16:16.882 +05:30 e5c81f1e-0c6a-489e-860c-f00910b6ff81 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 6.5187ms 2024-09-07 09:16:16.918 +05:30 f5f6b00a-dfa7-46b6-bb09-05109425c34f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:16:16.919 +05:30 f5f6b00a-dfa7-46b6-bb09-05109425c34f INF CORS policy execution successful. 2024-09-07 09:16:16.919 +05:30 f5f6b00a-dfa7-46b6-bb09-05109425c34f INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:16:16.920 +05:30 ae93e69a-14b5-4647-bc3a-5a3ab459d7fd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:16.920 +05:30 ae93e69a-14b5-4647-bc3a-5a3ab459d7fd INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:16:16.923 +05:30 ae93e69a-14b5-4647-bc3a-5a3ab459d7fd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:16:16.923 +05:30 ae93e69a-14b5-4647-bc3a-5a3ab459d7fd INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.2625ms 2024-09-07 09:16:16.924 +05:30 ae93e69a-14b5-4647-bc3a-5a3ab459d7fd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:16.924 +05:30 ae93e69a-14b5-4647-bc3a-5a3ab459d7fd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f5f6b00a-dfa7-46b6-bb09-05109425c34f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:16:16.924 +05:30 ae93e69a-14b5-4647-bc3a-5a3ab459d7fd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 6.1235ms 2024-09-07 09:16:28.714 +05:30 150ba531-eaea-41a3-aed2-93cc54cf0bd7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:16:28.714 +05:30 f804e73b-8f87-456c-952c-b862ccb02477 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:16:28.715 +05:30 150ba531-eaea-41a3-aed2-93cc54cf0bd7 INF CORS policy execution successful. 2024-09-07 09:16:28.715 +05:30 f804e73b-8f87-456c-952c-b862ccb02477 INF CORS policy execution successful. 2024-09-07 09:16:28.715 +05:30 f804e73b-8f87-456c-952c-b862ccb02477 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.4922ms 2024-09-07 09:16:28.715 +05:30 150ba531-eaea-41a3-aed2-93cc54cf0bd7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.8091ms 2024-09-07 09:16:28.753 +05:30 21cf182e-65fa-4d0d-91b4-24349e36e361 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:16:28.754 +05:30 21cf182e-65fa-4d0d-91b4-24349e36e361 INF CORS policy execution successful. 2024-09-07 09:16:28.755 +05:30 21cf182e-65fa-4d0d-91b4-24349e36e361 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:16:28.755 +05:30 0668206c-be38-4595-a079-ef6b2b33a352 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:28.756 +05:30 0668206c-be38-4595-a079-ef6b2b33a352 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:16:28.771 +05:30 0668206c-be38-4595-a079-ef6b2b33a352 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:16:28.772 +05:30 0668206c-be38-4595-a079-ef6b2b33a352 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 15.7238ms 2024-09-07 09:16:28.772 +05:30 0668206c-be38-4595-a079-ef6b2b33a352 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:28.772 +05:30 0668206c-be38-4595-a079-ef6b2b33a352 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 21cf182e-65fa-4d0d-91b4-24349e36e361}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:16:28.774 +05:30 0668206c-be38-4595-a079-ef6b2b33a352 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 20.6472ms 2024-09-07 09:16:28.810 +05:30 75d0ec00-d19a-4a2b-ba43-48defd195ba1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:16:28.811 +05:30 75d0ec00-d19a-4a2b-ba43-48defd195ba1 INF CORS policy execution successful. 2024-09-07 09:16:28.812 +05:30 75d0ec00-d19a-4a2b-ba43-48defd195ba1 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:16:28.813 +05:30 031da29e-cba1-4430-abc4-f45f046e99b6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:28.813 +05:30 031da29e-cba1-4430-abc4-f45f046e99b6 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:16:28.826 +05:30 031da29e-cba1-4430-abc4-f45f046e99b6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:16:28.826 +05:30 031da29e-cba1-4430-abc4-f45f046e99b6 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.2691ms 2024-09-07 09:16:28.826 +05:30 031da29e-cba1-4430-abc4-f45f046e99b6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:28.827 +05:30 031da29e-cba1-4430-abc4-f45f046e99b6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 75d0ec00-d19a-4a2b-ba43-48defd195ba1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:16:28.827 +05:30 031da29e-cba1-4430-abc4-f45f046e99b6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 17.1723ms 2024-09-07 09:16:29.141 +05:30 411ecbc0-ea07-494a-991a-c51c8de98b39 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:16:29.141 +05:30 411ecbc0-ea07-494a-991a-c51c8de98b39 INF CORS policy execution successful. 2024-09-07 09:16:29.142 +05:30 411ecbc0-ea07-494a-991a-c51c8de98b39 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.8736ms 2024-09-07 09:16:29.176 +05:30 eba33561-9ddb-4fc8-b518-165c14aa7e3a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:16:29.177 +05:30 eba33561-9ddb-4fc8-b518-165c14aa7e3a INF CORS policy execution successful. 2024-09-07 09:16:29.178 +05:30 eba33561-9ddb-4fc8-b518-165c14aa7e3a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:16:29.178 +05:30 cd724305-5551-485d-aa31-29c8245fb419 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:29.178 +05:30 cd724305-5551-485d-aa31-29c8245fb419 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:16:29.181 +05:30 cd724305-5551-485d-aa31-29c8245fb419 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:16:29.182 +05:30 cd724305-5551-485d-aa31-29c8245fb419 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.3972ms 2024-09-07 09:16:29.182 +05:30 cd724305-5551-485d-aa31-29c8245fb419 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:29.182 +05:30 cd724305-5551-485d-aa31-29c8245fb419 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: eba33561-9ddb-4fc8-b518-165c14aa7e3a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:16:29.183 +05:30 cd724305-5551-485d-aa31-29c8245fb419 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 6.2151ms 2024-09-07 09:16:29.218 +05:30 0f760fc4-3e3f-4f2f-82fb-07926259053c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:16:29.220 +05:30 0f760fc4-3e3f-4f2f-82fb-07926259053c INF CORS policy execution successful. 2024-09-07 09:16:29.221 +05:30 0f760fc4-3e3f-4f2f-82fb-07926259053c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:16:29.221 +05:30 280129f0-9ead-4108-8711-96f4ee855bcb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:29.221 +05:30 280129f0-9ead-4108-8711-96f4ee855bcb INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:16:29.225 +05:30 280129f0-9ead-4108-8711-96f4ee855bcb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:16:29.225 +05:30 280129f0-9ead-4108-8711-96f4ee855bcb INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.6937ms 2024-09-07 09:16:29.225 +05:30 280129f0-9ead-4108-8711-96f4ee855bcb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:16:29.225 +05:30 280129f0-9ead-4108-8711-96f4ee855bcb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0f760fc4-3e3f-4f2f-82fb-07926259053c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:16:29.226 +05:30 280129f0-9ead-4108-8711-96f4ee855bcb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 7.7395ms 2024-09-07 09:18:11.307 +05:30 5986295a-7169-4c8a-ba93-a47e2f5e9f0a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:18:11.307 +05:30 c8ec8d06-ffe6-4ec5-9aa4-5d103efd2093 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:18:11.311 +05:30 5986295a-7169-4c8a-ba93-a47e2f5e9f0a INF CORS policy execution successful. 2024-09-07 09:18:11.311 +05:30 c8ec8d06-ffe6-4ec5-9aa4-5d103efd2093 INF CORS policy execution successful. 2024-09-07 09:18:11.312 +05:30 5986295a-7169-4c8a-ba93-a47e2f5e9f0a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 5.5927ms 2024-09-07 09:18:11.312 +05:30 c8ec8d06-ffe6-4ec5-9aa4-5d103efd2093 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 5.5745ms 2024-09-07 09:18:11.344 +05:30 ada2f7c1-83da-4050-b2dc-b5ae48a3f7dd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:18:11.348 +05:30 ada2f7c1-83da-4050-b2dc-b5ae48a3f7dd INF CORS policy execution successful. 2024-09-07 09:18:11.350 +05:30 ada2f7c1-83da-4050-b2dc-b5ae48a3f7dd INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:18:11.353 +05:30 9cbbe819-62be-4385-9307-aeedc24b615f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:18:11.354 +05:30 9cbbe819-62be-4385-9307-aeedc24b615f INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:18:11.376 +05:30 9cbbe819-62be-4385-9307-aeedc24b615f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:18:11.378 +05:30 9cbbe819-62be-4385-9307-aeedc24b615f INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 23.4301ms 2024-09-07 09:18:11.378 +05:30 9cbbe819-62be-4385-9307-aeedc24b615f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:18:11.379 +05:30 9cbbe819-62be-4385-9307-aeedc24b615f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ada2f7c1-83da-4050-b2dc-b5ae48a3f7dd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:18:11.379 +05:30 9cbbe819-62be-4385-9307-aeedc24b615f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 35.4636ms 2024-09-07 09:18:11.413 +05:30 b19d420d-ec2f-486f-8d34-a6f42c69e54a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:18:11.414 +05:30 b19d420d-ec2f-486f-8d34-a6f42c69e54a INF CORS policy execution successful. 2024-09-07 09:18:11.414 +05:30 b19d420d-ec2f-486f-8d34-a6f42c69e54a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:18:11.415 +05:30 7be458bd-3232-463b-a39e-23246f18da94 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:18:11.415 +05:30 7be458bd-3232-463b-a39e-23246f18da94 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:18:11.419 +05:30 7be458bd-3232-463b-a39e-23246f18da94 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:18:11.421 +05:30 7be458bd-3232-463b-a39e-23246f18da94 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.8434ms 2024-09-07 09:18:11.421 +05:30 7be458bd-3232-463b-a39e-23246f18da94 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:18:11.422 +05:30 7be458bd-3232-463b-a39e-23246f18da94 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b19d420d-ec2f-486f-8d34-a6f42c69e54a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:18:11.423 +05:30 7be458bd-3232-463b-a39e-23246f18da94 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 9.7862ms 2024-09-07 09:18:11.749 +05:30 f37f0d0c-f792-4c97-889c-0238954e6739 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:18:11.750 +05:30 f37f0d0c-f792-4c97-889c-0238954e6739 INF CORS policy execution successful. 2024-09-07 09:18:11.751 +05:30 f37f0d0c-f792-4c97-889c-0238954e6739 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.3386ms 2024-09-07 09:18:11.784 +05:30 de7994a8-fb36-419d-a429-643b87f6fdc9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:18:11.785 +05:30 de7994a8-fb36-419d-a429-643b87f6fdc9 INF CORS policy execution successful. 2024-09-07 09:18:11.786 +05:30 de7994a8-fb36-419d-a429-643b87f6fdc9 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:18:11.786 +05:30 b2526389-b4bf-4672-b01f-ad068761567a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:18:11.787 +05:30 b2526389-b4bf-4672-b01f-ad068761567a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:18:11.791 +05:30 b2526389-b4bf-4672-b01f-ad068761567a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:18:11.792 +05:30 b2526389-b4bf-4672-b01f-ad068761567a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.2457ms 2024-09-07 09:18:11.792 +05:30 b2526389-b4bf-4672-b01f-ad068761567a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:18:11.792 +05:30 b2526389-b4bf-4672-b01f-ad068761567a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: de7994a8-fb36-419d-a429-643b87f6fdc9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:18:11.792 +05:30 b2526389-b4bf-4672-b01f-ad068761567a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 8.4459ms 2024-09-07 09:18:11.827 +05:30 3a79d568-14d6-4e4c-9a73-1285808db573 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:18:11.828 +05:30 3a79d568-14d6-4e4c-9a73-1285808db573 INF CORS policy execution successful. 2024-09-07 09:18:11.830 +05:30 3a79d568-14d6-4e4c-9a73-1285808db573 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:18:11.830 +05:30 adda607b-c78e-4e3a-ae02-d542a7043460 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:18:11.831 +05:30 adda607b-c78e-4e3a-ae02-d542a7043460 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:18:11.836 +05:30 adda607b-c78e-4e3a-ae02-d542a7043460 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:18:11.836 +05:30 adda607b-c78e-4e3a-ae02-d542a7043460 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.3996ms 2024-09-07 09:18:11.836 +05:30 adda607b-c78e-4e3a-ae02-d542a7043460 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:18:11.836 +05:30 adda607b-c78e-4e3a-ae02-d542a7043460 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3a79d568-14d6-4e4c-9a73-1285808db573}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:18:11.837 +05:30 adda607b-c78e-4e3a-ae02-d542a7043460 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 10.1179ms 2024-09-07 09:19:18.900 +05:30 49c1771b-de9a-4f65-82ab-8052b0bf50bd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:19:18.900 +05:30 ea29f8f9-56db-47e4-a828-d2d854823c1c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:19:18.902 +05:30 ea29f8f9-56db-47e4-a828-d2d854823c1c INF CORS policy execution successful. 2024-09-07 09:19:18.902 +05:30 49c1771b-de9a-4f65-82ab-8052b0bf50bd INF CORS policy execution successful. 2024-09-07 09:19:18.903 +05:30 ea29f8f9-56db-47e4-a828-d2d854823c1c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 3.0578ms 2024-09-07 09:19:18.903 +05:30 49c1771b-de9a-4f65-82ab-8052b0bf50bd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 3.3203ms 2024-09-07 09:19:18.934 +05:30 3d23dba9-0e85-4035-ab34-4076723ad26c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:19:18.936 +05:30 3d23dba9-0e85-4035-ab34-4076723ad26c INF CORS policy execution successful. 2024-09-07 09:19:18.936 +05:30 3d23dba9-0e85-4035-ab34-4076723ad26c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:19:18.938 +05:30 3afb6ad4-9fee-4bb5-9c3e-a4ce0798de9b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:19:18.938 +05:30 3afb6ad4-9fee-4bb5-9c3e-a4ce0798de9b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:19:18.946 +05:30 3afb6ad4-9fee-4bb5-9c3e-a4ce0798de9b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:19:18.947 +05:30 3afb6ad4-9fee-4bb5-9c3e-a4ce0798de9b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.2583ms 2024-09-07 09:19:18.947 +05:30 3afb6ad4-9fee-4bb5-9c3e-a4ce0798de9b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:19:18.947 +05:30 3afb6ad4-9fee-4bb5-9c3e-a4ce0798de9b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3d23dba9-0e85-4035-ab34-4076723ad26c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:19:18.948 +05:30 3afb6ad4-9fee-4bb5-9c3e-a4ce0798de9b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 13.5838ms 2024-09-07 09:19:18.993 +05:30 cc141d5b-ff9a-4796-90a1-e9dba597efd4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:19:18.993 +05:30 cc141d5b-ff9a-4796-90a1-e9dba597efd4 INF CORS policy execution successful. 2024-09-07 09:19:18.994 +05:30 cc141d5b-ff9a-4796-90a1-e9dba597efd4 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:19:18.994 +05:30 f1823191-527e-42f0-b87b-3396d180799a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:19:18.994 +05:30 f1823191-527e-42f0-b87b-3396d180799a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:19:18.997 +05:30 f1823191-527e-42f0-b87b-3396d180799a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:19:18.997 +05:30 f1823191-527e-42f0-b87b-3396d180799a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.9915ms 2024-09-07 09:19:18.997 +05:30 f1823191-527e-42f0-b87b-3396d180799a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:19:18.997 +05:30 f1823191-527e-42f0-b87b-3396d180799a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cc141d5b-ff9a-4796-90a1-e9dba597efd4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:19:18.998 +05:30 f1823191-527e-42f0-b87b-3396d180799a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.965ms 2024-09-07 09:19:19.295 +05:30 e4300ca9-8597-42e4-ba13-7725bc4b4c3a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:19:19.295 +05:30 e4300ca9-8597-42e4-ba13-7725bc4b4c3a INF CORS policy execution successful. 2024-09-07 09:19:19.295 +05:30 e4300ca9-8597-42e4-ba13-7725bc4b4c3a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.8986ms 2024-09-07 09:19:19.328 +05:30 2645c1aa-12cf-4861-be70-b1b9d6fc3aed INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:19:19.329 +05:30 2645c1aa-12cf-4861-be70-b1b9d6fc3aed INF CORS policy execution successful. 2024-09-07 09:19:19.330 +05:30 2645c1aa-12cf-4861-be70-b1b9d6fc3aed INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:19:19.330 +05:30 9ade41fb-6fde-403d-9000-e69976e62816 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:19:19.330 +05:30 9ade41fb-6fde-403d-9000-e69976e62816 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:19:19.333 +05:30 9ade41fb-6fde-403d-9000-e69976e62816 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:19:19.333 +05:30 9ade41fb-6fde-403d-9000-e69976e62816 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.8757ms 2024-09-07 09:19:19.333 +05:30 9ade41fb-6fde-403d-9000-e69976e62816 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:19:19.333 +05:30 9ade41fb-6fde-403d-9000-e69976e62816 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2645c1aa-12cf-4861-be70-b1b9d6fc3aed}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:19:19.334 +05:30 9ade41fb-6fde-403d-9000-e69976e62816 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.2572ms 2024-09-07 09:19:19.366 +05:30 5bafccc2-6028-48f7-a770-e31d88ade6e4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:19:19.366 +05:30 5bafccc2-6028-48f7-a770-e31d88ade6e4 INF CORS policy execution successful. 2024-09-07 09:19:19.367 +05:30 5bafccc2-6028-48f7-a770-e31d88ade6e4 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNSIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODA1MzksImV4cCI6MTcyNTY4MTEzOSwiaWF0IjoxNzI1NjgwNTM5fQ.ArajdYO-fbcDhf5opurqrWkl2MiuU1f1B54fBy4o6iU}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:19:19.367 +05:30 25f89945-8977-414c-b5ae-7b8e9d11c65a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:19:19.367 +05:30 25f89945-8977-414c-b5ae-7b8e9d11c65a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:19:19.371 +05:30 25f89945-8977-414c-b5ae-7b8e9d11c65a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:19:19.371 +05:30 25f89945-8977-414c-b5ae-7b8e9d11c65a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.2172ms 2024-09-07 09:19:19.371 +05:30 25f89945-8977-414c-b5ae-7b8e9d11c65a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:19:19.371 +05:30 25f89945-8977-414c-b5ae-7b8e9d11c65a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5bafccc2-6028-48f7-a770-e31d88ade6e4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:19:19.372 +05:30 25f89945-8977-414c-b5ae-7b8e9d11c65a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.8934ms 2024-09-07 09:29:19.714 +05:30 INF Application is shutting down... 2024-09-07 09:41:42.609 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-07 09:41:42.676 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-07 09:41:42.703 +05:30 INF Creating key {6b1eea02-815e-47df-bf2b-16466dde2b71} with creation date 2024-09-07 04:11:42Z, activation date 2024-09-07 04:11:42Z, and expiration date 2024-12-06 04:11:42Z. 2024-09-07 09:41:42.715 +05:30 WRN No XML encryptor configured. Key {6b1eea02-815e-47df-bf2b-16466dde2b71} may be persisted to storage in unencrypted form. 2024-09-07 09:41:42.936 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-07 09:41:42.936 +05:30 INF Hosting environment: Production 2024-09-07 09:41:42.936 +05:30 INF Content root path: C:\inetpub\wwwroot\SangCoreSettingsAPI 2024-09-07 09:41:42.949 +05:30 c5b394dc-0112-4f0a-9f82-55f53c2667df INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 09:41:42.949 +05:30 7c247d90-45fa-4f7a-945d-815bcdc47494 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 09:41:43.004 +05:30 c5b394dc-0112-4f0a-9f82-55f53c2667df INF CORS policy execution successful. 2024-09-07 09:41:43.004 +05:30 7c247d90-45fa-4f7a-945d-815bcdc47494 INF CORS policy execution successful. 2024-09-07 09:41:43.010 +05:30 c5b394dc-0112-4f0a-9f82-55f53c2667df INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 63.5009ms 2024-09-07 09:41:43.010 +05:30 7c247d90-45fa-4f7a-945d-815bcdc47494 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 63.5024ms 2024-09-07 09:41:43.134 +05:30 ee600ecb-dfd1-44d1-b44c-ffd60a1642d0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 09:41:43.259 +05:30 ee600ecb-dfd1-44d1-b44c-ffd60a1642d0 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/5/2024 10:24:58 AM', Current time (UTC): '9/7/2024 4:11:43 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 09:41:43.273 +05:30 ee600ecb-dfd1-44d1-b44c-ffd60a1642d0 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/5/2024 10:24:58 AM', Current time (UTC): '9/7/2024 4:11:43 AM'. 2024-09-07 09:41:43.275 +05:30 ee600ecb-dfd1-44d1-b44c-ffd60a1642d0 INF CORS policy execution successful. 2024-09-07 09:41:43.297 +05:30 ee600ecb-dfd1-44d1-b44c-ffd60a1642d0 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU1MzEyOTgsImV4cCI6MTcyNTUzMTg5OCwiaWF0IjoxNzI1NTMxMjk4fQ.IOxR95W2_WEXfQ39hzmhVIaQROUi1Wz51Hv313bISjs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 09:41:43.336 +05:30 e010bab4-719d-4b30-a41e-c0338fd9aa9f INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 09:41:43.342 +05:30 e010bab4-719d-4b30-a41e-c0338fd9aa9f INF AuthenticationScheme: Bearer was challenged. 2024-09-07 09:41:43.342 +05:30 e010bab4-719d-4b30-a41e-c0338fd9aa9f INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: ee600ecb-dfd1-44d1-b44c-ffd60a1642d0}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/05/2024 10:24:58'"} Body: 2024-09-07 09:41:43.348 +05:30 e010bab4-719d-4b30-a41e-c0338fd9aa9f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 401 null null 213.6683ms 2024-09-07 09:41:43.438 +05:30 125ad4c3-21ae-417f-9224-b1b7ca4929e8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 09:41:43.440 +05:30 125ad4c3-21ae-417f-9224-b1b7ca4929e8 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/5/2024 10:24:58 AM', Current time (UTC): '9/7/2024 4:11:43 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 09:41:43.442 +05:30 125ad4c3-21ae-417f-9224-b1b7ca4929e8 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/5/2024 10:24:58 AM', Current time (UTC): '9/7/2024 4:11:43 AM'. 2024-09-07 09:41:43.443 +05:30 125ad4c3-21ae-417f-9224-b1b7ca4929e8 INF CORS policy execution successful. 2024-09-07 09:41:43.446 +05:30 125ad4c3-21ae-417f-9224-b1b7ca4929e8 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU1MzEyOTgsImV4cCI6MTcyNTUzMTg5OCwiaWF0IjoxNzI1NTMxMjk4fQ.IOxR95W2_WEXfQ39hzmhVIaQROUi1Wz51Hv313bISjs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 09:41:43.452 +05:30 0fe0b7b3-824e-4ff9-b2e8-725c6ac2e29a INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 09:41:43.453 +05:30 0fe0b7b3-824e-4ff9-b2e8-725c6ac2e29a INF AuthenticationScheme: Bearer was challenged. 2024-09-07 09:41:43.454 +05:30 0fe0b7b3-824e-4ff9-b2e8-725c6ac2e29a INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 125ad4c3-21ae-417f-9224-b1b7ca4929e8}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/05/2024 10:24:58'"} Body: 2024-09-07 09:41:43.455 +05:30 0fe0b7b3-824e-4ff9-b2e8-725c6ac2e29a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 401 null null 17.4012ms 2024-09-07 09:51:09.156 +05:30 82f55dbb-0c77-475a-8490-6b1f0fb5b3ee INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 09:51:09.162 +05:30 82f55dbb-0c77-475a-8490-6b1f0fb5b3ee INF CORS policy execution successful. 2024-09-07 09:51:09.165 +05:30 82f55dbb-0c77-475a-8490-6b1f0fb5b3ee INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 10.1602ms 2024-09-07 09:51:09.203 +05:30 9e7d8174-f05a-4c87-b103-ff526bbb1c38 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 09:51:09.233 +05:30 9e7d8174-f05a-4c87-b103-ff526bbb1c38 INF CORS policy execution successful. 2024-09-07 09:51:09.235 +05:30 9e7d8174-f05a-4c87-b103-ff526bbb1c38 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:51:09.245 +05:30 a24e9c5f-df15-4970-b6c6-842e63be7f00 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 09:51:09.283 +05:30 a24e9c5f-df15-4970-b6c6-842e63be7f00 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 09:51:09.775 +05:30 a24e9c5f-df15-4970-b6c6-842e63be7f00 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:51:09.845 +05:30 a24e9c5f-df15-4970-b6c6-842e63be7f00 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 555.3551ms 2024-09-07 09:51:09.846 +05:30 a24e9c5f-df15-4970-b6c6-842e63be7f00 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 09:51:09.848 +05:30 a24e9c5f-df15-4970-b6c6-842e63be7f00 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9e7d8174-f05a-4c87-b103-ff526bbb1c38}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 09:51:09.854 +05:30 a24e9c5f-df15-4970-b6c6-842e63be7f00 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 650.5602ms 2024-09-07 09:51:09.947 +05:30 7428d1eb-b9cf-473f-bb74-bb762bcffbed INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 09:51:09.947 +05:30 7428d1eb-b9cf-473f-bb74-bb762bcffbed INF CORS policy execution successful. 2024-09-07 09:51:09.948 +05:30 7428d1eb-b9cf-473f-bb74-bb762bcffbed INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 1.0587ms 2024-09-07 09:51:09.974 +05:30 7acb74b1-98a0-4248-bc99-ce1897952931 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 09:51:09.974 +05:30 3c7c1021-6117-4ae3-834e-61241ef83b20 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 09:51:09.975 +05:30 3c7c1021-6117-4ae3-834e-61241ef83b20 INF CORS policy execution successful. 2024-09-07 09:51:09.975 +05:30 7acb74b1-98a0-4248-bc99-ce1897952931 INF CORS policy execution successful. 2024-09-07 09:51:09.975 +05:30 3c7c1021-6117-4ae3-834e-61241ef83b20 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 1.1457ms 2024-09-07 09:51:09.975 +05:30 7acb74b1-98a0-4248-bc99-ce1897952931 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 1.1895ms 2024-09-07 09:51:09.982 +05:30 5861baeb-0b49-4903-b0b3-2798e9f8f455 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 09:51:09.983 +05:30 5861baeb-0b49-4903-b0b3-2798e9f8f455 INF CORS policy execution successful. 2024-09-07 09:51:09.983 +05:30 5861baeb-0b49-4903-b0b3-2798e9f8f455 INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:51:09.985 +05:30 09bde86a-224e-41a8-8066-504aff0dae21 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.001 +05:30 09bde86a-224e-41a8-8066-504aff0dae21 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 09:51:10.008 +05:30 da522f7d-22aa-4e6f-a1ba-22778566456e INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 09:51:10.008 +05:30 aea1bfb6-7a83-4a5b-9398-1c01ba1c9cc2 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 09:51:10.009 +05:30 da522f7d-22aa-4e6f-a1ba-22778566456e INF CORS policy execution successful. 2024-09-07 09:51:10.009 +05:30 aea1bfb6-7a83-4a5b-9398-1c01ba1c9cc2 INF CORS policy execution successful. 2024-09-07 09:51:10.010 +05:30 da522f7d-22aa-4e6f-a1ba-22778566456e INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:51:10.010 +05:30 aea1bfb6-7a83-4a5b-9398-1c01ba1c9cc2 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:51:10.010 +05:30 bc47a482-f3bb-4cd5-94d9-633688686f2c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.010 +05:30 7882344f-43af-42dc-82d0-ece5f49f2dd2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.017 +05:30 bc47a482-f3bb-4cd5-94d9-633688686f2c INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 09:51:10.017 +05:30 7882344f-43af-42dc-82d0-ece5f49f2dd2 INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 09:51:10.053 +05:30 09bde86a-224e-41a8-8066-504aff0dae21 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:51:10.056 +05:30 bc47a482-f3bb-4cd5-94d9-633688686f2c INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:51:10.073 +05:30 7882344f-43af-42dc-82d0-ece5f49f2dd2 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:51:10.086 +05:30 09bde86a-224e-41a8-8066-504aff0dae21 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 84.9476ms 2024-09-07 09:51:10.086 +05:30 7882344f-43af-42dc-82d0-ece5f49f2dd2 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 69.0804ms 2024-09-07 09:51:10.086 +05:30 09bde86a-224e-41a8-8066-504aff0dae21 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.086 +05:30 bc47a482-f3bb-4cd5-94d9-633688686f2c INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 69.1515ms 2024-09-07 09:51:10.087 +05:30 7882344f-43af-42dc-82d0-ece5f49f2dd2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.087 +05:30 bc47a482-f3bb-4cd5-94d9-633688686f2c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.087 +05:30 09bde86a-224e-41a8-8066-504aff0dae21 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 5861baeb-0b49-4903-b0b3-2798e9f8f455}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 09:51:10.087 +05:30 7882344f-43af-42dc-82d0-ece5f49f2dd2 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: aea1bfb6-7a83-4a5b-9398-1c01ba1c9cc2}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 09:51:10.087 +05:30 bc47a482-f3bb-4cd5-94d9-633688686f2c INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: da522f7d-22aa-4e6f-a1ba-22778566456e}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 09:51:10.088 +05:30 7882344f-43af-42dc-82d0-ece5f49f2dd2 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 79.1798ms 2024-09-07 09:51:10.088 +05:30 09bde86a-224e-41a8-8066-504aff0dae21 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 105.9597ms 2024-09-07 09:51:10.088 +05:30 bc47a482-f3bb-4cd5-94d9-633688686f2c INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 80.135ms 2024-09-07 09:51:10.090 +05:30 c094667c-7434-404d-8de0-9f922561e41f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 09:51:10.090 +05:30 f039098c-251c-45c8-8694-a6765e9e87a0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 09:51:10.090 +05:30 f039098c-251c-45c8-8694-a6765e9e87a0 INF CORS policy execution successful. 2024-09-07 09:51:10.090 +05:30 c094667c-7434-404d-8de0-9f922561e41f INF CORS policy execution successful. 2024-09-07 09:51:10.091 +05:30 f039098c-251c-45c8-8694-a6765e9e87a0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.8401ms 2024-09-07 09:51:10.091 +05:30 c094667c-7434-404d-8de0-9f922561e41f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.0024ms 2024-09-07 09:51:10.125 +05:30 063e3a9d-438c-42b4-8039-85f95ef3809c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 09:51:10.127 +05:30 a094448b-46e3-4d88-b13c-191c06dfe185 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 09:51:10.127 +05:30 063e3a9d-438c-42b4-8039-85f95ef3809c INF CORS policy execution successful. 2024-09-07 09:51:10.127 +05:30 063e3a9d-438c-42b4-8039-85f95ef3809c INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:51:10.128 +05:30 a094448b-46e3-4d88-b13c-191c06dfe185 INF CORS policy execution successful. 2024-09-07 09:51:10.128 +05:30 1831707d-e780-4539-8291-b674c0989cb2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.128 +05:30 a094448b-46e3-4d88-b13c-191c06dfe185 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:51:10.128 +05:30 3f35e49f-71c2-4ff3-bcd8-c5899ca01447 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.133 +05:30 1831707d-e780-4539-8291-b674c0989cb2 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:51:10.134 +05:30 3f35e49f-71c2-4ff3-bcd8-c5899ca01447 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 09:51:10.156 +05:30 1831707d-e780-4539-8291-b674c0989cb2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:51:10.157 +05:30 1831707d-e780-4539-8291-b674c0989cb2 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 23.6336ms 2024-09-07 09:51:10.157 +05:30 1831707d-e780-4539-8291-b674c0989cb2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.158 +05:30 1831707d-e780-4539-8291-b674c0989cb2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 063e3a9d-438c-42b4-8039-85f95ef3809c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:51:10.159 +05:30 1831707d-e780-4539-8291-b674c0989cb2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 33.2024ms 2024-09-07 09:51:10.207 +05:30 3f35e49f-71c2-4ff3-bcd8-c5899ca01447 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:51:10.220 +05:30 3f35e49f-71c2-4ff3-bcd8-c5899ca01447 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 85.9708ms 2024-09-07 09:51:10.221 +05:30 3f35e49f-71c2-4ff3-bcd8-c5899ca01447 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 09:51:10.222 +05:30 3f35e49f-71c2-4ff3-bcd8-c5899ca01447 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a094448b-46e3-4d88-b13c-191c06dfe185}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 09:51:10.224 +05:30 3f35e49f-71c2-4ff3-bcd8-c5899ca01447 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 97.5851ms 2024-09-07 09:51:56.015 +05:30 f85b40f7-7846-40c6-8f40-361b3e6df29e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - null null 2024-09-07 09:51:56.018 +05:30 f85b40f7-7846-40c6-8f40-361b3e6df29e INF CORS policy execution successful. 2024-09-07 09:51:56.020 +05:30 f85b40f7-7846-40c6-8f40-361b3e6df29e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - 204 null null 5.0301ms 2024-09-07 09:51:56.057 +05:30 53e1ee9d-db45-46a1-a95c-e20c7286c1c9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - null null 2024-09-07 09:51:56.060 +05:30 53e1ee9d-db45-46a1-a95c-e20c7286c1c9 INF CORS policy execution successful. 2024-09-07 09:51:56.062 +05:30 53e1ee9d-db45-46a1-a95c-e20c7286c1c9 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=22 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:51:56.064 +05:30 9f109c6f-3b4e-4bbe-8fb7-b04ca30cb506 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 09:51:56.074 +05:30 9f109c6f-3b4e-4bbe-8fb7-b04ca30cb506 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 09:51:56.229 +05:30 9f109c6f-3b4e-4bbe-8fb7-b04ca30cb506 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:51:56.231 +05:30 9f109c6f-3b4e-4bbe-8fb7-b04ca30cb506 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 156.6994ms 2024-09-07 09:51:56.231 +05:30 9f109c6f-3b4e-4bbe-8fb7-b04ca30cb506 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 09:51:56.231 +05:30 9f109c6f-3b4e-4bbe-8fb7-b04ca30cb506 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 53e1ee9d-db45-46a1-a95c-e20c7286c1c9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 828} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":13,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":14,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":15,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":16,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":17,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":18,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":19,\"Name\":\"EditUsersCreatedbyOthers\",\"Caption\":\"EditUsersCreatedbyOthers\",\"ActionType\":3},{\"iAction\":20,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3},{\"iAction\":21,\"Name\":\"UnlockUser\",\"Caption\":\"UnlockUser\",\"ActionType\":1}]"} 2024-09-07 09:51:56.232 +05:30 9f109c6f-3b4e-4bbe-8fb7-b04ca30cb506 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - 200 828 application/json; charset=utf-8 175.0184ms 2024-09-07 09:52:15.933 +05:30 8091062d-5d48-42f6-93a5-9d660318bff4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:52:15.933 +05:30 81335b19-43ee-4717-9069-1e085f3408ce INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:52:15.934 +05:30 8091062d-5d48-42f6-93a5-9d660318bff4 INF CORS policy execution successful. 2024-09-07 09:52:15.934 +05:30 81335b19-43ee-4717-9069-1e085f3408ce INF CORS policy execution successful. 2024-09-07 09:52:15.935 +05:30 8091062d-5d48-42f6-93a5-9d660318bff4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.6067ms 2024-09-07 09:52:15.935 +05:30 81335b19-43ee-4717-9069-1e085f3408ce INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.6035ms 2024-09-07 09:52:15.984 +05:30 a516a316-3ccb-4819-98b4-38d6af18c0c4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:52:15.988 +05:30 a516a316-3ccb-4819-98b4-38d6af18c0c4 INF CORS policy execution successful. 2024-09-07 09:52:15.989 +05:30 a516a316-3ccb-4819-98b4-38d6af18c0c4 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:52:15.995 +05:30 1852e98c-5277-41f1-98fb-a5b678e1b734 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:52:15.995 +05:30 1852e98c-5277-41f1-98fb-a5b678e1b734 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:52:16.007 +05:30 1852e98c-5277-41f1-98fb-a5b678e1b734 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:52:16.008 +05:30 1852e98c-5277-41f1-98fb-a5b678e1b734 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 12.2449ms 2024-09-07 09:52:16.008 +05:30 1852e98c-5277-41f1-98fb-a5b678e1b734 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:52:16.008 +05:30 1852e98c-5277-41f1-98fb-a5b678e1b734 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a516a316-3ccb-4819-98b4-38d6af18c0c4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:52:16.009 +05:30 1852e98c-5277-41f1-98fb-a5b678e1b734 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 24.8712ms 2024-09-07 09:52:16.044 +05:30 c599604b-abeb-47a3-8436-fad6bb71fdef INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:52:16.045 +05:30 c599604b-abeb-47a3-8436-fad6bb71fdef INF CORS policy execution successful. 2024-09-07 09:52:16.046 +05:30 c599604b-abeb-47a3-8436-fad6bb71fdef INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:52:16.046 +05:30 4b6eb460-e5ab-4b54-9a66-21b819722118 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:52:16.047 +05:30 4b6eb460-e5ab-4b54-9a66-21b819722118 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:52:16.053 +05:30 4b6eb460-e5ab-4b54-9a66-21b819722118 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:52:16.053 +05:30 4b6eb460-e5ab-4b54-9a66-21b819722118 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.2134ms 2024-09-07 09:52:16.053 +05:30 4b6eb460-e5ab-4b54-9a66-21b819722118 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:52:16.053 +05:30 4b6eb460-e5ab-4b54-9a66-21b819722118 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c599604b-abeb-47a3-8436-fad6bb71fdef}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:52:16.054 +05:30 4b6eb460-e5ab-4b54-9a66-21b819722118 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 10.085ms 2024-09-07 09:52:16.413 +05:30 6cbb4700-b9d3-4772-8608-a469f8733201 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:52:16.414 +05:30 6cbb4700-b9d3-4772-8608-a469f8733201 INF CORS policy execution successful. 2024-09-07 09:52:16.414 +05:30 6cbb4700-b9d3-4772-8608-a469f8733201 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.0482ms 2024-09-07 09:52:16.433 +05:30 cadaf88a-a4eb-4a57-8e3a-7b70074b8eb2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:52:16.433 +05:30 cadaf88a-a4eb-4a57-8e3a-7b70074b8eb2 INF CORS policy execution successful. 2024-09-07 09:52:16.434 +05:30 cadaf88a-a4eb-4a57-8e3a-7b70074b8eb2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6427ms 2024-09-07 09:52:16.447 +05:30 57e57b08-01d9-4da8-a2ed-4aaa135b4a5f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:52:16.448 +05:30 57e57b08-01d9-4da8-a2ed-4aaa135b4a5f INF CORS policy execution successful. 2024-09-07 09:52:16.448 +05:30 57e57b08-01d9-4da8-a2ed-4aaa135b4a5f INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:52:16.448 +05:30 edf7024d-217e-4dc9-8fde-5df062a9f48c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:52:16.449 +05:30 edf7024d-217e-4dc9-8fde-5df062a9f48c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:52:16.459 +05:30 edf7024d-217e-4dc9-8fde-5df062a9f48c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:52:16.460 +05:30 edf7024d-217e-4dc9-8fde-5df062a9f48c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.1082ms 2024-09-07 09:52:16.460 +05:30 edf7024d-217e-4dc9-8fde-5df062a9f48c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:52:16.460 +05:30 edf7024d-217e-4dc9-8fde-5df062a9f48c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 57e57b08-01d9-4da8-a2ed-4aaa135b4a5f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:52:16.461 +05:30 edf7024d-217e-4dc9-8fde-5df062a9f48c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 14.0347ms 2024-09-07 09:52:16.494 +05:30 e4fc1b77-4e5d-4bba-ab32-274fb01276c5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:52:16.495 +05:30 e4fc1b77-4e5d-4bba-ab32-274fb01276c5 INF CORS policy execution successful. 2024-09-07 09:52:16.496 +05:30 e4fc1b77-4e5d-4bba-ab32-274fb01276c5 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:52:16.496 +05:30 269d415e-8129-41cd-aa9b-afbe0180c9a8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:52:16.496 +05:30 269d415e-8129-41cd-aa9b-afbe0180c9a8 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:52:16.503 +05:30 269d415e-8129-41cd-aa9b-afbe0180c9a8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:52:16.504 +05:30 269d415e-8129-41cd-aa9b-afbe0180c9a8 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 7.0951ms 2024-09-07 09:52:16.504 +05:30 269d415e-8129-41cd-aa9b-afbe0180c9a8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:52:16.504 +05:30 269d415e-8129-41cd-aa9b-afbe0180c9a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e4fc1b77-4e5d-4bba-ab32-274fb01276c5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:52:16.505 +05:30 269d415e-8129-41cd-aa9b-afbe0180c9a8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 10.5653ms 2024-09-07 09:55:15.140 +05:30 1bb0f9f4-4c5a-465c-ba4e-3dbe892d361a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/swagger/index.html - null null 2024-09-07 09:55:15.264 +05:30 1bb0f9f4-4c5a-465c-ba4e-3dbe892d361a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/swagger/index.html - 200 null text/html;charset=utf-8 124.5728ms 2024-09-07 09:55:15.660 +05:30 4aa05b44-881f-4340-80de-8e8e71e223ee INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/swagger/v1/swagger.json - null null 2024-09-07 09:55:15.920 +05:30 4aa05b44-881f-4340-80de-8e8e71e223ee INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/swagger/v1/swagger.json - 200 null application/json;charset=utf-8 259.8744ms 2024-09-07 09:58:05.644 +05:30 472c7f72-5adb-425b-b4a6-973195191c24 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:58:05.644 +05:30 9447e215-0365-4876-aa74-7378b09e1812 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:58:05.646 +05:30 9447e215-0365-4876-aa74-7378b09e1812 INF CORS policy execution successful. 2024-09-07 09:58:05.646 +05:30 472c7f72-5adb-425b-b4a6-973195191c24 INF CORS policy execution successful. 2024-09-07 09:58:05.647 +05:30 472c7f72-5adb-425b-b4a6-973195191c24 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 4.0103ms 2024-09-07 09:58:05.647 +05:30 9447e215-0365-4876-aa74-7378b09e1812 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 3.8727ms 2024-09-07 09:58:05.678 +05:30 a57eed3d-d8a0-42e0-bfb0-c0be01843b4e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:58:05.683 +05:30 a57eed3d-d8a0-42e0-bfb0-c0be01843b4e INF CORS policy execution successful. 2024-09-07 09:58:05.686 +05:30 a57eed3d-d8a0-42e0-bfb0-c0be01843b4e INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:58:05.689 +05:30 580a5f6c-7261-40ac-b678-b48faabdb1b5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:58:05.691 +05:30 580a5f6c-7261-40ac-b678-b48faabdb1b5 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:58:05.724 +05:30 580a5f6c-7261-40ac-b678-b48faabdb1b5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:58:05.725 +05:30 580a5f6c-7261-40ac-b678-b48faabdb1b5 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 33.6211ms 2024-09-07 09:58:05.725 +05:30 580a5f6c-7261-40ac-b678-b48faabdb1b5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:58:05.725 +05:30 580a5f6c-7261-40ac-b678-b48faabdb1b5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a57eed3d-d8a0-42e0-bfb0-c0be01843b4e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:58:05.726 +05:30 580a5f6c-7261-40ac-b678-b48faabdb1b5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 47.889ms 2024-09-07 09:58:05.757 +05:30 fa96ad91-5e52-4af7-a62a-8f2446f401ed INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 09:58:05.758 +05:30 fa96ad91-5e52-4af7-a62a-8f2446f401ed INF CORS policy execution successful. 2024-09-07 09:58:05.758 +05:30 fa96ad91-5e52-4af7-a62a-8f2446f401ed INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:58:05.759 +05:30 cc06a81d-cb44-435c-8264-92034e0e010e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:58:05.759 +05:30 cc06a81d-cb44-435c-8264-92034e0e010e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:58:05.763 +05:30 cc06a81d-cb44-435c-8264-92034e0e010e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:58:05.763 +05:30 cc06a81d-cb44-435c-8264-92034e0e010e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.0684ms 2024-09-07 09:58:05.763 +05:30 cc06a81d-cb44-435c-8264-92034e0e010e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:58:05.763 +05:30 cc06a81d-cb44-435c-8264-92034e0e010e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fa96ad91-5e52-4af7-a62a-8f2446f401ed}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 09:58:05.764 +05:30 cc06a81d-cb44-435c-8264-92034e0e010e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 6.6047ms 2024-09-07 09:58:06.074 +05:30 b06b9e95-832c-4c45-bb85-0a4d98564700 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:58:06.075 +05:30 b06b9e95-832c-4c45-bb85-0a4d98564700 INF CORS policy execution successful. 2024-09-07 09:58:06.075 +05:30 b06b9e95-832c-4c45-bb85-0a4d98564700 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.9ms 2024-09-07 09:58:06.109 +05:30 60922669-0663-4a0b-9ea4-d8d2c1699f40 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:58:06.110 +05:30 60922669-0663-4a0b-9ea4-d8d2c1699f40 INF CORS policy execution successful. 2024-09-07 09:58:06.111 +05:30 60922669-0663-4a0b-9ea4-d8d2c1699f40 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:58:06.113 +05:30 7bba8ee9-f307-47f1-b03b-a1058efeb9cc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:58:06.113 +05:30 7bba8ee9-f307-47f1-b03b-a1058efeb9cc INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:58:06.121 +05:30 7bba8ee9-f307-47f1-b03b-a1058efeb9cc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:58:06.122 +05:30 7bba8ee9-f307-47f1-b03b-a1058efeb9cc INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.6712ms 2024-09-07 09:58:06.122 +05:30 7bba8ee9-f307-47f1-b03b-a1058efeb9cc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:58:06.122 +05:30 7bba8ee9-f307-47f1-b03b-a1058efeb9cc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 60922669-0663-4a0b-9ea4-d8d2c1699f40}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:58:06.124 +05:30 7bba8ee9-f307-47f1-b03b-a1058efeb9cc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 14.3239ms 2024-09-07 09:58:06.162 +05:30 920b7992-3790-494f-9ffa-f81078897dab INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 09:58:06.167 +05:30 920b7992-3790-494f-9ffa-f81078897dab INF CORS policy execution successful. 2024-09-07 09:58:06.169 +05:30 920b7992-3790-494f-9ffa-f81078897dab INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODI4NjksImV4cCI6MTcyNTY4MzQ2OSwiaWF0IjoxNzI1NjgyODY5fQ.8jh-XZ_UZmceDyS9kwGh-loNCt1ljIAYcRMAXVvpiVY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 09:58:06.172 +05:30 db2d513b-6db1-4150-aeb2-1e0bce8ae186 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:58:06.203 +05:30 db2d513b-6db1-4150-aeb2-1e0bce8ae186 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 09:58:06.228 +05:30 db2d513b-6db1-4150-aeb2-1e0bce8ae186 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 09:58:06.229 +05:30 db2d513b-6db1-4150-aeb2-1e0bce8ae186 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 25.0997ms 2024-09-07 09:58:06.229 +05:30 db2d513b-6db1-4150-aeb2-1e0bce8ae186 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 09:58:06.230 +05:30 db2d513b-6db1-4150-aeb2-1e0bce8ae186 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 920b7992-3790-494f-9ffa-f81078897dab}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 09:58:06.232 +05:30 db2d513b-6db1-4150-aeb2-1e0bce8ae186 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 69.959ms 2024-09-07 10:03:39.209 +05:30 716caa48-114f-4d3e-8dc4-10b5dd26303e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:03:39.209 +05:30 bf6d6798-f335-4d12-847f-347e33b67c25 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:03:39.216 +05:30 bf6d6798-f335-4d12-847f-347e33b67c25 INF CORS policy execution successful. 2024-09-07 10:03:39.216 +05:30 716caa48-114f-4d3e-8dc4-10b5dd26303e INF CORS policy execution successful. 2024-09-07 10:03:39.219 +05:30 bf6d6798-f335-4d12-847f-347e33b67c25 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 9.8983ms 2024-09-07 10:03:39.219 +05:30 716caa48-114f-4d3e-8dc4-10b5dd26303e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 9.9132ms 2024-09-07 10:03:39.255 +05:30 3a8df4ff-3304-46de-84cb-c73ac961bf64 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:03:39.259 +05:30 3a8df4ff-3304-46de-84cb-c73ac961bf64 INF CORS policy execution successful. 2024-09-07 10:03:39.262 +05:30 3a8df4ff-3304-46de-84cb-c73ac961bf64 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:03:39.264 +05:30 686b4209-ac71-46e7-8052-61ec2d2f8b2e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:03:39.266 +05:30 686b4209-ac71-46e7-8052-61ec2d2f8b2e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:03:39.292 +05:30 686b4209-ac71-46e7-8052-61ec2d2f8b2e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:03:39.294 +05:30 686b4209-ac71-46e7-8052-61ec2d2f8b2e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 28.0974ms 2024-09-07 10:03:39.294 +05:30 686b4209-ac71-46e7-8052-61ec2d2f8b2e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:03:39.294 +05:30 686b4209-ac71-46e7-8052-61ec2d2f8b2e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3a8df4ff-3304-46de-84cb-c73ac961bf64}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:03:39.296 +05:30 686b4209-ac71-46e7-8052-61ec2d2f8b2e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 40.7797ms 2024-09-07 10:03:39.327 +05:30 e7dc74d7-fa78-49c5-917a-bf790506f4fd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:03:39.327 +05:30 e7dc74d7-fa78-49c5-917a-bf790506f4fd INF CORS policy execution successful. 2024-09-07 10:03:39.328 +05:30 e7dc74d7-fa78-49c5-917a-bf790506f4fd INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:03:39.328 +05:30 475a1fd3-8bff-452e-bac8-e324020ef4bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:03:39.328 +05:30 475a1fd3-8bff-452e-bac8-e324020ef4bc INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:03:39.331 +05:30 475a1fd3-8bff-452e-bac8-e324020ef4bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:03:39.331 +05:30 475a1fd3-8bff-452e-bac8-e324020ef4bc INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.7734ms 2024-09-07 10:03:39.331 +05:30 475a1fd3-8bff-452e-bac8-e324020ef4bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:03:39.331 +05:30 475a1fd3-8bff-452e-bac8-e324020ef4bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e7dc74d7-fa78-49c5-917a-bf790506f4fd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:03:39.332 +05:30 475a1fd3-8bff-452e-bac8-e324020ef4bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.0926ms 2024-09-07 10:03:39.650 +05:30 10a28856-bbbe-4fa4-9bbf-45e4da21d2d9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:03:39.650 +05:30 10a28856-bbbe-4fa4-9bbf-45e4da21d2d9 INF CORS policy execution successful. 2024-09-07 10:03:39.651 +05:30 10a28856-bbbe-4fa4-9bbf-45e4da21d2d9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.4722ms 2024-09-07 10:03:39.681 +05:30 6ce708dd-1aa3-458e-ab50-8fa3cdb42489 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:03:39.681 +05:30 6ce708dd-1aa3-458e-ab50-8fa3cdb42489 INF CORS policy execution successful. 2024-09-07 10:03:39.681 +05:30 6ce708dd-1aa3-458e-ab50-8fa3cdb42489 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.9124ms 2024-09-07 10:03:39.685 +05:30 23c2df6b-c437-4c69-84b6-5438b0180d09 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:03:39.686 +05:30 23c2df6b-c437-4c69-84b6-5438b0180d09 INF CORS policy execution successful. 2024-09-07 10:03:39.686 +05:30 23c2df6b-c437-4c69-84b6-5438b0180d09 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:03:39.686 +05:30 286be846-bfcd-407b-b64a-6b708a5901d1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:03:39.687 +05:30 286be846-bfcd-407b-b64a-6b708a5901d1 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:03:39.691 +05:30 286be846-bfcd-407b-b64a-6b708a5901d1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:03:39.692 +05:30 286be846-bfcd-407b-b64a-6b708a5901d1 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.8298ms 2024-09-07 10:03:39.692 +05:30 286be846-bfcd-407b-b64a-6b708a5901d1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:03:39.697 +05:30 286be846-bfcd-407b-b64a-6b708a5901d1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 23c2df6b-c437-4c69-84b6-5438b0180d09}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:03:39.698 +05:30 286be846-bfcd-407b-b64a-6b708a5901d1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 13.6258ms 2024-09-07 10:03:39.733 +05:30 c8572043-f390-4c99-8347-eb3d7b1f519a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:03:39.734 +05:30 c8572043-f390-4c99-8347-eb3d7b1f519a INF CORS policy execution successful. 2024-09-07 10:03:39.734 +05:30 c8572043-f390-4c99-8347-eb3d7b1f519a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:03:39.735 +05:30 b25077ee-4749-4b2d-bcf4-087d4168da1b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:03:39.735 +05:30 b25077ee-4749-4b2d-bcf4-087d4168da1b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:03:39.739 +05:30 b25077ee-4749-4b2d-bcf4-087d4168da1b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:03:39.740 +05:30 b25077ee-4749-4b2d-bcf4-087d4168da1b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.7013ms 2024-09-07 10:03:39.740 +05:30 b25077ee-4749-4b2d-bcf4-087d4168da1b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:03:39.740 +05:30 b25077ee-4749-4b2d-bcf4-087d4168da1b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c8572043-f390-4c99-8347-eb3d7b1f519a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:03:39.741 +05:30 b25077ee-4749-4b2d-bcf4-087d4168da1b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 7.6351ms 2024-09-07 10:04:23.381 +05:30 b7593ffc-8a92-4c5b-9e33-964b7de4f391 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:23.381 +05:30 e57c4a4b-1a0c-4f85-8fc4-0793804bff63 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:23.382 +05:30 b7593ffc-8a92-4c5b-9e33-964b7de4f391 INF CORS policy execution successful. 2024-09-07 10:04:23.382 +05:30 e57c4a4b-1a0c-4f85-8fc4-0793804bff63 INF CORS policy execution successful. 2024-09-07 10:04:23.383 +05:30 b7593ffc-8a92-4c5b-9e33-964b7de4f391 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.7349ms 2024-09-07 10:04:23.383 +05:30 e57c4a4b-1a0c-4f85-8fc4-0793804bff63 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.317ms 2024-09-07 10:04:23.418 +05:30 6e3daa70-4e82-4e4d-82fc-aa89260dcaa8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:23.422 +05:30 6e3daa70-4e82-4e4d-82fc-aa89260dcaa8 INF CORS policy execution successful. 2024-09-07 10:04:23.423 +05:30 6e3daa70-4e82-4e4d-82fc-aa89260dcaa8 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:23.425 +05:30 b688aad2-fe14-4826-b645-b2dd5126e66e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:23.426 +05:30 b688aad2-fe14-4826-b645-b2dd5126e66e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:23.442 +05:30 b688aad2-fe14-4826-b645-b2dd5126e66e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:23.443 +05:30 b688aad2-fe14-4826-b645-b2dd5126e66e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 17.2507ms 2024-09-07 10:04:23.443 +05:30 b688aad2-fe14-4826-b645-b2dd5126e66e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:23.444 +05:30 b688aad2-fe14-4826-b645-b2dd5126e66e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6e3daa70-4e82-4e4d-82fc-aa89260dcaa8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:04:23.444 +05:30 b688aad2-fe14-4826-b645-b2dd5126e66e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 26.328ms 2024-09-07 10:04:23.482 +05:30 c6f5530f-9d33-43b7-8fe4-d06d7288326b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:23.483 +05:30 c6f5530f-9d33-43b7-8fe4-d06d7288326b INF CORS policy execution successful. 2024-09-07 10:04:23.483 +05:30 c6f5530f-9d33-43b7-8fe4-d06d7288326b INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:23.483 +05:30 ea30c356-5b8e-41bd-a632-c0b62afc4be9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:23.484 +05:30 ea30c356-5b8e-41bd-a632-c0b62afc4be9 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:23.488 +05:30 ea30c356-5b8e-41bd-a632-c0b62afc4be9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:23.488 +05:30 ea30c356-5b8e-41bd-a632-c0b62afc4be9 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.5427ms 2024-09-07 10:04:23.489 +05:30 ea30c356-5b8e-41bd-a632-c0b62afc4be9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:23.489 +05:30 ea30c356-5b8e-41bd-a632-c0b62afc4be9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c6f5530f-9d33-43b7-8fe4-d06d7288326b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:04:23.489 +05:30 ea30c356-5b8e-41bd-a632-c0b62afc4be9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 7.332ms 2024-09-07 10:04:23.819 +05:30 33c808cd-a51b-4fef-aad4-cc115cad211d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:23.819 +05:30 33c808cd-a51b-4fef-aad4-cc115cad211d INF CORS policy execution successful. 2024-09-07 10:04:23.819 +05:30 33c808cd-a51b-4fef-aad4-cc115cad211d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.7485ms 2024-09-07 10:04:23.832 +05:30 06844bb7-83ea-42e8-a24b-0e18fd1a99ba INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:23.832 +05:30 06844bb7-83ea-42e8-a24b-0e18fd1a99ba INF CORS policy execution successful. 2024-09-07 10:04:23.833 +05:30 06844bb7-83ea-42e8-a24b-0e18fd1a99ba INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6101ms 2024-09-07 10:04:23.878 +05:30 d06fc92c-c73b-4c69-9ec0-b60ab7fe8ec6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:23.878 +05:30 d06fc92c-c73b-4c69-9ec0-b60ab7fe8ec6 INF CORS policy execution successful. 2024-09-07 10:04:23.879 +05:30 d06fc92c-c73b-4c69-9ec0-b60ab7fe8ec6 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:23.879 +05:30 37ae188c-4c1d-4487-9b3f-9674e9073f09 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:23.879 +05:30 37ae188c-4c1d-4487-9b3f-9674e9073f09 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:23.882 +05:30 37ae188c-4c1d-4487-9b3f-9674e9073f09 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:23.882 +05:30 37ae188c-4c1d-4487-9b3f-9674e9073f09 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.9878ms 2024-09-07 10:04:23.882 +05:30 37ae188c-4c1d-4487-9b3f-9674e9073f09 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:23.882 +05:30 37ae188c-4c1d-4487-9b3f-9674e9073f09 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d06fc92c-c73b-4c69-9ec0-b60ab7fe8ec6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:04:23.883 +05:30 37ae188c-4c1d-4487-9b3f-9674e9073f09 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.3128ms 2024-09-07 10:04:23.917 +05:30 8f3b1e27-08ba-4b00-ae6a-b37c1888ae1f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:23.917 +05:30 8f3b1e27-08ba-4b00-ae6a-b37c1888ae1f INF CORS policy execution successful. 2024-09-07 10:04:23.917 +05:30 8f3b1e27-08ba-4b00-ae6a-b37c1888ae1f INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:23.918 +05:30 3bee7aac-5fae-42a2-ac3d-d9632634badd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:23.919 +05:30 3bee7aac-5fae-42a2-ac3d-d9632634badd INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:23.923 +05:30 3bee7aac-5fae-42a2-ac3d-d9632634badd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:23.924 +05:30 3bee7aac-5fae-42a2-ac3d-d9632634badd INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.6628ms 2024-09-07 10:04:23.924 +05:30 3bee7aac-5fae-42a2-ac3d-d9632634badd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:23.924 +05:30 3bee7aac-5fae-42a2-ac3d-d9632634badd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8f3b1e27-08ba-4b00-ae6a-b37c1888ae1f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:04:23.925 +05:30 3bee7aac-5fae-42a2-ac3d-d9632634badd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 7.811ms 2024-09-07 10:04:40.763 +05:30 9913922b-f991-48f6-9f14-9d0fd07b671f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:40.763 +05:30 9913922b-f991-48f6-9f14-9d0fd07b671f INF CORS policy execution successful. 2024-09-07 10:04:40.764 +05:30 9913922b-f991-48f6-9f14-9d0fd07b671f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.8887ms 2024-09-07 10:04:40.764 +05:30 870205d8-d964-4e99-a4bc-fd1dc824709c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:40.765 +05:30 870205d8-d964-4e99-a4bc-fd1dc824709c INF CORS policy execution successful. 2024-09-07 10:04:40.765 +05:30 870205d8-d964-4e99-a4bc-fd1dc824709c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6188ms 2024-09-07 10:04:40.797 +05:30 5eebfc2b-e7f8-47b3-af73-2dd2d8343929 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:40.798 +05:30 5eebfc2b-e7f8-47b3-af73-2dd2d8343929 INF CORS policy execution successful. 2024-09-07 10:04:40.798 +05:30 5eebfc2b-e7f8-47b3-af73-2dd2d8343929 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:40.799 +05:30 84ce4051-5090-4045-996d-db1cf58b4376 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:40.799 +05:30 84ce4051-5090-4045-996d-db1cf58b4376 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:40.802 +05:30 84ce4051-5090-4045-996d-db1cf58b4376 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:40.803 +05:30 84ce4051-5090-4045-996d-db1cf58b4376 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.6392ms 2024-09-07 10:04:40.803 +05:30 84ce4051-5090-4045-996d-db1cf58b4376 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:40.803 +05:30 84ce4051-5090-4045-996d-db1cf58b4376 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5eebfc2b-e7f8-47b3-af73-2dd2d8343929}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:04:40.803 +05:30 84ce4051-5090-4045-996d-db1cf58b4376 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.8231ms 2024-09-07 10:04:40.839 +05:30 4c0a75da-5c0d-412d-8fda-f97ad0865d28 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:40.840 +05:30 4c0a75da-5c0d-412d-8fda-f97ad0865d28 INF CORS policy execution successful. 2024-09-07 10:04:40.840 +05:30 4c0a75da-5c0d-412d-8fda-f97ad0865d28 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:40.840 +05:30 7cf78ca3-f8b7-4187-bc6a-2936df769ea8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:40.841 +05:30 7cf78ca3-f8b7-4187-bc6a-2936df769ea8 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:40.843 +05:30 7cf78ca3-f8b7-4187-bc6a-2936df769ea8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:40.843 +05:30 7cf78ca3-f8b7-4187-bc6a-2936df769ea8 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.6446ms 2024-09-07 10:04:40.843 +05:30 7cf78ca3-f8b7-4187-bc6a-2936df769ea8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:40.843 +05:30 7cf78ca3-f8b7-4187-bc6a-2936df769ea8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4c0a75da-5c0d-412d-8fda-f97ad0865d28}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:04:40.844 +05:30 7cf78ca3-f8b7-4187-bc6a-2936df769ea8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.4075ms 2024-09-07 10:04:41.156 +05:30 1af93ebf-40d2-4a7d-b520-276b48e9079b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:41.156 +05:30 1af93ebf-40d2-4a7d-b520-276b48e9079b INF CORS policy execution successful. 2024-09-07 10:04:41.157 +05:30 1af93ebf-40d2-4a7d-b520-276b48e9079b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.9164ms 2024-09-07 10:04:41.189 +05:30 db7eb13b-eebe-4cf7-a685-007aaa3075ff INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:41.190 +05:30 db7eb13b-eebe-4cf7-a685-007aaa3075ff INF CORS policy execution successful. 2024-09-07 10:04:41.191 +05:30 db7eb13b-eebe-4cf7-a685-007aaa3075ff INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:41.191 +05:30 c4a13b84-be04-4c3d-938c-2b16bdd10a50 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:41.191 +05:30 c4a13b84-be04-4c3d-938c-2b16bdd10a50 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:41.194 +05:30 c4a13b84-be04-4c3d-938c-2b16bdd10a50 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:41.195 +05:30 c4a13b84-be04-4c3d-938c-2b16bdd10a50 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.4209ms 2024-09-07 10:04:41.195 +05:30 c4a13b84-be04-4c3d-938c-2b16bdd10a50 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:41.195 +05:30 c4a13b84-be04-4c3d-938c-2b16bdd10a50 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: db7eb13b-eebe-4cf7-a685-007aaa3075ff}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:04:41.195 +05:30 c4a13b84-be04-4c3d-938c-2b16bdd10a50 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 6.0533ms 2024-09-07 10:04:41.229 +05:30 4129705b-05c5-487e-8479-74880df30921 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:41.229 +05:30 4129705b-05c5-487e-8479-74880df30921 INF CORS policy execution successful. 2024-09-07 10:04:41.230 +05:30 4129705b-05c5-487e-8479-74880df30921 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:41.230 +05:30 46e8b24b-75c8-4656-a5d4-629a3bc67736 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:41.230 +05:30 46e8b24b-75c8-4656-a5d4-629a3bc67736 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:41.233 +05:30 46e8b24b-75c8-4656-a5d4-629a3bc67736 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:41.234 +05:30 46e8b24b-75c8-4656-a5d4-629a3bc67736 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.5199ms 2024-09-07 10:04:41.234 +05:30 46e8b24b-75c8-4656-a5d4-629a3bc67736 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:41.234 +05:30 46e8b24b-75c8-4656-a5d4-629a3bc67736 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4129705b-05c5-487e-8479-74880df30921}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:04:41.234 +05:30 46e8b24b-75c8-4656-a5d4-629a3bc67736 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.6418ms 2024-09-07 10:04:46.001 +05:30 2987f2ef-e8d3-486e-bf09-a1fa011163d2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:46.002 +05:30 2987f2ef-e8d3-486e-bf09-a1fa011163d2 INF CORS policy execution successful. 2024-09-07 10:04:46.003 +05:30 2987f2ef-e8d3-486e-bf09-a1fa011163d2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.2638ms 2024-09-07 10:04:46.006 +05:30 caaab0c5-415d-4700-88c6-8971a2ad771f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:46.006 +05:30 caaab0c5-415d-4700-88c6-8971a2ad771f INF CORS policy execution successful. 2024-09-07 10:04:46.006 +05:30 caaab0c5-415d-4700-88c6-8971a2ad771f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.7702ms 2024-09-07 10:04:46.049 +05:30 aeea719c-8db9-40dd-9720-a1476c49072b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:46.050 +05:30 aeea719c-8db9-40dd-9720-a1476c49072b INF CORS policy execution successful. 2024-09-07 10:04:46.050 +05:30 aeea719c-8db9-40dd-9720-a1476c49072b INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:46.051 +05:30 62176afe-4992-4af8-8dc3-0e2710f238bf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:46.051 +05:30 62176afe-4992-4af8-8dc3-0e2710f238bf INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:46.059 +05:30 62176afe-4992-4af8-8dc3-0e2710f238bf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:46.060 +05:30 62176afe-4992-4af8-8dc3-0e2710f238bf INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.6915ms 2024-09-07 10:04:46.060 +05:30 62176afe-4992-4af8-8dc3-0e2710f238bf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:46.060 +05:30 62176afe-4992-4af8-8dc3-0e2710f238bf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: aeea719c-8db9-40dd-9720-a1476c49072b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:04:46.061 +05:30 62176afe-4992-4af8-8dc3-0e2710f238bf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.7241ms 2024-09-07 10:04:46.097 +05:30 2e243be6-e5b3-45c6-830c-7cb96257335a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:04:46.098 +05:30 2e243be6-e5b3-45c6-830c-7cb96257335a INF CORS policy execution successful. 2024-09-07 10:04:46.099 +05:30 2e243be6-e5b3-45c6-830c-7cb96257335a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:46.099 +05:30 80c564fb-04f4-493e-a657-06fcc93e810c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:46.099 +05:30 80c564fb-04f4-493e-a657-06fcc93e810c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:46.105 +05:30 80c564fb-04f4-493e-a657-06fcc93e810c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:46.105 +05:30 80c564fb-04f4-493e-a657-06fcc93e810c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.6828ms 2024-09-07 10:04:46.105 +05:30 80c564fb-04f4-493e-a657-06fcc93e810c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:46.106 +05:30 80c564fb-04f4-493e-a657-06fcc93e810c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2e243be6-e5b3-45c6-830c-7cb96257335a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:04:46.107 +05:30 80c564fb-04f4-493e-a657-06fcc93e810c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 9.1651ms 2024-09-07 10:04:46.414 +05:30 c3a96caf-f600-46ad-9b18-6bc9b3c6f7e4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:46.414 +05:30 c3a96caf-f600-46ad-9b18-6bc9b3c6f7e4 INF CORS policy execution successful. 2024-09-07 10:04:46.414 +05:30 c3a96caf-f600-46ad-9b18-6bc9b3c6f7e4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6648ms 2024-09-07 10:04:46.450 +05:30 0922172c-686a-454d-9fa4-ec5e8d2098b0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:46.450 +05:30 0922172c-686a-454d-9fa4-ec5e8d2098b0 INF CORS policy execution successful. 2024-09-07 10:04:46.451 +05:30 0922172c-686a-454d-9fa4-ec5e8d2098b0 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:46.451 +05:30 279a04f8-aa22-4614-b83c-e665e0976b46 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:46.452 +05:30 279a04f8-aa22-4614-b83c-e665e0976b46 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:46.456 +05:30 279a04f8-aa22-4614-b83c-e665e0976b46 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:46.456 +05:30 279a04f8-aa22-4614-b83c-e665e0976b46 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.302ms 2024-09-07 10:04:46.456 +05:30 279a04f8-aa22-4614-b83c-e665e0976b46 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:46.456 +05:30 279a04f8-aa22-4614-b83c-e665e0976b46 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0922172c-686a-454d-9fa4-ec5e8d2098b0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:04:46.457 +05:30 279a04f8-aa22-4614-b83c-e665e0976b46 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 7.0587ms 2024-09-07 10:04:46.492 +05:30 26da40a0-7278-4415-a15d-3988ce0ff982 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:04:46.493 +05:30 26da40a0-7278-4415-a15d-3988ce0ff982 INF CORS policy execution successful. 2024-09-07 10:04:46.493 +05:30 26da40a0-7278-4415-a15d-3988ce0ff982 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:04:46.493 +05:30 072ac3cc-8441-4168-ab93-309c92b46718 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:46.494 +05:30 072ac3cc-8441-4168-ab93-309c92b46718 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:04:46.498 +05:30 072ac3cc-8441-4168-ab93-309c92b46718 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:04:46.499 +05:30 072ac3cc-8441-4168-ab93-309c92b46718 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.4366ms 2024-09-07 10:04:46.499 +05:30 072ac3cc-8441-4168-ab93-309c92b46718 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:04:46.499 +05:30 072ac3cc-8441-4168-ab93-309c92b46718 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 26da40a0-7278-4415-a15d-3988ce0ff982}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:04:46.500 +05:30 072ac3cc-8441-4168-ab93-309c92b46718 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 7.9707ms 2024-09-07 10:05:06.530 +05:30 53807c39-08ac-4006-863c-5758b6d93d7b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:05:06.531 +05:30 ccb73dca-2195-44d7-999a-9473bcabce2c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:05:06.532 +05:30 ccb73dca-2195-44d7-999a-9473bcabce2c INF CORS policy execution successful. 2024-09-07 10:05:06.532 +05:30 53807c39-08ac-4006-863c-5758b6d93d7b INF CORS policy execution successful. 2024-09-07 10:05:06.533 +05:30 53807c39-08ac-4006-863c-5758b6d93d7b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.1611ms 2024-09-07 10:05:06.533 +05:30 ccb73dca-2195-44d7-999a-9473bcabce2c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.7002ms 2024-09-07 10:05:06.569 +05:30 d5d0cb9a-81a5-480b-bff6-185405c5d626 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:05:06.572 +05:30 d5d0cb9a-81a5-480b-bff6-185405c5d626 INF CORS policy execution successful. 2024-09-07 10:05:06.573 +05:30 d5d0cb9a-81a5-480b-bff6-185405c5d626 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:05:06.580 +05:30 34ec5aa2-7fcb-491d-91e5-a1278950422f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:05:06.581 +05:30 34ec5aa2-7fcb-491d-91e5-a1278950422f INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:05:06.642 +05:30 34ec5aa2-7fcb-491d-91e5-a1278950422f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:05:06.643 +05:30 34ec5aa2-7fcb-491d-91e5-a1278950422f INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 61.8367ms 2024-09-07 10:05:06.643 +05:30 34ec5aa2-7fcb-491d-91e5-a1278950422f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:05:06.644 +05:30 34ec5aa2-7fcb-491d-91e5-a1278950422f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d5d0cb9a-81a5-480b-bff6-185405c5d626}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:05:06.655 +05:30 34ec5aa2-7fcb-491d-91e5-a1278950422f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 86.427ms 2024-09-07 10:05:06.691 +05:30 63171bc9-b46c-4016-b090-98ebcb5f862e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:05:06.691 +05:30 63171bc9-b46c-4016-b090-98ebcb5f862e INF CORS policy execution successful. 2024-09-07 10:05:06.692 +05:30 63171bc9-b46c-4016-b090-98ebcb5f862e INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:05:06.693 +05:30 49ce03b6-90f9-4072-8968-93cc7a88afe4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:05:06.693 +05:30 49ce03b6-90f9-4072-8968-93cc7a88afe4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:05:06.696 +05:30 49ce03b6-90f9-4072-8968-93cc7a88afe4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:05:06.697 +05:30 49ce03b6-90f9-4072-8968-93cc7a88afe4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.1012ms 2024-09-07 10:05:06.697 +05:30 49ce03b6-90f9-4072-8968-93cc7a88afe4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:05:06.698 +05:30 49ce03b6-90f9-4072-8968-93cc7a88afe4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 63171bc9-b46c-4016-b090-98ebcb5f862e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:05:06.699 +05:30 49ce03b6-90f9-4072-8968-93cc7a88afe4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 8.1992ms 2024-09-07 10:05:06.999 +05:30 ff6bd98d-f13a-4b4d-9dda-20a18ea91fc6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:05:06.999 +05:30 ff6bd98d-f13a-4b4d-9dda-20a18ea91fc6 INF CORS policy execution successful. 2024-09-07 10:05:07.000 +05:30 ff6bd98d-f13a-4b4d-9dda-20a18ea91fc6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.9445ms 2024-09-07 10:05:07.033 +05:30 00ba782f-9497-49a8-9c55-3e5e76a75b7c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:05:07.034 +05:30 00ba782f-9497-49a8-9c55-3e5e76a75b7c INF CORS policy execution successful. 2024-09-07 10:05:07.036 +05:30 00ba782f-9497-49a8-9c55-3e5e76a75b7c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:05:07.037 +05:30 d8682786-7237-468b-941a-56fdc5d9b938 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:05:07.038 +05:30 d8682786-7237-468b-941a-56fdc5d9b938 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:05:07.044 +05:30 d8682786-7237-468b-941a-56fdc5d9b938 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:05:07.045 +05:30 d8682786-7237-468b-941a-56fdc5d9b938 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.3904ms 2024-09-07 10:05:07.045 +05:30 d8682786-7237-468b-941a-56fdc5d9b938 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:05:07.045 +05:30 d8682786-7237-468b-941a-56fdc5d9b938 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 00ba782f-9497-49a8-9c55-3e5e76a75b7c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:05:07.046 +05:30 d8682786-7237-468b-941a-56fdc5d9b938 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 12.7946ms 2024-09-07 10:05:07.079 +05:30 a5c91834-3cad-4267-a331-20ba62803e6b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:05:07.080 +05:30 a5c91834-3cad-4267-a331-20ba62803e6b INF CORS policy execution successful. 2024-09-07 10:05:07.080 +05:30 a5c91834-3cad-4267-a331-20ba62803e6b INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:05:07.081 +05:30 aeb81e32-8506-4e37-9f14-52d97423ac41 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:05:07.081 +05:30 aeb81e32-8506-4e37-9f14-52d97423ac41 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:05:07.087 +05:30 aeb81e32-8506-4e37-9f14-52d97423ac41 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:05:07.088 +05:30 aeb81e32-8506-4e37-9f14-52d97423ac41 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.7637ms 2024-09-07 10:05:07.088 +05:30 aeb81e32-8506-4e37-9f14-52d97423ac41 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:05:07.088 +05:30 aeb81e32-8506-4e37-9f14-52d97423ac41 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a5c91834-3cad-4267-a331-20ba62803e6b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:05:07.089 +05:30 aeb81e32-8506-4e37-9f14-52d97423ac41 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 9.4449ms 2024-09-07 10:06:15.028 +05:30 4935ac26-1a5d-4c50-81a3-3087b76071ca INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:06:15.028 +05:30 117fc93f-42a2-4331-aab6-137d1e4fc4e2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:06:15.029 +05:30 4935ac26-1a5d-4c50-81a3-3087b76071ca INF CORS policy execution successful. 2024-09-07 10:06:15.029 +05:30 117fc93f-42a2-4331-aab6-137d1e4fc4e2 INF CORS policy execution successful. 2024-09-07 10:06:15.030 +05:30 4935ac26-1a5d-4c50-81a3-3087b76071ca INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.7677ms 2024-09-07 10:06:15.030 +05:30 117fc93f-42a2-4331-aab6-137d1e4fc4e2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.3273ms 2024-09-07 10:06:15.063 +05:30 cbfa351d-d9a0-4408-a50b-649e0d0eeded INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:06:15.066 +05:30 cbfa351d-d9a0-4408-a50b-649e0d0eeded INF CORS policy execution successful. 2024-09-07 10:06:15.067 +05:30 cbfa351d-d9a0-4408-a50b-649e0d0eeded INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:06:15.068 +05:30 406d87bd-8c86-4f49-bc96-5638614f1248 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:06:15.069 +05:30 406d87bd-8c86-4f49-bc96-5638614f1248 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:06:15.084 +05:30 406d87bd-8c86-4f49-bc96-5638614f1248 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:06:15.087 +05:30 406d87bd-8c86-4f49-bc96-5638614f1248 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 16.9537ms 2024-09-07 10:06:15.087 +05:30 406d87bd-8c86-4f49-bc96-5638614f1248 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:06:15.087 +05:30 406d87bd-8c86-4f49-bc96-5638614f1248 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cbfa351d-d9a0-4408-a50b-649e0d0eeded}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:06:15.087 +05:30 406d87bd-8c86-4f49-bc96-5638614f1248 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 24.3316ms 2024-09-07 10:06:15.121 +05:30 4b92fbbb-c063-44be-a41d-6e1be92a977b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:06:15.122 +05:30 4b92fbbb-c063-44be-a41d-6e1be92a977b INF CORS policy execution successful. 2024-09-07 10:06:15.122 +05:30 4b92fbbb-c063-44be-a41d-6e1be92a977b INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:06:15.122 +05:30 8b95051b-88ff-414e-a895-f3cff730f05e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:06:15.123 +05:30 8b95051b-88ff-414e-a895-f3cff730f05e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:06:15.129 +05:30 8b95051b-88ff-414e-a895-f3cff730f05e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:06:15.129 +05:30 8b95051b-88ff-414e-a895-f3cff730f05e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.662ms 2024-09-07 10:06:15.129 +05:30 8b95051b-88ff-414e-a895-f3cff730f05e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:06:15.130 +05:30 8b95051b-88ff-414e-a895-f3cff730f05e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4b92fbbb-c063-44be-a41d-6e1be92a977b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:06:15.131 +05:30 8b95051b-88ff-414e-a895-f3cff730f05e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 9.0253ms 2024-09-07 10:06:15.429 +05:30 47102f0f-6506-4312-816d-e40052967452 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:06:15.430 +05:30 47102f0f-6506-4312-816d-e40052967452 INF CORS policy execution successful. 2024-09-07 10:06:15.430 +05:30 47102f0f-6506-4312-816d-e40052967452 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.8131ms 2024-09-07 10:06:15.464 +05:30 7bf8b6de-eb41-444e-9034-7c7e3c94f0ad INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:06:15.466 +05:30 7bf8b6de-eb41-444e-9034-7c7e3c94f0ad INF CORS policy execution successful. 2024-09-07 10:06:15.466 +05:30 7bf8b6de-eb41-444e-9034-7c7e3c94f0ad INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:06:15.466 +05:30 5b6cefc3-fe76-4677-a856-0fef29389978 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:06:15.467 +05:30 5b6cefc3-fe76-4677-a856-0fef29389978 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:06:15.470 +05:30 5b6cefc3-fe76-4677-a856-0fef29389978 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:06:15.470 +05:30 5b6cefc3-fe76-4677-a856-0fef29389978 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.3471ms 2024-09-07 10:06:15.470 +05:30 5b6cefc3-fe76-4677-a856-0fef29389978 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:06:15.470 +05:30 5b6cefc3-fe76-4677-a856-0fef29389978 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7bf8b6de-eb41-444e-9034-7c7e3c94f0ad}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:06:15.470 +05:30 5b6cefc3-fe76-4677-a856-0fef29389978 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 6.3528ms 2024-09-07 10:06:15.504 +05:30 bc31a9f3-cb66-41de-8c7f-fbe3db125a0c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:06:15.505 +05:30 bc31a9f3-cb66-41de-8c7f-fbe3db125a0c INF CORS policy execution successful. 2024-09-07 10:06:15.505 +05:30 bc31a9f3-cb66-41de-8c7f-fbe3db125a0c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODM0NzUsImV4cCI6MTcyNTY4NDA3NSwiaWF0IjoxNzI1NjgzNDc1fQ.vMq5uyZjVUV34uEmgPQ4FxYF4DuFKm-8vMWacnNUsoI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:06:15.505 +05:30 1a21b391-7907-4b80-adeb-308323e883aa INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:06:15.505 +05:30 1a21b391-7907-4b80-adeb-308323e883aa INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:06:15.507 +05:30 1a21b391-7907-4b80-adeb-308323e883aa INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:06:15.508 +05:30 1a21b391-7907-4b80-adeb-308323e883aa INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.4048ms 2024-09-07 10:06:15.508 +05:30 1a21b391-7907-4b80-adeb-308323e883aa INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:06:15.508 +05:30 1a21b391-7907-4b80-adeb-308323e883aa INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bc31a9f3-cb66-41de-8c7f-fbe3db125a0c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:06:15.509 +05:30 1a21b391-7907-4b80-adeb-308323e883aa INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.0884ms 2024-09-07 10:16:41.549 +05:30 INF Application is shutting down... 2024-09-07 10:19:27.997 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-07 10:19:28.046 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-07 10:19:28.068 +05:30 INF Creating key {5b32d60f-1b5e-4bc4-b09e-200524127c6f} with creation date 2024-09-07 04:49:28Z, activation date 2024-09-07 04:49:28Z, and expiration date 2024-12-06 04:49:28Z. 2024-09-07 10:19:28.083 +05:30 WRN No XML encryptor configured. Key {5b32d60f-1b5e-4bc4-b09e-200524127c6f} may be persisted to storage in unencrypted form. 2024-09-07 10:19:28.302 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-07 10:19:28.304 +05:30 INF Hosting environment: Production 2024-09-07 10:19:28.304 +05:30 INF Content root path: C:\inetpub\wwwroot\SangCoreSettingsAPI 2024-09-07 10:19:28.321 +05:30 eae4a05a-15c4-4f92-a23b-3a294f462a22 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:19:28.408 +05:30 eae4a05a-15c4-4f92-a23b-3a294f462a22 INF CORS policy execution successful. 2024-09-07 10:19:28.419 +05:30 eae4a05a-15c4-4f92-a23b-3a294f462a22 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 100.4181ms 2024-09-07 10:19:28.469 +05:30 1c690720-9aba-407e-8e65-539088a1f663 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:19:28.624 +05:30 1c690720-9aba-407e-8e65-539088a1f663 INF CORS policy execution successful. 2024-09-07 10:19:28.644 +05:30 1c690720-9aba-407e-8e65-539088a1f663 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW40MCIsInVuaXF1ZV9uYW1lIjoiZGlwaW40MCIsIm5hbWVpZCI6IjEyOCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjciLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDEiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI1Njg0NTY2LCJleHAiOjE3MjU2ODUxNjYsImlhdCI6MTcyNTY4NDU2Nn0.qd1FpbV5_tDZRv37HbhDgFLgAIs0JlpJV80gqVo2S_w}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:19:28.683 +05:30 a09f24e6-da6a-4c37-8b80-cc41d918da86 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:28.706 +05:30 a09f24e6-da6a-4c37-8b80-cc41d918da86 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:29.087 +05:30 a09f24e6-da6a-4c37-8b80-cc41d918da86 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:29.148 +05:30 a09f24e6-da6a-4c37-8b80-cc41d918da86 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 436.7735ms 2024-09-07 10:19:29.149 +05:30 a09f24e6-da6a-4c37-8b80-cc41d918da86 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.151 +05:30 a09f24e6-da6a-4c37-8b80-cc41d918da86 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1c690720-9aba-407e-8e65-539088a1f663}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":1,\"PreferredLayout\":1,\"PreferredMode\":null}]"} 2024-09-07 10:19:29.164 +05:30 a09f24e6-da6a-4c37-8b80-cc41d918da86 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 185 application/json; charset=utf-8 694.8164ms 2024-09-07 10:19:29.317 +05:30 ccbc9a1b-1a7c-4355-acb0-2b65af010c46 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 10:19:29.321 +05:30 ccbc9a1b-1a7c-4355-acb0-2b65af010c46 INF CORS policy execution successful. 2024-09-07 10:19:29.322 +05:30 ccbc9a1b-1a7c-4355-acb0-2b65af010c46 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 4.9496ms 2024-09-07 10:19:29.325 +05:30 1984fa0e-c2fb-4a87-9d2a-8f49f82bd80c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 10:19:29.325 +05:30 1984fa0e-c2fb-4a87-9d2a-8f49f82bd80c INF CORS policy execution successful. 2024-09-07 10:19:29.325 +05:30 1984fa0e-c2fb-4a87-9d2a-8f49f82bd80c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 1.0063ms 2024-09-07 10:19:29.362 +05:30 36539104-d373-42c9-ba77-755ed6a17362 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - null null 2024-09-07 10:19:29.363 +05:30 36539104-d373-42c9-ba77-755ed6a17362 INF CORS policy execution successful. 2024-09-07 10:19:29.363 +05:30 36539104-d373-42c9-ba77-755ed6a17362 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - 204 null null 1.0135ms 2024-09-07 10:19:29.371 +05:30 408bd5a9-56e3-4c3d-8793-537de2ecd963 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 10:19:29.373 +05:30 408bd5a9-56e3-4c3d-8793-537de2ecd963 INF CORS policy execution successful. 2024-09-07 10:19:29.373 +05:30 0af32cd8-e130-45de-9ead-b7a62127f8cc INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 10:19:29.374 +05:30 408bd5a9-56e3-4c3d-8793-537de2ecd963 INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW40MCIsInVuaXF1ZV9uYW1lIjoiZGlwaW40MCIsIm5hbWVpZCI6IjEyOCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjciLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDEiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI1Njg0NTY2LCJleHAiOjE3MjU2ODUxNjYsImlhdCI6MTcyNTY4NDU2Nn0.qd1FpbV5_tDZRv37HbhDgFLgAIs0JlpJV80gqVo2S_w}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:19:29.374 +05:30 0af32cd8-e130-45de-9ead-b7a62127f8cc INF CORS policy execution successful. 2024-09-07 10:19:29.375 +05:30 0af32cd8-e130-45de-9ead-b7a62127f8cc INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW40MCIsInVuaXF1ZV9uYW1lIjoiZGlwaW40MCIsIm5hbWVpZCI6IjEyOCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjciLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDEiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI1Njg0NTY2LCJleHAiOjE3MjU2ODUxNjYsImlhdCI6MTcyNTY4NDU2Nn0.qd1FpbV5_tDZRv37HbhDgFLgAIs0JlpJV80gqVo2S_w}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:19:29.381 +05:30 9815e456-5b33-4320-9c45-031d93f794b6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.381 +05:30 85e2e678-8fad-4bd6-b669-51830e6da081 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.393 +05:30 85e2e678-8fad-4bd6-b669-51830e6da081 INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:29.393 +05:30 9815e456-5b33-4320-9c45-031d93f794b6 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:29.408 +05:30 162d147c-5a75-483b-9884-2fa45aeb1320 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - null 0 2024-09-07 10:19:29.409 +05:30 162d147c-5a75-483b-9884-2fa45aeb1320 INF CORS policy execution successful. 2024-09-07 10:19:29.410 +05:30 162d147c-5a75-483b-9884-2fa45aeb1320 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW40MCIsInVuaXF1ZV9uYW1lIjoiZGlwaW40MCIsIm5hbWVpZCI6IjEyOCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjciLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDEiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI1Njg0NTY2LCJleHAiOjE3MjU2ODUxNjYsImlhdCI6MTcyNTY4NDU2Nn0.qd1FpbV5_tDZRv37HbhDgFLgAIs0JlpJV80gqVo2S_w}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:19:29.413 +05:30 a4305fbe-3fcf-4aa1-aed6-78053b0d48ff INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.418 +05:30 a4305fbe-3fcf-4aa1-aed6-78053b0d48ff INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:29.435 +05:30 9815e456-5b33-4320-9c45-031d93f794b6 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:29.440 +05:30 85e2e678-8fad-4bd6-b669-51830e6da081 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:29.448 +05:30 a4305fbe-3fcf-4aa1-aed6-78053b0d48ff INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:29.457 +05:30 85e2e678-8fad-4bd6-b669-51830e6da081 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 63.5283ms 2024-09-07 10:19:29.457 +05:30 a4305fbe-3fcf-4aa1-aed6-78053b0d48ff INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 38.4896ms 2024-09-07 10:19:29.457 +05:30 9815e456-5b33-4320-9c45-031d93f794b6 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 63.5054ms 2024-09-07 10:19:29.457 +05:30 85e2e678-8fad-4bd6-b669-51830e6da081 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.457 +05:30 9815e456-5b33-4320-9c45-031d93f794b6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.457 +05:30 a4305fbe-3fcf-4aa1-aed6-78053b0d48ff INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.458 +05:30 9815e456-5b33-4320-9c45-031d93f794b6 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 408bd5a9-56e3-4c3d-8793-537de2ecd963}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 98} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"128"} 2024-09-07 10:19:29.458 +05:30 a4305fbe-3fcf-4aa1-aed6-78053b0d48ff INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 162d147c-5a75-483b-9884-2fa45aeb1320}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 104} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"128"} 2024-09-07 10:19:29.458 +05:30 85e2e678-8fad-4bd6-b669-51830e6da081 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 0af32cd8-e130-45de-9ead-b7a62127f8cc}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 105} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"128"} 2024-09-07 10:19:29.458 +05:30 9815e456-5b33-4320-9c45-031d93f794b6 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 98 application/json; charset=utf-8 87.095ms 2024-09-07 10:19:29.458 +05:30 a4305fbe-3fcf-4aa1-aed6-78053b0d48ff INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - 201 104 application/json; charset=utf-8 50.0793ms 2024-09-07 10:19:29.459 +05:30 85e2e678-8fad-4bd6-b669-51830e6da081 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 105 application/json; charset=utf-8 85.5141ms 2024-09-07 10:19:29.530 +05:30 bf3016bd-0a70-4db1-839c-4cf29c840aa1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:19:29.531 +05:30 bf3016bd-0a70-4db1-839c-4cf29c840aa1 INF CORS policy execution successful. 2024-09-07 10:19:29.531 +05:30 e891fd9d-19d0-4f93-939d-899fd8dfb09f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:19:29.531 +05:30 e891fd9d-19d0-4f93-939d-899fd8dfb09f INF CORS policy execution successful. 2024-09-07 10:19:29.532 +05:30 bf3016bd-0a70-4db1-839c-4cf29c840aa1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.1637ms 2024-09-07 10:19:29.532 +05:30 e891fd9d-19d0-4f93-939d-899fd8dfb09f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.7035ms 2024-09-07 10:19:29.542 +05:30 d3ccbd7e-b72a-4442-856d-3a3302b20572 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:19:29.543 +05:30 d3ccbd7e-b72a-4442-856d-3a3302b20572 INF CORS policy execution successful. 2024-09-07 10:19:29.543 +05:30 d3ccbd7e-b72a-4442-856d-3a3302b20572 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.2044ms 2024-09-07 10:19:29.575 +05:30 519760c6-4b47-4d0e-b562-b36f111e4e6d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:19:29.576 +05:30 519760c6-4b47-4d0e-b562-b36f111e4e6d INF CORS policy execution successful. 2024-09-07 10:19:29.577 +05:30 519760c6-4b47-4d0e-b562-b36f111e4e6d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 1.409ms 2024-09-07 10:19:29.592 +05:30 1435fc3d-0eb7-4854-990c-21b99a5d03da INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:19:29.594 +05:30 1435fc3d-0eb7-4854-990c-21b99a5d03da INF CORS policy execution successful. 2024-09-07 10:19:29.596 +05:30 1435fc3d-0eb7-4854-990c-21b99a5d03da INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW40MCIsInVuaXF1ZV9uYW1lIjoiZGlwaW40MCIsIm5hbWVpZCI6IjEyOCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjciLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDEiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI1Njg0NTY2LCJleHAiOjE3MjU2ODUxNjYsImlhdCI6MTcyNTY4NDU2Nn0.qd1FpbV5_tDZRv37HbhDgFLgAIs0JlpJV80gqVo2S_w}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:19:29.596 +05:30 83e5924d-6d87-4cbf-9037-09b8a5676ca8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.597 +05:30 60877079-16ef-41ef-bd24-5d57ce82cfa0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:19:29.597 +05:30 60877079-16ef-41ef-bd24-5d57ce82cfa0 INF CORS policy execution successful. 2024-09-07 10:19:29.598 +05:30 60877079-16ef-41ef-bd24-5d57ce82cfa0 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW40MCIsInVuaXF1ZV9uYW1lIjoiZGlwaW40MCIsIm5hbWVpZCI6IjEyOCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjciLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDEiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI1Njg0NTY2LCJleHAiOjE3MjU2ODUxNjYsImlhdCI6MTcyNTY4NDU2Nn0.qd1FpbV5_tDZRv37HbhDgFLgAIs0JlpJV80gqVo2S_w}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:19:29.598 +05:30 65505d83-71a4-4234-bd18-8d8627f9af0a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.602 +05:30 83e5924d-6d87-4cbf-9037-09b8a5676ca8 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:29.603 +05:30 09365928-b288-48a3-85a2-2179f5068982 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:19:29.604 +05:30 09365928-b288-48a3-85a2-2179f5068982 INF CORS policy execution successful. 2024-09-07 10:19:29.604 +05:30 09365928-b288-48a3-85a2-2179f5068982 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW40MCIsInVuaXF1ZV9uYW1lIjoiZGlwaW40MCIsIm5hbWVpZCI6IjEyOCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjciLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDEiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI1Njg0NTY2LCJleHAiOjE3MjU2ODUxNjYsImlhdCI6MTcyNTY4NDU2Nn0.qd1FpbV5_tDZRv37HbhDgFLgAIs0JlpJV80gqVo2S_w}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:19:29.605 +05:30 65505d83-71a4-4234-bd18-8d8627f9af0a INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:19:29.609 +05:30 698207fa-daa9-4086-8091-747ecca0efba INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.610 +05:30 698207fa-daa9-4086-8091-747ecca0efba INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:19:29.627 +05:30 530bd9a9-2c54-474a-b86b-083aa23a65b9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:19:29.629 +05:30 530bd9a9-2c54-474a-b86b-083aa23a65b9 INF CORS policy execution successful. 2024-09-07 10:19:29.631 +05:30 530bd9a9-2c54-474a-b86b-083aa23a65b9 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW40MCIsInVuaXF1ZV9uYW1lIjoiZGlwaW40MCIsIm5hbWVpZCI6IjEyOCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjciLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDEiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI1Njg0NTY2LCJleHAiOjE3MjU2ODUxNjYsImlhdCI6MTcyNTY4NDU2Nn0.qd1FpbV5_tDZRv37HbhDgFLgAIs0JlpJV80gqVo2S_w}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:19:29.631 +05:30 83e5924d-6d87-4cbf-9037-09b8a5676ca8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:29.632 +05:30 83e5924d-6d87-4cbf-9037-09b8a5676ca8 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 29.4706ms 2024-09-07 10:19:29.632 +05:30 83e5924d-6d87-4cbf-9037-09b8a5676ca8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.632 +05:30 83e5924d-6d87-4cbf-9037-09b8a5676ca8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1435fc3d-0eb7-4854-990c-21b99a5d03da}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:19:29.633 +05:30 83e5924d-6d87-4cbf-9037-09b8a5676ca8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 41.6815ms 2024-09-07 10:19:29.634 +05:30 d216a837-6bed-4593-9649-884a3969a93b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.635 +05:30 d216a837-6bed-4593-9649-884a3969a93b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:29.640 +05:30 d216a837-6bed-4593-9649-884a3969a93b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:29.640 +05:30 d216a837-6bed-4593-9649-884a3969a93b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.5249ms 2024-09-07 10:19:29.641 +05:30 d216a837-6bed-4593-9649-884a3969a93b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.641 +05:30 d216a837-6bed-4593-9649-884a3969a93b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 530bd9a9-2c54-474a-b86b-083aa23a65b9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:19:29.641 +05:30 d216a837-6bed-4593-9649-884a3969a93b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 14.1571ms 2024-09-07 10:19:29.670 +05:30 698207fa-daa9-4086-8091-747ecca0efba INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:29.671 +05:30 65505d83-71a4-4234-bd18-8d8627f9af0a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:29.673 +05:30 698207fa-daa9-4086-8091-747ecca0efba INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 63.1167ms 2024-09-07 10:19:29.673 +05:30 698207fa-daa9-4086-8091-747ecca0efba INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.674 +05:30 698207fa-daa9-4086-8091-747ecca0efba INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 09365928-b288-48a3-85a2-2179f5068982}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:19:29.680 +05:30 698207fa-daa9-4086-8091-747ecca0efba INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 77.3504ms 2024-09-07 10:19:29.684 +05:30 65505d83-71a4-4234-bd18-8d8627f9af0a INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 78.8863ms 2024-09-07 10:19:29.684 +05:30 65505d83-71a4-4234-bd18-8d8627f9af0a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:29.685 +05:30 65505d83-71a4-4234-bd18-8d8627f9af0a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 60877079-16ef-41ef-bd24-5d57ce82cfa0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:19:29.686 +05:30 65505d83-71a4-4234-bd18-8d8627f9af0a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 89.1715ms 2024-09-07 10:19:32.074 +05:30 bca281cb-4622-4ad9-bab1-d5717f255c8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:19:32.075 +05:30 bca281cb-4622-4ad9-bab1-d5717f255c8e INF CORS policy execution successful. 2024-09-07 10:19:32.076 +05:30 bca281cb-4622-4ad9-bab1-d5717f255c8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.4796ms 2024-09-07 10:19:32.113 +05:30 4fb7a4e7-6dc3-443b-b9e1-d78d8c1fecbb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:19:32.115 +05:30 4fb7a4e7-6dc3-443b-b9e1-d78d8c1fecbb INF CORS policy execution successful. 2024-09-07 10:19:32.116 +05:30 4fb7a4e7-6dc3-443b-b9e1-d78d8c1fecbb INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:32.117 +05:30 dfcbb32e-157f-478c-9469-2fd1eb373390 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.117 +05:30 dfcbb32e-157f-478c-9469-2fd1eb373390 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:32.122 +05:30 dfcbb32e-157f-478c-9469-2fd1eb373390 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:32.123 +05:30 dfcbb32e-157f-478c-9469-2fd1eb373390 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 5.3603ms 2024-09-07 10:19:32.123 +05:30 dfcbb32e-157f-478c-9469-2fd1eb373390 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.123 +05:30 dfcbb32e-157f-478c-9469-2fd1eb373390 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4fb7a4e7-6dc3-443b-b9e1-d78d8c1fecbb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 10:19:32.124 +05:30 dfcbb32e-157f-478c-9469-2fd1eb373390 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 10.3813ms 2024-09-07 10:19:32.191 +05:30 741b087a-99fa-471a-9bb7-4a72fd57bede INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 10:19:32.191 +05:30 741b087a-99fa-471a-9bb7-4a72fd57bede INF CORS policy execution successful. 2024-09-07 10:19:32.192 +05:30 741b087a-99fa-471a-9bb7-4a72fd57bede INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 0.8876ms 2024-09-07 10:19:32.225 +05:30 dbee5096-1161-435d-bd7c-ddceeb5b60f2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 10:19:32.225 +05:30 dbee5096-1161-435d-bd7c-ddceeb5b60f2 INF CORS policy execution successful. 2024-09-07 10:19:32.225 +05:30 dbee5096-1161-435d-bd7c-ddceeb5b60f2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 0.8599ms 2024-09-07 10:19:32.226 +05:30 a115fede-bc23-4717-ad1e-504c51b8fbe4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 10:19:32.226 +05:30 a115fede-bc23-4717-ad1e-504c51b8fbe4 INF CORS policy execution successful. 2024-09-07 10:19:32.227 +05:30 a115fede-bc23-4717-ad1e-504c51b8fbe4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 0.4232ms 2024-09-07 10:19:32.228 +05:30 d0c21208-ffbc-43b0-b27c-8c113d789933 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 10:19:32.228 +05:30 d0c21208-ffbc-43b0-b27c-8c113d789933 INF CORS policy execution successful. 2024-09-07 10:19:32.229 +05:30 d0c21208-ffbc-43b0-b27c-8c113d789933 INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:32.229 +05:30 e47adc38-dffc-4e95-af58-b1234440e4a2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.229 +05:30 e47adc38-dffc-4e95-af58-b1234440e4a2 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:32.234 +05:30 e47adc38-dffc-4e95-af58-b1234440e4a2 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:32.235 +05:30 e47adc38-dffc-4e95-af58-b1234440e4a2 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 5.7242ms 2024-09-07 10:19:32.235 +05:30 e47adc38-dffc-4e95-af58-b1234440e4a2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.236 +05:30 e47adc38-dffc-4e95-af58-b1234440e4a2 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: d0c21208-ffbc-43b0-b27c-8c113d789933}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 10:19:32.236 +05:30 e47adc38-dffc-4e95-af58-b1234440e4a2 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 8.4377ms 2024-09-07 10:19:32.258 +05:30 84f5bb6a-d510-41c8-95c2-1aeefedd5064 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:19:32.258 +05:30 8dd8c2ac-865e-4497-972c-5ba61d68dbfc INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 10:19:32.258 +05:30 84f5bb6a-d510-41c8-95c2-1aeefedd5064 INF CORS policy execution successful. 2024-09-07 10:19:32.258 +05:30 1dcc77be-0e10-4513-a747-cce7ed556a5d INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 10:19:32.259 +05:30 84f5bb6a-d510-41c8-95c2-1aeefedd5064 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 1.0007ms 2024-09-07 10:19:32.259 +05:30 8dd8c2ac-865e-4497-972c-5ba61d68dbfc INF CORS policy execution successful. 2024-09-07 10:19:32.259 +05:30 24759a4d-9e11-415b-bd05-26cc9de14e0f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:19:32.259 +05:30 1dcc77be-0e10-4513-a747-cce7ed556a5d INF CORS policy execution successful. 2024-09-07 10:19:32.259 +05:30 24759a4d-9e11-415b-bd05-26cc9de14e0f INF CORS policy execution successful. 2024-09-07 10:19:32.259 +05:30 24759a4d-9e11-415b-bd05-26cc9de14e0f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.5468ms 2024-09-07 10:19:32.260 +05:30 8dd8c2ac-865e-4497-972c-5ba61d68dbfc INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:32.260 +05:30 1dcc77be-0e10-4513-a747-cce7ed556a5d INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:32.260 +05:30 fde0df2e-4217-4c50-af54-2ed06de469f1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.260 +05:30 faf8a5aa-ede0-44cd-9657-53229a4fa617 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.260 +05:30 fde0df2e-4217-4c50-af54-2ed06de469f1 INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:32.260 +05:30 faf8a5aa-ede0-44cd-9657-53229a4fa617 INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:32.265 +05:30 fde0df2e-4217-4c50-af54-2ed06de469f1 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:32.265 +05:30 fde0df2e-4217-4c50-af54-2ed06de469f1 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 4.6968ms 2024-09-07 10:19:32.265 +05:30 fde0df2e-4217-4c50-af54-2ed06de469f1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.266 +05:30 fde0df2e-4217-4c50-af54-2ed06de469f1 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 1dcc77be-0e10-4513-a747-cce7ed556a5d}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 10:19:32.266 +05:30 faf8a5aa-ede0-44cd-9657-53229a4fa617 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:32.266 +05:30 fde0df2e-4217-4c50-af54-2ed06de469f1 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 7.769ms 2024-09-07 10:19:32.266 +05:30 faf8a5aa-ede0-44cd-9657-53229a4fa617 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 5.7043ms 2024-09-07 10:19:32.266 +05:30 faf8a5aa-ede0-44cd-9657-53229a4fa617 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.267 +05:30 faf8a5aa-ede0-44cd-9657-53229a4fa617 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 8dd8c2ac-865e-4497-972c-5ba61d68dbfc}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 10:19:32.267 +05:30 faf8a5aa-ede0-44cd-9657-53229a4fa617 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 9.4401ms 2024-09-07 10:19:32.306 +05:30 ba59eec9-8915-4922-891a-7b9d0269d946 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:19:32.306 +05:30 1e57de85-67e4-4f02-8ae4-902d6c73a9d3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:19:32.307 +05:30 ba59eec9-8915-4922-891a-7b9d0269d946 INF CORS policy execution successful. 2024-09-07 10:19:32.307 +05:30 1e57de85-67e4-4f02-8ae4-902d6c73a9d3 INF CORS policy execution successful. 2024-09-07 10:19:32.308 +05:30 ba59eec9-8915-4922-891a-7b9d0269d946 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:32.308 +05:30 1e57de85-67e4-4f02-8ae4-902d6c73a9d3 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:32.309 +05:30 4fc1e8f7-7e40-4e7b-8650-78bf13c5a40e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.309 +05:30 36f43bb9-a30d-4bc8-8871-30eaa183c0c4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.309 +05:30 4fc1e8f7-7e40-4e7b-8650-78bf13c5a40e INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:19:32.309 +05:30 36f43bb9-a30d-4bc8-8871-30eaa183c0c4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:32.315 +05:30 36f43bb9-a30d-4bc8-8871-30eaa183c0c4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:32.315 +05:30 36f43bb9-a30d-4bc8-8871-30eaa183c0c4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.9921ms 2024-09-07 10:19:32.315 +05:30 36f43bb9-a30d-4bc8-8871-30eaa183c0c4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.315 +05:30 36f43bb9-a30d-4bc8-8871-30eaa183c0c4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1e57de85-67e4-4f02-8ae4-902d6c73a9d3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:19:32.316 +05:30 36f43bb9-a30d-4bc8-8871-30eaa183c0c4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 10.4018ms 2024-09-07 10:19:32.320 +05:30 4fc1e8f7-7e40-4e7b-8650-78bf13c5a40e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:32.330 +05:30 4fc1e8f7-7e40-4e7b-8650-78bf13c5a40e INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 20.6865ms 2024-09-07 10:19:32.330 +05:30 4fc1e8f7-7e40-4e7b-8650-78bf13c5a40e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:32.334 +05:30 4fc1e8f7-7e40-4e7b-8650-78bf13c5a40e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ba59eec9-8915-4922-891a-7b9d0269d946}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:19:32.335 +05:30 4fc1e8f7-7e40-4e7b-8650-78bf13c5a40e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 29.2702ms 2024-09-07 10:19:36.639 +05:30 f931bfb5-3712-400d-9943-16a3757d27c0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - null null 2024-09-07 10:19:36.639 +05:30 f931bfb5-3712-400d-9943-16a3757d27c0 INF CORS policy execution successful. 2024-09-07 10:19:36.640 +05:30 f931bfb5-3712-400d-9943-16a3757d27c0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - 204 null null 1.1476ms 2024-09-07 10:19:36.687 +05:30 4856885b-4403-4cc3-9e5b-b067bea0238a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - null null 2024-09-07 10:19:36.689 +05:30 4856885b-4403-4cc3-9e5b-b067bea0238a INF CORS policy execution successful. 2024-09-07 10:19:36.690 +05:30 4856885b-4403-4cc3-9e5b-b067bea0238a INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=22 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:36.692 +05:30 b8c44d29-68aa-438e-95d6-8b37ae1860f7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 10:19:36.702 +05:30 b8c44d29-68aa-438e-95d6-8b37ae1860f7 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 10:19:36.825 +05:30 b8c44d29-68aa-438e-95d6-8b37ae1860f7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:36.826 +05:30 b8c44d29-68aa-438e-95d6-8b37ae1860f7 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 123.5365ms 2024-09-07 10:19:36.826 +05:30 b8c44d29-68aa-438e-95d6-8b37ae1860f7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 10:19:36.826 +05:30 b8c44d29-68aa-438e-95d6-8b37ae1860f7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4856885b-4403-4cc3-9e5b-b067bea0238a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 828} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":13,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":14,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":15,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":16,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":17,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":18,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":19,\"Name\":\"EditUsersCreatedbyOthers\",\"Caption\":\"EditUsersCreatedbyOthers\",\"ActionType\":3},{\"iAction\":20,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3},{\"iAction\":21,\"Name\":\"UnlockUser\",\"Caption\":\"UnlockUser\",\"ActionType\":1}]"} 2024-09-07 10:19:36.827 +05:30 b8c44d29-68aa-438e-95d6-8b37ae1860f7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - 200 828 application/json; charset=utf-8 139.9912ms 2024-09-07 10:19:38.873 +05:30 0cda8a8f-9f28-423b-84f1-e2eda0db1791 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:19:38.873 +05:30 0cda8a8f-9f28-423b-84f1-e2eda0db1791 INF CORS policy execution successful. 2024-09-07 10:19:38.873 +05:30 0cda8a8f-9f28-423b-84f1-e2eda0db1791 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6677ms 2024-09-07 10:19:38.876 +05:30 c26320a7-35d7-42f3-aef2-3f60543bb14b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:19:38.877 +05:30 c26320a7-35d7-42f3-aef2-3f60543bb14b INF CORS policy execution successful. 2024-09-07 10:19:38.877 +05:30 c26320a7-35d7-42f3-aef2-3f60543bb14b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6799ms 2024-09-07 10:19:38.906 +05:30 01b4f88a-ac8e-42b5-b980-0ff9eec8f206 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:19:38.910 +05:30 01b4f88a-ac8e-42b5-b980-0ff9eec8f206 INF CORS policy execution successful. 2024-09-07 10:19:38.911 +05:30 01b4f88a-ac8e-42b5-b980-0ff9eec8f206 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:38.912 +05:30 ec136731-d563-40b3-93bc-e3473783de2f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:38.912 +05:30 ec136731-d563-40b3-93bc-e3473783de2f INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:38.923 +05:30 ec136731-d563-40b3-93bc-e3473783de2f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:38.923 +05:30 ec136731-d563-40b3-93bc-e3473783de2f INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.7667ms 2024-09-07 10:19:38.923 +05:30 ec136731-d563-40b3-93bc-e3473783de2f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:38.924 +05:30 ec136731-d563-40b3-93bc-e3473783de2f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 01b4f88a-ac8e-42b5-b980-0ff9eec8f206}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:19:38.924 +05:30 ec136731-d563-40b3-93bc-e3473783de2f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 18.1907ms 2024-09-07 10:19:38.957 +05:30 48a7ed3f-942b-4ba7-a3ec-607997dbcb02 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:19:38.958 +05:30 48a7ed3f-942b-4ba7-a3ec-607997dbcb02 INF CORS policy execution successful. 2024-09-07 10:19:38.959 +05:30 48a7ed3f-942b-4ba7-a3ec-607997dbcb02 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:38.962 +05:30 bbcf3776-bc50-448e-b9dd-0ccfd52e7c84 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:38.962 +05:30 bbcf3776-bc50-448e-b9dd-0ccfd52e7c84 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:38.967 +05:30 bbcf3776-bc50-448e-b9dd-0ccfd52e7c84 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:38.967 +05:30 bbcf3776-bc50-448e-b9dd-0ccfd52e7c84 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.1955ms 2024-09-07 10:19:38.968 +05:30 bbcf3776-bc50-448e-b9dd-0ccfd52e7c84 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:38.968 +05:30 bbcf3776-bc50-448e-b9dd-0ccfd52e7c84 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 48a7ed3f-942b-4ba7-a3ec-607997dbcb02}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:19:38.968 +05:30 bbcf3776-bc50-448e-b9dd-0ccfd52e7c84 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 10.8585ms 2024-09-07 10:19:39.285 +05:30 1ebdb6b3-9938-409f-8a48-32c14079b2a7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:19:39.286 +05:30 1ebdb6b3-9938-409f-8a48-32c14079b2a7 INF CORS policy execution successful. 2024-09-07 10:19:39.286 +05:30 1ebdb6b3-9938-409f-8a48-32c14079b2a7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.8069ms 2024-09-07 10:19:39.314 +05:30 d428fe1e-2936-4b47-bd75-2b8cfcf9e093 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:19:39.314 +05:30 d428fe1e-2936-4b47-bd75-2b8cfcf9e093 INF CORS policy execution successful. 2024-09-07 10:19:39.314 +05:30 d428fe1e-2936-4b47-bd75-2b8cfcf9e093 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5086ms 2024-09-07 10:19:39.327 +05:30 aaf2926f-1bc4-4190-b397-cbdf767818ff INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:19:39.328 +05:30 aaf2926f-1bc4-4190-b397-cbdf767818ff INF CORS policy execution successful. 2024-09-07 10:19:39.328 +05:30 aaf2926f-1bc4-4190-b397-cbdf767818ff INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:39.329 +05:30 efb1eade-7004-4dfe-843b-7e0761d474bb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:39.329 +05:30 efb1eade-7004-4dfe-843b-7e0761d474bb INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:39.332 +05:30 efb1eade-7004-4dfe-843b-7e0761d474bb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:39.332 +05:30 efb1eade-7004-4dfe-843b-7e0761d474bb INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.3408ms 2024-09-07 10:19:39.332 +05:30 efb1eade-7004-4dfe-843b-7e0761d474bb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:39.333 +05:30 efb1eade-7004-4dfe-843b-7e0761d474bb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: aaf2926f-1bc4-4190-b397-cbdf767818ff}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:19:39.333 +05:30 efb1eade-7004-4dfe-843b-7e0761d474bb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.8796ms 2024-09-07 10:19:39.371 +05:30 4cee3fc0-98a9-4031-bce1-bab271d47b42 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:19:39.372 +05:30 4cee3fc0-98a9-4031-bce1-bab271d47b42 INF CORS policy execution successful. 2024-09-07 10:19:39.372 +05:30 4cee3fc0-98a9-4031-bce1-bab271d47b42 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:39.373 +05:30 8439b34c-f100-4783-8ed5-12a09a537697 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:39.373 +05:30 8439b34c-f100-4783-8ed5-12a09a537697 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:39.375 +05:30 8439b34c-f100-4783-8ed5-12a09a537697 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:39.376 +05:30 8439b34c-f100-4783-8ed5-12a09a537697 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.666ms 2024-09-07 10:19:39.376 +05:30 8439b34c-f100-4783-8ed5-12a09a537697 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:39.376 +05:30 8439b34c-f100-4783-8ed5-12a09a537697 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4cee3fc0-98a9-4031-bce1-bab271d47b42}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:19:39.376 +05:30 8439b34c-f100-4783-8ed5-12a09a537697 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.3369ms 2024-09-07 10:19:50.504 +05:30 93cbfdf3-170c-4fd4-b81f-c82f97f1eff4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:19:50.505 +05:30 93cbfdf3-170c-4fd4-b81f-c82f97f1eff4 INF CORS policy execution successful. 2024-09-07 10:19:50.505 +05:30 93cbfdf3-170c-4fd4-b81f-c82f97f1eff4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.9735ms 2024-09-07 10:19:50.538 +05:30 b878ad44-3dd0-4727-a12f-d412d1881c40 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:19:50.540 +05:30 b878ad44-3dd0-4727-a12f-d412d1881c40 INF CORS policy execution successful. 2024-09-07 10:19:50.540 +05:30 b878ad44-3dd0-4727-a12f-d412d1881c40 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:50.541 +05:30 72d5d6b6-9a0f-413f-816c-ffd024b25b58 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.541 +05:30 72d5d6b6-9a0f-413f-816c-ffd024b25b58 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:50.546 +05:30 72d5d6b6-9a0f-413f-816c-ffd024b25b58 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:50.547 +05:30 72d5d6b6-9a0f-413f-816c-ffd024b25b58 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 5.167ms 2024-09-07 10:19:50.547 +05:30 72d5d6b6-9a0f-413f-816c-ffd024b25b58 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.547 +05:30 72d5d6b6-9a0f-413f-816c-ffd024b25b58 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b878ad44-3dd0-4727-a12f-d412d1881c40}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 10:19:50.548 +05:30 72d5d6b6-9a0f-413f-816c-ffd024b25b58 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 9.0934ms 2024-09-07 10:19:50.598 +05:30 ce4bf996-4c1d-4f5a-aa4f-e31bc18feacc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:19:50.599 +05:30 ce4bf996-4c1d-4f5a-aa4f-e31bc18feacc INF CORS policy execution successful. 2024-09-07 10:19:50.600 +05:30 ce4bf996-4c1d-4f5a-aa4f-e31bc18feacc INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:50.600 +05:30 439d52b3-91b4-4323-a3e6-41d8a7949d3a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.601 +05:30 439d52b3-91b4-4323-a3e6-41d8a7949d3a INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:19:50.604 +05:30 439d52b3-91b4-4323-a3e6-41d8a7949d3a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:50.604 +05:30 439d52b3-91b4-4323-a3e6-41d8a7949d3a INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 3.1041ms 2024-09-07 10:19:50.604 +05:30 439d52b3-91b4-4323-a3e6-41d8a7949d3a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.604 +05:30 439d52b3-91b4-4323-a3e6-41d8a7949d3a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ce4bf996-4c1d-4f5a-aa4f-e31bc18feacc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 10:19:50.604 +05:30 439d52b3-91b4-4323-a3e6-41d8a7949d3a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 6.4532ms 2024-09-07 10:19:50.723 +05:30 27e48da7-8ea6-4408-bf32-2b83426ba86f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:19:50.723 +05:30 27e48da7-8ea6-4408-bf32-2b83426ba86f INF CORS policy execution successful. 2024-09-07 10:19:50.723 +05:30 27e48da7-8ea6-4408-bf32-2b83426ba86f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.6415ms 2024-09-07 10:19:50.750 +05:30 614c5f93-11c7-4cab-bdfd-9e89c0cbdde2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:19:50.750 +05:30 614c5f93-11c7-4cab-bdfd-9e89c0cbdde2 INF CORS policy execution successful. 2024-09-07 10:19:50.751 +05:30 614c5f93-11c7-4cab-bdfd-9e89c0cbdde2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.592ms 2024-09-07 10:19:50.757 +05:30 8067ac12-9c39-43ae-99f7-922cf70ca667 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:19:50.758 +05:30 8067ac12-9c39-43ae-99f7-922cf70ca667 INF CORS policy execution successful. 2024-09-07 10:19:50.758 +05:30 8067ac12-9c39-43ae-99f7-922cf70ca667 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:50.758 +05:30 5ff15752-c01b-465e-a61b-58d99ee53b5a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.758 +05:30 5ff15752-c01b-465e-a61b-58d99ee53b5a INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:19:50.765 +05:30 5ff15752-c01b-465e-a61b-58d99ee53b5a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:50.765 +05:30 5ff15752-c01b-465e-a61b-58d99ee53b5a INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 6.934ms 2024-09-07 10:19:50.765 +05:30 5ff15752-c01b-465e-a61b-58d99ee53b5a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.766 +05:30 5ff15752-c01b-465e-a61b-58d99ee53b5a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8067ac12-9c39-43ae-99f7-922cf70ca667}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:19:50.766 +05:30 5ff15752-c01b-465e-a61b-58d99ee53b5a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 9.2903ms 2024-09-07 10:19:50.783 +05:30 747fdfcc-ee9f-4882-9d30-09574be06b00 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:19:50.784 +05:30 747fdfcc-ee9f-4882-9d30-09574be06b00 INF CORS policy execution successful. 2024-09-07 10:19:50.784 +05:30 747fdfcc-ee9f-4882-9d30-09574be06b00 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:50.785 +05:30 4317b6f5-c463-4be7-9eb6-500479c67956 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.785 +05:30 4317b6f5-c463-4be7-9eb6-500479c67956 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:50.795 +05:30 4317b6f5-c463-4be7-9eb6-500479c67956 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:50.795 +05:30 4317b6f5-c463-4be7-9eb6-500479c67956 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.4222ms 2024-09-07 10:19:50.796 +05:30 4317b6f5-c463-4be7-9eb6-500479c67956 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.796 +05:30 4317b6f5-c463-4be7-9eb6-500479c67956 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 747fdfcc-ee9f-4882-9d30-09574be06b00}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:19:50.796 +05:30 4317b6f5-c463-4be7-9eb6-500479c67956 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 13.1522ms 2024-09-07 10:19:50.819 +05:30 61d7d1a1-4f2e-4d5c-8eb7-cb6769c981bb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - null null 2024-09-07 10:19:50.819 +05:30 61d7d1a1-4f2e-4d5c-8eb7-cb6769c981bb INF CORS policy execution successful. 2024-09-07 10:19:50.819 +05:30 61d7d1a1-4f2e-4d5c-8eb7-cb6769c981bb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - 204 null null 0.5166ms 2024-09-07 10:19:50.859 +05:30 2e51730a-2c2c-41f1-9d58-29022dc93780 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - null null 2024-09-07 10:19:50.859 +05:30 2e51730a-2c2c-41f1-9d58-29022dc93780 INF CORS policy execution successful. 2024-09-07 10:19:50.860 +05:30 2e51730a-2c2c-41f1-9d58-29022dc93780 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=22 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:50.862 +05:30 a58fa9d7-8091-48b1-8383-598339ee5df8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.862 +05:30 a58fa9d7-8091-48b1-8383-598339ee5df8 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 10:19:50.905 +05:30 a58fa9d7-8091-48b1-8383-598339ee5df8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:50.906 +05:30 a58fa9d7-8091-48b1-8383-598339ee5df8 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 43.2912ms 2024-09-07 10:19:50.906 +05:30 a58fa9d7-8091-48b1-8383-598339ee5df8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 10:19:50.906 +05:30 a58fa9d7-8091-48b1-8383-598339ee5df8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2e51730a-2c2c-41f1-9d58-29022dc93780}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 828} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":13,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":14,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":15,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":16,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":17,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":18,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":19,\"Name\":\"EditUsersCreatedbyOthers\",\"Caption\":\"EditUsersCreatedbyOthers\",\"ActionType\":3},{\"iAction\":20,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3},{\"iAction\":21,\"Name\":\"UnlockUser\",\"Caption\":\"UnlockUser\",\"ActionType\":1}]"} 2024-09-07 10:19:50.907 +05:30 a58fa9d7-8091-48b1-8383-598339ee5df8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=22 - 200 828 application/json; charset=utf-8 47.9194ms 2024-09-07 10:19:55.902 +05:30 4e125f73-8b04-47b9-b87d-bfeba746abe3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:19:55.902 +05:30 8219427a-75bb-4c6b-be47-4d595aade6f8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:19:55.903 +05:30 8219427a-75bb-4c6b-be47-4d595aade6f8 INF CORS policy execution successful. 2024-09-07 10:19:55.903 +05:30 4e125f73-8b04-47b9-b87d-bfeba746abe3 INF CORS policy execution successful. 2024-09-07 10:19:55.903 +05:30 8219427a-75bb-4c6b-be47-4d595aade6f8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.643ms 2024-09-07 10:19:55.903 +05:30 4e125f73-8b04-47b9-b87d-bfeba746abe3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6418ms 2024-09-07 10:19:55.943 +05:30 7792801f-68fc-47d7-bed7-d62645419cbe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:19:55.945 +05:30 7792801f-68fc-47d7-bed7-d62645419cbe INF CORS policy execution successful. 2024-09-07 10:19:55.946 +05:30 7792801f-68fc-47d7-bed7-d62645419cbe INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:55.946 +05:30 69d969d7-af21-487f-835b-3ac3767488d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:55.946 +05:30 69d969d7-af21-487f-835b-3ac3767488d7 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:55.950 +05:30 69d969d7-af21-487f-835b-3ac3767488d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:55.950 +05:30 69d969d7-af21-487f-835b-3ac3767488d7 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.5973ms 2024-09-07 10:19:55.950 +05:30 69d969d7-af21-487f-835b-3ac3767488d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:55.950 +05:30 69d969d7-af21-487f-835b-3ac3767488d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7792801f-68fc-47d7-bed7-d62645419cbe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:19:55.951 +05:30 69d969d7-af21-487f-835b-3ac3767488d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 7.315ms 2024-09-07 10:19:55.987 +05:30 2f1e2154-0c69-45f6-8b85-95fe8de2c0b2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:19:55.987 +05:30 2f1e2154-0c69-45f6-8b85-95fe8de2c0b2 INF CORS policy execution successful. 2024-09-07 10:19:55.987 +05:30 2f1e2154-0c69-45f6-8b85-95fe8de2c0b2 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:55.988 +05:30 568d7b85-fe6f-4674-8729-61b7ddbb3463 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:55.988 +05:30 568d7b85-fe6f-4674-8729-61b7ddbb3463 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:55.990 +05:30 568d7b85-fe6f-4674-8729-61b7ddbb3463 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:55.990 +05:30 568d7b85-fe6f-4674-8729-61b7ddbb3463 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.3694ms 2024-09-07 10:19:55.990 +05:30 568d7b85-fe6f-4674-8729-61b7ddbb3463 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:55.990 +05:30 568d7b85-fe6f-4674-8729-61b7ddbb3463 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2f1e2154-0c69-45f6-8b85-95fe8de2c0b2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:19:55.991 +05:30 568d7b85-fe6f-4674-8729-61b7ddbb3463 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.0148ms 2024-09-07 10:19:56.314 +05:30 dac08b36-648b-45bf-9c35-fcc725d2d1c2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:19:56.314 +05:30 dac08b36-648b-45bf-9c35-fcc725d2d1c2 INF CORS policy execution successful. 2024-09-07 10:19:56.315 +05:30 dac08b36-648b-45bf-9c35-fcc725d2d1c2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.8621ms 2024-09-07 10:19:56.349 +05:30 64ac6085-283b-48e2-b62d-a2bedc0d07aa INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:19:56.350 +05:30 64ac6085-283b-48e2-b62d-a2bedc0d07aa INF CORS policy execution successful. 2024-09-07 10:19:56.351 +05:30 64ac6085-283b-48e2-b62d-a2bedc0d07aa INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:56.351 +05:30 a41b6fa2-19f5-4e92-be76-297cdfc7e5d8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:56.352 +05:30 a41b6fa2-19f5-4e92-be76-297cdfc7e5d8 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:56.355 +05:30 a41b6fa2-19f5-4e92-be76-297cdfc7e5d8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:56.356 +05:30 a41b6fa2-19f5-4e92-be76-297cdfc7e5d8 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.9271ms 2024-09-07 10:19:56.356 +05:30 a41b6fa2-19f5-4e92-be76-297cdfc7e5d8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:56.356 +05:30 a41b6fa2-19f5-4e92-be76-297cdfc7e5d8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 64ac6085-283b-48e2-b62d-a2bedc0d07aa}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:19:56.356 +05:30 a41b6fa2-19f5-4e92-be76-297cdfc7e5d8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 7.3269ms 2024-09-07 10:19:56.399 +05:30 8d3f63ec-6a92-4d59-ba94-8b891347fff0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:19:56.399 +05:30 8d3f63ec-6a92-4d59-ba94-8b891347fff0 INF CORS policy execution successful. 2024-09-07 10:19:56.400 +05:30 8d3f63ec-6a92-4d59-ba94-8b891347fff0 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 10:19:56.400 +05:30 ebb9837c-0600-4309-aee8-d2805ae92125 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:56.400 +05:30 ebb9837c-0600-4309-aee8-d2805ae92125 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:19:56.404 +05:30 ebb9837c-0600-4309-aee8-d2805ae92125 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:19:56.405 +05:30 ebb9837c-0600-4309-aee8-d2805ae92125 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.7191ms 2024-09-07 10:19:56.406 +05:30 ebb9837c-0600-4309-aee8-d2805ae92125 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:19:56.406 +05:30 ebb9837c-0600-4309-aee8-d2805ae92125 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8d3f63ec-6a92-4d59-ba94-8b891347fff0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:19:56.406 +05:30 ebb9837c-0600-4309-aee8-d2805ae92125 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 7.9234ms 2024-09-07 10:23:08.543 +05:30 e039df93-0afa-4045-b27a-92005ce10e88 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:23:08.547 +05:30 e039df93-0afa-4045-b27a-92005ce10e88 INF CORS policy execution successful. 2024-09-07 10:23:08.549 +05:30 e039df93-0afa-4045-b27a-92005ce10e88 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 5.7271ms 2024-09-07 10:23:08.606 +05:30 f197eb06-f2c5-43a5-af93-6207bde52e0e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:23:08.609 +05:30 f197eb06-f2c5-43a5-af93-6207bde52e0e INF CORS policy execution successful. 2024-09-07 10:23:08.612 +05:30 f197eb06-f2c5-43a5-af93-6207bde52e0e INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAzTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDNMb2ciLCJuYW1laWQiOiIxNDIiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDc4OCwiZXhwIjoxNzI1Njg1Mzg4LCJpYXQiOjE3MjU2ODQ3ODh9.XDW3sCAA1HQsRd75O5vSbwbQmLvmI7df-3bmXG_pyMQ}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:23:08.614 +05:30 b21a5266-c3c4-4320-9255-051c06568cd1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.615 +05:30 b21a5266-c3c4-4320-9255-051c06568cd1 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:23:08.639 +05:30 b21a5266-c3c4-4320-9255-051c06568cd1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:23:08.641 +05:30 b21a5266-c3c4-4320-9255-051c06568cd1 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 25.1832ms 2024-09-07 10:23:08.641 +05:30 b21a5266-c3c4-4320-9255-051c06568cd1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.641 +05:30 b21a5266-c3c4-4320-9255-051c06568cd1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f197eb06-f2c5-43a5-af93-6207bde52e0e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":1,\"PreferredLayout\":1,\"PreferredMode\":null}]"} 2024-09-07 10:23:08.642 +05:30 b21a5266-c3c4-4320-9255-051c06568cd1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 185 application/json; charset=utf-8 35.3292ms 2024-09-07 10:23:08.734 +05:30 0482fee0-0e25-4c2d-9a90-1a1e23d922de INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 10:23:08.735 +05:30 0482fee0-0e25-4c2d-9a90-1a1e23d922de INF CORS policy execution successful. 2024-09-07 10:23:08.735 +05:30 0482fee0-0e25-4c2d-9a90-1a1e23d922de INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 0.6308ms 2024-09-07 10:23:08.783 +05:30 1c3b4247-90fd-42a3-8d72-c89b6119e78d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 10:23:08.783 +05:30 1c3b4247-90fd-42a3-8d72-c89b6119e78d INF CORS policy execution successful. 2024-09-07 10:23:08.783 +05:30 1c3b4247-90fd-42a3-8d72-c89b6119e78d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 0.6711ms 2024-09-07 10:23:08.794 +05:30 e9b25383-0e5a-4eb9-b74a-4ecf04cc2b2b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - null null 2024-09-07 10:23:08.794 +05:30 e9b25383-0e5a-4eb9-b74a-4ecf04cc2b2b INF CORS policy execution successful. 2024-09-07 10:23:08.794 +05:30 e9b25383-0e5a-4eb9-b74a-4ecf04cc2b2b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - 204 null null 0.6147ms 2024-09-07 10:23:08.803 +05:30 0cd4bc65-4ccb-4e95-a7f2-8481826a6ed1 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 10:23:08.804 +05:30 0cd4bc65-4ccb-4e95-a7f2-8481826a6ed1 INF CORS policy execution successful. 2024-09-07 10:23:08.804 +05:30 0cd4bc65-4ccb-4e95-a7f2-8481826a6ed1 INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAzTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDNMb2ciLCJuYW1laWQiOiIxNDIiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDc4OCwiZXhwIjoxNzI1Njg1Mzg4LCJpYXQiOjE3MjU2ODQ3ODh9.XDW3sCAA1HQsRd75O5vSbwbQmLvmI7df-3bmXG_pyMQ}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:23:08.804 +05:30 ea9feb8c-465b-4588-bb82-619f59430a89 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.805 +05:30 ea9feb8c-465b-4588-bb82-619f59430a89 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:23:08.826 +05:30 ea9feb8c-465b-4588-bb82-619f59430a89 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:23:08.829 +05:30 ea9feb8c-465b-4588-bb82-619f59430a89 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 24.0945ms 2024-09-07 10:23:08.830 +05:30 ea9feb8c-465b-4588-bb82-619f59430a89 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.830 +05:30 ea9feb8c-465b-4588-bb82-619f59430a89 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 0cd4bc65-4ccb-4e95-a7f2-8481826a6ed1}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 98} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"142"} 2024-09-07 10:23:08.831 +05:30 ea9feb8c-465b-4588-bb82-619f59430a89 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 98 application/json; charset=utf-8 28.0797ms 2024-09-07 10:23:08.832 +05:30 f227a3ab-7b9f-4131-9dac-53b5de0eb7f2 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 10:23:08.833 +05:30 f227a3ab-7b9f-4131-9dac-53b5de0eb7f2 INF CORS policy execution successful. 2024-09-07 10:23:08.834 +05:30 f227a3ab-7b9f-4131-9dac-53b5de0eb7f2 INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAzTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDNMb2ciLCJuYW1laWQiOiIxNDIiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDc4OCwiZXhwIjoxNzI1Njg1Mzg4LCJpYXQiOjE3MjU2ODQ3ODh9.XDW3sCAA1HQsRd75O5vSbwbQmLvmI7df-3bmXG_pyMQ}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:23:08.835 +05:30 2f488bf5-2150-4990-aa3d-51dff36229bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.835 +05:30 2f488bf5-2150-4990-aa3d-51dff36229bc INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:23:08.847 +05:30 2f488bf5-2150-4990-aa3d-51dff36229bc INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:23:08.848 +05:30 2f488bf5-2150-4990-aa3d-51dff36229bc INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 12.5119ms 2024-09-07 10:23:08.848 +05:30 2f488bf5-2150-4990-aa3d-51dff36229bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.848 +05:30 2f488bf5-2150-4990-aa3d-51dff36229bc INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: f227a3ab-7b9f-4131-9dac-53b5de0eb7f2}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 105} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"142"} 2024-09-07 10:23:08.848 +05:30 2f488bf5-2150-4990-aa3d-51dff36229bc INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 105 application/json; charset=utf-8 16.5659ms 2024-09-07 10:23:08.849 +05:30 7c25866d-077a-4fd1-8fbf-147e48e2d416 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - null 0 2024-09-07 10:23:08.850 +05:30 7c25866d-077a-4fd1-8fbf-147e48e2d416 INF CORS policy execution successful. 2024-09-07 10:23:08.850 +05:30 7c25866d-077a-4fd1-8fbf-147e48e2d416 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAzTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDNMb2ciLCJuYW1laWQiOiIxNDIiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDc4OCwiZXhwIjoxNzI1Njg1Mzg4LCJpYXQiOjE3MjU2ODQ3ODh9.XDW3sCAA1HQsRd75O5vSbwbQmLvmI7df-3bmXG_pyMQ}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:23:08.850 +05:30 412e6b60-0f66-4f7d-bf44-fd8db864c4b3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.850 +05:30 412e6b60-0f66-4f7d-bf44-fd8db864c4b3 INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:23:08.862 +05:30 95842393-18f5-4618-ad85-99ed7b206838 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:23:08.863 +05:30 95842393-18f5-4618-ad85-99ed7b206838 INF CORS policy execution successful. 2024-09-07 10:23:08.863 +05:30 95842393-18f5-4618-ad85-99ed7b206838 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.1255ms 2024-09-07 10:23:08.866 +05:30 412e6b60-0f66-4f7d-bf44-fd8db864c4b3 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:23:08.868 +05:30 412e6b60-0f66-4f7d-bf44-fd8db864c4b3 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 17.4268ms 2024-09-07 10:23:08.868 +05:30 412e6b60-0f66-4f7d-bf44-fd8db864c4b3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.869 +05:30 412e6b60-0f66-4f7d-bf44-fd8db864c4b3 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 7c25866d-077a-4fd1-8fbf-147e48e2d416}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 104} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"142"} 2024-09-07 10:23:08.869 +05:30 412e6b60-0f66-4f7d-bf44-fd8db864c4b3 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - 201 104 application/json; charset=utf-8 19.8606ms 2024-09-07 10:23:08.889 +05:30 228d99b0-b04c-4d62-8d65-10da2474c516 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:23:08.890 +05:30 228d99b0-b04c-4d62-8d65-10da2474c516 INF CORS policy execution successful. 2024-09-07 10:23:08.890 +05:30 228d99b0-b04c-4d62-8d65-10da2474c516 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.7334ms 2024-09-07 10:23:08.898 +05:30 0ceb1050-4204-43b8-9d4b-9d4fcfe2e920 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:23:08.898 +05:30 0ceb1050-4204-43b8-9d4b-9d4fcfe2e920 INF CORS policy execution successful. 2024-09-07 10:23:08.898 +05:30 0ceb1050-4204-43b8-9d4b-9d4fcfe2e920 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.5071ms 2024-09-07 10:23:08.909 +05:30 220c86c2-5330-4bd4-b70a-ddaeade0aecf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:23:08.909 +05:30 220c86c2-5330-4bd4-b70a-ddaeade0aecf INF CORS policy execution successful. 2024-09-07 10:23:08.909 +05:30 220c86c2-5330-4bd4-b70a-ddaeade0aecf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.5095ms 2024-09-07 10:23:08.931 +05:30 43c835c6-319a-4aba-866c-ad54260cf86d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:23:08.932 +05:30 43c835c6-319a-4aba-866c-ad54260cf86d INF CORS policy execution successful. 2024-09-07 10:23:08.932 +05:30 43c835c6-319a-4aba-866c-ad54260cf86d INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAzTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDNMb2ciLCJuYW1laWQiOiIxNDIiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDc4OCwiZXhwIjoxNzI1Njg1Mzg4LCJpYXQiOjE3MjU2ODQ3ODh9.XDW3sCAA1HQsRd75O5vSbwbQmLvmI7df-3bmXG_pyMQ}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:23:08.933 +05:30 269d583f-84bc-483e-8ef2-6bf82249a4b8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.933 +05:30 269d583f-84bc-483e-8ef2-6bf82249a4b8 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:23:08.943 +05:30 21054c4d-964d-4df3-9e54-af2b2d85a508 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:23:08.944 +05:30 21054c4d-964d-4df3-9e54-af2b2d85a508 INF CORS policy execution successful. 2024-09-07 10:23:08.944 +05:30 21054c4d-964d-4df3-9e54-af2b2d85a508 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAzTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDNMb2ciLCJuYW1laWQiOiIxNDIiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDc4OCwiZXhwIjoxNzI1Njg1Mzg4LCJpYXQiOjE3MjU2ODQ3ODh9.XDW3sCAA1HQsRd75O5vSbwbQmLvmI7df-3bmXG_pyMQ}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:23:08.945 +05:30 48a176d2-0550-4a03-9fb0-3119a703567d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.945 +05:30 48a176d2-0550-4a03-9fb0-3119a703567d INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:23:08.949 +05:30 1f73e726-d520-4a40-84c9-4b4ab70d079e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:23:08.950 +05:30 1f73e726-d520-4a40-84c9-4b4ab70d079e INF CORS policy execution successful. 2024-09-07 10:23:08.950 +05:30 8daa70e5-d3eb-4a5a-b7a6-6385ebcf8e2b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:23:08.950 +05:30 1f73e726-d520-4a40-84c9-4b4ab70d079e INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAzTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDNMb2ciLCJuYW1laWQiOiIxNDIiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDc4OCwiZXhwIjoxNzI1Njg1Mzg4LCJpYXQiOjE3MjU2ODQ3ODh9.XDW3sCAA1HQsRd75O5vSbwbQmLvmI7df-3bmXG_pyMQ}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:23:08.950 +05:30 8daa70e5-d3eb-4a5a-b7a6-6385ebcf8e2b INF CORS policy execution successful. 2024-09-07 10:23:08.950 +05:30 9582629e-720e-436f-8381-98df2c0d0ba0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.950 +05:30 8daa70e5-d3eb-4a5a-b7a6-6385ebcf8e2b INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAzTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDNMb2ciLCJuYW1laWQiOiIxNDIiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDc4OCwiZXhwIjoxNzI1Njg1Mzg4LCJpYXQiOjE3MjU2ODQ3ODh9.XDW3sCAA1HQsRd75O5vSbwbQmLvmI7df-3bmXG_pyMQ}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:23:08.951 +05:30 9582629e-720e-436f-8381-98df2c0d0ba0 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:23:08.951 +05:30 9bb3e6a2-9e6e-4bd4-a38c-a57239371643 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.951 +05:30 9bb3e6a2-9e6e-4bd4-a38c-a57239371643 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:23:08.979 +05:30 269d583f-84bc-483e-8ef2-6bf82249a4b8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:23:08.979 +05:30 48a176d2-0550-4a03-9fb0-3119a703567d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:23:08.980 +05:30 269d583f-84bc-483e-8ef2-6bf82249a4b8 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 46.7408ms 2024-09-07 10:23:08.980 +05:30 48a176d2-0550-4a03-9fb0-3119a703567d INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 35.2716ms 2024-09-07 10:23:08.980 +05:30 269d583f-84bc-483e-8ef2-6bf82249a4b8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.980 +05:30 48a176d2-0550-4a03-9fb0-3119a703567d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.981 +05:30 48a176d2-0550-4a03-9fb0-3119a703567d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 21054c4d-964d-4df3-9e54-af2b2d85a508}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:23:08.981 +05:30 269d583f-84bc-483e-8ef2-6bf82249a4b8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 43c835c6-319a-4aba-866c-ad54260cf86d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:23:08.982 +05:30 269d583f-84bc-483e-8ef2-6bf82249a4b8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 50.4498ms 2024-09-07 10:23:08.982 +05:30 48a176d2-0550-4a03-9fb0-3119a703567d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 38.3544ms 2024-09-07 10:23:08.986 +05:30 9bb3e6a2-9e6e-4bd4-a38c-a57239371643 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:23:08.986 +05:30 9582629e-720e-436f-8381-98df2c0d0ba0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:23:08.986 +05:30 9bb3e6a2-9e6e-4bd4-a38c-a57239371643 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 35.3941ms 2024-09-07 10:23:08.986 +05:30 9582629e-720e-436f-8381-98df2c0d0ba0 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 35.6182ms 2024-09-07 10:23:08.986 +05:30 9bb3e6a2-9e6e-4bd4-a38c-a57239371643 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.986 +05:30 9582629e-720e-436f-8381-98df2c0d0ba0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:23:08.986 +05:30 9bb3e6a2-9e6e-4bd4-a38c-a57239371643 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8daa70e5-d3eb-4a5a-b7a6-6385ebcf8e2b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:23:08.987 +05:30 9582629e-720e-436f-8381-98df2c0d0ba0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1f73e726-d520-4a40-84c9-4b4ab70d079e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:23:08.987 +05:30 9582629e-720e-436f-8381-98df2c0d0ba0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 37.8909ms 2024-09-07 10:23:08.987 +05:30 9bb3e6a2-9e6e-4bd4-a38c-a57239371643 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 37.2977ms 2024-09-07 10:24:54.625 +05:30 4609552f-8ebc-43a7-ada9-8bc82d2b8ee9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:24:54.627 +05:30 4609552f-8ebc-43a7-ada9-8bc82d2b8ee9 INF CORS policy execution successful. 2024-09-07 10:24:54.628 +05:30 4609552f-8ebc-43a7-ada9-8bc82d2b8ee9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 3.0462ms 2024-09-07 10:24:54.689 +05:30 e8688c1c-e45d-469a-b154-425764d44aef INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:24:54.694 +05:30 e8688c1c-e45d-469a-b154-425764d44aef INF CORS policy execution successful. 2024-09-07 10:24:54.696 +05:30 e8688c1c-e45d-469a-b154-425764d44aef INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAyTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDJMb2ciLCJuYW1laWQiOiIxNDEiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDg5NCwiZXhwIjoxNzI1Njg1NDk0LCJpYXQiOjE3MjU2ODQ4OTR9.ukl926BPMQ-INDVLgyeqe6k3wJRA0NOOqGh4Ne7b5Rs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:24:54.699 +05:30 b1aee537-f820-45a1-9cda-01f49cc15712 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.700 +05:30 b1aee537-f820-45a1-9cda-01f49cc15712 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:24:54.716 +05:30 b1aee537-f820-45a1-9cda-01f49cc15712 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:24:54.717 +05:30 b1aee537-f820-45a1-9cda-01f49cc15712 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 16.4951ms 2024-09-07 10:24:54.717 +05:30 b1aee537-f820-45a1-9cda-01f49cc15712 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.717 +05:30 b1aee537-f820-45a1-9cda-01f49cc15712 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e8688c1c-e45d-469a-b154-425764d44aef}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":1,\"PreferredLayout\":1,\"PreferredMode\":null}]"} 2024-09-07 10:24:54.718 +05:30 b1aee537-f820-45a1-9cda-01f49cc15712 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 185 application/json; charset=utf-8 28.743ms 2024-09-07 10:24:54.806 +05:30 a21bf139-c846-4b27-89b0-b25e89697f72 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 10:24:54.807 +05:30 a21bf139-c846-4b27-89b0-b25e89697f72 INF CORS policy execution successful. 2024-09-07 10:24:54.807 +05:30 a21bf139-c846-4b27-89b0-b25e89697f72 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 0.6329ms 2024-09-07 10:24:54.808 +05:30 293a41df-86f1-4307-9a2b-6b4306d64327 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 10:24:54.809 +05:30 293a41df-86f1-4307-9a2b-6b4306d64327 INF CORS policy execution successful. 2024-09-07 10:24:54.809 +05:30 b7ffbd9e-ed03-473e-a23d-db342c51b84a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - null null 2024-09-07 10:24:54.809 +05:30 b7ffbd9e-ed03-473e-a23d-db342c51b84a INF CORS policy execution successful. 2024-09-07 10:24:54.809 +05:30 293a41df-86f1-4307-9a2b-6b4306d64327 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 0.7197ms 2024-09-07 10:24:54.810 +05:30 b7ffbd9e-ed03-473e-a23d-db342c51b84a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - 204 null null 0.5835ms 2024-09-07 10:24:54.858 +05:30 aea69ed0-aed7-4a9b-9ba0-8c864233a766 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - null 0 2024-09-07 10:24:54.858 +05:30 aea69ed0-aed7-4a9b-9ba0-8c864233a766 INF CORS policy execution successful. 2024-09-07 10:24:54.859 +05:30 aea69ed0-aed7-4a9b-9ba0-8c864233a766 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAyTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDJMb2ciLCJuYW1laWQiOiIxNDEiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDg5NCwiZXhwIjoxNzI1Njg1NDk0LCJpYXQiOjE3MjU2ODQ4OTR9.ukl926BPMQ-INDVLgyeqe6k3wJRA0NOOqGh4Ne7b5Rs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:24:54.859 +05:30 5a4b5111-ba78-4dc1-88f0-e47920ba079e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.860 +05:30 5a4b5111-ba78-4dc1-88f0-e47920ba079e INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:24:54.871 +05:30 b2f47e06-7cff-449a-906c-91a66ff91dfb INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 10:24:54.871 +05:30 b2f47e06-7cff-449a-906c-91a66ff91dfb INF CORS policy execution successful. 2024-09-07 10:24:54.872 +05:30 b2f47e06-7cff-449a-906c-91a66ff91dfb INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAyTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDJMb2ciLCJuYW1laWQiOiIxNDEiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDg5NCwiZXhwIjoxNzI1Njg1NDk0LCJpYXQiOjE3MjU2ODQ4OTR9.ukl926BPMQ-INDVLgyeqe6k3wJRA0NOOqGh4Ne7b5Rs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:24:54.872 +05:30 7d60383c-939f-42dd-8ed0-138564fd7bd8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.872 +05:30 7d60383c-939f-42dd-8ed0-138564fd7bd8 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:24:54.873 +05:30 5892dcbf-933a-4293-9488-5472e8587117 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 10:24:54.873 +05:30 5892dcbf-933a-4293-9488-5472e8587117 INF CORS policy execution successful. 2024-09-07 10:24:54.873 +05:30 5892dcbf-933a-4293-9488-5472e8587117 INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAyTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDJMb2ciLCJuYW1laWQiOiIxNDEiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDg5NCwiZXhwIjoxNzI1Njg1NDk0LCJpYXQiOjE3MjU2ODQ4OTR9.ukl926BPMQ-INDVLgyeqe6k3wJRA0NOOqGh4Ne7b5Rs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:24:54.874 +05:30 433ea4fb-88d5-4e32-a05b-be106b48ffa9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.874 +05:30 433ea4fb-88d5-4e32-a05b-be106b48ffa9 INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:24:54.896 +05:30 433ea4fb-88d5-4e32-a05b-be106b48ffa9 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:24:54.898 +05:30 7d60383c-939f-42dd-8ed0-138564fd7bd8 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:24:54.898 +05:30 5a4b5111-ba78-4dc1-88f0-e47920ba079e INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:24:54.898 +05:30 433ea4fb-88d5-4e32-a05b-be106b48ffa9 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 24.5024ms 2024-09-07 10:24:54.898 +05:30 433ea4fb-88d5-4e32-a05b-be106b48ffa9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.899 +05:30 7d60383c-939f-42dd-8ed0-138564fd7bd8 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 26.3177ms 2024-09-07 10:24:54.899 +05:30 5a4b5111-ba78-4dc1-88f0-e47920ba079e INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 38.6772ms 2024-09-07 10:24:54.899 +05:30 433ea4fb-88d5-4e32-a05b-be106b48ffa9 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 5892dcbf-933a-4293-9488-5472e8587117}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 105} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"141"} 2024-09-07 10:24:54.899 +05:30 7d60383c-939f-42dd-8ed0-138564fd7bd8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.899 +05:30 5a4b5111-ba78-4dc1-88f0-e47920ba079e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.899 +05:30 7d60383c-939f-42dd-8ed0-138564fd7bd8 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: b2f47e06-7cff-449a-906c-91a66ff91dfb}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 98} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"141"} 2024-09-07 10:24:54.899 +05:30 5a4b5111-ba78-4dc1-88f0-e47920ba079e INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: aea69ed0-aed7-4a9b-9ba0-8c864233a766}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 104} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"141"} 2024-09-07 10:24:54.899 +05:30 5a4b5111-ba78-4dc1-88f0-e47920ba079e INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=1 - 201 104 application/json; charset=utf-8 41.3552ms 2024-09-07 10:24:54.899 +05:30 7d60383c-939f-42dd-8ed0-138564fd7bd8 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 98 application/json; charset=utf-8 28.2967ms 2024-09-07 10:24:54.899 +05:30 433ea4fb-88d5-4e32-a05b-be106b48ffa9 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 105 application/json; charset=utf-8 26.5136ms 2024-09-07 10:24:54.927 +05:30 f893bbd0-42fb-41e3-b9d1-24f87a27203c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:24:54.927 +05:30 f893bbd0-42fb-41e3-b9d1-24f87a27203c INF CORS policy execution successful. 2024-09-07 10:24:54.927 +05:30 f893bbd0-42fb-41e3-b9d1-24f87a27203c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.7047ms 2024-09-07 10:24:54.932 +05:30 141c10a4-ba73-4bc1-8c80-cb3c6d7b4eb6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:24:54.932 +05:30 141c10a4-ba73-4bc1-8c80-cb3c6d7b4eb6 INF CORS policy execution successful. 2024-09-07 10:24:54.932 +05:30 141c10a4-ba73-4bc1-8c80-cb3c6d7b4eb6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.456ms 2024-09-07 10:24:54.940 +05:30 58d4650a-5aa1-4b16-92f1-8a10c7c95120 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:24:54.940 +05:30 58d4650a-5aa1-4b16-92f1-8a10c7c95120 INF CORS policy execution successful. 2024-09-07 10:24:54.941 +05:30 58d4650a-5aa1-4b16-92f1-8a10c7c95120 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.365ms 2024-09-07 10:24:54.942 +05:30 a2f731bb-9a41-4554-8a6b-6ba919a7ea94 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:24:54.943 +05:30 a2f731bb-9a41-4554-8a6b-6ba919a7ea94 INF CORS policy execution successful. 2024-09-07 10:24:54.943 +05:30 a2f731bb-9a41-4554-8a6b-6ba919a7ea94 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4449ms 2024-09-07 10:24:54.978 +05:30 b0eef5b2-5440-413d-80a1-e6add77ba923 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:24:54.979 +05:30 b0eef5b2-5440-413d-80a1-e6add77ba923 INF CORS policy execution successful. 2024-09-07 10:24:54.979 +05:30 b0eef5b2-5440-413d-80a1-e6add77ba923 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAyTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDJMb2ciLCJuYW1laWQiOiIxNDEiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDg5NCwiZXhwIjoxNzI1Njg1NDk0LCJpYXQiOjE3MjU2ODQ4OTR9.ukl926BPMQ-INDVLgyeqe6k3wJRA0NOOqGh4Ne7b5Rs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:24:54.979 +05:30 a38442cf-bcbd-4054-b226-2fec93ad74e1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:24:54.979 +05:30 20644fb5-5129-415b-89cd-f9b575243582 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.980 +05:30 20644fb5-5129-415b-89cd-f9b575243582 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:24:54.980 +05:30 a38442cf-bcbd-4054-b226-2fec93ad74e1 INF CORS policy execution successful. 2024-09-07 10:24:54.980 +05:30 a38442cf-bcbd-4054-b226-2fec93ad74e1 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAyTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDJMb2ciLCJuYW1laWQiOiIxNDEiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDg5NCwiZXhwIjoxNzI1Njg1NDk0LCJpYXQiOjE3MjU2ODQ4OTR9.ukl926BPMQ-INDVLgyeqe6k3wJRA0NOOqGh4Ne7b5Rs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:24:54.980 +05:30 90680d1b-c78e-4bdc-8f5c-23cef81724a8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.980 +05:30 90680d1b-c78e-4bdc-8f5c-23cef81724a8 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:24:54.985 +05:30 1f16166a-662d-488c-90cb-7c16e4498433 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:24:54.985 +05:30 1f16166a-662d-488c-90cb-7c16e4498433 INF CORS policy execution successful. 2024-09-07 10:24:54.985 +05:30 1f16166a-662d-488c-90cb-7c16e4498433 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAyTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDJMb2ciLCJuYW1laWQiOiIxNDEiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDg5NCwiZXhwIjoxNzI1Njg1NDk0LCJpYXQiOjE3MjU2ODQ4OTR9.ukl926BPMQ-INDVLgyeqe6k3wJRA0NOOqGh4Ne7b5Rs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:24:54.985 +05:30 836b4eda-56b8-46b2-aeb6-3fb15dbe2bf8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.986 +05:30 836b4eda-56b8-46b2-aeb6-3fb15dbe2bf8 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:24:54.986 +05:30 b7540138-de02-40b9-907a-d07143eff421 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:24:54.987 +05:30 b7540138-de02-40b9-907a-d07143eff421 INF CORS policy execution successful. 2024-09-07 10:24:54.987 +05:30 b7540138-de02-40b9-907a-d07143eff421 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdHVVc2VyMDYwOTAyTG9nIiwidW5pcXVlX25hbWUiOiJUZXN0dVVzZXIwNjA5MDJMb2ciLCJuYW1laWQiOiIxNDEiLCJDdXN0b21DbGFpbVR5cGUiOlsiRGF0YWJhc2VLZXkiLCJEYXRhYmFzZU5hbWUiLCJDaGFubmVsSWQiXSwiRGF0YWJhc2VLZXkiOiI3IiwiRGF0YWJhc2VOYW1lIjoiU1MwMDAxIiwiQ2hhbm5lbElkIjoiMiIsIm5iZiI6MTcyNTY4NDg5NCwiZXhwIjoxNzI1Njg1NDk0LCJpYXQiOjE3MjU2ODQ4OTR9.ukl926BPMQ-INDVLgyeqe6k3wJRA0NOOqGh4Ne7b5Rs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:24:54.987 +05:30 6b13b5e3-a394-4964-8164-15f4b4884b03 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:24:54.987 +05:30 6b13b5e3-a394-4964-8164-15f4b4884b03 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:24:55.005 +05:30 836b4eda-56b8-46b2-aeb6-3fb15dbe2bf8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:24:55.006 +05:30 836b4eda-56b8-46b2-aeb6-3fb15dbe2bf8 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 19.697ms 2024-09-07 10:24:55.006 +05:30 836b4eda-56b8-46b2-aeb6-3fb15dbe2bf8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:24:55.006 +05:30 836b4eda-56b8-46b2-aeb6-3fb15dbe2bf8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1f16166a-662d-488c-90cb-7c16e4498433}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:24:55.006 +05:30 836b4eda-56b8-46b2-aeb6-3fb15dbe2bf8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 21.6419ms 2024-09-07 10:24:55.017 +05:30 6b13b5e3-a394-4964-8164-15f4b4884b03 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:24:55.017 +05:30 6b13b5e3-a394-4964-8164-15f4b4884b03 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 29.8459ms 2024-09-07 10:24:55.017 +05:30 6b13b5e3-a394-4964-8164-15f4b4884b03 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:24:55.018 +05:30 6b13b5e3-a394-4964-8164-15f4b4884b03 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b7540138-de02-40b9-907a-d07143eff421}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:24:55.018 +05:30 6b13b5e3-a394-4964-8164-15f4b4884b03 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 32.2814ms 2024-09-07 10:24:55.021 +05:30 90680d1b-c78e-4bdc-8f5c-23cef81724a8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:24:55.021 +05:30 20644fb5-5129-415b-89cd-f9b575243582 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:24:55.022 +05:30 20644fb5-5129-415b-89cd-f9b575243582 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 42.0685ms 2024-09-07 10:24:55.022 +05:30 90680d1b-c78e-4bdc-8f5c-23cef81724a8 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 41.4916ms 2024-09-07 10:24:55.022 +05:30 20644fb5-5129-415b-89cd-f9b575243582 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:24:55.022 +05:30 90680d1b-c78e-4bdc-8f5c-23cef81724a8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:24:55.022 +05:30 20644fb5-5129-415b-89cd-f9b575243582 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b0eef5b2-5440-413d-80a1-e6add77ba923}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:24:55.023 +05:30 90680d1b-c78e-4bdc-8f5c-23cef81724a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a38442cf-bcbd-4054-b226-2fec93ad74e1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:24:55.023 +05:30 90680d1b-c78e-4bdc-8f5c-23cef81724a8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 44.1096ms 2024-09-07 10:24:55.023 +05:30 20644fb5-5129-415b-89cd-f9b575243582 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 45.1695ms 2024-09-07 10:35:26.663 +05:30 INF Application is shutting down... 2024-09-07 10:35:55.288 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-07 10:35:55.337 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-07 10:35:55.359 +05:30 INF Creating key {ef4204ea-2432-40ea-a8f9-cf26c29a10b3} with creation date 2024-09-07 05:05:55Z, activation date 2024-09-07 05:05:55Z, and expiration date 2024-12-06 05:05:55Z. 2024-09-07 10:35:55.371 +05:30 WRN No XML encryptor configured. Key {ef4204ea-2432-40ea-a8f9-cf26c29a10b3} may be persisted to storage in unencrypted form. 2024-09-07 10:35:55.585 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-07 10:35:55.586 +05:30 INF Hosting environment: Production 2024-09-07 10:35:55.586 +05:30 INF Content root path: C:\inetpub\wwwroot\SangCoreSettingsAPI 2024-09-07 10:35:55.596 +05:30 ab8fd0c4-e614-43ab-8aba-1237f48a5f30 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:35:55.646 +05:30 ab8fd0c4-e614-43ab-8aba-1237f48a5f30 INF CORS policy execution successful. 2024-09-07 10:35:55.652 +05:30 ab8fd0c4-e614-43ab-8aba-1237f48a5f30 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 57.6652ms 2024-09-07 10:35:56.346 +05:30 6e2a4ba4-306c-4df9-871d-8897eb03c6c0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:35:56.472 +05:30 6e2a4ba4-306c-4df9-871d-8897eb03c6c0 INF CORS policy execution successful. 2024-09-07 10:35:56.493 +05:30 6e2a4ba4-306c-4df9-871d-8897eb03c6c0 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:35:56.527 +05:30 79e679a1-961f-42fb-86ca-ac4c15207892 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:35:56.546 +05:30 79e679a1-961f-42fb-86ca-ac4c15207892 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:35:56.872 +05:30 79e679a1-961f-42fb-86ca-ac4c15207892 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:35:56.930 +05:30 79e679a1-961f-42fb-86ca-ac4c15207892 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 378.5089ms 2024-09-07 10:35:56.931 +05:30 79e679a1-961f-42fb-86ca-ac4c15207892 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:35:56.933 +05:30 79e679a1-961f-42fb-86ca-ac4c15207892 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6e2a4ba4-306c-4df9-871d-8897eb03c6c0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 10:35:56.941 +05:30 79e679a1-961f-42fb-86ca-ac4c15207892 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 594.0484ms 2024-09-07 10:35:57.593 +05:30 1e268ff0-db56-4329-8926-547359a47b06 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 10:35:57.593 +05:30 0e39c2e1-6544-434e-bd3e-043c6cf7f3f1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 10:35:57.597 +05:30 1e268ff0-db56-4329-8926-547359a47b06 INF CORS policy execution successful. 2024-09-07 10:35:57.597 +05:30 0e39c2e1-6544-434e-bd3e-043c6cf7f3f1 INF CORS policy execution successful. 2024-09-07 10:35:57.598 +05:30 1e268ff0-db56-4329-8926-547359a47b06 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 5.3595ms 2024-09-07 10:35:57.598 +05:30 0e39c2e1-6544-434e-bd3e-043c6cf7f3f1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 5.3792ms 2024-09-07 10:35:58.151 +05:30 faee9d92-d4eb-468c-9c3d-9c4e24d620aa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:35:58.152 +05:30 faee9d92-d4eb-468c-9c3d-9c4e24d620aa INF CORS policy execution successful. 2024-09-07 10:35:58.153 +05:30 faee9d92-d4eb-468c-9c3d-9c4e24d620aa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.7269ms 2024-09-07 10:35:58.154 +05:30 7a03612c-0391-4bb8-b907-d8a366d19cac INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 10:35:58.154 +05:30 7a03612c-0391-4bb8-b907-d8a366d19cac INF CORS policy execution successful. 2024-09-07 10:35:58.155 +05:30 7a03612c-0391-4bb8-b907-d8a366d19cac INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 0.7532ms 2024-09-07 10:35:58.156 +05:30 63fd51c3-822c-4eb0-a504-d3feefba78b1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:35:58.157 +05:30 63fd51c3-822c-4eb0-a504-d3feefba78b1 INF CORS policy execution successful. 2024-09-07 10:35:58.157 +05:30 63fd51c3-822c-4eb0-a504-d3feefba78b1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.5579ms 2024-09-07 10:35:58.360 +05:30 38998d73-dafa-423b-a3db-7b26d874904a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:35:58.361 +05:30 b3907491-c2aa-46d0-9f8a-83413382e2c4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:35:58.361 +05:30 38998d73-dafa-423b-a3db-7b26d874904a INF CORS policy execution successful. 2024-09-07 10:35:58.362 +05:30 b3907491-c2aa-46d0-9f8a-83413382e2c4 INF CORS policy execution successful. 2024-09-07 10:35:58.362 +05:30 4b25a726-15a8-4b93-9c85-75e4d5f1a0bd INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 10:35:58.363 +05:30 38998d73-dafa-423b-a3db-7b26d874904a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 2.6727ms 2024-09-07 10:35:58.363 +05:30 b3907491-c2aa-46d0-9f8a-83413382e2c4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 2.1006ms 2024-09-07 10:35:58.364 +05:30 4b25a726-15a8-4b93-9c85-75e4d5f1a0bd INF CORS policy execution successful. 2024-09-07 10:35:58.367 +05:30 4b25a726-15a8-4b93-9c85-75e4d5f1a0bd INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:35:58.381 +05:30 63e8e12e-1493-4af7-801a-ba8417dcfaa5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.393 +05:30 63e8e12e-1493-4af7-801a-ba8417dcfaa5 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:35:58.442 +05:30 63e8e12e-1493-4af7-801a-ba8417dcfaa5 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:35:58.472 +05:30 63e8e12e-1493-4af7-801a-ba8417dcfaa5 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 79.1189ms 2024-09-07 10:35:58.473 +05:30 63e8e12e-1493-4af7-801a-ba8417dcfaa5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.474 +05:30 63e8e12e-1493-4af7-801a-ba8417dcfaa5 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 4b25a726-15a8-4b93-9c85-75e4d5f1a0bd}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 10:35:58.476 +05:30 63e8e12e-1493-4af7-801a-ba8417dcfaa5 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 113.2925ms 2024-09-07 10:35:58.674 +05:30 9a1cb677-ecbd-4340-9c0b-6743fab8797a INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 10:35:58.677 +05:30 9a1cb677-ecbd-4340-9c0b-6743fab8797a INF CORS policy execution successful. 2024-09-07 10:35:58.678 +05:30 df5eb888-50de-4492-91e0-0b118461bafe INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 10:35:58.678 +05:30 9a1cb677-ecbd-4340-9c0b-6743fab8797a INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:35:58.679 +05:30 df5eb888-50de-4492-91e0-0b118461bafe INF CORS policy execution successful. 2024-09-07 10:35:58.680 +05:30 df5eb888-50de-4492-91e0-0b118461bafe INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:35:58.687 +05:30 f83b5c26-a131-4d97-b383-145a1e023525 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.687 +05:30 76ddffbb-2d7a-4f88-9100-a88e5dfc13de INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:35:58.687 +05:30 2f4d6d96-442b-4dd3-a589-ded180fea7f8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.688 +05:30 76ddffbb-2d7a-4f88-9100-a88e5dfc13de INF CORS policy execution successful. 2024-09-07 10:35:58.689 +05:30 76ddffbb-2d7a-4f88-9100-a88e5dfc13de INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:35:58.690 +05:30 3ed057a4-c62f-4f0f-b416-4018024340f6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.692 +05:30 f83b5c26-a131-4d97-b383-145a1e023525 INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:35:58.692 +05:30 2f4d6d96-442b-4dd3-a589-ded180fea7f8 INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:35:58.695 +05:30 3ed057a4-c62f-4f0f-b416-4018024340f6 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:35:58.731 +05:30 3ed057a4-c62f-4f0f-b416-4018024340f6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:35:58.732 +05:30 3ed057a4-c62f-4f0f-b416-4018024340f6 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 36.2069ms 2024-09-07 10:35:58.732 +05:30 3ed057a4-c62f-4f0f-b416-4018024340f6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.732 +05:30 3ed057a4-c62f-4f0f-b416-4018024340f6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 76ddffbb-2d7a-4f88-9100-a88e5dfc13de}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:35:58.733 +05:30 3ed057a4-c62f-4f0f-b416-4018024340f6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 46.2122ms 2024-09-07 10:35:58.734 +05:30 f83b5c26-a131-4d97-b383-145a1e023525 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:35:58.735 +05:30 2f4d6d96-442b-4dd3-a589-ded180fea7f8 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:35:58.735 +05:30 2f4d6d96-442b-4dd3-a589-ded180fea7f8 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 43.1476ms 2024-09-07 10:35:58.735 +05:30 f83b5c26-a131-4d97-b383-145a1e023525 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 43.3346ms 2024-09-07 10:35:58.735 +05:30 2f4d6d96-442b-4dd3-a589-ded180fea7f8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.736 +05:30 f83b5c26-a131-4d97-b383-145a1e023525 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.736 +05:30 f83b5c26-a131-4d97-b383-145a1e023525 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 9a1cb677-ecbd-4340-9c0b-6743fab8797a}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 10:35:58.736 +05:30 2f4d6d96-442b-4dd3-a589-ded180fea7f8 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: df5eb888-50de-4492-91e0-0b118461bafe}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 10:35:58.737 +05:30 2f4d6d96-442b-4dd3-a589-ded180fea7f8 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 58.7988ms 2024-09-07 10:35:58.737 +05:30 f83b5c26-a131-4d97-b383-145a1e023525 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 62.5719ms 2024-09-07 10:35:58.985 +05:30 ff02df3c-606c-4800-ab7d-190e3a2e8f7f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:35:58.986 +05:30 ff02df3c-606c-4800-ab7d-190e3a2e8f7f INF CORS policy execution successful. 2024-09-07 10:35:58.987 +05:30 ff02df3c-606c-4800-ab7d-190e3a2e8f7f INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:35:58.987 +05:30 d5c90db8-738c-4d2b-b566-a611d737208f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:35:58.994 +05:30 d5c90db8-738c-4d2b-b566-a611d737208f INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:35:58.996 +05:30 dfc10227-084e-4fb7-8b6d-a75648d466aa INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:35:58.997 +05:30 dfc10227-084e-4fb7-8b6d-a75648d466aa INF CORS policy execution successful. 2024-09-07 10:35:58.997 +05:30 dfc10227-084e-4fb7-8b6d-a75648d466aa INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:35:59.000 +05:30 edcc7bd6-074c-4cfd-a98f-d7880bbb96fc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:35:59.000 +05:30 edcc7bd6-074c-4cfd-a98f-d7880bbb96fc INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:35:59.007 +05:30 edcc7bd6-074c-4cfd-a98f-d7880bbb96fc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:35:59.007 +05:30 edcc7bd6-074c-4cfd-a98f-d7880bbb96fc INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 7.3719ms 2024-09-07 10:35:59.007 +05:30 edcc7bd6-074c-4cfd-a98f-d7880bbb96fc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:35:59.008 +05:30 edcc7bd6-074c-4cfd-a98f-d7880bbb96fc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dfc10227-084e-4fb7-8b6d-a75648d466aa}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:35:59.008 +05:30 edcc7bd6-074c-4cfd-a98f-d7880bbb96fc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 12.5244ms 2024-09-07 10:35:59.016 +05:30 f0ac8e5a-2f50-4466-b6fe-0ab1929784fe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:35:59.017 +05:30 f0ac8e5a-2f50-4466-b6fe-0ab1929784fe INF CORS policy execution successful. 2024-09-07 10:35:59.018 +05:30 f0ac8e5a-2f50-4466-b6fe-0ab1929784fe INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:35:59.021 +05:30 7aae0608-e879-41ee-a9ec-bd9ab6319528 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:35:59.021 +05:30 7aae0608-e879-41ee-a9ec-bd9ab6319528 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:35:59.070 +05:30 d5c90db8-738c-4d2b-b566-a611d737208f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:35:59.071 +05:30 7aae0608-e879-41ee-a9ec-bd9ab6319528 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:35:59.073 +05:30 7aae0608-e879-41ee-a9ec-bd9ab6319528 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 52.1682ms 2024-09-07 10:35:59.074 +05:30 7aae0608-e879-41ee-a9ec-bd9ab6319528 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:35:59.076 +05:30 7aae0608-e879-41ee-a9ec-bd9ab6319528 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f0ac8e5a-2f50-4466-b6fe-0ab1929784fe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:35:59.079 +05:30 7aae0608-e879-41ee-a9ec-bd9ab6319528 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 62.6808ms 2024-09-07 10:35:59.080 +05:30 d5c90db8-738c-4d2b-b566-a611d737208f INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 85.4771ms 2024-09-07 10:35:59.080 +05:30 d5c90db8-738c-4d2b-b566-a611d737208f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:35:59.082 +05:30 d5c90db8-738c-4d2b-b566-a611d737208f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ff02df3c-606c-4800-ab7d-190e3a2e8f7f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:35:59.082 +05:30 d5c90db8-738c-4d2b-b566-a611d737208f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 97.2015ms 2024-09-07 10:37:49.302 +05:30 267deeb5-7a29-42a6-a1be-fc23d3f65159 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:37:49.302 +05:30 c2b1408d-8601-462b-b9de-3e6cba540b91 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:37:49.306 +05:30 c2b1408d-8601-462b-b9de-3e6cba540b91 INF CORS policy execution successful. 2024-09-07 10:37:49.306 +05:30 267deeb5-7a29-42a6-a1be-fc23d3f65159 INF CORS policy execution successful. 2024-09-07 10:37:49.307 +05:30 267deeb5-7a29-42a6-a1be-fc23d3f65159 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 5.5223ms 2024-09-07 10:37:49.307 +05:30 c2b1408d-8601-462b-b9de-3e6cba540b91 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 5.5116ms 2024-09-07 10:37:49.339 +05:30 cb2aa415-4466-4b4b-b19a-1ea15c0822e1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 10:37:49.339 +05:30 cb2aa415-4466-4b4b-b19a-1ea15c0822e1 INF CORS policy execution successful. 2024-09-07 10:37:49.340 +05:30 cb2aa415-4466-4b4b-b19a-1ea15c0822e1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.7108ms 2024-09-07 10:37:49.357 +05:30 98eb63b8-eab8-407f-aa46-3b3c048c05a8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:37:49.361 +05:30 98eb63b8-eab8-407f-aa46-3b3c048c05a8 INF CORS policy execution successful. 2024-09-07 10:37:49.363 +05:30 98eb63b8-eab8-407f-aa46-3b3c048c05a8 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:49.365 +05:30 f5e73596-5e67-4981-b8c9-a85651f4eaf3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.379 +05:30 f5e73596-5e67-4981-b8c9-a85651f4eaf3 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:37:49.396 +05:30 52f4d46c-f44c-4c55-b595-949508dc6b78 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 10:37:49.397 +05:30 52f4d46c-f44c-4c55-b595-949508dc6b78 INF CORS policy execution successful. 2024-09-07 10:37:49.397 +05:30 52f4d46c-f44c-4c55-b595-949508dc6b78 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:49.398 +05:30 a2e7d926-35c5-43fd-b901-2c7202c6ebb4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.402 +05:30 a2e7d926-35c5-43fd-b901-2c7202c6ebb4 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 10:37:49.449 +05:30 f5e73596-5e67-4981-b8c9-a85651f4eaf3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:49.450 +05:30 f5e73596-5e67-4981-b8c9-a85651f4eaf3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 70.3196ms 2024-09-07 10:37:49.450 +05:30 f5e73596-5e67-4981-b8c9-a85651f4eaf3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.450 +05:30 f5e73596-5e67-4981-b8c9-a85651f4eaf3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 98eb63b8-eab8-407f-aa46-3b3c048c05a8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 707} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:37:49.451 +05:30 f5e73596-5e67-4981-b8c9-a85651f4eaf3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 707 application/json; charset=utf-8 93.0942ms 2024-09-07 10:37:49.502 +05:30 2e0ba498-adbd-475d-ada7-805db2e3600b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:37:49.503 +05:30 2e0ba498-adbd-475d-ada7-805db2e3600b INF CORS policy execution successful. 2024-09-07 10:37:49.505 +05:30 2e0ba498-adbd-475d-ada7-805db2e3600b INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:49.514 +05:30 f57fe9c4-4c7d-40dd-92ab-0e414795de5e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.515 +05:30 f57fe9c4-4c7d-40dd-92ab-0e414795de5e INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:37:49.539 +05:30 f57fe9c4-4c7d-40dd-92ab-0e414795de5e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:49.540 +05:30 f57fe9c4-4c7d-40dd-92ab-0e414795de5e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 24.6028ms 2024-09-07 10:37:49.540 +05:30 f57fe9c4-4c7d-40dd-92ab-0e414795de5e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.540 +05:30 f57fe9c4-4c7d-40dd-92ab-0e414795de5e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2e0ba498-adbd-475d-ada7-805db2e3600b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 707} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:37:49.542 +05:30 f57fe9c4-4c7d-40dd-92ab-0e414795de5e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 707 application/json; charset=utf-8 39.9212ms 2024-09-07 10:37:49.584 +05:30 f3fadf7c-641c-4466-8d66-bbd5ee8142dc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:37:49.585 +05:30 f3fadf7c-641c-4466-8d66-bbd5ee8142dc INF CORS policy execution successful. 2024-09-07 10:37:49.586 +05:30 f3fadf7c-641c-4466-8d66-bbd5ee8142dc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.7631ms 2024-09-07 10:37:49.643 +05:30 a2e7d926-35c5-43fd-b901-2c7202c6ebb4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:49.644 +05:30 a2e7d926-35c5-43fd-b901-2c7202c6ebb4 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 241.651ms 2024-09-07 10:37:49.644 +05:30 a2e7d926-35c5-43fd-b901-2c7202c6ebb4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.645 +05:30 a2e7d926-35c5-43fd-b901-2c7202c6ebb4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 52f4d46c-f44c-4c55-b595-949508dc6b78}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 10:37:49.646 +05:30 a2e7d926-35c5-43fd-b901-2c7202c6ebb4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 250.1992ms 2024-09-07 10:37:49.698 +05:30 9ff5d452-9779-40b7-a5b7-cd8a2c1be889 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:37:49.708 +05:30 9ff5d452-9779-40b7-a5b7-cd8a2c1be889 INF CORS policy execution successful. 2024-09-07 10:37:49.709 +05:30 9ff5d452-9779-40b7-a5b7-cd8a2c1be889 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:49.709 +05:30 a4085248-3728-495a-958c-33c3408bb8d3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.710 +05:30 a4085248-3728-495a-958c-33c3408bb8d3 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:37:49.719 +05:30 a4085248-3728-495a-958c-33c3408bb8d3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:49.720 +05:30 a4085248-3728-495a-958c-33c3408bb8d3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.9915ms 2024-09-07 10:37:49.720 +05:30 a4085248-3728-495a-958c-33c3408bb8d3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.720 +05:30 a4085248-3728-495a-958c-33c3408bb8d3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9ff5d452-9779-40b7-a5b7-cd8a2c1be889}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 707} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:37:49.721 +05:30 a4085248-3728-495a-958c-33c3408bb8d3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 707 application/json; charset=utf-8 23.7125ms 2024-09-07 10:37:49.874 +05:30 93577798-a338-401f-b31d-1f147bf01345 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 10:37:49.874 +05:30 93577798-a338-401f-b31d-1f147bf01345 INF CORS policy execution successful. 2024-09-07 10:37:49.875 +05:30 93577798-a338-401f-b31d-1f147bf01345 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.6615ms 2024-09-07 10:37:49.942 +05:30 0c3d2915-d058-4cb8-804b-474c8c2cdd31 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 10:37:49.943 +05:30 0c3d2915-d058-4cb8-804b-474c8c2cdd31 INF CORS policy execution successful. 2024-09-07 10:37:49.944 +05:30 0c3d2915-d058-4cb8-804b-474c8c2cdd31 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:49.944 +05:30 277c7750-9331-49d4-b582-f7dbd9f5b7cc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.944 +05:30 277c7750-9331-49d4-b582-f7dbd9f5b7cc INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:37:49.961 +05:30 277c7750-9331-49d4-b582-f7dbd9f5b7cc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:49.962 +05:30 277c7750-9331-49d4-b582-f7dbd9f5b7cc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 17.2923ms 2024-09-07 10:37:49.962 +05:30 277c7750-9331-49d4-b582-f7dbd9f5b7cc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:37:49.962 +05:30 277c7750-9331-49d4-b582-f7dbd9f5b7cc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0c3d2915-d058-4cb8-804b-474c8c2cdd31}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 10:37:49.963 +05:30 277c7750-9331-49d4-b582-f7dbd9f5b7cc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 20.1711ms 2024-09-07 10:37:52.673 +05:30 38e710ad-741c-4a4b-a903-f6f80722cfa2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:37:52.674 +05:30 38e710ad-741c-4a4b-a903-f6f80722cfa2 INF CORS policy execution successful. 2024-09-07 10:37:52.674 +05:30 38e710ad-741c-4a4b-a903-f6f80722cfa2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.9016ms 2024-09-07 10:37:52.683 +05:30 75c29842-04b2-41f3-b86b-e0a5c43622a4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:37:52.684 +05:30 75c29842-04b2-41f3-b86b-e0a5c43622a4 INF CORS policy execution successful. 2024-09-07 10:37:52.684 +05:30 75c29842-04b2-41f3-b86b-e0a5c43622a4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6602ms 2024-09-07 10:37:52.742 +05:30 bc4b2d7a-6c7a-40dc-9c8c-93353514eafd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:37:52.743 +05:30 bc4b2d7a-6c7a-40dc-9c8c-93353514eafd INF CORS policy execution successful. 2024-09-07 10:37:52.744 +05:30 bc4b2d7a-6c7a-40dc-9c8c-93353514eafd INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:52.744 +05:30 91158941-5a72-4498-917c-6db5146a145c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:37:52.744 +05:30 91158941-5a72-4498-917c-6db5146a145c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:37:52.764 +05:30 91158941-5a72-4498-917c-6db5146a145c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:52.764 +05:30 91158941-5a72-4498-917c-6db5146a145c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 19.6155ms 2024-09-07 10:37:52.764 +05:30 91158941-5a72-4498-917c-6db5146a145c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:37:52.764 +05:30 91158941-5a72-4498-917c-6db5146a145c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bc4b2d7a-6c7a-40dc-9c8c-93353514eafd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:37:52.765 +05:30 91158941-5a72-4498-917c-6db5146a145c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 22.7339ms 2024-09-07 10:37:52.811 +05:30 15173094-c91c-4432-a20b-68bc316f69a1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:37:52.812 +05:30 15173094-c91c-4432-a20b-68bc316f69a1 INF CORS policy execution successful. 2024-09-07 10:37:52.812 +05:30 15173094-c91c-4432-a20b-68bc316f69a1 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:52.813 +05:30 65d64f19-842d-4ae2-849a-1625986ff797 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:37:52.813 +05:30 65d64f19-842d-4ae2-849a-1625986ff797 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:37:52.816 +05:30 65d64f19-842d-4ae2-849a-1625986ff797 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:52.816 +05:30 65d64f19-842d-4ae2-849a-1625986ff797 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.9111ms 2024-09-07 10:37:52.816 +05:30 65d64f19-842d-4ae2-849a-1625986ff797 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:37:52.816 +05:30 65d64f19-842d-4ae2-849a-1625986ff797 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 15173094-c91c-4432-a20b-68bc316f69a1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:37:52.816 +05:30 65d64f19-842d-4ae2-849a-1625986ff797 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.2658ms 2024-09-07 10:37:55.928 +05:30 908dd01b-7af1-4ef8-977d-e5f7d7edd2d7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:37:55.929 +05:30 908dd01b-7af1-4ef8-977d-e5f7d7edd2d7 INF CORS policy execution successful. 2024-09-07 10:37:55.932 +05:30 908dd01b-7af1-4ef8-977d-e5f7d7edd2d7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 4.224ms 2024-09-07 10:37:55.978 +05:30 615919c7-9e7c-407d-ab46-5f8bef113214 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:37:55.978 +05:30 615919c7-9e7c-407d-ab46-5f8bef113214 INF CORS policy execution successful. 2024-09-07 10:37:55.979 +05:30 615919c7-9e7c-407d-ab46-5f8bef113214 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:55.979 +05:30 8bba3f3b-42c2-46de-857b-bb4389726305 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:37:55.985 +05:30 8bba3f3b-42c2-46de-857b-bb4389726305 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:37:56.011 +05:30 8bba3f3b-42c2-46de-857b-bb4389726305 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:56.011 +05:30 8bba3f3b-42c2-46de-857b-bb4389726305 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 26.5718ms 2024-09-07 10:37:56.012 +05:30 8bba3f3b-42c2-46de-857b-bb4389726305 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:37:56.012 +05:30 8bba3f3b-42c2-46de-857b-bb4389726305 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 615919c7-9e7c-407d-ab46-5f8bef113214}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:37:56.013 +05:30 8bba3f3b-42c2-46de-857b-bb4389726305 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 35.1001ms 2024-09-07 10:37:56.226 +05:30 217718e9-c1a9-4b2a-bfa5-e18e165f55ad INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:37:56.226 +05:30 217718e9-c1a9-4b2a-bfa5-e18e165f55ad INF CORS policy execution successful. 2024-09-07 10:37:56.227 +05:30 217718e9-c1a9-4b2a-bfa5-e18e165f55ad INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.2405ms 2024-09-07 10:37:56.273 +05:30 e68ae2e3-0265-4ec4-b794-cc02184fb3ff INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:37:56.274 +05:30 e68ae2e3-0265-4ec4-b794-cc02184fb3ff INF CORS policy execution successful. 2024-09-07 10:37:56.274 +05:30 e68ae2e3-0265-4ec4-b794-cc02184fb3ff INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:37:56.275 +05:30 47db9a60-0d46-4065-8f9e-45cd3dfc2cbb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:37:56.275 +05:30 47db9a60-0d46-4065-8f9e-45cd3dfc2cbb INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:37:56.284 +05:30 47db9a60-0d46-4065-8f9e-45cd3dfc2cbb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:37:56.284 +05:30 47db9a60-0d46-4065-8f9e-45cd3dfc2cbb INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.5999ms 2024-09-07 10:37:56.284 +05:30 47db9a60-0d46-4065-8f9e-45cd3dfc2cbb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:37:56.284 +05:30 47db9a60-0d46-4065-8f9e-45cd3dfc2cbb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e68ae2e3-0265-4ec4-b794-cc02184fb3ff}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:37:56.285 +05:30 47db9a60-0d46-4065-8f9e-45cd3dfc2cbb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 11.9871ms 2024-09-07 10:38:58.647 +05:30 ad7a143b-9e85-42c0-ae54-c77cbb467739 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:38:58.650 +05:30 ad7a143b-9e85-42c0-ae54-c77cbb467739 INF CORS policy execution successful. 2024-09-07 10:38:58.653 +05:30 ad7a143b-9e85-42c0-ae54-c77cbb467739 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 5.3037ms 2024-09-07 10:38:58.695 +05:30 ccbe31e3-c592-45b9-80c8-4db5a355d90e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:38:58.699 +05:30 ccbe31e3-c592-45b9-80c8-4db5a355d90e INF CORS policy execution successful. 2024-09-07 10:38:58.701 +05:30 ccbe31e3-c592-45b9-80c8-4db5a355d90e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:38:58.703 +05:30 a70ae4b3-baf2-4815-9a67-50092f67a5ef INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:38:58.704 +05:30 a70ae4b3-baf2-4815-9a67-50092f67a5ef INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:38:58.766 +05:30 a70ae4b3-baf2-4815-9a67-50092f67a5ef INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:38:58.767 +05:30 a70ae4b3-baf2-4815-9a67-50092f67a5ef INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 62.2892ms 2024-09-07 10:38:58.767 +05:30 a70ae4b3-baf2-4815-9a67-50092f67a5ef INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:38:58.767 +05:30 a70ae4b3-baf2-4815-9a67-50092f67a5ef INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ccbe31e3-c592-45b9-80c8-4db5a355d90e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:38:58.768 +05:30 a70ae4b3-baf2-4815-9a67-50092f67a5ef INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 73.0852ms 2024-09-07 10:40:33.211 +05:30 d06afa8b-6fca-4519-8ff9-f484879a8f58 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:40:33.217 +05:30 d06afa8b-6fca-4519-8ff9-f484879a8f58 INF CORS policy execution successful. 2024-09-07 10:40:33.219 +05:30 d06afa8b-6fca-4519-8ff9-f484879a8f58 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 8.2037ms 2024-09-07 10:40:33.251 +05:30 3f75165f-3982-466a-b92c-efabcbfe9b20 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:40:33.251 +05:30 3f75165f-3982-466a-b92c-efabcbfe9b20 INF CORS policy execution successful. 2024-09-07 10:40:33.251 +05:30 3f75165f-3982-466a-b92c-efabcbfe9b20 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.6709ms 2024-09-07 10:40:33.268 +05:30 398b25ee-cee7-4d9d-b297-97a8ead012a0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:40:33.271 +05:30 398b25ee-cee7-4d9d-b297-97a8ead012a0 INF CORS policy execution successful. 2024-09-07 10:40:33.274 +05:30 398b25ee-cee7-4d9d-b297-97a8ead012a0 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.275 +05:30 1cf7d8e0-8fa6-4064-9460-5b37dcbf889e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.276 +05:30 1cf7d8e0-8fa6-4064-9460-5b37dcbf889e INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.316 +05:30 1cf7d8e0-8fa6-4064-9460-5b37dcbf889e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.317 +05:30 1cf7d8e0-8fa6-4064-9460-5b37dcbf889e INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 40.4311ms 2024-09-07 10:40:33.317 +05:30 1cf7d8e0-8fa6-4064-9460-5b37dcbf889e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.318 +05:30 1cf7d8e0-8fa6-4064-9460-5b37dcbf889e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 398b25ee-cee7-4d9d-b297-97a8ead012a0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 10:40:33.318 +05:30 1cf7d8e0-8fa6-4064-9460-5b37dcbf889e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 49.9567ms 2024-09-07 10:40:33.364 +05:30 23b1fb05-61a1-470f-9c10-4ce90730830d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:40:33.365 +05:30 23b1fb05-61a1-470f-9c10-4ce90730830d INF CORS policy execution successful. 2024-09-07 10:40:33.365 +05:30 23b1fb05-61a1-470f-9c10-4ce90730830d INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.366 +05:30 2e6d23a2-c298-4b0e-83bb-8dea30fa5f11 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.366 +05:30 2e6d23a2-c298-4b0e-83bb-8dea30fa5f11 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.376 +05:30 2e6d23a2-c298-4b0e-83bb-8dea30fa5f11 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.377 +05:30 2e6d23a2-c298-4b0e-83bb-8dea30fa5f11 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 10.8061ms 2024-09-07 10:40:33.377 +05:30 2e6d23a2-c298-4b0e-83bb-8dea30fa5f11 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.377 +05:30 2e6d23a2-c298-4b0e-83bb-8dea30fa5f11 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 23b1fb05-61a1-470f-9c10-4ce90730830d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 10:40:33.377 +05:30 2e6d23a2-c298-4b0e-83bb-8dea30fa5f11 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 13.3134ms 2024-09-07 10:40:33.431 +05:30 8db94c07-b349-4e36-b96f-8fc50cc6b9b4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:40:33.432 +05:30 8db94c07-b349-4e36-b96f-8fc50cc6b9b4 INF CORS policy execution successful. 2024-09-07 10:40:33.432 +05:30 8db94c07-b349-4e36-b96f-8fc50cc6b9b4 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.432 +05:30 bd319eac-9c60-4d61-8509-f12428bb6042 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.433 +05:30 bd319eac-9c60-4d61-8509-f12428bb6042 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.442 +05:30 bd319eac-9c60-4d61-8509-f12428bb6042 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.442 +05:30 bd319eac-9c60-4d61-8509-f12428bb6042 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 9.3621ms 2024-09-07 10:40:33.442 +05:30 bd319eac-9c60-4d61-8509-f12428bb6042 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.442 +05:30 bd319eac-9c60-4d61-8509-f12428bb6042 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8db94c07-b349-4e36-b96f-8fc50cc6b9b4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 10:40:33.443 +05:30 bd319eac-9c60-4d61-8509-f12428bb6042 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 11.5904ms 2024-09-07 10:40:33.489 +05:30 a825cdc4-381b-47fc-93c6-6418b127d7ea INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 10:40:33.490 +05:30 a825cdc4-381b-47fc-93c6-6418b127d7ea INF CORS policy execution successful. 2024-09-07 10:40:33.490 +05:30 a825cdc4-381b-47fc-93c6-6418b127d7ea INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.490 +05:30 6b92d847-9c48-4e68-91c3-f927f141543d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.490 +05:30 6b92d847-9c48-4e68-91c3-f927f141543d INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.499 +05:30 6b92d847-9c48-4e68-91c3-f927f141543d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.499 +05:30 6b92d847-9c48-4e68-91c3-f927f141543d INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 8.588ms 2024-09-07 10:40:33.499 +05:30 6b92d847-9c48-4e68-91c3-f927f141543d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.499 +05:30 6b92d847-9c48-4e68-91c3-f927f141543d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a825cdc4-381b-47fc-93c6-6418b127d7ea}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 10:40:33.500 +05:30 6b92d847-9c48-4e68-91c3-f927f141543d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 10.8002ms 2024-09-07 10:40:33.644 +05:30 761b9061-8b09-4a79-8f32-da703254c6f2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:40:33.644 +05:30 5a229831-56e7-46e3-bd8d-51d21dfd2fa6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:40:33.645 +05:30 5a229831-56e7-46e3-bd8d-51d21dfd2fa6 INF CORS policy execution successful. 2024-09-07 10:40:33.645 +05:30 761b9061-8b09-4a79-8f32-da703254c6f2 INF CORS policy execution successful. 2024-09-07 10:40:33.645 +05:30 5a229831-56e7-46e3-bd8d-51d21dfd2fa6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.0084ms 2024-09-07 10:40:33.645 +05:30 761b9061-8b09-4a79-8f32-da703254c6f2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 1.0432ms 2024-09-07 10:40:33.725 +05:30 9e203383-2d1d-490d-8ced-c4d1a19d01e0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:40:33.725 +05:30 9e203383-2d1d-490d-8ced-c4d1a19d01e0 INF CORS policy execution successful. 2024-09-07 10:40:33.726 +05:30 9e203383-2d1d-490d-8ced-c4d1a19d01e0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.6578ms 2024-09-07 10:40:33.728 +05:30 2848943b-f742-4c4f-92e8-8c53e068b6f1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:40:33.729 +05:30 2848943b-f742-4c4f-92e8-8c53e068b6f1 INF CORS policy execution successful. 2024-09-07 10:40:33.729 +05:30 2848943b-f742-4c4f-92e8-8c53e068b6f1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.5652ms 2024-09-07 10:40:33.729 +05:30 77ed89cb-71a1-443e-b8b5-c6174fee3277 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:40:33.730 +05:30 77ed89cb-71a1-443e-b8b5-c6174fee3277 INF CORS policy execution successful. 2024-09-07 10:40:33.730 +05:30 77ed89cb-71a1-443e-b8b5-c6174fee3277 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5119ms 2024-09-07 10:40:33.730 +05:30 adc93417-8393-42da-947b-0f579ec5ce66 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:40:33.731 +05:30 adc93417-8393-42da-947b-0f579ec5ce66 INF CORS policy execution successful. 2024-09-07 10:40:33.731 +05:30 adc93417-8393-42da-947b-0f579ec5ce66 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.3338ms 2024-09-07 10:40:33.736 +05:30 12ea77c0-fa29-4c17-bba5-c20e7d6fbcc5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 10:40:33.736 +05:30 12ea77c0-fa29-4c17-bba5-c20e7d6fbcc5 INF CORS policy execution successful. 2024-09-07 10:40:33.737 +05:30 12ea77c0-fa29-4c17-bba5-c20e7d6fbcc5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.7355ms 2024-09-07 10:40:33.758 +05:30 b617f47d-d25c-41e8-956d-167f3c803050 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:40:33.759 +05:30 b617f47d-d25c-41e8-956d-167f3c803050 INF CORS policy execution successful. 2024-09-07 10:40:33.759 +05:30 b617f47d-d25c-41e8-956d-167f3c803050 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.760 +05:30 aab29a85-29fd-418d-bdd0-756e18345808 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.760 +05:30 aab29a85-29fd-418d-bdd0-756e18345808 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.777 +05:30 8c61b7fa-7dd4-4be2-8a9f-3cce939a2062 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:40:33.778 +05:30 8c61b7fa-7dd4-4be2-8a9f-3cce939a2062 INF CORS policy execution successful. 2024-09-07 10:40:33.779 +05:30 8c61b7fa-7dd4-4be2-8a9f-3cce939a2062 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.779 +05:30 430857b4-c001-415b-829e-ae6f6876b8a5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.779 +05:30 430857b4-c001-415b-829e-ae6f6876b8a5 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.788 +05:30 22dbf7ae-0e5c-4625-a90a-4e88c4deb5c5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 10:40:33.788 +05:30 22dbf7ae-0e5c-4625-a90a-4e88c4deb5c5 INF CORS policy execution successful. 2024-09-07 10:40:33.789 +05:30 22dbf7ae-0e5c-4625-a90a-4e88c4deb5c5 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.790 +05:30 aab29a85-29fd-418d-bdd0-756e18345808 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.791 +05:30 0cd621ca-0b03-4a42-95ea-4f1cbf4a51fc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.791 +05:30 aab29a85-29fd-418d-bdd0-756e18345808 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 30.995ms 2024-09-07 10:40:33.791 +05:30 aab29a85-29fd-418d-bdd0-756e18345808 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.791 +05:30 0cd621ca-0b03-4a42-95ea-4f1cbf4a51fc INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.791 +05:30 aab29a85-29fd-418d-bdd0-756e18345808 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b617f47d-d25c-41e8-956d-167f3c803050}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:40:33.793 +05:30 aab29a85-29fd-418d-bdd0-756e18345808 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 35.0851ms 2024-09-07 10:40:33.794 +05:30 2e6da760-0e92-43f9-920c-b5efdad36856 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:40:33.794 +05:30 2e6da760-0e92-43f9-920c-b5efdad36856 INF CORS policy execution successful. 2024-09-07 10:40:33.794 +05:30 2e6da760-0e92-43f9-920c-b5efdad36856 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.795 +05:30 e7751831-ac78-4ab9-9c3a-149699063d61 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.795 +05:30 e7751831-ac78-4ab9-9c3a-149699063d61 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.815 +05:30 e7751831-ac78-4ab9-9c3a-149699063d61 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.815 +05:30 e7751831-ac78-4ab9-9c3a-149699063d61 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 19.913ms 2024-09-07 10:40:33.815 +05:30 e7751831-ac78-4ab9-9c3a-149699063d61 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.815 +05:30 e7751831-ac78-4ab9-9c3a-149699063d61 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2e6da760-0e92-43f9-920c-b5efdad36856}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 707} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:40:33.816 +05:30 e7751831-ac78-4ab9-9c3a-149699063d61 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 707 application/json; charset=utf-8 22.348ms 2024-09-07 10:40:33.850 +05:30 f1ceea30-27e2-497f-895a-ddc532658b23 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 10:40:33.851 +05:30 f1ceea30-27e2-497f-895a-ddc532658b23 INF CORS policy execution successful. 2024-09-07 10:40:33.851 +05:30 f1ceea30-27e2-497f-895a-ddc532658b23 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.851 +05:30 0dbe06b3-103a-45b8-84ee-f6967f62d09d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.852 +05:30 0dbe06b3-103a-45b8-84ee-f6967f62d09d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.855 +05:30 0dbe06b3-103a-45b8-84ee-f6967f62d09d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.855 +05:30 0dbe06b3-103a-45b8-84ee-f6967f62d09d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.3161ms 2024-09-07 10:40:33.855 +05:30 0dbe06b3-103a-45b8-84ee-f6967f62d09d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.855 +05:30 0dbe06b3-103a-45b8-84ee-f6967f62d09d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f1ceea30-27e2-497f-895a-ddc532658b23}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:40:33.856 +05:30 0dbe06b3-103a-45b8-84ee-f6967f62d09d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 5.7463ms 2024-09-07 10:40:33.859 +05:30 430857b4-c001-415b-829e-ae6f6876b8a5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.859 +05:30 430857b4-c001-415b-829e-ae6f6876b8a5 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 79.918ms 2024-09-07 10:40:33.860 +05:30 430857b4-c001-415b-829e-ae6f6876b8a5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.861 +05:30 430857b4-c001-415b-829e-ae6f6876b8a5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8c61b7fa-7dd4-4be2-8a9f-3cce939a2062}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:40:33.863 +05:30 430857b4-c001-415b-829e-ae6f6876b8a5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 85.4452ms 2024-09-07 10:40:33.870 +05:30 f3da421a-e508-481d-9ebe-db7e9326c9d2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:40:33.871 +05:30 f3da421a-e508-481d-9ebe-db7e9326c9d2 INF CORS policy execution successful. 2024-09-07 10:40:33.871 +05:30 f3da421a-e508-481d-9ebe-db7e9326c9d2 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.872 +05:30 ec569fd0-77c5-46df-9293-00b041f58706 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.872 +05:30 ec569fd0-77c5-46df-9293-00b041f58706 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.878 +05:30 ec569fd0-77c5-46df-9293-00b041f58706 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.879 +05:30 ec569fd0-77c5-46df-9293-00b041f58706 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 6.8922ms 2024-09-07 10:40:33.879 +05:30 ec569fd0-77c5-46df-9293-00b041f58706 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.879 +05:30 ec569fd0-77c5-46df-9293-00b041f58706 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f3da421a-e508-481d-9ebe-db7e9326c9d2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 707} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:40:33.880 +05:30 ec569fd0-77c5-46df-9293-00b041f58706 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 707 application/json; charset=utf-8 9.1145ms 2024-09-07 10:40:33.905 +05:30 4340a8d4-d88f-44f1-b88c-e72ee14d4a07 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 10:40:33.906 +05:30 4340a8d4-d88f-44f1-b88c-e72ee14d4a07 INF CORS policy execution successful. 2024-09-07 10:40:33.906 +05:30 4340a8d4-d88f-44f1-b88c-e72ee14d4a07 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:33.906 +05:30 8d751984-7ae2-4bca-b898-a9dd43416622 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.906 +05:30 8d751984-7ae2-4bca-b898-a9dd43416622 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 10:40:33.949 +05:30 8d751984-7ae2-4bca-b898-a9dd43416622 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.950 +05:30 8d751984-7ae2-4bca-b898-a9dd43416622 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 43.2842ms 2024-09-07 10:40:33.950 +05:30 8d751984-7ae2-4bca-b898-a9dd43416622 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.950 +05:30 8d751984-7ae2-4bca-b898-a9dd43416622 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4340a8d4-d88f-44f1-b88c-e72ee14d4a07}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 10:40:33.951 +05:30 8d751984-7ae2-4bca-b898-a9dd43416622 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 45.8964ms 2024-09-07 10:40:33.953 +05:30 0cd621ca-0b03-4a42-95ea-4f1cbf4a51fc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:33.953 +05:30 0cd621ca-0b03-4a42-95ea-4f1cbf4a51fc INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 161.9212ms 2024-09-07 10:40:33.953 +05:30 0cd621ca-0b03-4a42-95ea-4f1cbf4a51fc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 10:40:33.953 +05:30 0cd621ca-0b03-4a42-95ea-4f1cbf4a51fc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 22dbf7ae-0e5c-4625-a90a-4e88c4deb5c5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 10:40:33.954 +05:30 0cd621ca-0b03-4a42-95ea-4f1cbf4a51fc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 166.1137ms 2024-09-07 10:40:34.050 +05:30 a9787edd-d199-4f64-8e4f-0a95b77ea57c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:40:34.050 +05:30 a9787edd-d199-4f64-8e4f-0a95b77ea57c INF CORS policy execution successful. 2024-09-07 10:40:34.050 +05:30 a9787edd-d199-4f64-8e4f-0a95b77ea57c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5906ms 2024-09-07 10:40:34.099 +05:30 20611274-249e-4254-9c34-056eb18a639a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:40:34.099 +05:30 20611274-249e-4254-9c34-056eb18a639a INF CORS policy execution successful. 2024-09-07 10:40:34.100 +05:30 20611274-249e-4254-9c34-056eb18a639a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:34.100 +05:30 ec724b1c-a711-445d-a909-eb8f276f8cd4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:40:34.101 +05:30 ec724b1c-a711-445d-a909-eb8f276f8cd4 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:40:34.212 +05:30 ec724b1c-a711-445d-a909-eb8f276f8cd4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:34.213 +05:30 ec724b1c-a711-445d-a909-eb8f276f8cd4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 112.1798ms 2024-09-07 10:40:34.213 +05:30 ec724b1c-a711-445d-a909-eb8f276f8cd4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:40:34.213 +05:30 ec724b1c-a711-445d-a909-eb8f276f8cd4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 20611274-249e-4254-9c34-056eb18a639a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 707} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:40:34.214 +05:30 ec724b1c-a711-445d-a909-eb8f276f8cd4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 707 application/json; charset=utf-8 115.2118ms 2024-09-07 10:40:34.262 +05:30 48e4a0ab-cc31-4a7c-b10a-d99972445987 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 10:40:34.263 +05:30 48e4a0ab-cc31-4a7c-b10a-d99972445987 INF CORS policy execution successful. 2024-09-07 10:40:34.263 +05:30 48e4a0ab-cc31-4a7c-b10a-d99972445987 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 1.0068ms 2024-09-07 10:40:34.330 +05:30 7bcf3a7b-8955-4d49-bb14-637c423360d2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 10:40:34.331 +05:30 7bcf3a7b-8955-4d49-bb14-637c423360d2 INF CORS policy execution successful. 2024-09-07 10:40:34.331 +05:30 7bcf3a7b-8955-4d49-bb14-637c423360d2 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:40:34.332 +05:30 e3661485-71af-4e68-8c4b-402b87d6b009 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:40:34.332 +05:30 e3661485-71af-4e68-8c4b-402b87d6b009 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:40:34.345 +05:30 e3661485-71af-4e68-8c4b-402b87d6b009 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:40:34.346 +05:30 e3661485-71af-4e68-8c4b-402b87d6b009 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 13.6814ms 2024-09-07 10:40:34.346 +05:30 e3661485-71af-4e68-8c4b-402b87d6b009 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:40:34.346 +05:30 e3661485-71af-4e68-8c4b-402b87d6b009 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7bcf3a7b-8955-4d49-bb14-637c423360d2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 10:40:34.347 +05:30 e3661485-71af-4e68-8c4b-402b87d6b009 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 17.1118ms 2024-09-07 10:49:53.806 +05:30 d2cb6309-debe-4665-ad42-1408fa538c72 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:49:53.806 +05:30 6c3884f5-9d14-4369-9efa-675421d01ae6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:49:53.808 +05:30 6c3884f5-9d14-4369-9efa-675421d01ae6 INF CORS policy execution successful. 2024-09-07 10:49:53.808 +05:30 d2cb6309-debe-4665-ad42-1408fa538c72 INF CORS policy execution successful. 2024-09-07 10:49:53.809 +05:30 d2cb6309-debe-4665-ad42-1408fa538c72 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 3.855ms 2024-09-07 10:49:53.809 +05:30 6c3884f5-9d14-4369-9efa-675421d01ae6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 3.8594ms 2024-09-07 10:49:53.858 +05:30 e92c2356-3d78-48eb-b4df-1f654b206a6f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:49:53.868 +05:30 e92c2356-3d78-48eb-b4df-1f654b206a6f INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:15:53 AM', Current time (UTC): '9/7/2024 5:19:53 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 10:49:53.884 +05:30 e92c2356-3d78-48eb-b4df-1f654b206a6f INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:15:53 AM', Current time (UTC): '9/7/2024 5:19:53 AM'. 2024-09-07 10:49:53.884 +05:30 e92c2356-3d78-48eb-b4df-1f654b206a6f INF CORS policy execution successful. 2024-09-07 10:49:53.885 +05:30 e92c2356-3d78-48eb-b4df-1f654b206a6f INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:49:53.889 +05:30 4d7c8f3b-c29b-4e28-94ad-9f7ce57313de INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 10:49:53.896 +05:30 4d7c8f3b-c29b-4e28-94ad-9f7ce57313de INF AuthenticationScheme: Bearer was challenged. 2024-09-07 10:49:53.896 +05:30 4d7c8f3b-c29b-4e28-94ad-9f7ce57313de INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: e92c2356-3d78-48eb-b4df-1f654b206a6f}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:15:53'"} Body: 2024-09-07 10:49:53.899 +05:30 4d7c8f3b-c29b-4e28-94ad-9f7ce57313de INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 401 null null 41.1804ms 2024-09-07 10:49:53.947 +05:30 4bae285c-5541-481d-ba44-87995b582395 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:49:53.948 +05:30 4bae285c-5541-481d-ba44-87995b582395 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:15:53 AM', Current time (UTC): '9/7/2024 5:19:53 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 10:49:53.948 +05:30 4bae285c-5541-481d-ba44-87995b582395 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:15:53 AM', Current time (UTC): '9/7/2024 5:19:53 AM'. 2024-09-07 10:49:53.949 +05:30 4bae285c-5541-481d-ba44-87995b582395 INF CORS policy execution successful. 2024-09-07 10:49:53.949 +05:30 4bae285c-5541-481d-ba44-87995b582395 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODU1NTMsImV4cCI6MTcyNTY4NjE1MywiaWF0IjoxNzI1Njg1NTUzfQ.f0R2N1br64ZqNrPbVAgV4Gpx_Odg12Xrix9s2fJgaCs}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:49:53.950 +05:30 987fc422-a80a-4669-b035-61365a44d415 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 10:49:53.950 +05:30 987fc422-a80a-4669-b035-61365a44d415 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 10:49:53.950 +05:30 987fc422-a80a-4669-b035-61365a44d415 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 4bae285c-5541-481d-ba44-87995b582395}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:15:53'"} Body: 2024-09-07 10:49:53.950 +05:30 987fc422-a80a-4669-b035-61365a44d415 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 401 null null 3.4664ms 2024-09-07 10:49:54.085 +05:30 4a558724-3842-48b1-b064-0f2db606cdf7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:49:54.086 +05:30 4a558724-3842-48b1-b064-0f2db606cdf7 INF CORS policy execution successful. 2024-09-07 10:49:54.087 +05:30 4a558724-3842-48b1-b064-0f2db606cdf7 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:49:54.087 +05:30 773f4b0d-f76d-4f0f-a08d-e276e1b78ef1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:49:54.088 +05:30 773f4b0d-f76d-4f0f-a08d-e276e1b78ef1 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:49:54.107 +05:30 773f4b0d-f76d-4f0f-a08d-e276e1b78ef1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:49:54.108 +05:30 773f4b0d-f76d-4f0f-a08d-e276e1b78ef1 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 20.1898ms 2024-09-07 10:49:54.108 +05:30 773f4b0d-f76d-4f0f-a08d-e276e1b78ef1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:49:54.108 +05:30 773f4b0d-f76d-4f0f-a08d-e276e1b78ef1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4a558724-3842-48b1-b064-0f2db606cdf7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:49:54.108 +05:30 773f4b0d-f76d-4f0f-a08d-e276e1b78ef1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 23.2104ms 2024-09-07 10:49:54.157 +05:30 71aefa73-9d29-4b28-aea7-bc10b112a6a1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:49:54.158 +05:30 71aefa73-9d29-4b28-aea7-bc10b112a6a1 INF CORS policy execution successful. 2024-09-07 10:49:54.158 +05:30 71aefa73-9d29-4b28-aea7-bc10b112a6a1 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:49:54.158 +05:30 6b302ce2-c989-4b2b-b00f-785e7825b283 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:49:54.158 +05:30 6b302ce2-c989-4b2b-b00f-785e7825b283 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:49:54.161 +05:30 6b302ce2-c989-4b2b-b00f-785e7825b283 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:49:54.162 +05:30 6b302ce2-c989-4b2b-b00f-785e7825b283 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.2892ms 2024-09-07 10:49:54.162 +05:30 6b302ce2-c989-4b2b-b00f-785e7825b283 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:49:54.162 +05:30 6b302ce2-c989-4b2b-b00f-785e7825b283 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 71aefa73-9d29-4b28-aea7-bc10b112a6a1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:49:54.162 +05:30 6b302ce2-c989-4b2b-b00f-785e7825b283 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.8413ms 2024-09-07 10:49:55.290 +05:30 be41d4b8-edd0-4d61-9401-38d5d0ebc238 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:49:55.290 +05:30 be41d4b8-edd0-4d61-9401-38d5d0ebc238 INF CORS policy execution successful. 2024-09-07 10:49:55.291 +05:30 be41d4b8-edd0-4d61-9401-38d5d0ebc238 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 0.5647ms 2024-09-07 10:49:55.343 +05:30 db1c94bf-3f2e-4323-b671-7a2afbcf6fd4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:49:55.345 +05:30 db1c94bf-3f2e-4323-b671-7a2afbcf6fd4 INF CORS policy execution successful. 2024-09-07 10:49:55.345 +05:30 db1c94bf-3f2e-4323-b671-7a2afbcf6fd4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:49:55.346 +05:30 e10f49b7-88cb-46ab-a9c6-25be199432f0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:49:55.346 +05:30 e10f49b7-88cb-46ab-a9c6-25be199432f0 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:49:55.370 +05:30 e10f49b7-88cb-46ab-a9c6-25be199432f0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:49:55.370 +05:30 e10f49b7-88cb-46ab-a9c6-25be199432f0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 23.7324ms 2024-09-07 10:49:55.370 +05:30 e10f49b7-88cb-46ab-a9c6-25be199432f0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:49:55.370 +05:30 e10f49b7-88cb-46ab-a9c6-25be199432f0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: db1c94bf-3f2e-4323-b671-7a2afbcf6fd4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:49:55.371 +05:30 e10f49b7-88cb-46ab-a9c6-25be199432f0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 27.7587ms 2024-09-07 10:49:55.582 +05:30 ad6f98fb-ebbb-4931-a0e4-e9841cea46f1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:49:55.582 +05:30 ad6f98fb-ebbb-4931-a0e4-e9841cea46f1 INF CORS policy execution successful. 2024-09-07 10:49:55.583 +05:30 ad6f98fb-ebbb-4931-a0e4-e9841cea46f1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.4608ms 2024-09-07 10:49:55.694 +05:30 2d6cb6ba-12cd-489c-88a5-91cb04ee1f00 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:49:55.695 +05:30 2d6cb6ba-12cd-489c-88a5-91cb04ee1f00 INF CORS policy execution successful. 2024-09-07 10:49:55.695 +05:30 2d6cb6ba-12cd-489c-88a5-91cb04ee1f00 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:49:55.695 +05:30 a0f4d4c2-5ce2-4bb3-9db4-1af9a225f6b3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:49:55.696 +05:30 a0f4d4c2-5ce2-4bb3-9db4-1af9a225f6b3 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:49:55.699 +05:30 a0f4d4c2-5ce2-4bb3-9db4-1af9a225f6b3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:49:55.699 +05:30 a0f4d4c2-5ce2-4bb3-9db4-1af9a225f6b3 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.66ms 2024-09-07 10:49:55.699 +05:30 a0f4d4c2-5ce2-4bb3-9db4-1af9a225f6b3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:49:55.699 +05:30 a0f4d4c2-5ce2-4bb3-9db4-1af9a225f6b3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2d6cb6ba-12cd-489c-88a5-91cb04ee1f00}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:49:55.700 +05:30 a0f4d4c2-5ce2-4bb3-9db4-1af9a225f6b3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.4778ms 2024-09-07 10:53:39.995 +05:30 bda01e12-5ba4-44fe-96f3-7f287992e373 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:53:39.997 +05:30 bda01e12-5ba4-44fe-96f3-7f287992e373 INF CORS policy execution successful. 2024-09-07 10:53:39.997 +05:30 bda01e12-5ba4-44fe-96f3-7f287992e373 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 2.1278ms 2024-09-07 10:53:40.057 +05:30 b54682e7-6c1a-4115-be13-2869f252e27c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:53:40.058 +05:30 b54682e7-6c1a-4115-be13-2869f252e27c INF CORS policy execution successful. 2024-09-07 10:53:40.060 +05:30 b54682e7-6c1a-4115-be13-2869f252e27c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:53:40.061 +05:30 c6c30350-c1a1-4721-a644-6e174349e1ad INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:53:40.061 +05:30 c6c30350-c1a1-4721-a644-6e174349e1ad INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:53:40.082 +05:30 c6c30350-c1a1-4721-a644-6e174349e1ad INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:53:40.083 +05:30 c6c30350-c1a1-4721-a644-6e174349e1ad INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 21.5681ms 2024-09-07 10:53:40.083 +05:30 c6c30350-c1a1-4721-a644-6e174349e1ad INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:53:40.083 +05:30 c6c30350-c1a1-4721-a644-6e174349e1ad INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b54682e7-6c1a-4115-be13-2869f252e27c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:53:40.084 +05:30 c6c30350-c1a1-4721-a644-6e174349e1ad INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 27.5392ms 2024-09-07 10:53:52.328 +05:30 284fe6de-899b-4209-81c3-512644b5c315 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:53:52.328 +05:30 284fe6de-899b-4209-81c3-512644b5c315 INF CORS policy execution successful. 2024-09-07 10:53:52.329 +05:30 284fe6de-899b-4209-81c3-512644b5c315 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 1.0021ms 2024-09-07 10:53:52.388 +05:30 d6f34f8b-c3cb-40ca-a182-1965886ff989 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:53:52.389 +05:30 d6f34f8b-c3cb-40ca-a182-1965886ff989 INF CORS policy execution successful. 2024-09-07 10:53:52.390 +05:30 d6f34f8b-c3cb-40ca-a182-1965886ff989 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:53:52.390 +05:30 24153d04-fa10-485f-ba99-9385eed47bfd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:53:52.391 +05:30 24153d04-fa10-485f-ba99-9385eed47bfd INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:53:52.399 +05:30 24153d04-fa10-485f-ba99-9385eed47bfd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:53:52.399 +05:30 24153d04-fa10-485f-ba99-9385eed47bfd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 7.9141ms 2024-09-07 10:53:52.399 +05:30 24153d04-fa10-485f-ba99-9385eed47bfd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:53:52.399 +05:30 24153d04-fa10-485f-ba99-9385eed47bfd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d6f34f8b-c3cb-40ca-a182-1965886ff989}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:53:52.400 +05:30 24153d04-fa10-485f-ba99-9385eed47bfd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 11.1377ms 2024-09-07 10:53:54.356 +05:30 0b2eab9f-9532-46ea-aba3-e7070980d51b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:53:54.357 +05:30 0b2eab9f-9532-46ea-aba3-e7070980d51b INF CORS policy execution successful. 2024-09-07 10:53:54.357 +05:30 0b2eab9f-9532-46ea-aba3-e7070980d51b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 0.6813ms 2024-09-07 10:53:54.410 +05:30 63a4e3ea-55f2-48cd-9a7f-c606daea0784 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:53:54.410 +05:30 63a4e3ea-55f2-48cd-9a7f-c606daea0784 INF CORS policy execution successful. 2024-09-07 10:53:54.411 +05:30 63a4e3ea-55f2-48cd-9a7f-c606daea0784 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:53:54.411 +05:30 195e338c-178f-48f3-95f5-a535429253fe INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:53:54.411 +05:30 195e338c-178f-48f3-95f5-a535429253fe INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:53:54.415 +05:30 195e338c-178f-48f3-95f5-a535429253fe INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:53:54.416 +05:30 195e338c-178f-48f3-95f5-a535429253fe INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.8789ms 2024-09-07 10:53:54.416 +05:30 195e338c-178f-48f3-95f5-a535429253fe INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:53:54.417 +05:30 195e338c-178f-48f3-95f5-a535429253fe INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 63a4e3ea-55f2-48cd-9a7f-c606daea0784}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:53:54.417 +05:30 195e338c-178f-48f3-95f5-a535429253fe INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 7.4073ms 2024-09-07 10:53:56.277 +05:30 60c27767-51f0-49ae-9d0c-cee80dd14044 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:53:56.277 +05:30 60c27767-51f0-49ae-9d0c-cee80dd14044 INF CORS policy execution successful. 2024-09-07 10:53:56.278 +05:30 60c27767-51f0-49ae-9d0c-cee80dd14044 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 0.5156ms 2024-09-07 10:53:56.360 +05:30 779192f9-faf1-49d9-b3a0-c0dd8fb2b2e2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:53:56.360 +05:30 779192f9-faf1-49d9-b3a0-c0dd8fb2b2e2 INF CORS policy execution successful. 2024-09-07 10:53:56.361 +05:30 779192f9-faf1-49d9-b3a0-c0dd8fb2b2e2 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:53:56.361 +05:30 90b82e9e-7dbf-4b3c-8369-2faf41b4e07b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:53:56.361 +05:30 90b82e9e-7dbf-4b3c-8369-2faf41b4e07b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:53:56.364 +05:30 90b82e9e-7dbf-4b3c-8369-2faf41b4e07b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:53:56.364 +05:30 90b82e9e-7dbf-4b3c-8369-2faf41b4e07b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 3.4981ms 2024-09-07 10:53:56.364 +05:30 90b82e9e-7dbf-4b3c-8369-2faf41b4e07b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:53:56.364 +05:30 90b82e9e-7dbf-4b3c-8369-2faf41b4e07b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 779192f9-faf1-49d9-b3a0-c0dd8fb2b2e2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:53:56.365 +05:30 90b82e9e-7dbf-4b3c-8369-2faf41b4e07b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 4.8901ms 2024-09-07 10:54:03.131 +05:30 d7c9ab14-28d3-4f0b-a5c1-b332f595d4c4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=sCode - null null 2024-09-07 10:54:03.133 +05:30 d7c9ab14-28d3-4f0b-a5c1-b332f595d4c4 INF CORS policy execution successful. 2024-09-07 10:54:03.135 +05:30 d7c9ab14-28d3-4f0b-a5c1-b332f595d4c4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=sCode - 204 null null 3.4712ms 2024-09-07 10:54:03.193 +05:30 8cfd496f-2e2f-4564-ac33-6fc238d83033 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=sCode - null null 2024-09-07 10:54:03.195 +05:30 8cfd496f-2e2f-4564-ac33-6fc238d83033 INF CORS policy execution successful. 2024-09-07 10:54:03.196 +05:30 8cfd496f-2e2f-4564-ac33-6fc238d83033 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&search=sCode Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:54:03.197 +05:30 4a67c88e-8f0e-4019-973c-d40df811eb26 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:54:03.197 +05:30 4a67c88e-8f0e-4019-973c-d40df811eb26 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:54:03.205 +05:30 4a67c88e-8f0e-4019-973c-d40df811eb26 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:54:03.206 +05:30 4a67c88e-8f0e-4019-973c-d40df811eb26 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 8.6207ms 2024-09-07 10:54:03.206 +05:30 4a67c88e-8f0e-4019-973c-d40df811eb26 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:54:03.206 +05:30 4a67c88e-8f0e-4019-973c-d40df811eb26 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8cfd496f-2e2f-4564-ac33-6fc238d83033}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 10:54:03.207 +05:30 4a67c88e-8f0e-4019-973c-d40df811eb26 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=sCode - 200 150 application/json; charset=utf-8 13.6213ms 2024-09-07 10:54:09.104 +05:30 11f15e97-9904-443c-aee8-0a49b2c290d7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=iId - null null 2024-09-07 10:54:09.104 +05:30 11f15e97-9904-443c-aee8-0a49b2c290d7 INF CORS policy execution successful. 2024-09-07 10:54:09.104 +05:30 11f15e97-9904-443c-aee8-0a49b2c290d7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=iId - 204 null null 0.8929ms 2024-09-07 10:54:09.173 +05:30 f3f2e3bb-c8c4-463e-9a83-2f988dad8a70 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=iId - null null 2024-09-07 10:54:09.174 +05:30 f3f2e3bb-c8c4-463e-9a83-2f988dad8a70 INF CORS policy execution successful. 2024-09-07 10:54:09.174 +05:30 f3f2e3bb-c8c4-463e-9a83-2f988dad8a70 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&search=iId Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:54:09.174 +05:30 ffc9086e-a86e-4771-99d8-fd4f9fe402b2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:54:09.175 +05:30 ffc9086e-a86e-4771-99d8-fd4f9fe402b2 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:54:09.181 +05:30 ffc9086e-a86e-4771-99d8-fd4f9fe402b2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:54:09.181 +05:30 ffc9086e-a86e-4771-99d8-fd4f9fe402b2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.2158ms 2024-09-07 10:54:09.181 +05:30 ffc9086e-a86e-4771-99d8-fd4f9fe402b2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:54:09.181 +05:30 ffc9086e-a86e-4771-99d8-fd4f9fe402b2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f3f2e3bb-c8c4-463e-9a83-2f988dad8a70}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 10:54:09.182 +05:30 ffc9086e-a86e-4771-99d8-fd4f9fe402b2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=iId - 200 147 application/json; charset=utf-8 9.0757ms 2024-09-07 10:54:13.954 +05:30 b7d74cd4-be63-4464-81ce-d420ddfe4caa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search= - null null 2024-09-07 10:54:13.954 +05:30 b7d74cd4-be63-4464-81ce-d420ddfe4caa INF CORS policy execution successful. 2024-09-07 10:54:13.955 +05:30 b7d74cd4-be63-4464-81ce-d420ddfe4caa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search= - 204 null null 0.7292ms 2024-09-07 10:54:14.012 +05:30 8dde1427-c147-4e0f-b6a6-74339f062bff INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search= - null null 2024-09-07 10:54:14.013 +05:30 8dde1427-c147-4e0f-b6a6-74339f062bff INF CORS policy execution successful. 2024-09-07 10:54:14.014 +05:30 8dde1427-c147-4e0f-b6a6-74339f062bff INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:54:14.014 +05:30 41e2561f-23e2-4ad5-a338-523116aaf3bd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:54:14.014 +05:30 41e2561f-23e2-4ad5-a338-523116aaf3bd INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:54:14.020 +05:30 41e2561f-23e2-4ad5-a338-523116aaf3bd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:54:14.020 +05:30 41e2561f-23e2-4ad5-a338-523116aaf3bd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 5.5577ms 2024-09-07 10:54:14.020 +05:30 41e2561f-23e2-4ad5-a338-523116aaf3bd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:54:14.020 +05:30 41e2561f-23e2-4ad5-a338-523116aaf3bd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8dde1427-c147-4e0f-b6a6-74339f062bff}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:54:14.020 +05:30 41e2561f-23e2-4ad5-a338-523116aaf3bd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search= - 200 962 application/json; charset=utf-8 8.1174ms 2024-09-07 10:54:15.132 +05:30 f4000850-404a-4f11-a15a-36800e31c52f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 10:54:15.132 +05:30 f4000850-404a-4f11-a15a-36800e31c52f INF CORS policy execution successful. 2024-09-07 10:54:15.133 +05:30 f4000850-404a-4f11-a15a-36800e31c52f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.4623ms 2024-09-07 10:54:15.186 +05:30 c4fced78-f279-4aba-8fb8-65970fb0eacf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 10:54:15.187 +05:30 c4fced78-f279-4aba-8fb8-65970fb0eacf INF CORS policy execution successful. 2024-09-07 10:54:15.187 +05:30 c4fced78-f279-4aba-8fb8-65970fb0eacf INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:54:15.188 +05:30 9743529c-1d9a-4087-bde8-fd27dd872d52 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:54:15.198 +05:30 9743529c-1d9a-4087-bde8-fd27dd872d52 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:54:15.248 +05:30 9743529c-1d9a-4087-bde8-fd27dd872d52 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:54:15.249 +05:30 9743529c-1d9a-4087-bde8-fd27dd872d52 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 51.432ms 2024-09-07 10:54:15.250 +05:30 9743529c-1d9a-4087-bde8-fd27dd872d52 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:54:15.250 +05:30 9743529c-1d9a-4087-bde8-fd27dd872d52 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c4fced78-f279-4aba-8fb8-65970fb0eacf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:54:15.251 +05:30 9743529c-1d9a-4087-bde8-fd27dd872d52 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 64.7861ms 2024-09-07 10:54:15.449 +05:30 c544243a-3e5a-4409-ac21-4265a76fab40 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=iId - null null 2024-09-07 10:54:15.449 +05:30 c544243a-3e5a-4409-ac21-4265a76fab40 INF CORS policy execution successful. 2024-09-07 10:54:15.449 +05:30 c544243a-3e5a-4409-ac21-4265a76fab40 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=iId - 204 null null 0.4301ms 2024-09-07 10:54:15.560 +05:30 b02ed930-dfa1-4d27-bd57-fcf44675e30e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=iId - null null 2024-09-07 10:54:15.561 +05:30 b02ed930-dfa1-4d27-bd57-fcf44675e30e INF CORS policy execution successful. 2024-09-07 10:54:15.561 +05:30 b02ed930-dfa1-4d27-bd57-fcf44675e30e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&search=iId Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:54:15.562 +05:30 d9c60d23-8515-4f29-b583-6d5f80f8d624 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:54:15.562 +05:30 d9c60d23-8515-4f29-b583-6d5f80f8d624 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:54:15.567 +05:30 d9c60d23-8515-4f29-b583-6d5f80f8d624 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:54:15.568 +05:30 d9c60d23-8515-4f29-b583-6d5f80f8d624 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 5.5561ms 2024-09-07 10:54:15.568 +05:30 d9c60d23-8515-4f29-b583-6d5f80f8d624 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:54:15.568 +05:30 d9c60d23-8515-4f29-b583-6d5f80f8d624 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b02ed930-dfa1-4d27-bd57-fcf44675e30e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 10:54:15.569 +05:30 d9c60d23-8515-4f29-b583-6d5f80f8d624 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&search=iId - 200 147 application/json; charset=utf-8 8.4357ms 2024-09-07 10:55:33.718 +05:30 39ee435f-7e9b-4198-aa4a-de4581f7288e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 10:55:33.721 +05:30 39ee435f-7e9b-4198-aa4a-de4581f7288e INF CORS policy execution successful. 2024-09-07 10:55:33.723 +05:30 39ee435f-7e9b-4198-aa4a-de4581f7288e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 4.7334ms 2024-09-07 10:55:33.752 +05:30 a50150c1-986f-45a3-8612-e1ed07e6c82e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:55:33.752 +05:30 a50150c1-986f-45a3-8612-e1ed07e6c82e INF CORS policy execution successful. 2024-09-07 10:55:33.753 +05:30 a50150c1-986f-45a3-8612-e1ed07e6c82e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 0.6187ms 2024-09-07 10:55:33.778 +05:30 63ea3453-0021-459c-8e08-3cd90dcac7d7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 10:55:33.780 +05:30 63ea3453-0021-459c-8e08-3cd90dcac7d7 INF CORS policy execution successful. 2024-09-07 10:55:33.781 +05:30 63ea3453-0021-459c-8e08-3cd90dcac7d7 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:55:33.782 +05:30 26c9280b-050d-4298-a951-a56c5f95f59b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:55:33.782 +05:30 26c9280b-050d-4298-a951-a56c5f95f59b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:55:33.794 +05:30 26c9280b-050d-4298-a951-a56c5f95f59b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:55:33.794 +05:30 26c9280b-050d-4298-a951-a56c5f95f59b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 11.7499ms 2024-09-07 10:55:33.794 +05:30 26c9280b-050d-4298-a951-a56c5f95f59b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:55:33.795 +05:30 26c9280b-050d-4298-a951-a56c5f95f59b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 63ea3453-0021-459c-8e08-3cd90dcac7d7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:55:33.795 +05:30 26c9280b-050d-4298-a951-a56c5f95f59b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 16.7338ms 2024-09-07 10:55:33.800 +05:30 e614883c-e304-47f4-9efc-3c6c28bf8cc7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:55:33.801 +05:30 e614883c-e304-47f4-9efc-3c6c28bf8cc7 INF CORS policy execution successful. 2024-09-07 10:55:33.801 +05:30 e614883c-e304-47f4-9efc-3c6c28bf8cc7 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:55:33.801 +05:30 cd33253e-3e6f-4e49-a965-91ebf22befa4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:55:33.801 +05:30 cd33253e-3e6f-4e49-a965-91ebf22befa4 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:55:33.806 +05:30 cd33253e-3e6f-4e49-a965-91ebf22befa4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:55:33.806 +05:30 cd33253e-3e6f-4e49-a965-91ebf22befa4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.765ms 2024-09-07 10:55:33.806 +05:30 cd33253e-3e6f-4e49-a965-91ebf22befa4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:55:33.806 +05:30 cd33253e-3e6f-4e49-a965-91ebf22befa4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e614883c-e304-47f4-9efc-3c6c28bf8cc7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:55:33.806 +05:30 cd33253e-3e6f-4e49-a965-91ebf22befa4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 6.1504ms 2024-09-07 10:55:44.437 +05:30 b2c11666-811c-4b58-81ab-849426912cd2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:55:44.437 +05:30 b2c11666-811c-4b58-81ab-849426912cd2 INF CORS policy execution successful. 2024-09-07 10:55:44.438 +05:30 b2c11666-811c-4b58-81ab-849426912cd2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.6255ms 2024-09-07 10:55:44.489 +05:30 7278ba54-b5bf-46c5-8614-5160488b9993 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:55:44.490 +05:30 7278ba54-b5bf-46c5-8614-5160488b9993 INF CORS policy execution successful. 2024-09-07 10:55:44.490 +05:30 7278ba54-b5bf-46c5-8614-5160488b9993 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:55:44.492 +05:30 48420318-cf72-4719-bdd1-c0a993a92b17 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:55:44.493 +05:30 48420318-cf72-4719-bdd1-c0a993a92b17 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:55:44.520 +05:30 48420318-cf72-4719-bdd1-c0a993a92b17 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:55:44.520 +05:30 48420318-cf72-4719-bdd1-c0a993a92b17 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 27.3108ms 2024-09-07 10:55:44.520 +05:30 48420318-cf72-4719-bdd1-c0a993a92b17 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:55:44.520 +05:30 48420318-cf72-4719-bdd1-c0a993a92b17 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7278ba54-b5bf-46c5-8614-5160488b9993}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 707} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:55:44.521 +05:30 48420318-cf72-4719-bdd1-c0a993a92b17 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 707 application/json; charset=utf-8 31.6353ms 2024-09-07 10:55:45.081 +05:30 f2d93f06-a618-4248-8e7b-020d21f35464 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:55:45.081 +05:30 f2d93f06-a618-4248-8e7b-020d21f35464 INF CORS policy execution successful. 2024-09-07 10:55:45.081 +05:30 f2d93f06-a618-4248-8e7b-020d21f35464 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.3972ms 2024-09-07 10:55:45.131 +05:30 6204cfe8-0555-4431-a712-ea624f0a3f23 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:55:45.131 +05:30 6204cfe8-0555-4431-a712-ea624f0a3f23 INF CORS policy execution successful. 2024-09-07 10:55:45.132 +05:30 6204cfe8-0555-4431-a712-ea624f0a3f23 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:55:45.132 +05:30 9a1a42bd-b9d3-4750-87af-49f2077254df INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:55:45.132 +05:30 9a1a42bd-b9d3-4750-87af-49f2077254df INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:55:45.136 +05:30 9a1a42bd-b9d3-4750-87af-49f2077254df INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:55:45.136 +05:30 9a1a42bd-b9d3-4750-87af-49f2077254df INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.9208ms 2024-09-07 10:55:45.136 +05:30 9a1a42bd-b9d3-4750-87af-49f2077254df INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:55:45.136 +05:30 9a1a42bd-b9d3-4750-87af-49f2077254df INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6204cfe8-0555-4431-a712-ea624f0a3f23}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 707} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:55:45.137 +05:30 9a1a42bd-b9d3-4750-87af-49f2077254df INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 707 application/json; charset=utf-8 5.834ms 2024-09-07 10:55:47.602 +05:30 646f5c34-8f14-4d33-abe5-41cae8c63507 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:55:47.603 +05:30 646f5c34-8f14-4d33-abe5-41cae8c63507 INF CORS policy execution successful. 2024-09-07 10:55:47.603 +05:30 646f5c34-8f14-4d33-abe5-41cae8c63507 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.833ms 2024-09-07 10:55:47.613 +05:30 8e0293c8-d5b6-4fe8-806e-8e7289db3335 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:55:47.613 +05:30 8e0293c8-d5b6-4fe8-806e-8e7289db3335 INF CORS policy execution successful. 2024-09-07 10:55:47.613 +05:30 8e0293c8-d5b6-4fe8-806e-8e7289db3335 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4431ms 2024-09-07 10:55:47.653 +05:30 18738047-fc7a-4382-a609-213388cccb1f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:55:47.654 +05:30 18738047-fc7a-4382-a609-213388cccb1f INF CORS policy execution successful. 2024-09-07 10:55:47.655 +05:30 18738047-fc7a-4382-a609-213388cccb1f INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:55:47.655 +05:30 cebe646d-e4bb-40bd-927d-7d5c6ffc9ffb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:55:47.655 +05:30 cebe646d-e4bb-40bd-927d-7d5c6ffc9ffb INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:55:47.659 +05:30 cebe646d-e4bb-40bd-927d-7d5c6ffc9ffb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:55:47.659 +05:30 cebe646d-e4bb-40bd-927d-7d5c6ffc9ffb INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.1898ms 2024-09-07 10:55:47.660 +05:30 cebe646d-e4bb-40bd-927d-7d5c6ffc9ffb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:55:47.660 +05:30 cebe646d-e4bb-40bd-927d-7d5c6ffc9ffb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 18738047-fc7a-4382-a609-213388cccb1f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:55:47.660 +05:30 cebe646d-e4bb-40bd-927d-7d5c6ffc9ffb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 6.9363ms 2024-09-07 10:55:47.665 +05:30 29b171da-bbfb-4329-9aa1-142388e0d792 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:55:47.665 +05:30 29b171da-bbfb-4329-9aa1-142388e0d792 INF CORS policy execution successful. 2024-09-07 10:55:47.665 +05:30 29b171da-bbfb-4329-9aa1-142388e0d792 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:55:47.665 +05:30 df6fbbdf-aba2-491f-8be0-c7039aac378b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:55:47.666 +05:30 df6fbbdf-aba2-491f-8be0-c7039aac378b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:55:47.669 +05:30 df6fbbdf-aba2-491f-8be0-c7039aac378b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:55:47.670 +05:30 df6fbbdf-aba2-491f-8be0-c7039aac378b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.9891ms 2024-09-07 10:55:47.670 +05:30 df6fbbdf-aba2-491f-8be0-c7039aac378b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:55:47.670 +05:30 df6fbbdf-aba2-491f-8be0-c7039aac378b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 29b171da-bbfb-4329-9aa1-142388e0d792}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:55:47.670 +05:30 df6fbbdf-aba2-491f-8be0-c7039aac378b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.6687ms 2024-09-07 10:55:49.371 +05:30 80c3ad31-dfc9-4c43-a1c2-9c2fb58bc3a1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:55:49.371 +05:30 80c3ad31-dfc9-4c43-a1c2-9c2fb58bc3a1 INF CORS policy execution successful. 2024-09-07 10:55:49.372 +05:30 80c3ad31-dfc9-4c43-a1c2-9c2fb58bc3a1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 0.6315ms 2024-09-07 10:55:49.425 +05:30 0b8d7200-34e0-4d36-b5e1-831e3f139b8f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:55:49.425 +05:30 0b8d7200-34e0-4d36-b5e1-831e3f139b8f INF CORS policy execution successful. 2024-09-07 10:55:49.426 +05:30 0b8d7200-34e0-4d36-b5e1-831e3f139b8f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:55:49.426 +05:30 185ec676-8c1e-44b4-b867-39c5b0f5bbbb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:55:49.426 +05:30 185ec676-8c1e-44b4-b867-39c5b0f5bbbb INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:55:49.430 +05:30 185ec676-8c1e-44b4-b867-39c5b0f5bbbb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:55:49.431 +05:30 185ec676-8c1e-44b4-b867-39c5b0f5bbbb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.7168ms 2024-09-07 10:55:49.431 +05:30 185ec676-8c1e-44b4-b867-39c5b0f5bbbb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:55:49.431 +05:30 185ec676-8c1e-44b4-b867-39c5b0f5bbbb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0b8d7200-34e0-4d36-b5e1-831e3f139b8f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:55:49.431 +05:30 185ec676-8c1e-44b4-b867-39c5b0f5bbbb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 6.1397ms 2024-09-07 10:55:49.681 +05:30 1431c397-5b05-47e2-84cc-3f3219b39426 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:55:49.681 +05:30 1431c397-5b05-47e2-84cc-3f3219b39426 INF CORS policy execution successful. 2024-09-07 10:55:49.682 +05:30 1431c397-5b05-47e2-84cc-3f3219b39426 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5192ms 2024-09-07 10:55:49.735 +05:30 38f398c3-1412-4369-a9ac-3621b325d703 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:55:49.735 +05:30 38f398c3-1412-4369-a9ac-3621b325d703 INF CORS policy execution successful. 2024-09-07 10:55:49.736 +05:30 38f398c3-1412-4369-a9ac-3621b325d703 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:55:49.736 +05:30 409aa95a-07e0-49a7-b5b9-9741f83d0636 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:55:49.736 +05:30 409aa95a-07e0-49a7-b5b9-9741f83d0636 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:55:49.738 +05:30 409aa95a-07e0-49a7-b5b9-9741f83d0636 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:55:49.739 +05:30 409aa95a-07e0-49a7-b5b9-9741f83d0636 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.6711ms 2024-09-07 10:55:49.739 +05:30 409aa95a-07e0-49a7-b5b9-9741f83d0636 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:55:49.739 +05:30 409aa95a-07e0-49a7-b5b9-9741f83d0636 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 38f398c3-1412-4369-a9ac-3621b325d703}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:55:49.739 +05:30 409aa95a-07e0-49a7-b5b9-9741f83d0636 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 4.4082ms 2024-09-07 10:56:34.939 +05:30 e435339a-911a-4306-9398-bfff9690c5cc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 10:56:34.940 +05:30 e435339a-911a-4306-9398-bfff9690c5cc INF CORS policy execution successful. 2024-09-07 10:56:34.940 +05:30 8e1e4823-ca7a-457a-bd90-798c662b5963 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 10:56:34.940 +05:30 8e1e4823-ca7a-457a-bd90-798c662b5963 INF CORS policy execution successful. 2024-09-07 10:56:34.940 +05:30 8e1e4823-ca7a-457a-bd90-798c662b5963 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.3501ms 2024-09-07 10:56:34.940 +05:30 e435339a-911a-4306-9398-bfff9690c5cc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 1.1734ms 2024-09-07 10:56:34.949 +05:30 826820e4-1efb-4f55-b017-a7464cae270c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 10:56:34.949 +05:30 826820e4-1efb-4f55-b017-a7464cae270c INF CORS policy execution successful. 2024-09-07 10:56:34.949 +05:30 826820e4-1efb-4f55-b017-a7464cae270c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.4492ms 2024-09-07 10:56:34.983 +05:30 ab4c5a86-f508-4fde-ac61-c334537aedd5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 10:56:34.983 +05:30 fb1252b5-0476-4438-a39c-baf57452871a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 10:56:34.983 +05:30 ab4c5a86-f508-4fde-ac61-c334537aedd5 INF CORS policy execution successful. 2024-09-07 10:56:34.983 +05:30 fb1252b5-0476-4438-a39c-baf57452871a INF CORS policy execution successful. 2024-09-07 10:56:34.984 +05:30 fb1252b5-0476-4438-a39c-baf57452871a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.3214ms 2024-09-07 10:56:34.984 +05:30 ab4c5a86-f508-4fde-ac61-c334537aedd5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.4839ms 2024-09-07 10:56:34.985 +05:30 3ccbe952-03d7-4023-8833-e926d1238420 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 10:56:34.985 +05:30 3ccbe952-03d7-4023-8833-e926d1238420 INF CORS policy execution successful. 2024-09-07 10:56:34.985 +05:30 3ccbe952-03d7-4023-8833-e926d1238420 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.2826ms 2024-09-07 10:56:34.992 +05:30 2291d048-438e-4ffc-ae9c-7ab3c6362de0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 10:56:34.993 +05:30 2291d048-438e-4ffc-ae9c-7ab3c6362de0 INF CORS policy execution successful. 2024-09-07 10:56:34.993 +05:30 2291d048-438e-4ffc-ae9c-7ab3c6362de0 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:34.993 +05:30 ba927460-fa0f-45d0-b984-bef01ff49509 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:34.994 +05:30 ba927460-fa0f-45d0-b984-bef01ff49509 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:34.999 +05:30 bcae4b42-48a7-4ceb-ad10-93287dff56a7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 10:56:34.999 +05:30 bcae4b42-48a7-4ceb-ad10-93287dff56a7 INF CORS policy execution successful. 2024-09-07 10:56:35.000 +05:30 bcae4b42-48a7-4ceb-ad10-93287dff56a7 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:35.000 +05:30 ba927460-fa0f-45d0-b984-bef01ff49509 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:35.001 +05:30 c4fdc301-5613-4386-b665-34335f9ddedf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.001 +05:30 c4fdc301-5613-4386-b665-34335f9ddedf INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:35.001 +05:30 ba927460-fa0f-45d0-b984-bef01ff49509 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 7.4981ms 2024-09-07 10:56:35.002 +05:30 ba927460-fa0f-45d0-b984-bef01ff49509 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.002 +05:30 ba927460-fa0f-45d0-b984-bef01ff49509 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2291d048-438e-4ffc-ae9c-7ab3c6362de0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:56:35.002 +05:30 ba927460-fa0f-45d0-b984-bef01ff49509 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 10.3868ms 2024-09-07 10:56:35.003 +05:30 43627e4e-e092-41b6-b147-c99f20a36396 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 10:56:35.003 +05:30 43627e4e-e092-41b6-b147-c99f20a36396 INF CORS policy execution successful. 2024-09-07 10:56:35.004 +05:30 43627e4e-e092-41b6-b147-c99f20a36396 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:35.004 +05:30 64ec7992-e405-43af-92e2-a102ce130243 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.004 +05:30 64ec7992-e405-43af-92e2-a102ce130243 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:35.005 +05:30 c4fdc301-5613-4386-b665-34335f9ddedf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:35.005 +05:30 c4fdc301-5613-4386-b665-34335f9ddedf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.1952ms 2024-09-07 10:56:35.005 +05:30 c4fdc301-5613-4386-b665-34335f9ddedf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.005 +05:30 c4fdc301-5613-4386-b665-34335f9ddedf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bcae4b42-48a7-4ceb-ad10-93287dff56a7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:56:35.006 +05:30 c4fdc301-5613-4386-b665-34335f9ddedf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 6.8046ms 2024-09-07 10:56:35.007 +05:30 64ec7992-e405-43af-92e2-a102ce130243 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:35.007 +05:30 64ec7992-e405-43af-92e2-a102ce130243 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.8195ms 2024-09-07 10:56:35.007 +05:30 64ec7992-e405-43af-92e2-a102ce130243 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.007 +05:30 64ec7992-e405-43af-92e2-a102ce130243 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 43627e4e-e092-41b6-b147-c99f20a36396}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:56:35.007 +05:30 64ec7992-e405-43af-92e2-a102ce130243 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 4.3897ms 2024-09-07 10:56:35.026 +05:30 97332713-0fb0-4cf9-a384-f38554cff71c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 10:56:35.026 +05:30 97332713-0fb0-4cf9-a384-f38554cff71c INF CORS policy execution successful. 2024-09-07 10:56:35.026 +05:30 97332713-0fb0-4cf9-a384-f38554cff71c INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:35.026 +05:30 b3664141-a328-4b78-8b70-41be9f494334 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.026 +05:30 b3664141-a328-4b78-8b70-41be9f494334 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:35.029 +05:30 b3664141-a328-4b78-8b70-41be9f494334 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:35.029 +05:30 e3840ea6-a0f0-4558-8b17-78b298f56a95 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 10:56:35.029 +05:30 b3664141-a328-4b78-8b70-41be9f494334 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.5864ms 2024-09-07 10:56:35.029 +05:30 b3664141-a328-4b78-8b70-41be9f494334 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.029 +05:30 e3840ea6-a0f0-4558-8b17-78b298f56a95 INF CORS policy execution successful. 2024-09-07 10:56:35.029 +05:30 b3664141-a328-4b78-8b70-41be9f494334 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 97332713-0fb0-4cf9-a384-f38554cff71c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:56:35.029 +05:30 e3840ea6-a0f0-4558-8b17-78b298f56a95 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:35.030 +05:30 b3664141-a328-4b78-8b70-41be9f494334 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.904ms 2024-09-07 10:56:35.030 +05:30 8a0eb60b-0760-4d68-88b9-34fdade6f5bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.030 +05:30 8a0eb60b-0760-4d68-88b9-34fdade6f5bc INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:35.031 +05:30 35a1d35b-203c-4112-80a7-612a0f88d9bf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 10:56:35.031 +05:30 35a1d35b-203c-4112-80a7-612a0f88d9bf INF CORS policy execution successful. 2024-09-07 10:56:35.031 +05:30 35a1d35b-203c-4112-80a7-612a0f88d9bf INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:35.031 +05:30 b5f6bcbd-6dac-4101-865b-6ec0d2bbf9e8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.031 +05:30 b5f6bcbd-6dac-4101-865b-6ec0d2bbf9e8 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:35.031 +05:30 8a0eb60b-0760-4d68-88b9-34fdade6f5bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:35.031 +05:30 8a0eb60b-0760-4d68-88b9-34fdade6f5bc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.7247ms 2024-09-07 10:56:35.031 +05:30 8a0eb60b-0760-4d68-88b9-34fdade6f5bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.032 +05:30 8a0eb60b-0760-4d68-88b9-34fdade6f5bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e3840ea6-a0f0-4558-8b17-78b298f56a95}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:56:35.032 +05:30 8a0eb60b-0760-4d68-88b9-34fdade6f5bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 2.7612ms 2024-09-07 10:56:35.033 +05:30 b5f6bcbd-6dac-4101-865b-6ec0d2bbf9e8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:35.033 +05:30 b5f6bcbd-6dac-4101-865b-6ec0d2bbf9e8 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.4024ms 2024-09-07 10:56:35.033 +05:30 b5f6bcbd-6dac-4101-865b-6ec0d2bbf9e8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:56:35.033 +05:30 b5f6bcbd-6dac-4101-865b-6ec0d2bbf9e8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 35a1d35b-203c-4112-80a7-612a0f88d9bf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:56:35.033 +05:30 b5f6bcbd-6dac-4101-865b-6ec0d2bbf9e8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 2.2998ms 2024-09-07 10:56:47.317 +05:30 26b6a9d5-81b9-46fb-9918-484b1ac53fe7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 10:56:47.317 +05:30 26b6a9d5-81b9-46fb-9918-484b1ac53fe7 INF CORS policy execution successful. 2024-09-07 10:56:47.318 +05:30 26b6a9d5-81b9-46fb-9918-484b1ac53fe7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 1.4831ms 2024-09-07 10:56:47.372 +05:30 86e19c76-5f22-4fbc-9056-bde0ed9c2d68 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 1550 2024-09-07 10:56:47.373 +05:30 86e19c76-5f22-4fbc-9056-bde0ed9c2d68 INF CORS policy execution successful. 2024-09-07 10:56:47.389 +05:30 86e19c76-5f22-4fbc-9056-bde0ed9c2d68 INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 1550}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":0,"tagId":20,"name":"layout21","condition":"","availInMobileApp":false,"languageId":1,"summaryViewFields":[{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":195,"field_Name":"iParent","caption":"iParent","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":196,"field_Name":"iStatus","caption":"iStatus","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":198,"field_Name":"dCreatedOn","caption":"dCreatedOn","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":5,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":193,"field_Name":"sCode","caption":"Code","alignment":1,"width":80,"order":6,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false}],"language_Name":"English"} 2024-09-07 10:56:47.390 +05:30 35b4cef9-60e5-4820-b67a-f97af4bfdbb5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 10:56:47.398 +05:30 35b4cef9-60e5-4820-b67a-f97af4bfdbb5 INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:47.621 +05:30 35b4cef9-60e5-4820-b67a-f97af4bfdbb5 INF Executing ConflictObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:47.621 +05:30 35b4cef9-60e5-4820-b67a-f97af4bfdbb5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 222.8175ms 2024-09-07 10:56:47.621 +05:30 35b4cef9-60e5-4820-b67a-f97af4bfdbb5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 10:56:47.621 +05:30 35b4cef9-60e5-4820-b67a-f97af4bfdbb5 INF HTTP Response: StatusCode: 409 Headers: {X-Correlation-Id: 86e19c76-5f22-4fbc-9056-bde0ed9c2d68}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 111} Body: {"status":"Failure","statusCode":3002,"message":"SummaryView with the same Name already exists.","result":null} 2024-09-07 10:56:47.622 +05:30 35b4cef9-60e5-4820-b67a-f97af4bfdbb5 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 409 111 application/json; charset=utf-8 249.473ms 2024-09-07 10:56:53.647 +05:30 c14aa123-705b-47fa-ae34-18be3d738ceb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 10:56:53.648 +05:30 c14aa123-705b-47fa-ae34-18be3d738ceb INF CORS policy execution successful. 2024-09-07 10:56:53.649 +05:30 c14aa123-705b-47fa-ae34-18be3d738ceb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 2.6143ms 2024-09-07 10:56:53.712 +05:30 1a2d58ab-2504-4c92-899c-0c6073a1cf2a INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 1550 2024-09-07 10:56:53.718 +05:30 1a2d58ab-2504-4c92-899c-0c6073a1cf2a INF CORS policy execution successful. 2024-09-07 10:56:53.721 +05:30 1a2d58ab-2504-4c92-899c-0c6073a1cf2a INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 1550}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":0,"tagId":20,"name":"layout22","condition":"","availInMobileApp":false,"languageId":1,"summaryViewFields":[{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":195,"field_Name":"iParent","caption":"iParent","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":196,"field_Name":"iStatus","caption":"iStatus","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":198,"field_Name":"dCreatedOn","caption":"dCreatedOn","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":5,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":193,"field_Name":"sCode","caption":"Code","alignment":1,"width":80,"order":6,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false}],"language_Name":"English"} 2024-09-07 10:56:53.724 +05:30 28492c2a-fb13-4a1a-8fe6-220e8df07536 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 10:56:53.725 +05:30 28492c2a-fb13-4a1a-8fe6-220e8df07536 INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:53.767 +05:30 28492c2a-fb13-4a1a-8fe6-220e8df07536 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:53.769 +05:30 28492c2a-fb13-4a1a-8fe6-220e8df07536 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 43.0441ms 2024-09-07 10:56:53.769 +05:30 28492c2a-fb13-4a1a-8fe6-220e8df07536 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 10:56:53.769 +05:30 28492c2a-fb13-4a1a-8fe6-220e8df07536 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 1a2d58ab-2504-4c92-899c-0c6073a1cf2a}, {Location: http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 100} Body: {"status":"Success","statusCode":2001,"message":"SummaryView Inserted Successfully.","result":"117"} 2024-09-07 10:56:53.770 +05:30 28492c2a-fb13-4a1a-8fe6-220e8df07536 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 201 100 application/json; charset=utf-8 58.9082ms 2024-09-07 10:56:54.049 +05:30 a6fcb28b-d716-451a-9ffd-ab768f20f720 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:56:54.050 +05:30 a6fcb28b-d716-451a-9ffd-ab768f20f720 INF CORS policy execution successful. 2024-09-07 10:56:54.050 +05:30 a6fcb28b-d716-451a-9ffd-ab768f20f720 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.4573ms 2024-09-07 10:56:54.100 +05:30 ffcdd871-7f49-4cd5-b221-c22b81bcdb95 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 10:56:54.101 +05:30 ffcdd871-7f49-4cd5-b221-c22b81bcdb95 INF CORS policy execution successful. 2024-09-07 10:56:54.101 +05:30 ffcdd871-7f49-4cd5-b221-c22b81bcdb95 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:54.101 +05:30 a61dce1c-ca65-46ce-89b0-750fd05c66d9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:56:54.101 +05:30 a61dce1c-ca65-46ce-89b0-750fd05c66d9 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:54.105 +05:30 a61dce1c-ca65-46ce-89b0-750fd05c66d9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:54.105 +05:30 a61dce1c-ca65-46ce-89b0-750fd05c66d9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.2327ms 2024-09-07 10:56:54.106 +05:30 a61dce1c-ca65-46ce-89b0-750fd05c66d9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:56:54.106 +05:30 a61dce1c-ca65-46ce-89b0-750fd05c66d9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ffcdd871-7f49-4cd5-b221-c22b81bcdb95}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:56:54.106 +05:30 a61dce1c-ca65-46ce-89b0-750fd05c66d9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 6.1381ms 2024-09-07 10:56:54.560 +05:30 95d23a20-043f-4974-b2a8-7ac942d422a9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:56:54.560 +05:30 95d23a20-043f-4974-b2a8-7ac942d422a9 INF CORS policy execution successful. 2024-09-07 10:56:54.560 +05:30 95d23a20-043f-4974-b2a8-7ac942d422a9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.6075ms 2024-09-07 10:56:54.650 +05:30 ec34dab9-7a66-4344-9eff-b907fd758742 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:56:54.650 +05:30 ec34dab9-7a66-4344-9eff-b907fd758742 INF CORS policy execution successful. 2024-09-07 10:56:54.650 +05:30 ec34dab9-7a66-4344-9eff-b907fd758742 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:54.650 +05:30 c812c5d6-9ab6-4276-94a8-876de3f8251d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:56:54.650 +05:30 c812c5d6-9ab6-4276-94a8-876de3f8251d INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:54.654 +05:30 c812c5d6-9ab6-4276-94a8-876de3f8251d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:54.654 +05:30 c812c5d6-9ab6-4276-94a8-876de3f8251d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.7733ms 2024-09-07 10:56:54.654 +05:30 c812c5d6-9ab6-4276-94a8-876de3f8251d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:56:54.655 +05:30 c812c5d6-9ab6-4276-94a8-876de3f8251d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ec34dab9-7a66-4344-9eff-b907fd758742}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:56:54.655 +05:30 c812c5d6-9ab6-4276-94a8-876de3f8251d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 5.3019ms 2024-09-07 10:56:58.369 +05:30 874724ba-03ff-499f-8eff-f51cf5ffa1e3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:56:58.370 +05:30 874724ba-03ff-499f-8eff-f51cf5ffa1e3 INF CORS policy execution successful. 2024-09-07 10:56:58.370 +05:30 874724ba-03ff-499f-8eff-f51cf5ffa1e3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.2776ms 2024-09-07 10:56:58.428 +05:30 d3b2f470-0060-47b3-b3eb-ed1f533ecba8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 10:56:58.432 +05:30 d3b2f470-0060-47b3-b3eb-ed1f533ecba8 INF CORS policy execution successful. 2024-09-07 10:56:58.433 +05:30 d3b2f470-0060-47b3-b3eb-ed1f533ecba8 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:56:58.434 +05:30 35a9ef0b-221c-42d0-944c-1cb5d63bdfee INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:56:58.435 +05:30 35a9ef0b-221c-42d0-944c-1cb5d63bdfee INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:56:58.475 +05:30 35a9ef0b-221c-42d0-944c-1cb5d63bdfee INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:56:58.476 +05:30 35a9ef0b-221c-42d0-944c-1cb5d63bdfee INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 38.7193ms 2024-09-07 10:56:58.476 +05:30 35a9ef0b-221c-42d0-944c-1cb5d63bdfee INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:56:58.477 +05:30 35a9ef0b-221c-42d0-944c-1cb5d63bdfee INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d3b2f470-0060-47b3-b3eb-ed1f533ecba8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 10:56:58.478 +05:30 35a9ef0b-221c-42d0-944c-1cb5d63bdfee INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 52.2161ms 2024-09-07 10:57:02.142 +05:30 63f922f4-2d47-40b6-b049-6bc7a939f03d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout22&tagId=20 - null null 2024-09-07 10:57:02.142 +05:30 63f922f4-2d47-40b6-b049-6bc7a939f03d INF CORS policy execution successful. 2024-09-07 10:57:02.143 +05:30 63f922f4-2d47-40b6-b049-6bc7a939f03d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout22&tagId=20 - 204 null null 0.8622ms 2024-09-07 10:57:02.210 +05:30 313c9f2d-b5bc-4e55-988c-4c8b79969372 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout22&tagId=20 - null null 2024-09-07 10:57:02.210 +05:30 313c9f2d-b5bc-4e55-988c-4c8b79969372 INF CORS policy execution successful. 2024-09-07 10:57:02.211 +05:30 313c9f2d-b5bc-4e55-988c-4c8b79969372 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout22&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:02.211 +05:30 d6ae0856-5a7a-47dd-8344-218fd4494c16 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:57:02.211 +05:30 d6ae0856-5a7a-47dd-8344-218fd4494c16 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:57:02.215 +05:30 d6ae0856-5a7a-47dd-8344-218fd4494c16 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:02.216 +05:30 d6ae0856-5a7a-47dd-8344-218fd4494c16 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.2734ms 2024-09-07 10:57:02.216 +05:30 d6ae0856-5a7a-47dd-8344-218fd4494c16 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 10:57:02.216 +05:30 d6ae0856-5a7a-47dd-8344-218fd4494c16 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 313c9f2d-b5bc-4e55-988c-4c8b79969372}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":117,\"Name\":\"layout22\"}]"} 2024-09-07 10:57:02.216 +05:30 d6ae0856-5a7a-47dd-8344-218fd4494c16 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout22&tagId=20 - 200 132 application/json; charset=utf-8 6.351ms 2024-09-07 10:57:06.001 +05:30 041ed03f-6f4e-49fd-b690-5c1a03541be0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 10:57:06.001 +05:30 dd8174aa-dafa-4c68-bd7a-053392971d04 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 10:57:06.001 +05:30 041ed03f-6f4e-49fd-b690-5c1a03541be0 INF CORS policy execution successful. 2024-09-07 10:57:06.001 +05:30 dd8174aa-dafa-4c68-bd7a-053392971d04 INF CORS policy execution successful. 2024-09-07 10:57:06.001 +05:30 041ed03f-6f4e-49fd-b690-5c1a03541be0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 0.7855ms 2024-09-07 10:57:06.001 +05:30 dd8174aa-dafa-4c68-bd7a-053392971d04 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 0.7312ms 2024-09-07 10:57:06.050 +05:30 c0cd092e-56a0-4cb4-b948-deca8c5ff819 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 10:57:06.050 +05:30 11c12f0d-ade9-40ea-8e0e-bd7278b49330 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 10:57:06.051 +05:30 c0cd092e-56a0-4cb4-b948-deca8c5ff819 INF CORS policy execution successful. 2024-09-07 10:57:06.051 +05:30 11c12f0d-ade9-40ea-8e0e-bd7278b49330 INF CORS policy execution successful. 2024-09-07 10:57:06.051 +05:30 11c12f0d-ade9-40ea-8e0e-bd7278b49330 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:06.051 +05:30 c0cd092e-56a0-4cb4-b948-deca8c5ff819 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:06.052 +05:30 8e4ede67-6ae7-44c7-9b24-685c00cc6447 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.052 +05:30 b4583319-adda-4c88-9acd-99e664419575 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.064 +05:30 b4583319-adda-4c88-9acd-99e664419575 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:57:06.065 +05:30 8e4ede67-6ae7-44c7-9b24-685c00cc6447 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:57:06.096 +05:30 8e4ede67-6ae7-44c7-9b24-685c00cc6447 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:06.096 +05:30 b4583319-adda-4c88-9acd-99e664419575 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:06.097 +05:30 8e4ede67-6ae7-44c7-9b24-685c00cc6447 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 31.8567ms 2024-09-07 10:57:06.097 +05:30 8e4ede67-6ae7-44c7-9b24-685c00cc6447 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.097 +05:30 b4583319-adda-4c88-9acd-99e664419575 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 32.0987ms 2024-09-07 10:57:06.097 +05:30 b4583319-adda-4c88-9acd-99e664419575 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.097 +05:30 8e4ede67-6ae7-44c7-9b24-685c00cc6447 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c0cd092e-56a0-4cb4-b948-deca8c5ff819}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 10:57:06.097 +05:30 b4583319-adda-4c88-9acd-99e664419575 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 11c12f0d-ade9-40ea-8e0e-bd7278b49330}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 10:57:06.097 +05:30 8e4ede67-6ae7-44c7-9b24-685c00cc6447 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 47.1484ms 2024-09-07 10:57:06.097 +05:30 b4583319-adda-4c88-9acd-99e664419575 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 47.1635ms 2024-09-07 10:57:06.296 +05:30 dbdc2328-c568-429f-b5d4-1750357e4443 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:57:06.296 +05:30 dbdc2328-c568-429f-b5d4-1750357e4443 INF CORS policy execution successful. 2024-09-07 10:57:06.297 +05:30 dbdc2328-c568-429f-b5d4-1750357e4443 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 0.8258ms 2024-09-07 10:57:06.349 +05:30 b458b440-d841-4156-b2a9-847d80ba2f8c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:57:06.349 +05:30 4bd30c87-e7a6-4b39-abde-0a6a746ebe0d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:57:06.349 +05:30 4bd30c87-e7a6-4b39-abde-0a6a746ebe0d INF CORS policy execution successful. 2024-09-07 10:57:06.349 +05:30 b458b440-d841-4156-b2a9-847d80ba2f8c INF CORS policy execution successful. 2024-09-07 10:57:06.349 +05:30 4bd30c87-e7a6-4b39-abde-0a6a746ebe0d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5916ms 2024-09-07 10:57:06.349 +05:30 b458b440-d841-4156-b2a9-847d80ba2f8c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5902ms 2024-09-07 10:57:06.356 +05:30 14fce7a9-a56d-4840-ae5f-d12bb3283336 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 10:57:06.357 +05:30 14fce7a9-a56d-4840-ae5f-d12bb3283336 INF CORS policy execution successful. 2024-09-07 10:57:06.357 +05:30 14fce7a9-a56d-4840-ae5f-d12bb3283336 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:06.357 +05:30 2c746179-c535-4b9c-8e5c-8c1f70ffedcf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.357 +05:30 2c746179-c535-4b9c-8e5c-8c1f70ffedcf INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:57:06.366 +05:30 2c746179-c535-4b9c-8e5c-8c1f70ffedcf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:06.367 +05:30 2c746179-c535-4b9c-8e5c-8c1f70ffedcf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 8.9866ms 2024-09-07 10:57:06.367 +05:30 2c746179-c535-4b9c-8e5c-8c1f70ffedcf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.367 +05:30 2c746179-c535-4b9c-8e5c-8c1f70ffedcf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 14fce7a9-a56d-4840-ae5f-d12bb3283336}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 10:57:06.367 +05:30 2c746179-c535-4b9c-8e5c-8c1f70ffedcf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 11.1286ms 2024-09-07 10:57:06.406 +05:30 6ec8cab8-ec63-48a3-b829-48fbfc8a24c6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:57:06.406 +05:30 6ec8cab8-ec63-48a3-b829-48fbfc8a24c6 INF CORS policy execution successful. 2024-09-07 10:57:06.406 +05:30 b24a9884-c26e-4514-8804-e714f478d353 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 10:57:06.406 +05:30 6ec8cab8-ec63-48a3-b829-48fbfc8a24c6 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:06.407 +05:30 b24a9884-c26e-4514-8804-e714f478d353 INF CORS policy execution successful. 2024-09-07 10:57:06.407 +05:30 4c2869af-6c71-4d21-a068-eabd4b25adb7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.407 +05:30 b24a9884-c26e-4514-8804-e714f478d353 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:06.407 +05:30 77f31d8a-f753-45fb-8d48-478be3aee980 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.407 +05:30 4c2869af-6c71-4d21-a068-eabd4b25adb7 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:57:06.407 +05:30 77f31d8a-f753-45fb-8d48-478be3aee980 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:57:06.410 +05:30 4c2869af-6c71-4d21-a068-eabd4b25adb7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:06.410 +05:30 77f31d8a-f753-45fb-8d48-478be3aee980 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:06.411 +05:30 77f31d8a-f753-45fb-8d48-478be3aee980 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.65ms 2024-09-07 10:57:06.411 +05:30 77f31d8a-f753-45fb-8d48-478be3aee980 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.411 +05:30 4c2869af-6c71-4d21-a068-eabd4b25adb7 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.7668ms 2024-09-07 10:57:06.411 +05:30 4c2869af-6c71-4d21-a068-eabd4b25adb7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.411 +05:30 77f31d8a-f753-45fb-8d48-478be3aee980 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b24a9884-c26e-4514-8804-e714f478d353}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:57:06.411 +05:30 4c2869af-6c71-4d21-a068-eabd4b25adb7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6ec8cab8-ec63-48a3-b829-48fbfc8a24c6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 10:57:06.411 +05:30 77f31d8a-f753-45fb-8d48-478be3aee980 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.7067ms 2024-09-07 10:57:06.411 +05:30 4c2869af-6c71-4d21-a068-eabd4b25adb7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.4929ms 2024-09-07 10:57:06.648 +05:30 d6b326cb-57bf-40ca-bcc0-13eda44c0b19 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:57:06.649 +05:30 d6b326cb-57bf-40ca-bcc0-13eda44c0b19 INF CORS policy execution successful. 2024-09-07 10:57:06.649 +05:30 d6b326cb-57bf-40ca-bcc0-13eda44c0b19 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.884ms 2024-09-07 10:57:06.697 +05:30 0e3e670a-e925-4a83-9f26-c81d2b8c1346 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 10:57:06.697 +05:30 0e3e670a-e925-4a83-9f26-c81d2b8c1346 INF CORS policy execution successful. 2024-09-07 10:57:06.698 +05:30 0e3e670a-e925-4a83-9f26-c81d2b8c1346 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:06.698 +05:30 19dbca56-8c06-4f9f-ab0d-59b02339ae2e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.699 +05:30 19dbca56-8c06-4f9f-ab0d-59b02339ae2e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 10:57:06.704 +05:30 19dbca56-8c06-4f9f-ab0d-59b02339ae2e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:06.705 +05:30 19dbca56-8c06-4f9f-ab0d-59b02339ae2e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.3333ms 2024-09-07 10:57:06.705 +05:30 19dbca56-8c06-4f9f-ab0d-59b02339ae2e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 10:57:06.705 +05:30 19dbca56-8c06-4f9f-ab0d-59b02339ae2e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0e3e670a-e925-4a83-9f26-c81d2b8c1346}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 10:57:06.706 +05:30 19dbca56-8c06-4f9f-ab0d-59b02339ae2e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 9.4343ms 2024-09-07 10:57:16.221 +05:30 35ed897c-2a37-4845-9384-26f04900e21b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 10:57:16.221 +05:30 f10ac396-9634-4d05-bc28-0362d9d7fe49 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 10:57:16.222 +05:30 f10ac396-9634-4d05-bc28-0362d9d7fe49 INF CORS policy execution successful. 2024-09-07 10:57:16.222 +05:30 35ed897c-2a37-4845-9384-26f04900e21b INF CORS policy execution successful. 2024-09-07 10:57:16.223 +05:30 a7e3326b-ed46-48ef-9644-ddfbe1ebe048 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 10:57:16.223 +05:30 f10ac396-9634-4d05-bc28-0362d9d7fe49 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 1.7081ms 2024-09-07 10:57:16.223 +05:30 a7e3326b-ed46-48ef-9644-ddfbe1ebe048 INF CORS policy execution successful. 2024-09-07 10:57:16.223 +05:30 35ed897c-2a37-4845-9384-26f04900e21b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 1.7129ms 2024-09-07 10:57:16.223 +05:30 a7e3326b-ed46-48ef-9644-ddfbe1ebe048 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.4748ms 2024-09-07 10:57:16.232 +05:30 8bdb9a58-24a9-47e4-880b-f083534d0668 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 10:57:16.233 +05:30 8bdb9a58-24a9-47e4-880b-f083534d0668 INF CORS policy execution successful. 2024-09-07 10:57:16.233 +05:30 8bdb9a58-24a9-47e4-880b-f083534d0668 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.7184ms 2024-09-07 10:57:16.266 +05:30 cf0141c1-9d95-4d1a-98ad-fae954bb893c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 10:57:16.266 +05:30 cf0141c1-9d95-4d1a-98ad-fae954bb893c INF CORS policy execution successful. 2024-09-07 10:57:16.266 +05:30 cf0141c1-9d95-4d1a-98ad-fae954bb893c INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:16.267 +05:30 76bcace1-882e-4445-8c47-c4bae9a149d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:57:16.267 +05:30 76bcace1-882e-4445-8c47-c4bae9a149d7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:57:16.271 +05:30 76bcace1-882e-4445-8c47-c4bae9a149d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:16.271 +05:30 76bcace1-882e-4445-8c47-c4bae9a149d7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.3347ms 2024-09-07 10:57:16.271 +05:30 76bcace1-882e-4445-8c47-c4bae9a149d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:57:16.271 +05:30 0c1f4b2b-1891-48ac-b40e-5901e1fcdc74 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 10:57:16.271 +05:30 76bcace1-882e-4445-8c47-c4bae9a149d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cf0141c1-9d95-4d1a-98ad-fae954bb893c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:57:16.271 +05:30 42d8bbdc-21a2-44d0-a10c-8fde1d08201f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 10:57:16.272 +05:30 0c1f4b2b-1891-48ac-b40e-5901e1fcdc74 INF CORS policy execution successful. 2024-09-07 10:57:16.272 +05:30 76bcace1-882e-4445-8c47-c4bae9a149d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 5.9586ms 2024-09-07 10:57:16.272 +05:30 42d8bbdc-21a2-44d0-a10c-8fde1d08201f INF CORS policy execution successful. 2024-09-07 10:57:16.272 +05:30 0c1f4b2b-1891-48ac-b40e-5901e1fcdc74 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:16.272 +05:30 42d8bbdc-21a2-44d0-a10c-8fde1d08201f INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:16.272 +05:30 d5dc8765-045b-4dc1-bdbb-73a405b513c2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:57:16.272 +05:30 c9106b87-1492-4dd5-bb48-3a66c3c2bef0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:57:16.272 +05:30 d5dc8765-045b-4dc1-bdbb-73a405b513c2 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:57:16.272 +05:30 c9106b87-1492-4dd5-bb48-3a66c3c2bef0 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:57:16.275 +05:30 c9106b87-1492-4dd5-bb48-3a66c3c2bef0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:16.275 +05:30 c9106b87-1492-4dd5-bb48-3a66c3c2bef0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.6227ms 2024-09-07 10:57:16.275 +05:30 c9106b87-1492-4dd5-bb48-3a66c3c2bef0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:57:16.275 +05:30 c9106b87-1492-4dd5-bb48-3a66c3c2bef0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 42d8bbdc-21a2-44d0-a10c-8fde1d08201f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:57:16.275 +05:30 d5dc8765-045b-4dc1-bdbb-73a405b513c2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:16.275 +05:30 d5dc8765-045b-4dc1-bdbb-73a405b513c2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.0091ms 2024-09-07 10:57:16.275 +05:30 d5dc8765-045b-4dc1-bdbb-73a405b513c2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:57:16.275 +05:30 c9106b87-1492-4dd5-bb48-3a66c3c2bef0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 3.9688ms 2024-09-07 10:57:16.275 +05:30 d5dc8765-045b-4dc1-bdbb-73a405b513c2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0c1f4b2b-1891-48ac-b40e-5901e1fcdc74}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:57:16.275 +05:30 d5dc8765-045b-4dc1-bdbb-73a405b513c2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 4.2278ms 2024-09-07 10:57:16.321 +05:30 fa8ead23-47f2-4d08-af8c-361251de1f57 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 10:57:16.321 +05:30 fa8ead23-47f2-4d08-af8c-361251de1f57 INF CORS policy execution successful. 2024-09-07 10:57:16.322 +05:30 fa8ead23-47f2-4d08-af8c-361251de1f57 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 10:57:16.322 +05:30 5f1c03c1-0d9d-4d5d-b601-2cffb5c7b272 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:57:16.322 +05:30 5f1c03c1-0d9d-4d5d-b601-2cffb5c7b272 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 10:57:16.325 +05:30 5f1c03c1-0d9d-4d5d-b601-2cffb5c7b272 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 10:57:16.326 +05:30 5f1c03c1-0d9d-4d5d-b601-2cffb5c7b272 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.5114ms 2024-09-07 10:57:16.326 +05:30 5f1c03c1-0d9d-4d5d-b601-2cffb5c7b272 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 10:57:16.326 +05:30 5f1c03c1-0d9d-4d5d-b601-2cffb5c7b272 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fa8ead23-47f2-4d08-af8c-361251de1f57}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 10:57:16.327 +05:30 5f1c03c1-0d9d-4d5d-b601-2cffb5c7b272 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 6.2557ms 2024-09-07 11:01:14.002 +05:30 e6b95b0c-8e52-4588-80c7-969e8ac397d3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.002 +05:30 6c176734-9e2a-4e94-a617-731565add62e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.005 +05:30 6c176734-9e2a-4e94-a617-731565add62e INF CORS policy execution successful. 2024-09-07 11:01:14.005 +05:30 e6b95b0c-8e52-4588-80c7-969e8ac397d3 INF CORS policy execution successful. 2024-09-07 11:01:14.005 +05:30 33f467d9-45dc-4c68-8e22-25cf7ca67cd4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.005 +05:30 33f467d9-45dc-4c68-8e22-25cf7ca67cd4 INF CORS policy execution successful. 2024-09-07 11:01:14.005 +05:30 4cdf4be3-7b19-4143-9d7f-51f289bc7cb5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.006 +05:30 4cdf4be3-7b19-4143-9d7f-51f289bc7cb5 INF CORS policy execution successful. 2024-09-07 11:01:14.006 +05:30 33f467d9-45dc-4c68-8e22-25cf7ca67cd4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.7087ms 2024-09-07 11:01:14.006 +05:30 4cdf4be3-7b19-4143-9d7f-51f289bc7cb5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.5204ms 2024-09-07 11:01:14.006 +05:30 6c176734-9e2a-4e94-a617-731565add62e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 4.3975ms 2024-09-07 11:01:14.006 +05:30 e6b95b0c-8e52-4588-80c7-969e8ac397d3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 3.6445ms 2024-09-07 11:01:14.007 +05:30 1723c191-78a0-451c-84f4-6ba130e7fa46 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.007 +05:30 1723c191-78a0-451c-84f4-6ba130e7fa46 INF CORS policy execution successful. 2024-09-07 11:01:14.007 +05:30 1723c191-78a0-451c-84f4-6ba130e7fa46 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.3286ms 2024-09-07 11:01:14.008 +05:30 0f4d210f-2487-4265-9daa-cb326a113313 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.009 +05:30 0f4d210f-2487-4265-9daa-cb326a113313 INF CORS policy execution successful. 2024-09-07 11:01:14.009 +05:30 0f4d210f-2487-4265-9daa-cb326a113313 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.5837ms 2024-09-07 11:01:14.054 +05:30 263308f0-5db2-4331-8480-c2ef95af995b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.054 +05:30 e96fc6ac-cc8e-4f42-b60f-895efb3b92fb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.054 +05:30 3c43ff81-25af-4c83-8d3d-38be60d914fb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.054 +05:30 68370cee-42a6-48ab-978a-2b1125d7861d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.054 +05:30 e96fc6ac-cc8e-4f42-b60f-895efb3b92fb INF CORS policy execution successful. 2024-09-07 11:01:14.054 +05:30 e96fc6ac-cc8e-4f42-b60f-895efb3b92fb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.6891ms 2024-09-07 11:01:14.056 +05:30 45c41fa0-e87f-422d-996a-0a36df824129 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.057 +05:30 3c43ff81-25af-4c83-8d3d-38be60d914fb INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:01:14.057 +05:30 263308f0-5db2-4331-8480-c2ef95af995b INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:01:14.057 +05:30 68370cee-42a6-48ab-978a-2b1125d7861d INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:01:14.057 +05:30 45c41fa0-e87f-422d-996a-0a36df824129 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:01:14.061 +05:30 3c43ff81-25af-4c83-8d3d-38be60d914fb INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. 2024-09-07 11:01:14.062 +05:30 3c43ff81-25af-4c83-8d3d-38be60d914fb INF CORS policy execution successful. 2024-09-07 11:01:14.062 +05:30 68370cee-42a6-48ab-978a-2b1125d7861d INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. 2024-09-07 11:01:14.062 +05:30 45c41fa0-e87f-422d-996a-0a36df824129 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. 2024-09-07 11:01:14.062 +05:30 263308f0-5db2-4331-8480-c2ef95af995b INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. 2024-09-07 11:01:14.062 +05:30 68370cee-42a6-48ab-978a-2b1125d7861d INF CORS policy execution successful. 2024-09-07 11:01:14.062 +05:30 45c41fa0-e87f-422d-996a-0a36df824129 INF CORS policy execution successful. 2024-09-07 11:01:14.062 +05:30 263308f0-5db2-4331-8480-c2ef95af995b INF CORS policy execution successful. 2024-09-07 11:01:14.063 +05:30 45c41fa0-e87f-422d-996a-0a36df824129 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.063 +05:30 3c43ff81-25af-4c83-8d3d-38be60d914fb INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.063 +05:30 263308f0-5db2-4331-8480-c2ef95af995b INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.063 +05:30 68370cee-42a6-48ab-978a-2b1125d7861d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.065 +05:30 bd4d5083-0aca-47d4-bf31-8aaf0af203d3 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:01:14.065 +05:30 88acaea1-c538-4a34-b3c7-4e6a2b15a91a INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:01:14.065 +05:30 05f858ff-8038-4b97-a759-6829374db767 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:01:14.065 +05:30 83affaf2-020a-4a88-87d1-8d022e9e7896 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:01:14.065 +05:30 bd4d5083-0aca-47d4-bf31-8aaf0af203d3 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:01:14.065 +05:30 88acaea1-c538-4a34-b3c7-4e6a2b15a91a INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:01:14.065 +05:30 05f858ff-8038-4b97-a759-6829374db767 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:01:14.065 +05:30 83affaf2-020a-4a88-87d1-8d022e9e7896 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:01:14.066 +05:30 05f858ff-8038-4b97-a759-6829374db767 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 263308f0-5db2-4331-8480-c2ef95af995b}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:29:54'"} Body: 2024-09-07 11:01:14.066 +05:30 bd4d5083-0aca-47d4-bf31-8aaf0af203d3 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 3c43ff81-25af-4c83-8d3d-38be60d914fb}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:29:54'"} Body: 2024-09-07 11:01:14.066 +05:30 83affaf2-020a-4a88-87d1-8d022e9e7896 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 68370cee-42a6-48ab-978a-2b1125d7861d}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:29:54'"} Body: 2024-09-07 11:01:14.066 +05:30 88acaea1-c538-4a34-b3c7-4e6a2b15a91a INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 45c41fa0-e87f-422d-996a-0a36df824129}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:29:54'"} Body: 2024-09-07 11:01:14.066 +05:30 05f858ff-8038-4b97-a759-6829374db767 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 401 null null 12.4947ms 2024-09-07 11:01:14.066 +05:30 bd4d5083-0aca-47d4-bf31-8aaf0af203d3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 401 null null 12.4555ms 2024-09-07 11:01:14.066 +05:30 88acaea1-c538-4a34-b3c7-4e6a2b15a91a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 401 null null 9.8644ms 2024-09-07 11:01:14.066 +05:30 83affaf2-020a-4a88-87d1-8d022e9e7896 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 401 null null 12.3695ms 2024-09-07 11:01:14.066 +05:30 a7c350ca-1ede-487e-9c8e-f418ef2c4820 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.067 +05:30 a7c350ca-1ede-487e-9c8e-f418ef2c4820 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:01:14.067 +05:30 a7c350ca-1ede-487e-9c8e-f418ef2c4820 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. 2024-09-07 11:01:14.067 +05:30 a7c350ca-1ede-487e-9c8e-f418ef2c4820 INF CORS policy execution successful. 2024-09-07 11:01:14.067 +05:30 a7c350ca-1ede-487e-9c8e-f418ef2c4820 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.068 +05:30 be54b82f-688a-44d4-a234-a2606ed3152c INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:01:14.068 +05:30 be54b82f-688a-44d4-a234-a2606ed3152c INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:01:14.068 +05:30 be54b82f-688a-44d4-a234-a2606ed3152c INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: a7c350ca-1ede-487e-9c8e-f418ef2c4820}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:29:54'"} Body: 2024-09-07 11:01:14.068 +05:30 be54b82f-688a-44d4-a234-a2606ed3152c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 401 null null 1.6179ms 2024-09-07 11:01:14.101 +05:30 d90476c9-46ca-4e43-929d-50d017039a1a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.102 +05:30 d90476c9-46ca-4e43-929d-50d017039a1a INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:01:14.102 +05:30 d90476c9-46ca-4e43-929d-50d017039a1a INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. 2024-09-07 11:01:14.102 +05:30 d90476c9-46ca-4e43-929d-50d017039a1a INF CORS policy execution successful. 2024-09-07 11:01:14.103 +05:30 d90476c9-46ca-4e43-929d-50d017039a1a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.103 +05:30 71d20a11-9dc4-416d-932f-cea5ce0b4f9d INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:01:14.103 +05:30 71d20a11-9dc4-416d-932f-cea5ce0b4f9d INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:01:14.103 +05:30 71d20a11-9dc4-416d-932f-cea5ce0b4f9d INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: d90476c9-46ca-4e43-929d-50d017039a1a}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:29:54'"} Body: 2024-09-07 11:01:14.103 +05:30 71d20a11-9dc4-416d-932f-cea5ce0b4f9d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 401 null null 2.1176ms 2024-09-07 11:01:14.114 +05:30 1ca8e460-c69d-4924-be4a-e83039f63a11 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.115 +05:30 1ca8e460-c69d-4924-be4a-e83039f63a11 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:01:14.115 +05:30 1ca8e460-c69d-4924-be4a-e83039f63a11 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:29:54 AM', Current time (UTC): '9/7/2024 5:31:14 AM'. 2024-09-07 11:01:14.115 +05:30 1ca8e460-c69d-4924-be4a-e83039f63a11 INF CORS policy execution successful. 2024-09-07 11:01:14.116 +05:30 1ca8e460-c69d-4924-be4a-e83039f63a11 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODYzOTQsImV4cCI6MTcyNTY4Njk5NCwiaWF0IjoxNzI1Njg2Mzk0fQ.HPYj7T3wfZZO_fDEmrYHHVNxiH05Flo5e2CZkQlxmTk}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.116 +05:30 39e1d680-7d56-4aaf-b0b2-ba4f41edcf6a INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:01:14.116 +05:30 39e1d680-7d56-4aaf-b0b2-ba4f41edcf6a INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:01:14.116 +05:30 39e1d680-7d56-4aaf-b0b2-ba4f41edcf6a INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 1ca8e460-c69d-4924-be4a-e83039f63a11}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:29:54'"} Body: 2024-09-07 11:01:14.116 +05:30 39e1d680-7d56-4aaf-b0b2-ba4f41edcf6a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 401 null null 1.8901ms 2024-09-07 11:01:14.235 +05:30 106dfce3-4a04-4ea4-a1a6-5ea85b5df46f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.236 +05:30 106dfce3-4a04-4ea4-a1a6-5ea85b5df46f INF CORS policy execution successful. 2024-09-07 11:01:14.237 +05:30 106dfce3-4a04-4ea4-a1a6-5ea85b5df46f INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.237 +05:30 1cfe252b-c6dd-483a-9fea-5dbe55bd3b95 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.238 +05:30 1cfe252b-c6dd-483a-9fea-5dbe55bd3b95 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:01:14.242 +05:30 32683598-9a71-4c08-97e7-12e156bd12c2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.243 +05:30 32683598-9a71-4c08-97e7-12e156bd12c2 INF CORS policy execution successful. 2024-09-07 11:01:14.243 +05:30 7f4f1d79-c2b3-4a35-af68-e94846262442 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.244 +05:30 80461bbe-e041-4709-9a93-7faef9e2d655 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.244 +05:30 7f4f1d79-c2b3-4a35-af68-e94846262442 INF CORS policy execution successful. 2024-09-07 11:01:14.244 +05:30 80461bbe-e041-4709-9a93-7faef9e2d655 INF CORS policy execution successful. 2024-09-07 11:01:14.244 +05:30 7f4f1d79-c2b3-4a35-af68-e94846262442 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.245 +05:30 80461bbe-e041-4709-9a93-7faef9e2d655 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.245 +05:30 84d21fb0-ffcf-469f-b06c-51acbd6ecb1e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.245 +05:30 84d21fb0-ffcf-469f-b06c-51acbd6ecb1e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:01:14.245 +05:30 edfa26cd-56be-4516-abc6-fca337b2ba33 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.245 +05:30 edfa26cd-56be-4516-abc6-fca337b2ba33 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:01:14.246 +05:30 32683598-9a71-4c08-97e7-12e156bd12c2 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.246 +05:30 30aba559-8941-40fa-9909-6efbd4797faf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.246 +05:30 30aba559-8941-40fa-9909-6efbd4797faf INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:01:14.254 +05:30 3e5408e1-ab9a-4b25-bcc2-554e890d2dbe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.254 +05:30 33ebf0ba-c5ed-498c-acd6-1441dcf1ad56 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.254 +05:30 3e5408e1-ab9a-4b25-bcc2-554e890d2dbe INF CORS policy execution successful. 2024-09-07 11:01:14.254 +05:30 33ebf0ba-c5ed-498c-acd6-1441dcf1ad56 INF CORS policy execution successful. 2024-09-07 11:01:14.255 +05:30 3e5408e1-ab9a-4b25-bcc2-554e890d2dbe INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.255 +05:30 33ebf0ba-c5ed-498c-acd6-1441dcf1ad56 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.255 +05:30 353595fa-ccf8-4f67-b0b6-e40e43305903 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.255 +05:30 1faf75ac-d381-4458-9a3d-a9af813f56d2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.255 +05:30 353595fa-ccf8-4f67-b0b6-e40e43305903 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:01:14.255 +05:30 1faf75ac-d381-4458-9a3d-a9af813f56d2 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:01:14.298 +05:30 edfa26cd-56be-4516-abc6-fca337b2ba33 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:01:14.298 +05:30 1cfe252b-c6dd-483a-9fea-5dbe55bd3b95 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:01:14.299 +05:30 1cfe252b-c6dd-483a-9fea-5dbe55bd3b95 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 61.1298ms 2024-09-07 11:01:14.299 +05:30 edfa26cd-56be-4516-abc6-fca337b2ba33 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 54.0151ms 2024-09-07 11:01:14.299 +05:30 1cfe252b-c6dd-483a-9fea-5dbe55bd3b95 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.299 +05:30 edfa26cd-56be-4516-abc6-fca337b2ba33 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.299 +05:30 1cfe252b-c6dd-483a-9fea-5dbe55bd3b95 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 106dfce3-4a04-4ea4-a1a6-5ea85b5df46f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:01:14.299 +05:30 edfa26cd-56be-4516-abc6-fca337b2ba33 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 80461bbe-e041-4709-9a93-7faef9e2d655}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:01:14.300 +05:30 edfa26cd-56be-4516-abc6-fca337b2ba33 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 56.1696ms 2024-09-07 11:01:14.300 +05:30 1cfe252b-c6dd-483a-9fea-5dbe55bd3b95 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 64.3654ms 2024-09-07 11:01:14.311 +05:30 84d21fb0-ffcf-469f-b06c-51acbd6ecb1e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:01:14.311 +05:30 84d21fb0-ffcf-469f-b06c-51acbd6ecb1e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 66.2246ms 2024-09-07 11:01:14.311 +05:30 84d21fb0-ffcf-469f-b06c-51acbd6ecb1e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.311 +05:30 84d21fb0-ffcf-469f-b06c-51acbd6ecb1e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7f4f1d79-c2b3-4a35-af68-e94846262442}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:01:14.311 +05:30 84d21fb0-ffcf-469f-b06c-51acbd6ecb1e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 68.0398ms 2024-09-07 11:01:14.313 +05:30 353595fa-ccf8-4f67-b0b6-e40e43305903 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:01:14.313 +05:30 353595fa-ccf8-4f67-b0b6-e40e43305903 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 57.7599ms 2024-09-07 11:01:14.313 +05:30 353595fa-ccf8-4f67-b0b6-e40e43305903 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.313 +05:30 353595fa-ccf8-4f67-b0b6-e40e43305903 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 33ebf0ba-c5ed-498c-acd6-1441dcf1ad56}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:01:14.313 +05:30 1faf75ac-d381-4458-9a3d-a9af813f56d2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:01:14.313 +05:30 1faf75ac-d381-4458-9a3d-a9af813f56d2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 57.9801ms 2024-09-07 11:01:14.313 +05:30 1faf75ac-d381-4458-9a3d-a9af813f56d2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.313 +05:30 353595fa-ccf8-4f67-b0b6-e40e43305903 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 59.2501ms 2024-09-07 11:01:14.313 +05:30 1faf75ac-d381-4458-9a3d-a9af813f56d2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3e5408e1-ab9a-4b25-bcc2-554e890d2dbe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:01:14.313 +05:30 1faf75ac-d381-4458-9a3d-a9af813f56d2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 59.6618ms 2024-09-07 11:01:14.317 +05:30 30aba559-8941-40fa-9909-6efbd4797faf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:01:14.317 +05:30 30aba559-8941-40fa-9909-6efbd4797faf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 70.6359ms 2024-09-07 11:01:14.317 +05:30 30aba559-8941-40fa-9909-6efbd4797faf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.317 +05:30 30aba559-8941-40fa-9909-6efbd4797faf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 32683598-9a71-4c08-97e7-12e156bd12c2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:01:14.317 +05:30 30aba559-8941-40fa-9909-6efbd4797faf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 75.5578ms 2024-09-07 11:01:14.345 +05:30 086ed01e-6e33-450c-8650-8ea88de8a599 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:01:14.346 +05:30 086ed01e-6e33-450c-8650-8ea88de8a599 INF CORS policy execution successful. 2024-09-07 11:01:14.346 +05:30 086ed01e-6e33-450c-8650-8ea88de8a599 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:01:14.346 +05:30 a3fdbe01-a004-43a6-8585-d71f55a16bc1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.346 +05:30 a3fdbe01-a004-43a6-8585-d71f55a16bc1 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:01:14.371 +05:30 a3fdbe01-a004-43a6-8585-d71f55a16bc1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:01:14.371 +05:30 a3fdbe01-a004-43a6-8585-d71f55a16bc1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 24.6049ms 2024-09-07 11:01:14.371 +05:30 a3fdbe01-a004-43a6-8585-d71f55a16bc1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:01:14.371 +05:30 a3fdbe01-a004-43a6-8585-d71f55a16bc1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 086ed01e-6e33-450c-8650-8ea88de8a599}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:01:14.372 +05:30 a3fdbe01-a004-43a6-8585-d71f55a16bc1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 26.3033ms 2024-09-07 11:03:41.773 +05:30 8b4ff6a8-b54b-4c9c-9011-2f2ad187866b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 11:03:41.773 +05:30 8dc2b4c2-1d52-4936-bce3-4ba510af9a05 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:03:41.776 +05:30 8dc2b4c2-1d52-4936-bce3-4ba510af9a05 INF CORS policy execution successful. 2024-09-07 11:03:41.776 +05:30 8b4ff6a8-b54b-4c9c-9011-2f2ad187866b INF CORS policy execution successful. 2024-09-07 11:03:41.777 +05:30 8dc2b4c2-1d52-4936-bce3-4ba510af9a05 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 3.9428ms 2024-09-07 11:03:41.777 +05:30 8b4ff6a8-b54b-4c9c-9011-2f2ad187866b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 3.4587ms 2024-09-07 11:03:41.834 +05:30 8785f044-26c8-4165-944d-36b3ca28ca2d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 11:03:41.834 +05:30 6a5372a9-4ec8-47f7-8ccb-764042f93d46 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:03:41.837 +05:30 8785f044-26c8-4165-944d-36b3ca28ca2d INF CORS policy execution successful. 2024-09-07 11:03:41.837 +05:30 6a5372a9-4ec8-47f7-8ccb-764042f93d46 INF CORS policy execution successful. 2024-09-07 11:03:41.838 +05:30 6a5372a9-4ec8-47f7-8ccb-764042f93d46 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:03:41.838 +05:30 8785f044-26c8-4165-944d-36b3ca28ca2d INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:03:41.840 +05:30 63ed12f4-1072-4dd2-ada4-7fad755b9f31 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:03:41.841 +05:30 63ed12f4-1072-4dd2-ada4-7fad755b9f31 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:03:41.845 +05:30 9ad80f8f-2be2-4827-9345-8094ac4c9341 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:03:41.846 +05:30 9ad80f8f-2be2-4827-9345-8094ac4c9341 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:03:41.892 +05:30 9ad80f8f-2be2-4827-9345-8094ac4c9341 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:03:41.893 +05:30 63ed12f4-1072-4dd2-ada4-7fad755b9f31 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:03:41.893 +05:30 9ad80f8f-2be2-4827-9345-8094ac4c9341 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 46.4454ms 2024-09-07 11:03:41.893 +05:30 63ed12f4-1072-4dd2-ada4-7fad755b9f31 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 50.8633ms 2024-09-07 11:03:41.893 +05:30 9ad80f8f-2be2-4827-9345-8094ac4c9341 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:03:41.893 +05:30 63ed12f4-1072-4dd2-ada4-7fad755b9f31 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:03:41.893 +05:30 9ad80f8f-2be2-4827-9345-8094ac4c9341 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8785f044-26c8-4165-944d-36b3ca28ca2d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:03:41.893 +05:30 63ed12f4-1072-4dd2-ada4-7fad755b9f31 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6a5372a9-4ec8-47f7-8ccb-764042f93d46}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:03:41.894 +05:30 63ed12f4-1072-4dd2-ada4-7fad755b9f31 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 59.0922ms 2024-09-07 11:03:41.893 +05:30 9ad80f8f-2be2-4827-9345-8094ac4c9341 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 59.5525ms 2024-09-07 11:04:02.699 +05:30 94b9b56c-9f18-4b0e-aba7-1a015c0cf920 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 11:04:02.700 +05:30 4eb8c21a-eb5a-486c-856a-9a228b121810 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:04:02.700 +05:30 94b9b56c-9f18-4b0e-aba7-1a015c0cf920 INF CORS policy execution successful. 2024-09-07 11:04:02.701 +05:30 4eb8c21a-eb5a-486c-856a-9a228b121810 INF CORS policy execution successful. 2024-09-07 11:04:02.701 +05:30 94b9b56c-9f18-4b0e-aba7-1a015c0cf920 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 2.0791ms 2024-09-07 11:04:02.702 +05:30 4eb8c21a-eb5a-486c-856a-9a228b121810 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 1.3165ms 2024-09-07 11:04:02.750 +05:30 83085f3d-0291-408e-882c-690e28b00511 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 11:04:02.752 +05:30 83085f3d-0291-408e-882c-690e28b00511 INF CORS policy execution successful. 2024-09-07 11:04:02.752 +05:30 83085f3d-0291-408e-882c-690e28b00511 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:04:02.753 +05:30 c5bbbd9d-8b05-4212-a013-60dd1a01014c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:04:02.753 +05:30 c5bbbd9d-8b05-4212-a013-60dd1a01014c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:04:02.766 +05:30 d18d3cd9-a45e-4561-b534-636bb77420c2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:04:02.767 +05:30 d18d3cd9-a45e-4561-b534-636bb77420c2 INF CORS policy execution successful. 2024-09-07 11:04:02.767 +05:30 d18d3cd9-a45e-4561-b534-636bb77420c2 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:04:02.768 +05:30 1a922c62-431f-4174-a9ba-973ba2619278 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:04:02.768 +05:30 1a922c62-431f-4174-a9ba-973ba2619278 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:04:02.788 +05:30 c5bbbd9d-8b05-4212-a013-60dd1a01014c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:04:02.788 +05:30 c5bbbd9d-8b05-4212-a013-60dd1a01014c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 34.6515ms 2024-09-07 11:04:02.788 +05:30 c5bbbd9d-8b05-4212-a013-60dd1a01014c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:04:02.788 +05:30 c5bbbd9d-8b05-4212-a013-60dd1a01014c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 83085f3d-0291-408e-882c-690e28b00511}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:04:02.788 +05:30 c5bbbd9d-8b05-4212-a013-60dd1a01014c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 38.1947ms 2024-09-07 11:04:02.793 +05:30 1a922c62-431f-4174-a9ba-973ba2619278 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:04:02.793 +05:30 1a922c62-431f-4174-a9ba-973ba2619278 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 25.2422ms 2024-09-07 11:04:02.793 +05:30 1a922c62-431f-4174-a9ba-973ba2619278 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:04:02.793 +05:30 1a922c62-431f-4174-a9ba-973ba2619278 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d18d3cd9-a45e-4561-b534-636bb77420c2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:04:02.794 +05:30 1a922c62-431f-4174-a9ba-973ba2619278 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 27.8627ms 2024-09-07 11:04:08.653 +05:30 4a2a75a8-364a-43dd-a030-e89268eac2a3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:04:08.653 +05:30 4a2a75a8-364a-43dd-a030-e89268eac2a3 INF CORS policy execution successful. 2024-09-07 11:04:08.653 +05:30 4a2a75a8-364a-43dd-a030-e89268eac2a3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 0.589ms 2024-09-07 11:04:08.656 +05:30 d7583b0b-0159-4c36-812c-22325a95aea5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 11:04:08.656 +05:30 d7583b0b-0159-4c36-812c-22325a95aea5 INF CORS policy execution successful. 2024-09-07 11:04:08.656 +05:30 d7583b0b-0159-4c36-812c-22325a95aea5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 204 null null 0.3798ms 2024-09-07 11:04:08.701 +05:30 c903f609-94a5-47c3-a40c-051378ddb33b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - null null 2024-09-07 11:04:08.701 +05:30 76f23541-6117-4c6b-ab59-03a009c853de INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:04:08.701 +05:30 c903f609-94a5-47c3-a40c-051378ddb33b INF CORS policy execution successful. 2024-09-07 11:04:08.701 +05:30 76f23541-6117-4c6b-ab59-03a009c853de INF CORS policy execution successful. 2024-09-07 11:04:08.701 +05:30 c903f609-94a5-47c3-a40c-051378ddb33b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:04:08.701 +05:30 76f23541-6117-4c6b-ab59-03a009c853de INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:04:08.702 +05:30 be7f5eb0-a908-4c05-b5a6-a1a894f479c7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:04:08.702 +05:30 0f6e4eb3-5cdb-460c-857f-8f6fe364447f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:04:08.702 +05:30 be7f5eb0-a908-4c05-b5a6-a1a894f479c7 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:04:08.702 +05:30 0f6e4eb3-5cdb-460c-857f-8f6fe364447f INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:04:08.713 +05:30 0f6e4eb3-5cdb-460c-857f-8f6fe364447f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:04:08.713 +05:30 0f6e4eb3-5cdb-460c-857f-8f6fe364447f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 11.6991ms 2024-09-07 11:04:08.713 +05:30 0f6e4eb3-5cdb-460c-857f-8f6fe364447f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:04:08.714 +05:30 0f6e4eb3-5cdb-460c-857f-8f6fe364447f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c903f609-94a5-47c3-a40c-051378ddb33b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:04:08.714 +05:30 0f6e4eb3-5cdb-460c-857f-8f6fe364447f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English - 200 962 application/json; charset=utf-8 13.4323ms 2024-09-07 11:04:08.722 +05:30 be7f5eb0-a908-4c05-b5a6-a1a894f479c7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:04:08.723 +05:30 be7f5eb0-a908-4c05-b5a6-a1a894f479c7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 20.8592ms 2024-09-07 11:04:08.723 +05:30 be7f5eb0-a908-4c05-b5a6-a1a894f479c7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:04:08.723 +05:30 be7f5eb0-a908-4c05-b5a6-a1a894f479c7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 76f23541-6117-4c6b-ab59-03a009c853de}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:04:08.723 +05:30 be7f5eb0-a908-4c05-b5a6-a1a894f479c7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 22.4702ms 2024-09-07 11:04:31.681 +05:30 40460b5f-3a88-4517-8b1e-d95af88ebcf1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:04:31.682 +05:30 40460b5f-3a88-4517-8b1e-d95af88ebcf1 INF CORS policy execution successful. 2024-09-07 11:04:31.683 +05:30 96bb4a18-d750-449e-b2c7-943e505ffe8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=[object+HTMLInputElement] - null null 2024-09-07 11:04:31.683 +05:30 96bb4a18-d750-449e-b2c7-943e505ffe8e INF CORS policy execution successful. 2024-09-07 11:04:31.683 +05:30 40460b5f-3a88-4517-8b1e-d95af88ebcf1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 2.169ms 2024-09-07 11:04:31.683 +05:30 96bb4a18-d750-449e-b2c7-943e505ffe8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=[object+HTMLInputElement] - 204 null null 0.531ms 2024-09-07 11:04:31.731 +05:30 a7ffcd1b-01f2-497b-96be-1907e8149130 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:04:31.731 +05:30 b978499c-2f90-4cec-8744-658040a25592 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=[object+HTMLInputElement] - null null 2024-09-07 11:04:31.732 +05:30 a7ffcd1b-01f2-497b-96be-1907e8149130 INF CORS policy execution successful. 2024-09-07 11:04:31.732 +05:30 b978499c-2f90-4cec-8744-658040a25592 INF CORS policy execution successful. 2024-09-07 11:04:31.732 +05:30 a7ffcd1b-01f2-497b-96be-1907e8149130 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:04:31.732 +05:30 b978499c-2f90-4cec-8744-658040a25592 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=[object+HTMLInputElement] Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:04:31.732 +05:30 9b756f5b-f715-4aa5-89e9-2b13906e8f61 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:04:31.732 +05:30 8d72c13f-0c5c-4b48-ad9b-7f0fad1c350b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:04:31.732 +05:30 8d72c13f-0c5c-4b48-ad9b-7f0fad1c350b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:04:31.732 +05:30 9b756f5b-f715-4aa5-89e9-2b13906e8f61 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:04:31.753 +05:30 8d72c13f-0c5c-4b48-ad9b-7f0fad1c350b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:04:31.754 +05:30 8d72c13f-0c5c-4b48-ad9b-7f0fad1c350b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 21.3055ms 2024-09-07 11:04:31.754 +05:30 8d72c13f-0c5c-4b48-ad9b-7f0fad1c350b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:04:31.754 +05:30 8d72c13f-0c5c-4b48-ad9b-7f0fad1c350b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b978499c-2f90-4cec-8744-658040a25592}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 832} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:04:31.754 +05:30 8d72c13f-0c5c-4b48-ad9b-7f0fad1c350b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=[object+HTMLInputElement] - 200 832 application/json; charset=utf-8 23.2173ms 2024-09-07 11:04:31.760 +05:30 9b756f5b-f715-4aa5-89e9-2b13906e8f61 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:04:31.760 +05:30 9b756f5b-f715-4aa5-89e9-2b13906e8f61 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 27.8633ms 2024-09-07 11:04:31.760 +05:30 9b756f5b-f715-4aa5-89e9-2b13906e8f61 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:04:31.761 +05:30 9b756f5b-f715-4aa5-89e9-2b13906e8f61 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a7ffcd1b-01f2-497b-96be-1907e8149130}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:04:31.761 +05:30 9b756f5b-f715-4aa5-89e9-2b13906e8f61 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 29.7341ms 2024-09-07 11:04:44.702 +05:30 25c86fa3-ebc0-47bd-9c16-37b23fccc8f3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:04:44.702 +05:30 8349c993-1a42-47bd-9b94-623e61fd8542 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:04:44.703 +05:30 8349c993-1a42-47bd-9b94-623e61fd8542 INF CORS policy execution successful. 2024-09-07 11:04:44.703 +05:30 25c86fa3-ebc0-47bd-9c16-37b23fccc8f3 INF CORS policy execution successful. 2024-09-07 11:04:44.703 +05:30 8349c993-1a42-47bd-9b94-623e61fd8542 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.392ms 2024-09-07 11:04:44.703 +05:30 25c86fa3-ebc0-47bd-9c16-37b23fccc8f3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 1.3699ms 2024-09-07 11:04:44.748 +05:30 6ea64e6c-2680-49e5-b483-0779d779f0df INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:04:44.749 +05:30 6ea64e6c-2680-49e5-b483-0779d779f0df INF CORS policy execution successful. 2024-09-07 11:04:44.749 +05:30 6ea64e6c-2680-49e5-b483-0779d779f0df INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:04:44.749 +05:30 e040eafd-0acd-40c2-b65e-0bd9a4b7beda INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:04:44.750 +05:30 e040eafd-0acd-40c2-b65e-0bd9a4b7beda INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:04:44.751 +05:30 f1728c2c-ec27-4d91-a897-56538b9aa6e8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:04:44.751 +05:30 f1728c2c-ec27-4d91-a897-56538b9aa6e8 INF CORS policy execution successful. 2024-09-07 11:04:44.751 +05:30 f1728c2c-ec27-4d91-a897-56538b9aa6e8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:04:44.751 +05:30 a15eca65-906c-4faa-9058-d93ae351450f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:04:44.752 +05:30 a15eca65-906c-4faa-9058-d93ae351450f INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:04:44.780 +05:30 a15eca65-906c-4faa-9058-d93ae351450f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:04:44.781 +05:30 a15eca65-906c-4faa-9058-d93ae351450f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 29.148ms 2024-09-07 11:04:44.781 +05:30 a15eca65-906c-4faa-9058-d93ae351450f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:04:44.781 +05:30 a15eca65-906c-4faa-9058-d93ae351450f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f1728c2c-ec27-4d91-a897-56538b9aa6e8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:04:44.782 +05:30 a15eca65-906c-4faa-9058-d93ae351450f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 30.8692ms 2024-09-07 11:04:44.785 +05:30 e040eafd-0acd-40c2-b65e-0bd9a4b7beda INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:04:44.786 +05:30 e040eafd-0acd-40c2-b65e-0bd9a4b7beda INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 35.9732ms 2024-09-07 11:04:44.786 +05:30 e040eafd-0acd-40c2-b65e-0bd9a4b7beda INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:04:44.786 +05:30 e040eafd-0acd-40c2-b65e-0bd9a4b7beda INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6ea64e6c-2680-49e5-b483-0779d779f0df}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:04:44.787 +05:30 e040eafd-0acd-40c2-b65e-0bd9a4b7beda INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 38.4815ms 2024-09-07 11:11:01.770 +05:30 ccd3021a-5109-44f1-8b99-751d9af908cc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:11:01.769 +05:30 d53b7899-bb33-480e-a257-cfc813bf8315 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:11:01.772 +05:30 ccd3021a-5109-44f1-8b99-751d9af908cc INF CORS policy execution successful. 2024-09-07 11:11:01.772 +05:30 d53b7899-bb33-480e-a257-cfc813bf8315 INF CORS policy execution successful. 2024-09-07 11:11:01.773 +05:30 ccd3021a-5109-44f1-8b99-751d9af908cc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 4.677ms 2024-09-07 11:11:01.773 +05:30 d53b7899-bb33-480e-a257-cfc813bf8315 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 4.6637ms 2024-09-07 11:11:01.821 +05:30 adda1ac0-d87d-459b-9c45-701447aba9f9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:11:01.824 +05:30 adda1ac0-d87d-459b-9c45-701447aba9f9 INF CORS policy execution successful. 2024-09-07 11:11:01.826 +05:30 adda1ac0-d87d-459b-9c45-701447aba9f9 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:11:01.828 +05:30 aa106810-9b21-4de2-afd9-9f11aca08e00 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:11:01.829 +05:30 aa106810-9b21-4de2-afd9-9f11aca08e00 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:11:01.883 +05:30 aa106810-9b21-4de2-afd9-9f11aca08e00 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:11:01.883 +05:30 aa106810-9b21-4de2-afd9-9f11aca08e00 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 54.0886ms 2024-09-07 11:11:01.884 +05:30 aa106810-9b21-4de2-afd9-9f11aca08e00 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:11:01.884 +05:30 aa106810-9b21-4de2-afd9-9f11aca08e00 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: adda1ac0-d87d-459b-9c45-701447aba9f9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:11:01.884 +05:30 aa106810-9b21-4de2-afd9-9f11aca08e00 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 63.03ms 2024-09-07 11:11:01.929 +05:30 f7a48aac-ee0f-43a7-8629-089a98e9fb9e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:11:01.930 +05:30 f7a48aac-ee0f-43a7-8629-089a98e9fb9e INF CORS policy execution successful. 2024-09-07 11:11:01.931 +05:30 f7a48aac-ee0f-43a7-8629-089a98e9fb9e INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:11:01.931 +05:30 392ecd4a-9c20-4930-a6b4-894dc3f09125 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:11:01.931 +05:30 392ecd4a-9c20-4930-a6b4-894dc3f09125 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:11:01.936 +05:30 392ecd4a-9c20-4930-a6b4-894dc3f09125 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:11:01.936 +05:30 392ecd4a-9c20-4930-a6b4-894dc3f09125 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 5.2283ms 2024-09-07 11:11:01.936 +05:30 392ecd4a-9c20-4930-a6b4-894dc3f09125 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:11:01.937 +05:30 392ecd4a-9c20-4930-a6b4-894dc3f09125 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f7a48aac-ee0f-43a7-8629-089a98e9fb9e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:11:01.937 +05:30 392ecd4a-9c20-4930-a6b4-894dc3f09125 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 7.6559ms 2024-09-07 11:11:02.052 +05:30 fef4a64a-f43e-4120-9e87-bcc6c29c6a8f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:11:02.052 +05:30 fef4a64a-f43e-4120-9e87-bcc6c29c6a8f INF CORS policy execution successful. 2024-09-07 11:11:02.052 +05:30 fef4a64a-f43e-4120-9e87-bcc6c29c6a8f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.654ms 2024-09-07 11:11:02.098 +05:30 16d4a2c4-633f-4eaf-b382-fbc59b8e5e36 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:11:02.098 +05:30 16d4a2c4-633f-4eaf-b382-fbc59b8e5e36 INF CORS policy execution successful. 2024-09-07 11:11:02.099 +05:30 16d4a2c4-633f-4eaf-b382-fbc59b8e5e36 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:11:02.099 +05:30 c917b374-cab1-4e02-8320-7520d1cc8a36 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:11:02.099 +05:30 c917b374-cab1-4e02-8320-7520d1cc8a36 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:11:02.115 +05:30 c917b374-cab1-4e02-8320-7520d1cc8a36 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:11:02.115 +05:30 c917b374-cab1-4e02-8320-7520d1cc8a36 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 16.3234ms 2024-09-07 11:11:02.116 +05:30 c917b374-cab1-4e02-8320-7520d1cc8a36 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:11:02.116 +05:30 c917b374-cab1-4e02-8320-7520d1cc8a36 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 16d4a2c4-633f-4eaf-b382-fbc59b8e5e36}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:11:02.117 +05:30 c917b374-cab1-4e02-8320-7520d1cc8a36 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 18.9673ms 2024-09-07 11:11:02.551 +05:30 def206af-39db-4e11-a559-47a2f16ba45d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:11:02.551 +05:30 def206af-39db-4e11-a559-47a2f16ba45d INF CORS policy execution successful. 2024-09-07 11:11:02.551 +05:30 def206af-39db-4e11-a559-47a2f16ba45d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5491ms 2024-09-07 11:11:02.555 +05:30 216e9f72-bc0a-4371-875f-bcd717bfbc8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:11:02.556 +05:30 216e9f72-bc0a-4371-875f-bcd717bfbc8e INF CORS policy execution successful. 2024-09-07 11:11:02.556 +05:30 216e9f72-bc0a-4371-875f-bcd717bfbc8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.0972ms 2024-09-07 11:11:02.596 +05:30 645b3061-5467-4a55-8045-3cf4b99ce1a0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:11:02.596 +05:30 645b3061-5467-4a55-8045-3cf4b99ce1a0 INF CORS policy execution successful. 2024-09-07 11:11:02.597 +05:30 645b3061-5467-4a55-8045-3cf4b99ce1a0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.54ms 2024-09-07 11:11:02.605 +05:30 0b99addd-fa4b-488e-a0b4-008a2c83f2c0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:11:02.605 +05:30 0b99addd-fa4b-488e-a0b4-008a2c83f2c0 INF CORS policy execution successful. 2024-09-07 11:11:02.606 +05:30 0b99addd-fa4b-488e-a0b4-008a2c83f2c0 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:11:02.606 +05:30 ed66f8c8-64fb-47a0-ae8b-3a275530b4a5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:11:02.606 +05:30 ed66f8c8-64fb-47a0-ae8b-3a275530b4a5 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:11:02.615 +05:30 ed66f8c8-64fb-47a0-ae8b-3a275530b4a5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:11:02.615 +05:30 ed66f8c8-64fb-47a0-ae8b-3a275530b4a5 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.9476ms 2024-09-07 11:11:02.616 +05:30 ed66f8c8-64fb-47a0-ae8b-3a275530b4a5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:11:02.616 +05:30 ed66f8c8-64fb-47a0-ae8b-3a275530b4a5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0b99addd-fa4b-488e-a0b4-008a2c83f2c0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:11:02.617 +05:30 ed66f8c8-64fb-47a0-ae8b-3a275530b4a5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.9079ms 2024-09-07 11:11:02.643 +05:30 7e066a75-0508-47f2-a918-c5560ea5eeaf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:11:02.644 +05:30 7e066a75-0508-47f2-a918-c5560ea5eeaf INF CORS policy execution successful. 2024-09-07 11:11:02.644 +05:30 7e066a75-0508-47f2-a918-c5560ea5eeaf INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:11:02.644 +05:30 47502e31-8a1a-41ec-b1fb-0f6d034aaf85 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:11:02.645 +05:30 47502e31-8a1a-41ec-b1fb-0f6d034aaf85 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:11:02.647 +05:30 47502e31-8a1a-41ec-b1fb-0f6d034aaf85 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:11:02.648 +05:30 47502e31-8a1a-41ec-b1fb-0f6d034aaf85 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.0141ms 2024-09-07 11:11:02.648 +05:30 47502e31-8a1a-41ec-b1fb-0f6d034aaf85 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:11:02.648 +05:30 47502e31-8a1a-41ec-b1fb-0f6d034aaf85 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7e066a75-0508-47f2-a918-c5560ea5eeaf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:11:02.648 +05:30 47502e31-8a1a-41ec-b1fb-0f6d034aaf85 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 4.8004ms 2024-09-07 11:11:02.678 +05:30 56b9ce67-9c39-41d1-a468-5ee8eb201832 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:11:02.679 +05:30 56b9ce67-9c39-41d1-a468-5ee8eb201832 INF CORS policy execution successful. 2024-09-07 11:11:02.679 +05:30 56b9ce67-9c39-41d1-a468-5ee8eb201832 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:11:02.679 +05:30 47c7688c-7685-497f-a3f9-624c1871c6f5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:11:02.679 +05:30 47c7688c-7685-497f-a3f9-624c1871c6f5 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:11:02.682 +05:30 47c7688c-7685-497f-a3f9-624c1871c6f5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:11:02.682 +05:30 47c7688c-7685-497f-a3f9-624c1871c6f5 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.069ms 2024-09-07 11:11:02.683 +05:30 47c7688c-7685-497f-a3f9-624c1871c6f5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:11:02.683 +05:30 47c7688c-7685-497f-a3f9-624c1871c6f5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 56b9ce67-9c39-41d1-a468-5ee8eb201832}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:11:02.683 +05:30 47c7688c-7685-497f-a3f9-624c1871c6f5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.5654ms 2024-09-07 11:12:33.823 +05:30 9ed54a24-63bd-4156-9647-3504008e7eca INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:12:33.824 +05:30 9ed54a24-63bd-4156-9647-3504008e7eca INF CORS policy execution successful. 2024-09-07 11:12:33.825 +05:30 9ed54a24-63bd-4156-9647-3504008e7eca INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.9008ms 2024-09-07 11:12:33.826 +05:30 3b7e30a9-1c96-43b8-953e-e3411b585f6c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:12:33.826 +05:30 3b7e30a9-1c96-43b8-953e-e3411b585f6c INF CORS policy execution successful. 2024-09-07 11:12:33.826 +05:30 3b7e30a9-1c96-43b8-953e-e3411b585f6c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 0.3603ms 2024-09-07 11:12:33.868 +05:30 0e3e6527-8ebb-4997-a2d3-f420b45811e5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:12:33.873 +05:30 0e3e6527-8ebb-4997-a2d3-f420b45811e5 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:41:14 AM', Current time (UTC): '9/7/2024 5:42:33 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:12:33.874 +05:30 a065be67-40f3-4ee6-9e0c-9d8da2663ded INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 11:12:33.876 +05:30 0e3e6527-8ebb-4997-a2d3-f420b45811e5 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:41:14 AM', Current time (UTC): '9/7/2024 5:42:33 AM'. 2024-09-07 11:12:33.877 +05:30 0e3e6527-8ebb-4997-a2d3-f420b45811e5 INF CORS policy execution successful. 2024-09-07 11:12:33.877 +05:30 a065be67-40f3-4ee6-9e0c-9d8da2663ded INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:41:14 AM', Current time (UTC): '9/7/2024 5:42:33 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:12:33.877 +05:30 a065be67-40f3-4ee6-9e0c-9d8da2663ded INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:41:14 AM', Current time (UTC): '9/7/2024 5:42:33 AM'. 2024-09-07 11:12:33.877 +05:30 a065be67-40f3-4ee6-9e0c-9d8da2663ded INF CORS policy execution successful. 2024-09-07 11:12:33.877 +05:30 0e3e6527-8ebb-4997-a2d3-f420b45811e5 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:12:33.877 +05:30 a065be67-40f3-4ee6-9e0c-9d8da2663ded INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODcwNzQsImV4cCI6MTcyNTY4NzY3NCwiaWF0IjoxNzI1Njg3MDc0fQ.vjNTjgkedEt9kIrwUq-NgGg5kitOnpltE0lt3GjGpU0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:12:33.879 +05:30 8241bf9d-f929-477c-a8e8-0482694b8528 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:12:33.879 +05:30 e4234575-2598-4784-9121-974a0a3a43ec INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:12:33.879 +05:30 e4234575-2598-4784-9121-974a0a3a43ec INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:12:33.879 +05:30 8241bf9d-f929-477c-a8e8-0482694b8528 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:12:33.879 +05:30 e4234575-2598-4784-9121-974a0a3a43ec INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 0e3e6527-8ebb-4997-a2d3-f420b45811e5}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:41:14'"} Body: 2024-09-07 11:12:33.879 +05:30 8241bf9d-f929-477c-a8e8-0482694b8528 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: a065be67-40f3-4ee6-9e0c-9d8da2663ded}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:41:14'"} Body: 2024-09-07 11:12:33.880 +05:30 8241bf9d-f929-477c-a8e8-0482694b8528 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 401 null null 6.3601ms 2024-09-07 11:12:33.880 +05:30 e4234575-2598-4784-9121-974a0a3a43ec INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 401 null null 11.6657ms 2024-09-07 11:13:27.692 +05:30 4359e147-cdab-4a30-abf1-bc3c654160df INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:13:27.693 +05:30 4359e147-cdab-4a30-abf1-bc3c654160df INF CORS policy execution successful. 2024-09-07 11:13:27.694 +05:30 4359e147-cdab-4a30-abf1-bc3c654160df INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.8881ms 2024-09-07 11:13:27.742 +05:30 088e52ad-6d8f-4d87-9af4-6d393e307e3c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:13:27.744 +05:30 088e52ad-6d8f-4d87-9af4-6d393e307e3c INF CORS policy execution successful. 2024-09-07 11:13:27.744 +05:30 088e52ad-6d8f-4d87-9af4-6d393e307e3c INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:27.745 +05:30 e10f6cbf-5a33-4b56-b3ef-d54d916a2562 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:13:27.746 +05:30 e10f6cbf-5a33-4b56-b3ef-d54d916a2562 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:13:27.764 +05:30 e10f6cbf-5a33-4b56-b3ef-d54d916a2562 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:27.764 +05:30 e10f6cbf-5a33-4b56-b3ef-d54d916a2562 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 18.0473ms 2024-09-07 11:13:27.765 +05:30 e10f6cbf-5a33-4b56-b3ef-d54d916a2562 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:13:27.765 +05:30 e10f6cbf-5a33-4b56-b3ef-d54d916a2562 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 088e52ad-6d8f-4d87-9af4-6d393e307e3c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:13:27.765 +05:30 e10f6cbf-5a33-4b56-b3ef-d54d916a2562 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 22.7641ms 2024-09-07 11:13:27.836 +05:30 c53f19f1-b862-47c4-9a8d-7ac83ff88b60 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 11:13:27.836 +05:30 c53f19f1-b862-47c4-9a8d-7ac83ff88b60 INF CORS policy execution successful. 2024-09-07 11:13:27.836 +05:30 c53f19f1-b862-47c4-9a8d-7ac83ff88b60 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 0.6068ms 2024-09-07 11:13:27.837 +05:30 50351797-a4a2-4fdc-a089-6239bb0d1612 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 11:13:27.837 +05:30 50351797-a4a2-4fdc-a089-6239bb0d1612 INF CORS policy execution successful. 2024-09-07 11:13:27.838 +05:30 50351797-a4a2-4fdc-a089-6239bb0d1612 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 0.4898ms 2024-09-07 11:13:27.888 +05:30 31fb61a2-8268-46f3-9477-f9e554a881c4 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 11:13:27.889 +05:30 eadb32f7-9bd3-426f-96a9-ff15d63d4815 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 11:13:27.889 +05:30 eadb32f7-9bd3-426f-96a9-ff15d63d4815 INF CORS policy execution successful. 2024-09-07 11:13:27.890 +05:30 31fb61a2-8268-46f3-9477-f9e554a881c4 INF CORS policy execution successful. 2024-09-07 11:13:27.891 +05:30 31fb61a2-8268-46f3-9477-f9e554a881c4 INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:27.891 +05:30 eadb32f7-9bd3-426f-96a9-ff15d63d4815 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 1.8693ms 2024-09-07 11:13:27.892 +05:30 f4ec4014-a71e-4b79-b4f9-27743550f42c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 11:13:27.892 +05:30 f4ec4014-a71e-4b79-b4f9-27743550f42c INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:13:27.893 +05:30 944d4b84-6dc5-4560-8f10-e49f5b551684 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 11:13:27.893 +05:30 944d4b84-6dc5-4560-8f10-e49f5b551684 INF CORS policy execution successful. 2024-09-07 11:13:27.894 +05:30 944d4b84-6dc5-4560-8f10-e49f5b551684 INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:27.894 +05:30 fa43466c-96cf-4320-a2e1-8c1e5a4c6bd3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 11:13:27.895 +05:30 fa43466c-96cf-4320-a2e1-8c1e5a4c6bd3 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:13:27.936 +05:30 37b7e710-e78e-4c01-b9c0-b177f94b0d84 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:13:27.936 +05:30 37b7e710-e78e-4c01-b9c0-b177f94b0d84 INF CORS policy execution successful. 2024-09-07 11:13:27.937 +05:30 37b7e710-e78e-4c01-b9c0-b177f94b0d84 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.8717ms 2024-09-07 11:13:27.944 +05:30 f4ec4014-a71e-4b79-b4f9-27743550f42c INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:27.948 +05:30 f4ec4014-a71e-4b79-b4f9-27743550f42c INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 55.6788ms 2024-09-07 11:13:27.948 +05:30 f4ec4014-a71e-4b79-b4f9-27743550f42c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 11:13:27.948 +05:30 f4ec4014-a71e-4b79-b4f9-27743550f42c INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 31fb61a2-8268-46f3-9477-f9e554a881c4}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 11:13:27.948 +05:30 f4ec4014-a71e-4b79-b4f9-27743550f42c INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 60.0736ms 2024-09-07 11:13:27.971 +05:30 1107854b-fe71-46e6-97db-ec92af54eb1d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:13:27.971 +05:30 1107854b-fe71-46e6-97db-ec92af54eb1d INF CORS policy execution successful. 2024-09-07 11:13:27.971 +05:30 fa43466c-96cf-4320-a2e1-8c1e5a4c6bd3 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:27.971 +05:30 1107854b-fe71-46e6-97db-ec92af54eb1d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.6931ms 2024-09-07 11:13:27.972 +05:30 fa43466c-96cf-4320-a2e1-8c1e5a4c6bd3 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 76.7388ms 2024-09-07 11:13:27.972 +05:30 fa43466c-96cf-4320-a2e1-8c1e5a4c6bd3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 11:13:27.972 +05:30 fa43466c-96cf-4320-a2e1-8c1e5a4c6bd3 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 944d4b84-6dc5-4560-8f10-e49f5b551684}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 11:13:27.972 +05:30 fa43466c-96cf-4320-a2e1-8c1e5a4c6bd3 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 79.302ms 2024-09-07 11:13:27.976 +05:30 b8c50d68-7e74-4d42-bd87-26b55ef05af4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:13:27.976 +05:30 b8c50d68-7e74-4d42-bd87-26b55ef05af4 INF CORS policy execution successful. 2024-09-07 11:13:27.976 +05:30 b8c50d68-7e74-4d42-bd87-26b55ef05af4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.4701ms 2024-09-07 11:13:27.980 +05:30 ac0fef17-6aab-473d-9a0c-dc27687a8877 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:13:27.981 +05:30 ac0fef17-6aab-473d-9a0c-dc27687a8877 INF CORS policy execution successful. 2024-09-07 11:13:27.981 +05:30 ac0fef17-6aab-473d-9a0c-dc27687a8877 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4615ms 2024-09-07 11:13:27.982 +05:30 fa53b2c6-f42b-44ea-b500-6269d4198be0 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 11:13:27.982 +05:30 fa53b2c6-f42b-44ea-b500-6269d4198be0 INF CORS policy execution successful. 2024-09-07 11:13:27.983 +05:30 fa53b2c6-f42b-44ea-b500-6269d4198be0 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:27.983 +05:30 1daf7aa6-8f79-4104-88e5-816520e034ae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 11:13:27.983 +05:30 1daf7aa6-8f79-4104-88e5-816520e034ae INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:13:28.000 +05:30 1daf7aa6-8f79-4104-88e5-816520e034ae INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:28.000 +05:30 1daf7aa6-8f79-4104-88e5-816520e034ae INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 17.0535ms 2024-09-07 11:13:28.000 +05:30 1daf7aa6-8f79-4104-88e5-816520e034ae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.000 +05:30 1daf7aa6-8f79-4104-88e5-816520e034ae INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: fa53b2c6-f42b-44ea-b500-6269d4198be0}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 11:13:28.000 +05:30 d128426a-4654-4685-b416-51c4e09fd1e0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:13:28.000 +05:30 1daf7aa6-8f79-4104-88e5-816520e034ae INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 18.691ms 2024-09-07 11:13:28.001 +05:30 d128426a-4654-4685-b416-51c4e09fd1e0 INF CORS policy execution successful. 2024-09-07 11:13:28.001 +05:30 d128426a-4654-4685-b416-51c4e09fd1e0 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:28.001 +05:30 e7d0b0b8-cf48-4041-93bf-fe5933b44a78 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.002 +05:30 e7d0b0b8-cf48-4041-93bf-fe5933b44a78 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:13:28.026 +05:30 adfaea3f-bd07-43dd-a3a2-3e33440fefea INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:13:28.027 +05:30 adfaea3f-bd07-43dd-a3a2-3e33440fefea INF CORS policy execution successful. 2024-09-07 11:13:28.027 +05:30 adfaea3f-bd07-43dd-a3a2-3e33440fefea INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:28.027 +05:30 35bb9fca-6c31-4f8b-a610-3a66b7dfe165 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.027 +05:30 35bb9fca-6c31-4f8b-a610-3a66b7dfe165 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:13:28.038 +05:30 35bb9fca-6c31-4f8b-a610-3a66b7dfe165 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:28.039 +05:30 35bb9fca-6c31-4f8b-a610-3a66b7dfe165 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.3742ms 2024-09-07 11:13:28.039 +05:30 35bb9fca-6c31-4f8b-a610-3a66b7dfe165 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.039 +05:30 35bb9fca-6c31-4f8b-a610-3a66b7dfe165 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: adfaea3f-bd07-43dd-a3a2-3e33440fefea}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:13:28.039 +05:30 35bb9fca-6c31-4f8b-a610-3a66b7dfe165 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 13.1779ms 2024-09-07 11:13:28.046 +05:30 e7d0b0b8-cf48-4041-93bf-fe5933b44a78 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:28.046 +05:30 e7d0b0b8-cf48-4041-93bf-fe5933b44a78 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 44.7659ms 2024-09-07 11:13:28.047 +05:30 e7d0b0b8-cf48-4041-93bf-fe5933b44a78 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.047 +05:30 e7d0b0b8-cf48-4041-93bf-fe5933b44a78 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d128426a-4654-4685-b416-51c4e09fd1e0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:13:28.049 +05:30 e7d0b0b8-cf48-4041-93bf-fe5933b44a78 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 48.2629ms 2024-09-07 11:13:28.085 +05:30 25ee4b26-a2fb-4b4f-b365-3543864c9b88 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:13:28.086 +05:30 25ee4b26-a2fb-4b4f-b365-3543864c9b88 INF CORS policy execution successful. 2024-09-07 11:13:28.086 +05:30 25ee4b26-a2fb-4b4f-b365-3543864c9b88 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:28.086 +05:30 c35412a4-cd66-4306-8102-9632b23635c5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.086 +05:30 c35412a4-cd66-4306-8102-9632b23635c5 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:13:28.093 +05:30 031532bd-7d83-4607-948c-b5c24168f021 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:13:28.093 +05:30 031532bd-7d83-4607-948c-b5c24168f021 INF CORS policy execution successful. 2024-09-07 11:13:28.093 +05:30 031532bd-7d83-4607-948c-b5c24168f021 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:28.094 +05:30 17958044-0697-4452-961e-cc07bea2466f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.094 +05:30 17958044-0697-4452-961e-cc07bea2466f INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:13:28.097 +05:30 c35412a4-cd66-4306-8102-9632b23635c5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:28.097 +05:30 c35412a4-cd66-4306-8102-9632b23635c5 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.7399ms 2024-09-07 11:13:28.097 +05:30 c35412a4-cd66-4306-8102-9632b23635c5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.097 +05:30 c35412a4-cd66-4306-8102-9632b23635c5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 25ee4b26-a2fb-4b4f-b365-3543864c9b88}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:13:28.098 +05:30 c35412a4-cd66-4306-8102-9632b23635c5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 12.7235ms 2024-09-07 11:13:28.112 +05:30 17958044-0697-4452-961e-cc07bea2466f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:28.112 +05:30 17958044-0697-4452-961e-cc07bea2466f INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 18.4538ms 2024-09-07 11:13:28.112 +05:30 17958044-0697-4452-961e-cc07bea2466f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:13:28.113 +05:30 17958044-0697-4452-961e-cc07bea2466f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 031532bd-7d83-4607-948c-b5c24168f021}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:13:28.114 +05:30 17958044-0697-4452-961e-cc07bea2466f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 20.6813ms 2024-09-07 11:13:30.848 +05:30 87e1fe03-f429-4d3a-999b-9ed396ba189b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:13:30.848 +05:30 4237e527-f72e-4e44-9efb-2add2b5c273e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:13:30.848 +05:30 87e1fe03-f429-4d3a-999b-9ed396ba189b INF CORS policy execution successful. 2024-09-07 11:13:30.848 +05:30 4237e527-f72e-4e44-9efb-2add2b5c273e INF CORS policy execution successful. 2024-09-07 11:13:30.848 +05:30 87e1fe03-f429-4d3a-999b-9ed396ba189b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.713ms 2024-09-07 11:13:30.848 +05:30 4237e527-f72e-4e44-9efb-2add2b5c273e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.9751ms 2024-09-07 11:13:30.891 +05:30 faa08263-6913-4290-b752-b522f208fe9b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:13:30.891 +05:30 faa08263-6913-4290-b752-b522f208fe9b INF CORS policy execution successful. 2024-09-07 11:13:30.891 +05:30 faa08263-6913-4290-b752-b522f208fe9b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.4086ms 2024-09-07 11:13:30.899 +05:30 129beffd-329c-4d71-b343-3de08d76caee INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:13:30.899 +05:30 129beffd-329c-4d71-b343-3de08d76caee INF CORS policy execution successful. 2024-09-07 11:13:30.900 +05:30 129beffd-329c-4d71-b343-3de08d76caee INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:30.900 +05:30 4a2a7eec-f127-4059-bc84-2cfc4db6c386 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:13:30.900 +05:30 4a2a7eec-f127-4059-bc84-2cfc4db6c386 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:13:30.912 +05:30 4a2a7eec-f127-4059-bc84-2cfc4db6c386 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:30.912 +05:30 4a2a7eec-f127-4059-bc84-2cfc4db6c386 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.5813ms 2024-09-07 11:13:30.912 +05:30 4a2a7eec-f127-4059-bc84-2cfc4db6c386 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:13:30.912 +05:30 4a2a7eec-f127-4059-bc84-2cfc4db6c386 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 129beffd-329c-4d71-b343-3de08d76caee}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:13:30.912 +05:30 4a2a7eec-f127-4059-bc84-2cfc4db6c386 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 13.6675ms 2024-09-07 11:13:30.943 +05:30 d07464c6-1d11-41c0-b0f3-915b8cc1aa17 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:13:30.944 +05:30 d07464c6-1d11-41c0-b0f3-915b8cc1aa17 INF CORS policy execution successful. 2024-09-07 11:13:30.944 +05:30 d07464c6-1d11-41c0-b0f3-915b8cc1aa17 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:30.944 +05:30 059cf30f-ad18-4cf1-8197-e779737cd707 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:13:30.944 +05:30 059cf30f-ad18-4cf1-8197-e779737cd707 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 11:13:30.968 +05:30 39209286-3426-4030-8146-d721fc512772 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:13:30.969 +05:30 39209286-3426-4030-8146-d721fc512772 INF CORS policy execution successful. 2024-09-07 11:13:30.969 +05:30 39209286-3426-4030-8146-d721fc512772 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:30.969 +05:30 681f1d5b-9fa1-45e6-9f10-4d793cd783af INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:13:30.970 +05:30 681f1d5b-9fa1-45e6-9f10-4d793cd783af INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:13:30.982 +05:30 681f1d5b-9fa1-45e6-9f10-4d793cd783af INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:30.983 +05:30 681f1d5b-9fa1-45e6-9f10-4d793cd783af INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 12.8925ms 2024-09-07 11:13:30.983 +05:30 681f1d5b-9fa1-45e6-9f10-4d793cd783af INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:13:30.983 +05:30 681f1d5b-9fa1-45e6-9f10-4d793cd783af INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 39209286-3426-4030-8146-d721fc512772}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:13:30.983 +05:30 681f1d5b-9fa1-45e6-9f10-4d793cd783af INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 15.6206ms 2024-09-07 11:13:31.059 +05:30 059cf30f-ad18-4cf1-8197-e779737cd707 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:31.059 +05:30 059cf30f-ad18-4cf1-8197-e779737cd707 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 114.7331ms 2024-09-07 11:13:31.059 +05:30 059cf30f-ad18-4cf1-8197-e779737cd707 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:13:31.059 +05:30 059cf30f-ad18-4cf1-8197-e779737cd707 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d07464c6-1d11-41c0-b0f3-915b8cc1aa17}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 11:13:31.059 +05:30 059cf30f-ad18-4cf1-8197-e779737cd707 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 116.5014ms 2024-09-07 11:13:31.177 +05:30 3501167b-fd76-4f33-a151-69c39e939d17 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:13:31.178 +05:30 3501167b-fd76-4f33-a151-69c39e939d17 INF CORS policy execution successful. 2024-09-07 11:13:31.178 +05:30 3501167b-fd76-4f33-a151-69c39e939d17 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5064ms 2024-09-07 11:13:31.247 +05:30 7c5c1377-4024-4f62-bd82-bdb8f5596d17 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:13:31.248 +05:30 7c5c1377-4024-4f62-bd82-bdb8f5596d17 INF CORS policy execution successful. 2024-09-07 11:13:31.248 +05:30 7c5c1377-4024-4f62-bd82-bdb8f5596d17 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:31.248 +05:30 b59942ba-9886-48c5-a4d0-fc330666e9f5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:13:31.248 +05:30 b59942ba-9886-48c5-a4d0-fc330666e9f5 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:13:31.260 +05:30 b59942ba-9886-48c5-a4d0-fc330666e9f5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:31.260 +05:30 b59942ba-9886-48c5-a4d0-fc330666e9f5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.6087ms 2024-09-07 11:13:31.260 +05:30 b59942ba-9886-48c5-a4d0-fc330666e9f5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:13:31.260 +05:30 b59942ba-9886-48c5-a4d0-fc330666e9f5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7c5c1377-4024-4f62-bd82-bdb8f5596d17}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:13:31.261 +05:30 b59942ba-9886-48c5-a4d0-fc330666e9f5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 13.6189ms 2024-09-07 11:13:31.604 +05:30 5fbff01b-6faf-4701-9329-74b7fa168945 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:13:31.604 +05:30 5fbff01b-6faf-4701-9329-74b7fa168945 INF CORS policy execution successful. 2024-09-07 11:13:31.605 +05:30 5fbff01b-6faf-4701-9329-74b7fa168945 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.4579ms 2024-09-07 11:13:31.665 +05:30 8abb3552-54d3-4e2a-a1ad-0479acf150f2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:13:31.666 +05:30 8abb3552-54d3-4e2a-a1ad-0479acf150f2 INF CORS policy execution successful. 2024-09-07 11:13:31.666 +05:30 8abb3552-54d3-4e2a-a1ad-0479acf150f2 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:31.666 +05:30 801ffd01-5905-450a-a6cc-c33cb8f2a048 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:13:31.666 +05:30 801ffd01-5905-450a-a6cc-c33cb8f2a048 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:13:31.694 +05:30 801ffd01-5905-450a-a6cc-c33cb8f2a048 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:31.694 +05:30 801ffd01-5905-450a-a6cc-c33cb8f2a048 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 28.0144ms 2024-09-07 11:13:31.695 +05:30 801ffd01-5905-450a-a6cc-c33cb8f2a048 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:13:31.695 +05:30 801ffd01-5905-450a-a6cc-c33cb8f2a048 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8abb3552-54d3-4e2a-a1ad-0479acf150f2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 11:13:31.695 +05:30 801ffd01-5905-450a-a6cc-c33cb8f2a048 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 30.4127ms 2024-09-07 11:13:34.283 +05:30 1b7414b4-f7af-420f-8a02-4cd22ebd84b1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:13:34.283 +05:30 1b7414b4-f7af-420f-8a02-4cd22ebd84b1 INF CORS policy execution successful. 2024-09-07 11:13:34.283 +05:30 1b7414b4-f7af-420f-8a02-4cd22ebd84b1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.569ms 2024-09-07 11:13:34.284 +05:30 e11b0614-b118-44b4-8061-d375684eca0a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:13:34.284 +05:30 e11b0614-b118-44b4-8061-d375684eca0a INF CORS policy execution successful. 2024-09-07 11:13:34.284 +05:30 e11b0614-b118-44b4-8061-d375684eca0a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.278ms 2024-09-07 11:13:34.338 +05:30 e90e39db-b3a4-4556-9a0a-43990edba06c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:13:34.338 +05:30 e90e39db-b3a4-4556-9a0a-43990edba06c INF CORS policy execution successful. 2024-09-07 11:13:34.338 +05:30 e90e39db-b3a4-4556-9a0a-43990edba06c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:34.339 +05:30 377153e4-ba5c-4888-9da2-fa1a4f17cfae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:34.339 +05:30 377153e4-ba5c-4888-9da2-fa1a4f17cfae INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:13:34.388 +05:30 377153e4-ba5c-4888-9da2-fa1a4f17cfae INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:34.389 +05:30 377153e4-ba5c-4888-9da2-fa1a4f17cfae INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 49.7063ms 2024-09-07 11:13:34.389 +05:30 377153e4-ba5c-4888-9da2-fa1a4f17cfae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:34.389 +05:30 377153e4-ba5c-4888-9da2-fa1a4f17cfae INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e90e39db-b3a4-4556-9a0a-43990edba06c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:13:34.390 +05:30 377153e4-ba5c-4888-9da2-fa1a4f17cfae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 51.9569ms 2024-09-07 11:13:34.442 +05:30 182dd7ad-c072-447b-a78c-cfdaf731fa6c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:13:34.443 +05:30 182dd7ad-c072-447b-a78c-cfdaf731fa6c INF CORS policy execution successful. 2024-09-07 11:13:34.443 +05:30 182dd7ad-c072-447b-a78c-cfdaf731fa6c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:34.443 +05:30 d89ad328-7fcc-4c43-a155-2e59be4b640e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:34.443 +05:30 d89ad328-7fcc-4c43-a155-2e59be4b640e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:13:34.588 +05:30 d89ad328-7fcc-4c43-a155-2e59be4b640e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:34.589 +05:30 d89ad328-7fcc-4c43-a155-2e59be4b640e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 145.0841ms 2024-09-07 11:13:34.589 +05:30 d89ad328-7fcc-4c43-a155-2e59be4b640e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:34.589 +05:30 d89ad328-7fcc-4c43-a155-2e59be4b640e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 182dd7ad-c072-447b-a78c-cfdaf731fa6c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:13:34.589 +05:30 d89ad328-7fcc-4c43-a155-2e59be4b640e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 146.7164ms 2024-09-07 11:13:41.135 +05:30 e51417d6-7906-494f-afcb-7fbd56f3c599 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:13:41.136 +05:30 e51417d6-7906-494f-afcb-7fbd56f3c599 INF CORS policy execution successful. 2024-09-07 11:13:41.137 +05:30 e51417d6-7906-494f-afcb-7fbd56f3c599 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.2819ms 2024-09-07 11:13:41.184 +05:30 5068716a-17f9-4cd5-b2c1-143cfb663c4b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:13:41.184 +05:30 5068716a-17f9-4cd5-b2c1-143cfb663c4b INF CORS policy execution successful. 2024-09-07 11:13:41.185 +05:30 5068716a-17f9-4cd5-b2c1-143cfb663c4b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:41.185 +05:30 eef0505a-6f22-4ac4-9080-fe5cb947b25e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:13:41.185 +05:30 eef0505a-6f22-4ac4-9080-fe5cb947b25e INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:13:41.203 +05:30 eef0505a-6f22-4ac4-9080-fe5cb947b25e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:41.203 +05:30 eef0505a-6f22-4ac4-9080-fe5cb947b25e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.4508ms 2024-09-07 11:13:41.203 +05:30 eef0505a-6f22-4ac4-9080-fe5cb947b25e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:13:41.203 +05:30 eef0505a-6f22-4ac4-9080-fe5cb947b25e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5068716a-17f9-4cd5-b2c1-143cfb663c4b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:13:41.203 +05:30 eef0505a-6f22-4ac4-9080-fe5cb947b25e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 19.703ms 2024-09-07 11:13:41.457 +05:30 c688b709-7c0d-409b-8d6f-c01c628616a9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:13:41.458 +05:30 c688b709-7c0d-409b-8d6f-c01c628616a9 INF CORS policy execution successful. 2024-09-07 11:13:41.458 +05:30 c688b709-7c0d-409b-8d6f-c01c628616a9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.4764ms 2024-09-07 11:13:41.515 +05:30 3291a91c-38e9-4e67-99ce-f341b608c8b7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:13:41.516 +05:30 3291a91c-38e9-4e67-99ce-f341b608c8b7 INF CORS policy execution successful. 2024-09-07 11:13:41.516 +05:30 3291a91c-38e9-4e67-99ce-f341b608c8b7 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:13:41.516 +05:30 8085ae06-7c4b-4b18-b249-5eb0369d82f8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:41.516 +05:30 8085ae06-7c4b-4b18-b249-5eb0369d82f8 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:13:41.528 +05:30 8085ae06-7c4b-4b18-b249-5eb0369d82f8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:13:41.528 +05:30 8085ae06-7c4b-4b18-b249-5eb0369d82f8 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.9741ms 2024-09-07 11:13:41.529 +05:30 8085ae06-7c4b-4b18-b249-5eb0369d82f8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:13:41.529 +05:30 8085ae06-7c4b-4b18-b249-5eb0369d82f8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3291a91c-38e9-4e67-99ce-f341b608c8b7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:13:41.529 +05:30 8085ae06-7c4b-4b18-b249-5eb0369d82f8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 14.1527ms 2024-09-07 11:14:31.629 +05:30 b9956a0f-d201-4d95-a153-4a0b10d44da9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:14:31.631 +05:30 b9956a0f-d201-4d95-a153-4a0b10d44da9 INF CORS policy execution successful. 2024-09-07 11:14:31.632 +05:30 b9956a0f-d201-4d95-a153-4a0b10d44da9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 3.4356ms 2024-09-07 11:14:31.681 +05:30 6d170d5a-4ebe-4c09-b2ea-327321d13a02 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:14:31.683 +05:30 6d170d5a-4ebe-4c09-b2ea-327321d13a02 INF CORS policy execution successful. 2024-09-07 11:14:31.684 +05:30 6d170d5a-4ebe-4c09-b2ea-327321d13a02 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:14:31.685 +05:30 cd5cc0b3-cad6-45e7-9286-3b28ad12006b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:31.685 +05:30 cd5cc0b3-cad6-45e7-9286-3b28ad12006b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:14:31.724 +05:30 cd5cc0b3-cad6-45e7-9286-3b28ad12006b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:14:31.724 +05:30 cd5cc0b3-cad6-45e7-9286-3b28ad12006b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 39.0132ms 2024-09-07 11:14:31.724 +05:30 cd5cc0b3-cad6-45e7-9286-3b28ad12006b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:31.725 +05:30 cd5cc0b3-cad6-45e7-9286-3b28ad12006b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6d170d5a-4ebe-4c09-b2ea-327321d13a02}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:14:31.725 +05:30 cd5cc0b3-cad6-45e7-9286-3b28ad12006b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 43.9649ms 2024-09-07 11:14:32.648 +05:30 d175e94f-222c-4d82-b11d-e0d110bb3926 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:14:32.649 +05:30 d175e94f-222c-4d82-b11d-e0d110bb3926 INF CORS policy execution successful. 2024-09-07 11:14:32.649 +05:30 d175e94f-222c-4d82-b11d-e0d110bb3926 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5677ms 2024-09-07 11:14:32.700 +05:30 a4de51b5-7af3-4f5a-bcfc-f135ad7bc54a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:14:32.701 +05:30 a4de51b5-7af3-4f5a-bcfc-f135ad7bc54a INF CORS policy execution successful. 2024-09-07 11:14:32.701 +05:30 a4de51b5-7af3-4f5a-bcfc-f135ad7bc54a INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:14:32.701 +05:30 f8d5cb19-0eba-4121-864a-e567a687178b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:32.701 +05:30 f8d5cb19-0eba-4121-864a-e567a687178b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:14:32.727 +05:30 f8d5cb19-0eba-4121-864a-e567a687178b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:14:32.728 +05:30 f8d5cb19-0eba-4121-864a-e567a687178b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 26.3212ms 2024-09-07 11:14:32.728 +05:30 f8d5cb19-0eba-4121-864a-e567a687178b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:32.728 +05:30 f8d5cb19-0eba-4121-864a-e567a687178b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a4de51b5-7af3-4f5a-bcfc-f135ad7bc54a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:14:32.728 +05:30 f8d5cb19-0eba-4121-864a-e567a687178b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 28.1865ms 2024-09-07 11:14:40.638 +05:30 a1ee6caf-3684-4dd2-a1a5-e675149b2762 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=namess - null null 2024-09-07 11:14:40.639 +05:30 a1ee6caf-3684-4dd2-a1a5-e675149b2762 INF CORS policy execution successful. 2024-09-07 11:14:40.639 +05:30 a1ee6caf-3684-4dd2-a1a5-e675149b2762 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=namess - 204 null null 0.996ms 2024-09-07 11:14:40.690 +05:30 0d173639-0006-4f38-8792-d7c16452cd73 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=namess - null null 2024-09-07 11:14:40.691 +05:30 0d173639-0006-4f38-8792-d7c16452cd73 INF CORS policy execution successful. 2024-09-07 11:14:40.692 +05:30 0d173639-0006-4f38-8792-d7c16452cd73 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=namess Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:14:40.692 +05:30 bb4f78f1-de27-42e8-9372-56efcf649b96 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:40.692 +05:30 bb4f78f1-de27-42e8-9372-56efcf649b96 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:14:40.709 +05:30 bb4f78f1-de27-42e8-9372-56efcf649b96 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:14:40.709 +05:30 bb4f78f1-de27-42e8-9372-56efcf649b96 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 16.9251ms 2024-09-07 11:14:40.709 +05:30 bb4f78f1-de27-42e8-9372-56efcf649b96 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:40.709 +05:30 bb4f78f1-de27-42e8-9372-56efcf649b96 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 0d173639-0006-4f38-8792-d7c16452cd73}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-07 11:14:40.710 +05:30 bb4f78f1-de27-42e8-9372-56efcf649b96 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=namess - 404 84 application/json; charset=utf-8 19.3542ms 2024-09-07 11:14:49.836 +05:30 05194a60-fb8e-4920-8232-3de18fb20071 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=names - null null 2024-09-07 11:14:49.837 +05:30 05194a60-fb8e-4920-8232-3de18fb20071 INF CORS policy execution successful. 2024-09-07 11:14:49.838 +05:30 05194a60-fb8e-4920-8232-3de18fb20071 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=names - 204 null null 1.8602ms 2024-09-07 11:14:49.887 +05:30 d66c8a12-0c1d-4929-b31e-1a41f04c044e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=names - null null 2024-09-07 11:14:49.888 +05:30 d66c8a12-0c1d-4929-b31e-1a41f04c044e INF CORS policy execution successful. 2024-09-07 11:14:49.889 +05:30 d66c8a12-0c1d-4929-b31e-1a41f04c044e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=names Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:14:49.889 +05:30 e5cea79c-91f1-4742-97ba-b81c0046f2fb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:49.889 +05:30 e5cea79c-91f1-4742-97ba-b81c0046f2fb INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:14:49.909 +05:30 e5cea79c-91f1-4742-97ba-b81c0046f2fb INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:14:49.910 +05:30 e5cea79c-91f1-4742-97ba-b81c0046f2fb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 20.0046ms 2024-09-07 11:14:49.910 +05:30 e5cea79c-91f1-4742-97ba-b81c0046f2fb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:49.910 +05:30 e5cea79c-91f1-4742-97ba-b81c0046f2fb INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: d66c8a12-0c1d-4929-b31e-1a41f04c044e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-07 11:14:49.910 +05:30 e5cea79c-91f1-4742-97ba-b81c0046f2fb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=names - 404 84 application/json; charset=utf-8 22.7626ms 2024-09-07 11:14:53.442 +05:30 bc8e4098-c3c3-40dd-bd8b-b8e5748a4990 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=name - null null 2024-09-07 11:14:53.442 +05:30 bc8e4098-c3c3-40dd-bd8b-b8e5748a4990 INF CORS policy execution successful. 2024-09-07 11:14:53.443 +05:30 bc8e4098-c3c3-40dd-bd8b-b8e5748a4990 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=name - 204 null null 1.4333ms 2024-09-07 11:14:53.491 +05:30 4e6f3dcb-5f6e-4861-b72c-fe3814ecdad8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=name - null null 2024-09-07 11:14:53.492 +05:30 4e6f3dcb-5f6e-4861-b72c-fe3814ecdad8 INF CORS policy execution successful. 2024-09-07 11:14:53.492 +05:30 4e6f3dcb-5f6e-4861-b72c-fe3814ecdad8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=name Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:14:53.492 +05:30 ca592907-15d0-4e1f-b5a2-cf825e8d6ba5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:53.492 +05:30 ca592907-15d0-4e1f-b5a2-cf825e8d6ba5 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:14:53.507 +05:30 ca592907-15d0-4e1f-b5a2-cf825e8d6ba5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:14:53.507 +05:30 ca592907-15d0-4e1f-b5a2-cf825e8d6ba5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.0545ms 2024-09-07 11:14:53.507 +05:30 ca592907-15d0-4e1f-b5a2-cf825e8d6ba5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:14:53.507 +05:30 ca592907-15d0-4e1f-b5a2-cf825e8d6ba5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4e6f3dcb-5f6e-4861-b72c-fe3814ecdad8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:14:53.508 +05:30 ca592907-15d0-4e1f-b5a2-cf825e8d6ba5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=name - 200 203 application/json; charset=utf-8 16.9165ms 2024-09-07 11:15:00.749 +05:30 8f361744-b180-4e41-9325-c6276d35dd8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=nam - null null 2024-09-07 11:15:00.749 +05:30 8f361744-b180-4e41-9325-c6276d35dd8e INF CORS policy execution successful. 2024-09-07 11:15:00.750 +05:30 8f361744-b180-4e41-9325-c6276d35dd8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=nam - 204 null null 0.6833ms 2024-09-07 11:15:00.798 +05:30 642cba5f-f683-43bc-be79-de942f032a90 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=nam - null null 2024-09-07 11:15:00.799 +05:30 642cba5f-f683-43bc-be79-de942f032a90 INF CORS policy execution successful. 2024-09-07 11:15:00.799 +05:30 642cba5f-f683-43bc-be79-de942f032a90 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=nam Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:00.799 +05:30 33a6083c-4955-41ae-8012-afa2ff9a2ec6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:00.799 +05:30 33a6083c-4955-41ae-8012-afa2ff9a2ec6 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:00.818 +05:30 33a6083c-4955-41ae-8012-afa2ff9a2ec6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:00.818 +05:30 33a6083c-4955-41ae-8012-afa2ff9a2ec6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.5098ms 2024-09-07 11:15:00.818 +05:30 33a6083c-4955-41ae-8012-afa2ff9a2ec6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:00.818 +05:30 33a6083c-4955-41ae-8012-afa2ff9a2ec6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 642cba5f-f683-43bc-be79-de942f032a90}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:00.819 +05:30 33a6083c-4955-41ae-8012-afa2ff9a2ec6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=nam - 200 203 application/json; charset=utf-8 21.0412ms 2024-09-07 11:15:02.359 +05:30 f32077da-3f67-4ab2-a83f-0fb85dbaf149 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=na - null null 2024-09-07 11:15:02.360 +05:30 f32077da-3f67-4ab2-a83f-0fb85dbaf149 INF CORS policy execution successful. 2024-09-07 11:15:02.375 +05:30 f32077da-3f67-4ab2-a83f-0fb85dbaf149 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=na - 204 null null 15.9484ms 2024-09-07 11:15:02.442 +05:30 1687df47-e6c0-481c-965f-5ed08f8f1431 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=na - null null 2024-09-07 11:15:02.443 +05:30 1687df47-e6c0-481c-965f-5ed08f8f1431 INF CORS policy execution successful. 2024-09-07 11:15:02.444 +05:30 1687df47-e6c0-481c-965f-5ed08f8f1431 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=na Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:02.444 +05:30 f7b1a18f-73d4-4132-b97f-3e93dd682a1b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:02.444 +05:30 f7b1a18f-73d4-4132-b97f-3e93dd682a1b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:02.566 +05:30 f7b1a18f-73d4-4132-b97f-3e93dd682a1b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:02.567 +05:30 f7b1a18f-73d4-4132-b97f-3e93dd682a1b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 122.3564ms 2024-09-07 11:15:02.567 +05:30 f7b1a18f-73d4-4132-b97f-3e93dd682a1b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:02.567 +05:30 f7b1a18f-73d4-4132-b97f-3e93dd682a1b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1687df47-e6c0-481c-965f-5ed08f8f1431}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:02.568 +05:30 f7b1a18f-73d4-4132-b97f-3e93dd682a1b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=na - 200 203 application/json; charset=utf-8 125.4693ms 2024-09-07 11:15:02.612 +05:30 b1b692ef-b031-4cfc-a5d1-5edc208ec293 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=n - null null 2024-09-07 11:15:02.613 +05:30 b1b692ef-b031-4cfc-a5d1-5edc208ec293 INF CORS policy execution successful. 2024-09-07 11:15:02.613 +05:30 b1b692ef-b031-4cfc-a5d1-5edc208ec293 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=n - 204 null null 0.8429ms 2024-09-07 11:15:02.693 +05:30 5a608280-5d65-4add-a414-645b3add23cd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=n - null null 2024-09-07 11:15:02.693 +05:30 5a608280-5d65-4add-a414-645b3add23cd INF CORS policy execution successful. 2024-09-07 11:15:02.694 +05:30 5a608280-5d65-4add-a414-645b3add23cd INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=n Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:02.694 +05:30 8e2b155a-d565-47de-9e16-a8c80b72bdd0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:02.695 +05:30 8e2b155a-d565-47de-9e16-a8c80b72bdd0 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:02.734 +05:30 8e2b155a-d565-47de-9e16-a8c80b72bdd0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:02.735 +05:30 8e2b155a-d565-47de-9e16-a8c80b72bdd0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 40.1173ms 2024-09-07 11:15:02.735 +05:30 8e2b155a-d565-47de-9e16-a8c80b72bdd0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:02.735 +05:30 8e2b155a-d565-47de-9e16-a8c80b72bdd0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5a608280-5d65-4add-a414-645b3add23cd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:02.736 +05:30 8e2b155a-d565-47de-9e16-a8c80b72bdd0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=n - 200 203 application/json; charset=utf-8 43.6897ms 2024-09-07 11:15:03.054 +05:30 4db35ba8-9f80-40c0-8ccf-9aaeaf1c4d3d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:03.054 +05:30 4db35ba8-9f80-40c0-8ccf-9aaeaf1c4d3d INF CORS policy execution successful. 2024-09-07 11:15:03.055 +05:30 4db35ba8-9f80-40c0-8ccf-9aaeaf1c4d3d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.0988ms 2024-09-07 11:15:03.107 +05:30 89aa9239-a491-481d-8c6b-0d0e854b2f79 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:03.108 +05:30 89aa9239-a491-481d-8c6b-0d0e854b2f79 INF CORS policy execution successful. 2024-09-07 11:15:03.108 +05:30 89aa9239-a491-481d-8c6b-0d0e854b2f79 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:03.108 +05:30 b400f607-b7cd-4fd2-9bf5-e2231bca69fc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:03.109 +05:30 b400f607-b7cd-4fd2-9bf5-e2231bca69fc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:03.248 +05:30 b400f607-b7cd-4fd2-9bf5-e2231bca69fc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:03.249 +05:30 b400f607-b7cd-4fd2-9bf5-e2231bca69fc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 140.0094ms 2024-09-07 11:15:03.249 +05:30 b400f607-b7cd-4fd2-9bf5-e2231bca69fc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:03.249 +05:30 b400f607-b7cd-4fd2-9bf5-e2231bca69fc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 89aa9239-a491-481d-8c6b-0d0e854b2f79}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:03.250 +05:30 b400f607-b7cd-4fd2-9bf5-e2231bca69fc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 143.032ms 2024-09-07 11:15:09.508 +05:30 f681549b-74f5-4dac-a805-4c311dd7dc6e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:09.508 +05:30 f681549b-74f5-4dac-a805-4c311dd7dc6e INF CORS policy execution successful. 2024-09-07 11:15:09.509 +05:30 f681549b-74f5-4dac-a805-4c311dd7dc6e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 1.3168ms 2024-09-07 11:15:09.566 +05:30 adaa75d2-ca37-46d2-a7e1-2d5b699bee71 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:09.568 +05:30 adaa75d2-ca37-46d2-a7e1-2d5b699bee71 INF CORS policy execution successful. 2024-09-07 11:15:09.569 +05:30 adaa75d2-ca37-46d2-a7e1-2d5b699bee71 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:09.569 +05:30 1303d702-e634-4395-8b08-77bef6fec0e4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:09.570 +05:30 1303d702-e634-4395-8b08-77bef6fec0e4 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:09.607 +05:30 1303d702-e634-4395-8b08-77bef6fec0e4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:09.607 +05:30 1303d702-e634-4395-8b08-77bef6fec0e4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 37.3226ms 2024-09-07 11:15:09.607 +05:30 1303d702-e634-4395-8b08-77bef6fec0e4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:09.607 +05:30 1303d702-e634-4395-8b08-77bef6fec0e4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: adaa75d2-ca37-46d2-a7e1-2d5b699bee71}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:15:09.608 +05:30 1303d702-e634-4395-8b08-77bef6fec0e4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 42.1336ms 2024-09-07 11:15:10.360 +05:30 4ae43659-f5fd-4016-b7e1-067a55a4ec9b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=id - null null 2024-09-07 11:15:10.361 +05:30 4ae43659-f5fd-4016-b7e1-067a55a4ec9b INF CORS policy execution successful. 2024-09-07 11:15:10.362 +05:30 4ae43659-f5fd-4016-b7e1-067a55a4ec9b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=id - 204 null null 2.0082ms 2024-09-07 11:15:10.712 +05:30 9949183e-d7db-49d8-b427-50691982d9ed INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=id - null null 2024-09-07 11:15:10.712 +05:30 9949183e-d7db-49d8-b427-50691982d9ed INF CORS policy execution successful. 2024-09-07 11:15:10.713 +05:30 9949183e-d7db-49d8-b427-50691982d9ed INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=id Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:10.713 +05:30 e7a541b2-6d30-4c67-a33a-1aefe68c7e93 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:10.713 +05:30 e7a541b2-6d30-4c67-a33a-1aefe68c7e93 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:10.717 +05:30 e7a541b2-6d30-4c67-a33a-1aefe68c7e93 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:10.717 +05:30 e7a541b2-6d30-4c67-a33a-1aefe68c7e93 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.2349ms 2024-09-07 11:15:10.717 +05:30 e7a541b2-6d30-4c67-a33a-1aefe68c7e93 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:10.718 +05:30 e7a541b2-6d30-4c67-a33a-1aefe68c7e93 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 9949183e-d7db-49d8-b427-50691982d9ed}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-07 11:15:10.718 +05:30 e7a541b2-6d30-4c67-a33a-1aefe68c7e93 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=id - 404 84 application/json; charset=utf-8 6.3619ms 2024-09-07 11:15:13.498 +05:30 5c5d4773-e871-49c2-b291-f6898c855873 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:13.498 +05:30 5c5d4773-e871-49c2-b291-f6898c855873 INF CORS policy execution successful. 2024-09-07 11:15:13.498 +05:30 5c5d4773-e871-49c2-b291-f6898c855873 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.7533ms 2024-09-07 11:15:13.546 +05:30 587b7b46-9305-48d8-bf81-88915c99680e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:13.546 +05:30 587b7b46-9305-48d8-bf81-88915c99680e INF CORS policy execution successful. 2024-09-07 11:15:13.547 +05:30 587b7b46-9305-48d8-bf81-88915c99680e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:13.547 +05:30 c0b2e290-3587-4837-8481-b6158c5effad INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:13.547 +05:30 c0b2e290-3587-4837-8481-b6158c5effad INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:13.551 +05:30 c0b2e290-3587-4837-8481-b6158c5effad INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:13.551 +05:30 c0b2e290-3587-4837-8481-b6158c5effad INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.337ms 2024-09-07 11:15:13.551 +05:30 c0b2e290-3587-4837-8481-b6158c5effad INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:13.552 +05:30 c0b2e290-3587-4837-8481-b6158c5effad INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 587b7b46-9305-48d8-bf81-88915c99680e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:15:13.552 +05:30 c0b2e290-3587-4837-8481-b6158c5effad INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 6.3097ms 2024-09-07 11:15:13.729 +05:30 0f46207c-712f-41ac-96ae-f1c669b15aef INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:13.730 +05:30 0f46207c-712f-41ac-96ae-f1c669b15aef INF CORS policy execution successful. 2024-09-07 11:15:13.730 +05:30 0f46207c-712f-41ac-96ae-f1c669b15aef INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.6373ms 2024-09-07 11:15:13.809 +05:30 dce211fa-97cf-4566-b9cc-ac32502201a8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:13.810 +05:30 dce211fa-97cf-4566-b9cc-ac32502201a8 INF CORS policy execution successful. 2024-09-07 11:15:13.810 +05:30 dce211fa-97cf-4566-b9cc-ac32502201a8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:13.810 +05:30 fc7d3fba-8792-4437-99eb-d74fe3032ee6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:13.811 +05:30 fc7d3fba-8792-4437-99eb-d74fe3032ee6 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:13.829 +05:30 fc7d3fba-8792-4437-99eb-d74fe3032ee6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:13.829 +05:30 fc7d3fba-8792-4437-99eb-d74fe3032ee6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.1753ms 2024-09-07 11:15:13.829 +05:30 fc7d3fba-8792-4437-99eb-d74fe3032ee6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:13.829 +05:30 fc7d3fba-8792-4437-99eb-d74fe3032ee6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dce211fa-97cf-4566-b9cc-ac32502201a8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:13.830 +05:30 fc7d3fba-8792-4437-99eb-d74fe3032ee6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 20.1889ms 2024-09-07 11:15:14.331 +05:30 8aeb0bdc-9f49-4af4-92a8-e2c836e2e03f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:14.331 +05:30 8aeb0bdc-9f49-4af4-92a8-e2c836e2e03f INF CORS policy execution successful. 2024-09-07 11:15:14.331 +05:30 8aeb0bdc-9f49-4af4-92a8-e2c836e2e03f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.5657ms 2024-09-07 11:15:14.379 +05:30 e48db20c-659e-435c-8818-3bf133d2ddcc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:14.379 +05:30 e48db20c-659e-435c-8818-3bf133d2ddcc INF CORS policy execution successful. 2024-09-07 11:15:14.379 +05:30 e48db20c-659e-435c-8818-3bf133d2ddcc INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:14.379 +05:30 88603a1e-cbfc-4acb-9e15-e41508e0ddae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:14.379 +05:30 88603a1e-cbfc-4acb-9e15-e41508e0ddae INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:14.395 +05:30 88603a1e-cbfc-4acb-9e15-e41508e0ddae INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:14.395 +05:30 88603a1e-cbfc-4acb-9e15-e41508e0ddae INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.8816ms 2024-09-07 11:15:14.395 +05:30 88603a1e-cbfc-4acb-9e15-e41508e0ddae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:14.396 +05:30 88603a1e-cbfc-4acb-9e15-e41508e0ddae INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e48db20c-659e-435c-8818-3bf133d2ddcc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:15:14.396 +05:30 ee85842d-553e-4b96-bbd5-b01e92e1da1b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ii - null null 2024-09-07 11:15:14.396 +05:30 ee85842d-553e-4b96-bbd5-b01e92e1da1b INF CORS policy execution successful. 2024-09-07 11:15:14.396 +05:30 88603a1e-cbfc-4acb-9e15-e41508e0ddae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 17.3948ms 2024-09-07 11:15:14.396 +05:30 ee85842d-553e-4b96-bbd5-b01e92e1da1b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ii - 204 null null 0.4269ms 2024-09-07 11:15:14.499 +05:30 3f2828cc-f04a-44df-a7c7-3fd95505d8f4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ii - null null 2024-09-07 11:15:14.500 +05:30 3f2828cc-f04a-44df-a7c7-3fd95505d8f4 INF CORS policy execution successful. 2024-09-07 11:15:14.500 +05:30 3f2828cc-f04a-44df-a7c7-3fd95505d8f4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ii Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:14.501 +05:30 65ad8956-e7c3-40e6-a53f-68119ae7dd75 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:14.501 +05:30 65ad8956-e7c3-40e6-a53f-68119ae7dd75 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:14.514 +05:30 65ad8956-e7c3-40e6-a53f-68119ae7dd75 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:14.515 +05:30 65ad8956-e7c3-40e6-a53f-68119ae7dd75 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.0013ms 2024-09-07 11:15:14.515 +05:30 65ad8956-e7c3-40e6-a53f-68119ae7dd75 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:14.515 +05:30 65ad8956-e7c3-40e6-a53f-68119ae7dd75 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3f2828cc-f04a-44df-a7c7-3fd95505d8f4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 11:15:14.515 +05:30 65ad8956-e7c3-40e6-a53f-68119ae7dd75 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ii - 200 147 application/json; charset=utf-8 16.1204ms 2024-09-07 11:15:14.615 +05:30 2744bd5c-4a0e-4293-ae76-84d37b2c3821 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iid - null null 2024-09-07 11:15:14.615 +05:30 2744bd5c-4a0e-4293-ae76-84d37b2c3821 INF CORS policy execution successful. 2024-09-07 11:15:14.616 +05:30 2744bd5c-4a0e-4293-ae76-84d37b2c3821 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iid - 204 null null 0.4977ms 2024-09-07 11:15:14.665 +05:30 312baed4-8317-4df8-b23f-b2b2fc5f90c2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iid - null null 2024-09-07 11:15:14.665 +05:30 312baed4-8317-4df8-b23f-b2b2fc5f90c2 INF CORS policy execution successful. 2024-09-07 11:15:14.666 +05:30 312baed4-8317-4df8-b23f-b2b2fc5f90c2 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=iid Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:14.666 +05:30 845f9899-7e68-4acd-aa32-ee7838170ec2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:14.666 +05:30 845f9899-7e68-4acd-aa32-ee7838170ec2 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:14.681 +05:30 845f9899-7e68-4acd-aa32-ee7838170ec2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:14.682 +05:30 845f9899-7e68-4acd-aa32-ee7838170ec2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.5817ms 2024-09-07 11:15:14.682 +05:30 845f9899-7e68-4acd-aa32-ee7838170ec2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:14.682 +05:30 845f9899-7e68-4acd-aa32-ee7838170ec2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 312baed4-8317-4df8-b23f-b2b2fc5f90c2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 11:15:14.682 +05:30 845f9899-7e68-4acd-aa32-ee7838170ec2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iid - 200 147 application/json; charset=utf-8 17.0456ms 2024-09-07 11:15:17.339 +05:30 f394a116-77e5-4036-b7fd-e425998c457a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ii - null null 2024-09-07 11:15:17.339 +05:30 f394a116-77e5-4036-b7fd-e425998c457a INF CORS policy execution successful. 2024-09-07 11:15:17.340 +05:30 f394a116-77e5-4036-b7fd-e425998c457a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ii - 204 null null 0.7141ms 2024-09-07 11:15:17.389 +05:30 6af955ce-2626-4855-989f-be40c6fb24af INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ii - null null 2024-09-07 11:15:17.390 +05:30 6af955ce-2626-4855-989f-be40c6fb24af INF CORS policy execution successful. 2024-09-07 11:15:17.390 +05:30 6af955ce-2626-4855-989f-be40c6fb24af INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ii Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:17.390 +05:30 be62fdb7-755c-4662-8489-710c26c836a5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:17.390 +05:30 be62fdb7-755c-4662-8489-710c26c836a5 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:17.407 +05:30 be62fdb7-755c-4662-8489-710c26c836a5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:17.407 +05:30 be62fdb7-755c-4662-8489-710c26c836a5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 16.6471ms 2024-09-07 11:15:17.407 +05:30 be62fdb7-755c-4662-8489-710c26c836a5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:17.407 +05:30 be62fdb7-755c-4662-8489-710c26c836a5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6af955ce-2626-4855-989f-be40c6fb24af}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 11:15:17.408 +05:30 be62fdb7-755c-4662-8489-710c26c836a5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ii - 200 147 application/json; charset=utf-8 18.7896ms 2024-09-07 11:15:17.571 +05:30 e1955e65-e866-4476-9664-d35e9e4692ea INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:17.571 +05:30 e1955e65-e866-4476-9664-d35e9e4692ea INF CORS policy execution successful. 2024-09-07 11:15:17.572 +05:30 e1955e65-e866-4476-9664-d35e9e4692ea INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.9369ms 2024-09-07 11:15:17.618 +05:30 7aff0d4a-5282-4338-8fc6-888a7466c868 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:17.619 +05:30 7aff0d4a-5282-4338-8fc6-888a7466c868 INF CORS policy execution successful. 2024-09-07 11:15:17.619 +05:30 7aff0d4a-5282-4338-8fc6-888a7466c868 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:17.619 +05:30 8fbbaad6-7467-498f-b2e7-1ec027adfe43 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:17.620 +05:30 8fbbaad6-7467-498f-b2e7-1ec027adfe43 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:17.634 +05:30 8fbbaad6-7467-498f-b2e7-1ec027adfe43 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:17.634 +05:30 8fbbaad6-7467-498f-b2e7-1ec027adfe43 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.4662ms 2024-09-07 11:15:17.634 +05:30 8fbbaad6-7467-498f-b2e7-1ec027adfe43 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:17.634 +05:30 8fbbaad6-7467-498f-b2e7-1ec027adfe43 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7aff0d4a-5282-4338-8fc6-888a7466c868}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:15:17.635 +05:30 8fbbaad6-7467-498f-b2e7-1ec027adfe43 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 16.4007ms 2024-09-07 11:15:17.783 +05:30 27c9053b-05e9-4f5b-bbbb-b921e6776369 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:17.783 +05:30 27c9053b-05e9-4f5b-bbbb-b921e6776369 INF CORS policy execution successful. 2024-09-07 11:15:17.783 +05:30 27c9053b-05e9-4f5b-bbbb-b921e6776369 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5343ms 2024-09-07 11:15:17.835 +05:30 c37d46c7-4601-4799-8d57-89ddae9cc6d8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:17.835 +05:30 c37d46c7-4601-4799-8d57-89ddae9cc6d8 INF CORS policy execution successful. 2024-09-07 11:15:17.835 +05:30 c37d46c7-4601-4799-8d57-89ddae9cc6d8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:17.835 +05:30 8c2508c5-2ee8-419c-849e-ed8945a3ae5a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:17.836 +05:30 8c2508c5-2ee8-419c-849e-ed8945a3ae5a INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:17.849 +05:30 8c2508c5-2ee8-419c-849e-ed8945a3ae5a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:17.850 +05:30 8c2508c5-2ee8-419c-849e-ed8945a3ae5a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 13.9832ms 2024-09-07 11:15:17.850 +05:30 8c2508c5-2ee8-419c-849e-ed8945a3ae5a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:17.850 +05:30 8c2508c5-2ee8-419c-849e-ed8945a3ae5a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c37d46c7-4601-4799-8d57-89ddae9cc6d8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:17.851 +05:30 8c2508c5-2ee8-419c-849e-ed8945a3ae5a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.9729ms 2024-09-07 11:15:20.019 +05:30 07908595-493a-4381-9f76-6cac3e867146 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - null null 2024-09-07 11:15:20.019 +05:30 07908595-493a-4381-9f76-6cac3e867146 INF CORS policy execution successful. 2024-09-07 11:15:20.020 +05:30 07908595-493a-4381-9f76-6cac3e867146 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - 204 null null 0.8272ms 2024-09-07 11:15:20.069 +05:30 a9a778c6-118f-407d-847c-7056044fd646 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - null null 2024-09-07 11:15:20.069 +05:30 a9a778c6-118f-407d-847c-7056044fd646 INF CORS policy execution successful. 2024-09-07 11:15:20.069 +05:30 a9a778c6-118f-407d-847c-7056044fd646 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=s Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:20.070 +05:30 4faa02aa-a767-48cc-a92f-5711dd3f68bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.070 +05:30 4faa02aa-a767-48cc-a92f-5711dd3f68bc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:20.085 +05:30 4faa02aa-a767-48cc-a92f-5711dd3f68bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:20.086 +05:30 4faa02aa-a767-48cc-a92f-5711dd3f68bc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.8739ms 2024-09-07 11:15:20.086 +05:30 4faa02aa-a767-48cc-a92f-5711dd3f68bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.086 +05:30 4faa02aa-a767-48cc-a92f-5711dd3f68bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a9a778c6-118f-407d-847c-7056044fd646}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 256} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:20.086 +05:30 4faa02aa-a767-48cc-a92f-5711dd3f68bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - 200 256 application/json; charset=utf-8 17.5973ms 2024-09-07 11:15:20.247 +05:30 8cf567b3-1a1c-4c6e-b496-9a89e5f183ab INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sc - null null 2024-09-07 11:15:20.247 +05:30 8cf567b3-1a1c-4c6e-b496-9a89e5f183ab INF CORS policy execution successful. 2024-09-07 11:15:20.247 +05:30 8cf567b3-1a1c-4c6e-b496-9a89e5f183ab INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sc - 204 null null 0.728ms 2024-09-07 11:15:20.299 +05:30 6ecbeb4a-c989-42b5-8dad-3cd361a72721 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sc - null null 2024-09-07 11:15:20.299 +05:30 6ecbeb4a-c989-42b5-8dad-3cd361a72721 INF CORS policy execution successful. 2024-09-07 11:15:20.300 +05:30 6ecbeb4a-c989-42b5-8dad-3cd361a72721 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=sc Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:20.300 +05:30 d352e567-88f0-46a7-bfe1-39cca64aceb3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.300 +05:30 d352e567-88f0-46a7-bfe1-39cca64aceb3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:20.304 +05:30 d352e567-88f0-46a7-bfe1-39cca64aceb3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:20.304 +05:30 d352e567-88f0-46a7-bfe1-39cca64aceb3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.3917ms 2024-09-07 11:15:20.305 +05:30 d352e567-88f0-46a7-bfe1-39cca64aceb3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.305 +05:30 d352e567-88f0-46a7-bfe1-39cca64aceb3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6ecbeb4a-c989-42b5-8dad-3cd361a72721}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 11:15:20.305 +05:30 d352e567-88f0-46a7-bfe1-39cca64aceb3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sc - 200 150 application/json; charset=utf-8 6.2881ms 2024-09-07 11:15:20.462 +05:30 ede75449-a169-4a85-b294-dc7c46ff5951 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sco - null null 2024-09-07 11:15:20.462 +05:30 ede75449-a169-4a85-b294-dc7c46ff5951 INF CORS policy execution successful. 2024-09-07 11:15:20.462 +05:30 ede75449-a169-4a85-b294-dc7c46ff5951 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sco - 204 null null 0.6793ms 2024-09-07 11:15:20.521 +05:30 b00b9934-5a2c-407e-ba65-d83b6cac6cc1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sco - null null 2024-09-07 11:15:20.522 +05:30 b00b9934-5a2c-407e-ba65-d83b6cac6cc1 INF CORS policy execution successful. 2024-09-07 11:15:20.522 +05:30 b00b9934-5a2c-407e-ba65-d83b6cac6cc1 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=sco Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:20.522 +05:30 d9164e2e-8fa7-4249-a9c1-e1049cd03e0b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.522 +05:30 d9164e2e-8fa7-4249-a9c1-e1049cd03e0b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:20.536 +05:30 d9164e2e-8fa7-4249-a9c1-e1049cd03e0b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:20.538 +05:30 d9164e2e-8fa7-4249-a9c1-e1049cd03e0b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.831ms 2024-09-07 11:15:20.538 +05:30 d9164e2e-8fa7-4249-a9c1-e1049cd03e0b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.539 +05:30 d9164e2e-8fa7-4249-a9c1-e1049cd03e0b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b00b9934-5a2c-407e-ba65-d83b6cac6cc1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 11:15:20.539 +05:30 d9164e2e-8fa7-4249-a9c1-e1049cd03e0b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sco - 200 150 application/json; charset=utf-8 18.595ms 2024-09-07 11:15:20.699 +05:30 5a2a32b2-000d-4d3f-bf70-0023e4e4692e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scod - null null 2024-09-07 11:15:20.699 +05:30 5a2a32b2-000d-4d3f-bf70-0023e4e4692e INF CORS policy execution successful. 2024-09-07 11:15:20.699 +05:30 5a2a32b2-000d-4d3f-bf70-0023e4e4692e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scod - 204 null null 0.6351ms 2024-09-07 11:15:20.754 +05:30 bd58c064-c054-4fe0-a79f-cbb3aa33a343 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scod - null null 2024-09-07 11:15:20.754 +05:30 bd58c064-c054-4fe0-a79f-cbb3aa33a343 INF CORS policy execution successful. 2024-09-07 11:15:20.754 +05:30 bd58c064-c054-4fe0-a79f-cbb3aa33a343 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=scod Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:20.754 +05:30 019b20dc-4708-4aa8-84e0-c85ab4e78d02 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.754 +05:30 019b20dc-4708-4aa8-84e0-c85ab4e78d02 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:20.769 +05:30 019b20dc-4708-4aa8-84e0-c85ab4e78d02 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:20.770 +05:30 019b20dc-4708-4aa8-84e0-c85ab4e78d02 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.991ms 2024-09-07 11:15:20.770 +05:30 019b20dc-4708-4aa8-84e0-c85ab4e78d02 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.770 +05:30 019b20dc-4708-4aa8-84e0-c85ab4e78d02 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bd58c064-c054-4fe0-a79f-cbb3aa33a343}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 11:15:20.770 +05:30 019b20dc-4708-4aa8-84e0-c85ab4e78d02 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scod - 200 150 application/json; charset=utf-8 16.8217ms 2024-09-07 11:15:20.805 +05:30 2bce6e7b-d29b-457b-b0e0-b9679c265acc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scode - null null 2024-09-07 11:15:20.806 +05:30 2bce6e7b-d29b-457b-b0e0-b9679c265acc INF CORS policy execution successful. 2024-09-07 11:15:20.806 +05:30 2bce6e7b-d29b-457b-b0e0-b9679c265acc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scode - 204 null null 1.0582ms 2024-09-07 11:15:20.852 +05:30 2cb53e4a-3812-4194-99c8-979c8f191447 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scode - null null 2024-09-07 11:15:20.852 +05:30 2cb53e4a-3812-4194-99c8-979c8f191447 INF CORS policy execution successful. 2024-09-07 11:15:20.852 +05:30 2cb53e4a-3812-4194-99c8-979c8f191447 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=scode Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:20.853 +05:30 fb1470b3-61f3-4caf-8133-5451dba492ab INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.853 +05:30 fb1470b3-61f3-4caf-8133-5451dba492ab INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:20.868 +05:30 fb1470b3-61f3-4caf-8133-5451dba492ab INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:20.868 +05:30 fb1470b3-61f3-4caf-8133-5451dba492ab INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.5826ms 2024-09-07 11:15:20.869 +05:30 fb1470b3-61f3-4caf-8133-5451dba492ab INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:20.869 +05:30 fb1470b3-61f3-4caf-8133-5451dba492ab INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2cb53e4a-3812-4194-99c8-979c8f191447}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 11:15:20.869 +05:30 fb1470b3-61f3-4caf-8133-5451dba492ab INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scode - 200 150 application/json; charset=utf-8 17.1816ms 2024-09-07 11:15:23.062 +05:30 b6680d30-b63e-4e6c-8821-b3d5d7095179 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scod - null null 2024-09-07 11:15:23.062 +05:30 b6680d30-b63e-4e6c-8821-b3d5d7095179 INF CORS policy execution successful. 2024-09-07 11:15:23.062 +05:30 b6680d30-b63e-4e6c-8821-b3d5d7095179 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scod - 204 null null 0.5398ms 2024-09-07 11:15:23.113 +05:30 064d7b44-78c7-48f0-aeb0-9ede15ca392c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scod - null null 2024-09-07 11:15:23.113 +05:30 064d7b44-78c7-48f0-aeb0-9ede15ca392c INF CORS policy execution successful. 2024-09-07 11:15:23.114 +05:30 064d7b44-78c7-48f0-aeb0-9ede15ca392c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=scod Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:23.114 +05:30 304ca51c-b77b-4a3d-9a70-b6a01d5beb56 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.114 +05:30 304ca51c-b77b-4a3d-9a70-b6a01d5beb56 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:23.126 +05:30 304ca51c-b77b-4a3d-9a70-b6a01d5beb56 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:23.127 +05:30 304ca51c-b77b-4a3d-9a70-b6a01d5beb56 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.8655ms 2024-09-07 11:15:23.127 +05:30 304ca51c-b77b-4a3d-9a70-b6a01d5beb56 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.127 +05:30 304ca51c-b77b-4a3d-9a70-b6a01d5beb56 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 064d7b44-78c7-48f0-aeb0-9ede15ca392c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 11:15:23.128 +05:30 304ca51c-b77b-4a3d-9a70-b6a01d5beb56 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=scod - 200 150 application/json; charset=utf-8 14.9526ms 2024-09-07 11:15:23.271 +05:30 f0256392-c9e8-4306-8734-df2874372c37 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sco - null null 2024-09-07 11:15:23.272 +05:30 f0256392-c9e8-4306-8734-df2874372c37 INF CORS policy execution successful. 2024-09-07 11:15:23.272 +05:30 f0256392-c9e8-4306-8734-df2874372c37 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sco - 204 null null 0.6959ms 2024-09-07 11:15:23.322 +05:30 52da3910-40a1-4b88-8650-56391c5de472 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sco - null null 2024-09-07 11:15:23.322 +05:30 52da3910-40a1-4b88-8650-56391c5de472 INF CORS policy execution successful. 2024-09-07 11:15:23.323 +05:30 52da3910-40a1-4b88-8650-56391c5de472 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=sco Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:23.323 +05:30 088961c7-ed57-4570-9e88-2cdaaf5d09e1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.323 +05:30 088961c7-ed57-4570-9e88-2cdaaf5d09e1 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:23.334 +05:30 088961c7-ed57-4570-9e88-2cdaaf5d09e1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:23.334 +05:30 088961c7-ed57-4570-9e88-2cdaaf5d09e1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 11.4723ms 2024-09-07 11:15:23.334 +05:30 088961c7-ed57-4570-9e88-2cdaaf5d09e1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.335 +05:30 088961c7-ed57-4570-9e88-2cdaaf5d09e1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 52da3910-40a1-4b88-8650-56391c5de472}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 11:15:23.335 +05:30 088961c7-ed57-4570-9e88-2cdaaf5d09e1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sco - 200 150 application/json; charset=utf-8 13.1972ms 2024-09-07 11:15:23.390 +05:30 9d4e5606-190d-4e1c-8f4c-cffb17d7aaff INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sc - null null 2024-09-07 11:15:23.390 +05:30 9d4e5606-190d-4e1c-8f4c-cffb17d7aaff INF CORS policy execution successful. 2024-09-07 11:15:23.390 +05:30 9d4e5606-190d-4e1c-8f4c-cffb17d7aaff INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sc - 204 null null 0.6839ms 2024-09-07 11:15:23.444 +05:30 333499b5-6348-4dea-b02f-f3bcb71ec66a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sc - null null 2024-09-07 11:15:23.445 +05:30 333499b5-6348-4dea-b02f-f3bcb71ec66a INF CORS policy execution successful. 2024-09-07 11:15:23.445 +05:30 333499b5-6348-4dea-b02f-f3bcb71ec66a INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=sc Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:23.445 +05:30 dd8e6309-d822-4de4-afd2-387847f5b8d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.446 +05:30 dd8e6309-d822-4de4-afd2-387847f5b8d7 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:23.460 +05:30 dd8e6309-d822-4de4-afd2-387847f5b8d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:23.460 +05:30 dd8e6309-d822-4de4-afd2-387847f5b8d7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.6851ms 2024-09-07 11:15:23.461 +05:30 dd8e6309-d822-4de4-afd2-387847f5b8d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.461 +05:30 dd8e6309-d822-4de4-afd2-387847f5b8d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 333499b5-6348-4dea-b02f-f3bcb71ec66a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 11:15:23.461 +05:30 dd8e6309-d822-4de4-afd2-387847f5b8d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sc - 200 150 application/json; charset=utf-8 16.6287ms 2024-09-07 11:15:23.585 +05:30 e785e579-834b-4d0a-93d2-ed3a0313b790 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - null null 2024-09-07 11:15:23.585 +05:30 e785e579-834b-4d0a-93d2-ed3a0313b790 INF CORS policy execution successful. 2024-09-07 11:15:23.585 +05:30 e785e579-834b-4d0a-93d2-ed3a0313b790 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - 204 null null 0.6179ms 2024-09-07 11:15:23.634 +05:30 2ae2315e-576a-426c-bba7-81dfe577260e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - null null 2024-09-07 11:15:23.635 +05:30 2ae2315e-576a-426c-bba7-81dfe577260e INF CORS policy execution successful. 2024-09-07 11:15:23.635 +05:30 2ae2315e-576a-426c-bba7-81dfe577260e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=s Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:23.635 +05:30 307c75b4-752b-4a7a-a295-b8226718bea7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.635 +05:30 307c75b4-752b-4a7a-a295-b8226718bea7 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:23.652 +05:30 307c75b4-752b-4a7a-a295-b8226718bea7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:23.652 +05:30 307c75b4-752b-4a7a-a295-b8226718bea7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 16.9593ms 2024-09-07 11:15:23.653 +05:30 307c75b4-752b-4a7a-a295-b8226718bea7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.653 +05:30 307c75b4-752b-4a7a-a295-b8226718bea7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2ae2315e-576a-426c-bba7-81dfe577260e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 256} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:23.653 +05:30 307c75b4-752b-4a7a-a295-b8226718bea7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - 200 256 application/json; charset=utf-8 18.7858ms 2024-09-07 11:15:23.752 +05:30 2d65dd7e-457d-4ccb-a639-933fcb360984 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:23.752 +05:30 2d65dd7e-457d-4ccb-a639-933fcb360984 INF CORS policy execution successful. 2024-09-07 11:15:23.753 +05:30 2d65dd7e-457d-4ccb-a639-933fcb360984 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.4561ms 2024-09-07 11:15:23.804 +05:30 9bf75108-3c7f-4533-8425-e5d3790025a3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:23.805 +05:30 9bf75108-3c7f-4533-8425-e5d3790025a3 INF CORS policy execution successful. 2024-09-07 11:15:23.805 +05:30 9bf75108-3c7f-4533-8425-e5d3790025a3 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:23.805 +05:30 951962b2-b3d0-498c-8a26-1461c3be6109 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.805 +05:30 951962b2-b3d0-498c-8a26-1461c3be6109 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:23.817 +05:30 951962b2-b3d0-498c-8a26-1461c3be6109 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:23.818 +05:30 951962b2-b3d0-498c-8a26-1461c3be6109 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.2246ms 2024-09-07 11:15:23.818 +05:30 951962b2-b3d0-498c-8a26-1461c3be6109 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:23.818 +05:30 951962b2-b3d0-498c-8a26-1461c3be6109 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9bf75108-3c7f-4533-8425-e5d3790025a3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:23.818 +05:30 951962b2-b3d0-498c-8a26-1461c3be6109 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 14.2175ms 2024-09-07 11:15:27.879 +05:30 ddfc2775-baa5-41f0-9a51-8acbbbed637a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:27.879 +05:30 ddfc2775-baa5-41f0-9a51-8acbbbed637a INF CORS policy execution successful. 2024-09-07 11:15:27.880 +05:30 ddfc2775-baa5-41f0-9a51-8acbbbed637a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.5165ms 2024-09-07 11:15:27.927 +05:30 dca0a6e4-666b-4c96-a9ce-b577b4e088bb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:27.928 +05:30 dca0a6e4-666b-4c96-a9ce-b577b4e088bb INF CORS policy execution successful. 2024-09-07 11:15:27.928 +05:30 dca0a6e4-666b-4c96-a9ce-b577b4e088bb INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:27.928 +05:30 4d97fae0-4285-463a-9fd5-08764bf2d23f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:27.928 +05:30 4d97fae0-4285-463a-9fd5-08764bf2d23f INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:27.946 +05:30 4d97fae0-4285-463a-9fd5-08764bf2d23f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:27.946 +05:30 4d97fae0-4285-463a-9fd5-08764bf2d23f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.8197ms 2024-09-07 11:15:27.946 +05:30 4d97fae0-4285-463a-9fd5-08764bf2d23f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:27.946 +05:30 4d97fae0-4285-463a-9fd5-08764bf2d23f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dca0a6e4-666b-4c96-a9ce-b577b4e088bb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:15:27.947 +05:30 4d97fae0-4285-463a-9fd5-08764bf2d23f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 19.5437ms 2024-09-07 11:15:28.115 +05:30 6d9fc133-4bc8-499c-83d3-7936a408944e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ip - null null 2024-09-07 11:15:28.116 +05:30 6d9fc133-4bc8-499c-83d3-7936a408944e INF CORS policy execution successful. 2024-09-07 11:15:28.116 +05:30 6d9fc133-4bc8-499c-83d3-7936a408944e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ip - 204 null null 0.6038ms 2024-09-07 11:15:28.160 +05:30 13f3f4aa-6cbf-4288-a633-ad00e194bac4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ip - null null 2024-09-07 11:15:28.161 +05:30 13f3f4aa-6cbf-4288-a633-ad00e194bac4 INF CORS policy execution successful. 2024-09-07 11:15:28.161 +05:30 13f3f4aa-6cbf-4288-a633-ad00e194bac4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ip Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:28.161 +05:30 e881e046-3a2b-4d57-945b-583c6b656520 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:28.161 +05:30 e881e046-3a2b-4d57-945b-583c6b656520 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:28.175 +05:30 e881e046-3a2b-4d57-945b-583c6b656520 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:28.175 +05:30 e881e046-3a2b-4d57-945b-583c6b656520 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.0202ms 2024-09-07 11:15:28.176 +05:30 e881e046-3a2b-4d57-945b-583c6b656520 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:28.176 +05:30 e881e046-3a2b-4d57-945b-583c6b656520 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 13f3f4aa-6cbf-4288-a633-ad00e194bac4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 155} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"}]"} 2024-09-07 11:15:28.176 +05:30 e881e046-3a2b-4d57-945b-583c6b656520 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ip - 200 155 application/json; charset=utf-8 15.796ms 2024-09-07 11:15:31.258 +05:30 bcd1ce79-5f04-46ba-9c82-6bc14e485264 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:31.258 +05:30 bcd1ce79-5f04-46ba-9c82-6bc14e485264 INF CORS policy execution successful. 2024-09-07 11:15:31.258 +05:30 bcd1ce79-5f04-46ba-9c82-6bc14e485264 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.6881ms 2024-09-07 11:15:31.316 +05:30 b4e60a72-2196-427a-99f2-c16b4cb98108 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:15:31.317 +05:30 b4e60a72-2196-427a-99f2-c16b4cb98108 INF CORS policy execution successful. 2024-09-07 11:15:31.317 +05:30 b4e60a72-2196-427a-99f2-c16b4cb98108 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:31.317 +05:30 9bdcef3d-f5b2-4ece-b868-92aafdc914a3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:31.317 +05:30 9bdcef3d-f5b2-4ece-b868-92aafdc914a3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:31.335 +05:30 9bdcef3d-f5b2-4ece-b868-92aafdc914a3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:31.336 +05:30 9bdcef3d-f5b2-4ece-b868-92aafdc914a3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.4876ms 2024-09-07 11:15:31.336 +05:30 9bdcef3d-f5b2-4ece-b868-92aafdc914a3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:31.336 +05:30 9bdcef3d-f5b2-4ece-b868-92aafdc914a3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b4e60a72-2196-427a-99f2-c16b4cb98108}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:15:31.337 +05:30 9bdcef3d-f5b2-4ece-b868-92aafdc914a3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 20.3674ms 2024-09-07 11:15:31.510 +05:30 353926af-d1ce-433a-93ba-63539e715e8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:31.511 +05:30 353926af-d1ce-433a-93ba-63539e715e8e INF CORS policy execution successful. 2024-09-07 11:15:31.511 +05:30 353926af-d1ce-433a-93ba-63539e715e8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5233ms 2024-09-07 11:15:31.579 +05:30 86868380-e74f-4e6e-8bfe-2ea456cf6024 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:31.580 +05:30 86868380-e74f-4e6e-8bfe-2ea456cf6024 INF CORS policy execution successful. 2024-09-07 11:15:31.580 +05:30 86868380-e74f-4e6e-8bfe-2ea456cf6024 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:31.581 +05:30 2bcb363f-789e-40fd-9bb1-aa1d4d15719e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:31.581 +05:30 2bcb363f-789e-40fd-9bb1-aa1d4d15719e INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:31.598 +05:30 2bcb363f-789e-40fd-9bb1-aa1d4d15719e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:31.599 +05:30 2bcb363f-789e-40fd-9bb1-aa1d4d15719e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.7261ms 2024-09-07 11:15:31.599 +05:30 2bcb363f-789e-40fd-9bb1-aa1d4d15719e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:31.599 +05:30 2bcb363f-789e-40fd-9bb1-aa1d4d15719e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 86868380-e74f-4e6e-8bfe-2ea456cf6024}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:31.599 +05:30 2bcb363f-789e-40fd-9bb1-aa1d4d15719e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 19.786ms 2024-09-07 11:15:58.645 +05:30 a3975d11-d358-4b82-8cc5-c4f63e4141a4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:58.645 +05:30 a3975d11-d358-4b82-8cc5-c4f63e4141a4 INF CORS policy execution successful. 2024-09-07 11:15:58.646 +05:30 a3975d11-d358-4b82-8cc5-c4f63e4141a4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.5698ms 2024-09-07 11:15:58.694 +05:30 56a6b55e-a7f3-451e-9bb0-e0f4c6fb14e6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:15:58.694 +05:30 56a6b55e-a7f3-451e-9bb0-e0f4c6fb14e6 INF CORS policy execution successful. 2024-09-07 11:15:58.695 +05:30 56a6b55e-a7f3-451e-9bb0-e0f4c6fb14e6 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:15:58.695 +05:30 de6d6e24-2cd2-447d-aee5-84443b7c7ed3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:58.696 +05:30 de6d6e24-2cd2-447d-aee5-84443b7c7ed3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:15:58.726 +05:30 de6d6e24-2cd2-447d-aee5-84443b7c7ed3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:15:58.727 +05:30 de6d6e24-2cd2-447d-aee5-84443b7c7ed3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 31.4682ms 2024-09-07 11:15:58.727 +05:30 de6d6e24-2cd2-447d-aee5-84443b7c7ed3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:15:58.728 +05:30 de6d6e24-2cd2-447d-aee5-84443b7c7ed3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 56a6b55e-a7f3-451e-9bb0-e0f4c6fb14e6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:15:58.728 +05:30 de6d6e24-2cd2-447d-aee5-84443b7c7ed3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 34.6366ms 2024-09-07 11:16:02.619 +05:30 9ad0bb4d-b2de-4c83-b4de-0b75e06779a0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:16:02.619 +05:30 9ad0bb4d-b2de-4c83-b4de-0b75e06779a0 INF CORS policy execution successful. 2024-09-07 11:16:02.619 +05:30 9ad0bb4d-b2de-4c83-b4de-0b75e06779a0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.0067ms 2024-09-07 11:16:02.665 +05:30 3e71d864-e22c-4b44-80b4-3247fa739f3b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:16:02.666 +05:30 3e71d864-e22c-4b44-80b4-3247fa739f3b INF CORS policy execution successful. 2024-09-07 11:16:02.666 +05:30 3e71d864-e22c-4b44-80b4-3247fa739f3b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:16:02.667 +05:30 c4fc5f9a-ebaa-43bf-b11e-0d3bbfeea3c5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:16:02.667 +05:30 c4fc5f9a-ebaa-43bf-b11e-0d3bbfeea3c5 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:16:02.685 +05:30 c4fc5f9a-ebaa-43bf-b11e-0d3bbfeea3c5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:16:02.686 +05:30 c4fc5f9a-ebaa-43bf-b11e-0d3bbfeea3c5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.6763ms 2024-09-07 11:16:02.686 +05:30 c4fc5f9a-ebaa-43bf-b11e-0d3bbfeea3c5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:16:02.686 +05:30 c4fc5f9a-ebaa-43bf-b11e-0d3bbfeea3c5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3e71d864-e22c-4b44-80b4-3247fa739f3b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:16:02.686 +05:30 c4fc5f9a-ebaa-43bf-b11e-0d3bbfeea3c5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 20.9774ms 2024-09-07 11:16:17.638 +05:30 d2d69730-0322-4f3c-9c46-6157679cd107 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:16:17.638 +05:30 d2d69730-0322-4f3c-9c46-6157679cd107 INF CORS policy execution successful. 2024-09-07 11:16:17.639 +05:30 d2d69730-0322-4f3c-9c46-6157679cd107 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.2215ms 2024-09-07 11:16:17.683 +05:30 acedb2cc-84b9-4c9b-9868-8c8e540a80b5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:16:17.684 +05:30 acedb2cc-84b9-4c9b-9868-8c8e540a80b5 INF CORS policy execution successful. 2024-09-07 11:16:17.684 +05:30 acedb2cc-84b9-4c9b-9868-8c8e540a80b5 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:16:17.685 +05:30 04477f9e-e951-4b94-a8b9-5d56dbb02dfc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:16:17.685 +05:30 04477f9e-e951-4b94-a8b9-5d56dbb02dfc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:16:17.710 +05:30 04477f9e-e951-4b94-a8b9-5d56dbb02dfc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:16:17.710 +05:30 04477f9e-e951-4b94-a8b9-5d56dbb02dfc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 24.9804ms 2024-09-07 11:16:17.711 +05:30 04477f9e-e951-4b94-a8b9-5d56dbb02dfc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:16:17.711 +05:30 04477f9e-e951-4b94-a8b9-5d56dbb02dfc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: acedb2cc-84b9-4c9b-9868-8c8e540a80b5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:16:17.711 +05:30 04477f9e-e951-4b94-a8b9-5d56dbb02dfc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 28.2682ms 2024-09-07 11:16:35.705 +05:30 4d445401-746b-481f-a6a3-d4efe9c75c5a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.705 +05:30 d7563e5d-61ac-438f-a7b9-3ac1438f5cca INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.705 +05:30 4d445401-746b-481f-a6a3-d4efe9c75c5a INF CORS policy execution successful. 2024-09-07 11:16:35.705 +05:30 d7563e5d-61ac-438f-a7b9-3ac1438f5cca INF CORS policy execution successful. 2024-09-07 11:16:35.706 +05:30 d7563e5d-61ac-438f-a7b9-3ac1438f5cca INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 1.4074ms 2024-09-07 11:16:35.707 +05:30 4d445401-746b-481f-a6a3-d4efe9c75c5a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 1.9436ms 2024-09-07 11:16:35.749 +05:30 af85fc23-5328-474e-a50b-93b3e977b776 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.750 +05:30 af85fc23-5328-474e-a50b-93b3e977b776 INF CORS policy execution successful. 2024-09-07 11:16:35.750 +05:30 af85fc23-5328-474e-a50b-93b3e977b776 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.4861ms 2024-09-07 11:16:35.756 +05:30 71a64537-cf40-459e-9b1b-979bcbb73278 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.757 +05:30 71a64537-cf40-459e-9b1b-979bcbb73278 INF CORS policy execution successful. 2024-09-07 11:16:35.757 +05:30 71a64537-cf40-459e-9b1b-979bcbb73278 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.8162ms 2024-09-07 11:16:35.761 +05:30 75b1e28c-95cb-418b-bdb2-0f4ca6fea90d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.761 +05:30 588cbd5f-894f-4c7a-95c3-937df83c893e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.761 +05:30 75b1e28c-95cb-418b-bdb2-0f4ca6fea90d INF CORS policy execution successful. 2024-09-07 11:16:35.761 +05:30 75b1e28c-95cb-418b-bdb2-0f4ca6fea90d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.6135ms 2024-09-07 11:16:35.761 +05:30 588cbd5f-894f-4c7a-95c3-937df83c893e INF CORS policy execution successful. 2024-09-07 11:16:35.762 +05:30 588cbd5f-894f-4c7a-95c3-937df83c893e INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:16:35.762 +05:30 fa17cc41-b34c-4693-b44e-631198c9c961 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.762 +05:30 fa17cc41-b34c-4693-b44e-631198c9c961 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:16:35.786 +05:30 96aa59db-77ec-4373-98d8-d6c7588e2d57 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.787 +05:30 96aa59db-77ec-4373-98d8-d6c7588e2d57 INF CORS policy execution successful. 2024-09-07 11:16:35.787 +05:30 96aa59db-77ec-4373-98d8-d6c7588e2d57 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:16:35.787 +05:30 a70b18e0-c03f-486a-9885-38d6be6b53c1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.787 +05:30 a70b18e0-c03f-486a-9885-38d6be6b53c1 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:16:35.801 +05:30 fa17cc41-b34c-4693-b44e-631198c9c961 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:16:35.801 +05:30 fa17cc41-b34c-4693-b44e-631198c9c961 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 38.6349ms 2024-09-07 11:16:35.801 +05:30 fa17cc41-b34c-4693-b44e-631198c9c961 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.801 +05:30 fa17cc41-b34c-4693-b44e-631198c9c961 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 588cbd5f-894f-4c7a-95c3-937df83c893e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:16:35.801 +05:30 fa17cc41-b34c-4693-b44e-631198c9c961 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 40.4773ms 2024-09-07 11:16:35.802 +05:30 a70b18e0-c03f-486a-9885-38d6be6b53c1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:16:35.802 +05:30 a70b18e0-c03f-486a-9885-38d6be6b53c1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 14.8662ms 2024-09-07 11:16:35.802 +05:30 a70b18e0-c03f-486a-9885-38d6be6b53c1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.802 +05:30 a70b18e0-c03f-486a-9885-38d6be6b53c1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 96aa59db-77ec-4373-98d8-d6c7588e2d57}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:16:35.802 +05:30 a70b18e0-c03f-486a-9885-38d6be6b53c1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 16.2427ms 2024-09-07 11:16:35.805 +05:30 f032c04f-fd5d-4e64-a948-14212b8e5c95 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.806 +05:30 f032c04f-fd5d-4e64-a948-14212b8e5c95 INF CORS policy execution successful. 2024-09-07 11:16:35.806 +05:30 f032c04f-fd5d-4e64-a948-14212b8e5c95 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:16:35.806 +05:30 b36a0cdb-1888-4550-9091-58273101e9cf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.806 +05:30 b36a0cdb-1888-4550-9091-58273101e9cf INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:16:35.807 +05:30 9bd60ce5-6b48-4ed5-87ec-e09773627ba7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.808 +05:30 9bd60ce5-6b48-4ed5-87ec-e09773627ba7 INF CORS policy execution successful. 2024-09-07 11:16:35.808 +05:30 9bd60ce5-6b48-4ed5-87ec-e09773627ba7 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:16:35.808 +05:30 6ccfcfd1-4f3f-4fbd-bf68-f62ec6597b5f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.808 +05:30 6ccfcfd1-4f3f-4fbd-bf68-f62ec6597b5f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:16:35.809 +05:30 922ee1ef-03d6-40ce-9b39-211458a3f207 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:16:35.809 +05:30 922ee1ef-03d6-40ce-9b39-211458a3f207 INF CORS policy execution successful. 2024-09-07 11:16:35.810 +05:30 922ee1ef-03d6-40ce-9b39-211458a3f207 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:16:35.810 +05:30 3443dfc9-43ae-49e4-99ea-bb405d2b3c52 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.810 +05:30 3443dfc9-43ae-49e4-99ea-bb405d2b3c52 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:16:35.815 +05:30 6ccfcfd1-4f3f-4fbd-bf68-f62ec6597b5f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:16:35.815 +05:30 6ccfcfd1-4f3f-4fbd-bf68-f62ec6597b5f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 6.7787ms 2024-09-07 11:16:35.815 +05:30 6ccfcfd1-4f3f-4fbd-bf68-f62ec6597b5f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.815 +05:30 6ccfcfd1-4f3f-4fbd-bf68-f62ec6597b5f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9bd60ce5-6b48-4ed5-87ec-e09773627ba7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:16:35.815 +05:30 6ccfcfd1-4f3f-4fbd-bf68-f62ec6597b5f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 8.1899ms 2024-09-07 11:16:35.838 +05:30 3443dfc9-43ae-49e4-99ea-bb405d2b3c52 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:16:35.838 +05:30 3443dfc9-43ae-49e4-99ea-bb405d2b3c52 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 28.5826ms 2024-09-07 11:16:35.838 +05:30 3443dfc9-43ae-49e4-99ea-bb405d2b3c52 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.838 +05:30 b36a0cdb-1888-4550-9091-58273101e9cf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:16:35.839 +05:30 3443dfc9-43ae-49e4-99ea-bb405d2b3c52 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 922ee1ef-03d6-40ce-9b39-211458a3f207}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:16:35.839 +05:30 b36a0cdb-1888-4550-9091-58273101e9cf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 32.7224ms 2024-09-07 11:16:35.839 +05:30 b36a0cdb-1888-4550-9091-58273101e9cf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:16:35.839 +05:30 b36a0cdb-1888-4550-9091-58273101e9cf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f032c04f-fd5d-4e64-a948-14212b8e5c95}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:16:35.839 +05:30 3443dfc9-43ae-49e4-99ea-bb405d2b3c52 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 29.6133ms 2024-09-07 11:16:35.839 +05:30 b36a0cdb-1888-4550-9091-58273101e9cf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 34.0062ms 2024-09-07 11:17:41.835 +05:30 36d2a412-dc91-4a26-9a1d-e7d4d4f0d721 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:17:41.836 +05:30 36d2a412-dc91-4a26-9a1d-e7d4d4f0d721 INF CORS policy execution successful. 2024-09-07 11:17:41.837 +05:30 36d2a412-dc91-4a26-9a1d-e7d4d4f0d721 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.4973ms 2024-09-07 11:17:41.883 +05:30 0ca26e10-41f9-4a20-858e-8cb1b8a0c8cf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:17:41.884 +05:30 0ca26e10-41f9-4a20-858e-8cb1b8a0c8cf INF CORS policy execution successful. 2024-09-07 11:17:41.885 +05:30 0ca26e10-41f9-4a20-858e-8cb1b8a0c8cf INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:17:41.886 +05:30 b743dbec-0497-44cb-9b68-1abf7a3e2af3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:17:41.886 +05:30 b743dbec-0497-44cb-9b68-1abf7a3e2af3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:17:41.919 +05:30 b743dbec-0497-44cb-9b68-1abf7a3e2af3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:17:41.920 +05:30 b743dbec-0497-44cb-9b68-1abf7a3e2af3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 33.446ms 2024-09-07 11:17:41.920 +05:30 b743dbec-0497-44cb-9b68-1abf7a3e2af3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:17:41.920 +05:30 b743dbec-0497-44cb-9b68-1abf7a3e2af3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0ca26e10-41f9-4a20-858e-8cb1b8a0c8cf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:17:41.921 +05:30 b743dbec-0497-44cb-9b68-1abf7a3e2af3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 37.989ms 2024-09-07 11:17:46.372 +05:30 6abae529-18ef-4eb9-ab32-5f2eb110ab96 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:17:46.373 +05:30 6abae529-18ef-4eb9-ab32-5f2eb110ab96 INF CORS policy execution successful. 2024-09-07 11:17:46.373 +05:30 6abae529-18ef-4eb9-ab32-5f2eb110ab96 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6082ms 2024-09-07 11:17:46.421 +05:30 0c767267-3f46-4a1e-aebe-05ef74febfa2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:17:46.422 +05:30 0c767267-3f46-4a1e-aebe-05ef74febfa2 INF CORS policy execution successful. 2024-09-07 11:17:46.422 +05:30 0c767267-3f46-4a1e-aebe-05ef74febfa2 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:17:46.423 +05:30 aa86c539-9636-4365-8251-a7118b7a272c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:17:46.423 +05:30 aa86c539-9636-4365-8251-a7118b7a272c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:17:46.437 +05:30 aa86c539-9636-4365-8251-a7118b7a272c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:17:46.437 +05:30 aa86c539-9636-4365-8251-a7118b7a272c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.7575ms 2024-09-07 11:17:46.437 +05:30 aa86c539-9636-4365-8251-a7118b7a272c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:17:46.437 +05:30 aa86c539-9636-4365-8251-a7118b7a272c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0c767267-3f46-4a1e-aebe-05ef74febfa2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:17:46.438 +05:30 aa86c539-9636-4365-8251-a7118b7a272c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 16.1367ms 2024-09-07 11:17:47.719 +05:30 9d1879ee-d8b0-4ee6-90e7-96e17f19cf20 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:17:47.719 +05:30 9d1879ee-d8b0-4ee6-90e7-96e17f19cf20 INF CORS policy execution successful. 2024-09-07 11:17:47.719 +05:30 9d1879ee-d8b0-4ee6-90e7-96e17f19cf20 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7112ms 2024-09-07 11:17:47.765 +05:30 cab9e177-2522-4206-82d1-bfa5b4f2276a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:17:47.766 +05:30 cab9e177-2522-4206-82d1-bfa5b4f2276a INF CORS policy execution successful. 2024-09-07 11:17:47.766 +05:30 cab9e177-2522-4206-82d1-bfa5b4f2276a INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:17:47.766 +05:30 05dc3dfc-98fc-49d4-aa7c-4b1c09a4476d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:17:47.766 +05:30 05dc3dfc-98fc-49d4-aa7c-4b1c09a4476d INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:17:47.780 +05:30 05dc3dfc-98fc-49d4-aa7c-4b1c09a4476d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:17:47.781 +05:30 05dc3dfc-98fc-49d4-aa7c-4b1c09a4476d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.058ms 2024-09-07 11:17:47.781 +05:30 05dc3dfc-98fc-49d4-aa7c-4b1c09a4476d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:17:47.781 +05:30 05dc3dfc-98fc-49d4-aa7c-4b1c09a4476d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cab9e177-2522-4206-82d1-bfa5b4f2276a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:17:47.781 +05:30 05dc3dfc-98fc-49d4-aa7c-4b1c09a4476d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.6344ms 2024-09-07 11:17:48.032 +05:30 5c89d229-d079-478f-9d1c-afba614d0bad INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:17:48.032 +05:30 5c89d229-d079-478f-9d1c-afba614d0bad INF CORS policy execution successful. 2024-09-07 11:17:48.033 +05:30 5c89d229-d079-478f-9d1c-afba614d0bad INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5056ms 2024-09-07 11:17:48.079 +05:30 92e0131a-9405-4808-a91f-9199cd26c6ea INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:17:48.080 +05:30 92e0131a-9405-4808-a91f-9199cd26c6ea INF CORS policy execution successful. 2024-09-07 11:17:48.080 +05:30 92e0131a-9405-4808-a91f-9199cd26c6ea INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:17:48.080 +05:30 fe25a8d1-3eb7-488d-8f49-63dcc943b974 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:17:48.080 +05:30 fe25a8d1-3eb7-488d-8f49-63dcc943b974 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:17:48.091 +05:30 fe25a8d1-3eb7-488d-8f49-63dcc943b974 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:17:48.092 +05:30 fe25a8d1-3eb7-488d-8f49-63dcc943b974 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.9698ms 2024-09-07 11:17:48.092 +05:30 fe25a8d1-3eb7-488d-8f49-63dcc943b974 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:17:48.092 +05:30 fe25a8d1-3eb7-488d-8f49-63dcc943b974 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 92e0131a-9405-4808-a91f-9199cd26c6ea}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:17:48.092 +05:30 fe25a8d1-3eb7-488d-8f49-63dcc943b974 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 12.8232ms 2024-09-07 11:18:18.686 +05:30 14ffa35d-28d3-4ab4-8d19-d41c2ba88427 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:18:18.687 +05:30 14ffa35d-28d3-4ab4-8d19-d41c2ba88427 INF CORS policy execution successful. 2024-09-07 11:18:18.688 +05:30 14ffa35d-28d3-4ab4-8d19-d41c2ba88427 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.3926ms 2024-09-07 11:18:18.736 +05:30 6d683c07-bc02-4343-ab15-c9b4a3a95405 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:18:18.737 +05:30 6d683c07-bc02-4343-ab15-c9b4a3a95405 INF CORS policy execution successful. 2024-09-07 11:18:18.738 +05:30 6d683c07-bc02-4343-ab15-c9b4a3a95405 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:18.738 +05:30 f8cf0821-f492-4716-b109-2b82887b3865 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:18:18.739 +05:30 f8cf0821-f492-4716-b109-2b82887b3865 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:18:18.772 +05:30 f8cf0821-f492-4716-b109-2b82887b3865 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:18.773 +05:30 f8cf0821-f492-4716-b109-2b82887b3865 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 34.1393ms 2024-09-07 11:18:18.773 +05:30 f8cf0821-f492-4716-b109-2b82887b3865 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:18:18.773 +05:30 f8cf0821-f492-4716-b109-2b82887b3865 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6d683c07-bc02-4343-ab15-c9b4a3a95405}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:18:18.774 +05:30 f8cf0821-f492-4716-b109-2b82887b3865 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 37.7532ms 2024-09-07 11:18:21.734 +05:30 45970e0d-3341-4e7c-884b-dffafefe172e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:18:21.735 +05:30 45970e0d-3341-4e7c-884b-dffafefe172e INF CORS policy execution successful. 2024-09-07 11:18:21.735 +05:30 45970e0d-3341-4e7c-884b-dffafefe172e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:21.736 +05:30 96a7c1af-f3fc-4768-9c80-0e82f95d05c4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:18:21.736 +05:30 96a7c1af-f3fc-4768-9c80-0e82f95d05c4 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:18:21.750 +05:30 96a7c1af-f3fc-4768-9c80-0e82f95d05c4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:21.751 +05:30 96a7c1af-f3fc-4768-9c80-0e82f95d05c4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.6549ms 2024-09-07 11:18:21.751 +05:30 96a7c1af-f3fc-4768-9c80-0e82f95d05c4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:18:21.751 +05:30 96a7c1af-f3fc-4768-9c80-0e82f95d05c4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 45970e0d-3341-4e7c-884b-dffafefe172e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:18:21.751 +05:30 96a7c1af-f3fc-4768-9c80-0e82f95d05c4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 17.2866ms 2024-09-07 11:18:37.557 +05:30 9eb36449-1075-4ef8-a1ab-444e041b5cf3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:18:37.557 +05:30 87b7b4fa-96c2-49aa-8ec2-282117e9bfad INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:18:37.557 +05:30 9eb36449-1075-4ef8-a1ab-444e041b5cf3 INF CORS policy execution successful. 2024-09-07 11:18:37.557 +05:30 87b7b4fa-96c2-49aa-8ec2-282117e9bfad INF CORS policy execution successful. 2024-09-07 11:18:37.558 +05:30 9eb36449-1075-4ef8-a1ab-444e041b5cf3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.1285ms 2024-09-07 11:18:37.558 +05:30 87b7b4fa-96c2-49aa-8ec2-282117e9bfad INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.1051ms 2024-09-07 11:18:37.601 +05:30 d54b74c6-0bf3-43b2-b838-a41c7fe5fc38 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:18:37.602 +05:30 d54b74c6-0bf3-43b2-b838-a41c7fe5fc38 INF CORS policy execution successful. 2024-09-07 11:18:37.602 +05:30 d54b74c6-0bf3-43b2-b838-a41c7fe5fc38 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:37.603 +05:30 2d8235d3-2559-48d1-beaa-1a87e975f67c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.604 +05:30 2d8235d3-2559-48d1-beaa-1a87e975f67c INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:18:37.620 +05:30 2d8235d3-2559-48d1-beaa-1a87e975f67c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:37.621 +05:30 2d8235d3-2559-48d1-beaa-1a87e975f67c INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 16.9784ms 2024-09-07 11:18:37.621 +05:30 2d8235d3-2559-48d1-beaa-1a87e975f67c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.621 +05:30 2d8235d3-2559-48d1-beaa-1a87e975f67c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d54b74c6-0bf3-43b2-b838-a41c7fe5fc38}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:18:37.622 +05:30 2d8235d3-2559-48d1-beaa-1a87e975f67c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 21.0715ms 2024-09-07 11:18:37.665 +05:30 16fed02a-743a-48b2-b775-ab5c8e1c7cbf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:18:37.665 +05:30 16fed02a-743a-48b2-b775-ab5c8e1c7cbf INF CORS policy execution successful. 2024-09-07 11:18:37.666 +05:30 16fed02a-743a-48b2-b775-ab5c8e1c7cbf INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:37.666 +05:30 a287255a-1465-469a-ac10-fa5a8eb48d16 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.666 +05:30 a287255a-1465-469a-ac10-fa5a8eb48d16 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:18:37.668 +05:30 a287255a-1465-469a-ac10-fa5a8eb48d16 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:37.669 +05:30 a287255a-1465-469a-ac10-fa5a8eb48d16 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.6089ms 2024-09-07 11:18:37.669 +05:30 a287255a-1465-469a-ac10-fa5a8eb48d16 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.669 +05:30 a287255a-1465-469a-ac10-fa5a8eb48d16 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 16fed02a-743a-48b2-b775-ab5c8e1c7cbf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:18:37.669 +05:30 a287255a-1465-469a-ac10-fa5a8eb48d16 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 4.648ms 2024-09-07 11:18:37.715 +05:30 77313b4a-71b2-419c-8549-a8206778feac INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:18:37.715 +05:30 77313b4a-71b2-419c-8549-a8206778feac INF CORS policy execution successful. 2024-09-07 11:18:37.715 +05:30 77313b4a-71b2-419c-8549-a8206778feac INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:37.716 +05:30 1b745b89-d4f3-483a-afdb-96a998117509 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.716 +05:30 1b745b89-d4f3-483a-afdb-96a998117509 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:18:37.719 +05:30 1b745b89-d4f3-483a-afdb-96a998117509 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:37.719 +05:30 1b745b89-d4f3-483a-afdb-96a998117509 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 3.6027ms 2024-09-07 11:18:37.719 +05:30 1b745b89-d4f3-483a-afdb-96a998117509 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.719 +05:30 1b745b89-d4f3-483a-afdb-96a998117509 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 77313b4a-71b2-419c-8549-a8206778feac}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:18:37.720 +05:30 1b745b89-d4f3-483a-afdb-96a998117509 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 5.1375ms 2024-09-07 11:18:37.763 +05:30 17a54e5c-c679-4321-9d8f-b9520242fda1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:18:37.763 +05:30 17a54e5c-c679-4321-9d8f-b9520242fda1 INF CORS policy execution successful. 2024-09-07 11:18:37.764 +05:30 17a54e5c-c679-4321-9d8f-b9520242fda1 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:37.764 +05:30 6f474d0a-40a1-4801-9f2f-beaa252b2e27 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.764 +05:30 6f474d0a-40a1-4801-9f2f-beaa252b2e27 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:18:37.766 +05:30 6f474d0a-40a1-4801-9f2f-beaa252b2e27 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:37.766 +05:30 6f474d0a-40a1-4801-9f2f-beaa252b2e27 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.3819ms 2024-09-07 11:18:37.767 +05:30 6f474d0a-40a1-4801-9f2f-beaa252b2e27 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.767 +05:30 6f474d0a-40a1-4801-9f2f-beaa252b2e27 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 17a54e5c-c679-4321-9d8f-b9520242fda1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:18:37.767 +05:30 6f474d0a-40a1-4801-9f2f-beaa252b2e27 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 4.4305ms 2024-09-07 11:18:37.878 +05:30 ebd5e87c-af68-41e3-be80-4ab0bfa86c34 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:18:37.879 +05:30 ebd5e87c-af68-41e3-be80-4ab0bfa86c34 INF CORS policy execution successful. 2024-09-07 11:18:37.879 +05:30 ebd5e87c-af68-41e3-be80-4ab0bfa86c34 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 1.1011ms 2024-09-07 11:18:37.879 +05:30 53a77574-12d3-4378-9b9b-6af1eb106498 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:18:37.879 +05:30 53a77574-12d3-4378-9b9b-6af1eb106498 INF CORS policy execution successful. 2024-09-07 11:18:37.880 +05:30 53a77574-12d3-4378-9b9b-6af1eb106498 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.3702ms 2024-09-07 11:18:37.880 +05:30 ea671aed-2235-4496-86fb-647496011112 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:18:37.880 +05:30 ea671aed-2235-4496-86fb-647496011112 INF CORS policy execution successful. 2024-09-07 11:18:37.880 +05:30 ea671aed-2235-4496-86fb-647496011112 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.2599ms 2024-09-07 11:18:37.882 +05:30 2e0a1718-7bf8-4e79-9f62-ee9055717b54 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:18:37.882 +05:30 2e0a1718-7bf8-4e79-9f62-ee9055717b54 INF CORS policy execution successful. 2024-09-07 11:18:37.882 +05:30 2e0a1718-7bf8-4e79-9f62-ee9055717b54 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.4174ms 2024-09-07 11:18:37.883 +05:30 c96de824-cb1b-4636-921f-db9019483cc3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:18:37.883 +05:30 c96de824-cb1b-4636-921f-db9019483cc3 INF CORS policy execution successful. 2024-09-07 11:18:37.883 +05:30 c96de824-cb1b-4636-921f-db9019483cc3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.2137ms 2024-09-07 11:18:37.923 +05:30 9d573078-001c-4a58-bf1d-48caf370924e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:18:37.923 +05:30 4493b8de-b907-4d97-a35a-89f9ef0696d9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:18:37.924 +05:30 4493b8de-b907-4d97-a35a-89f9ef0696d9 INF CORS policy execution successful. 2024-09-07 11:18:37.924 +05:30 9d573078-001c-4a58-bf1d-48caf370924e INF CORS policy execution successful. 2024-09-07 11:18:37.924 +05:30 9d573078-001c-4a58-bf1d-48caf370924e INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:37.924 +05:30 4493b8de-b907-4d97-a35a-89f9ef0696d9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.3595ms 2024-09-07 11:18:37.924 +05:30 ca8479f0-394d-40df-856e-f4d525c7f586 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:18:37.924 +05:30 a74a98e1-95a2-4771-8540-8cf047336bdf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.924 +05:30 ca8479f0-394d-40df-856e-f4d525c7f586 INF CORS policy execution successful. 2024-09-07 11:18:37.924 +05:30 a74a98e1-95a2-4771-8540-8cf047336bdf INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:18:37.924 +05:30 ca8479f0-394d-40df-856e-f4d525c7f586 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:37.924 +05:30 e35ead23-a5b5-45b4-b62f-983e1c882c56 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.925 +05:30 e35ead23-a5b5-45b4-b62f-983e1c882c56 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:18:37.927 +05:30 8a55e42c-ae70-44df-bb76-891c3d90cbf3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:18:37.927 +05:30 8a55e42c-ae70-44df-bb76-891c3d90cbf3 INF CORS policy execution successful. 2024-09-07 11:18:37.927 +05:30 8a55e42c-ae70-44df-bb76-891c3d90cbf3 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:37.927 +05:30 d6cbe617-f87a-4e12-853d-35ff5a67bc49 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.928 +05:30 d6cbe617-f87a-4e12-853d-35ff5a67bc49 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:18:37.953 +05:30 8335a8f2-1aa2-4eae-ba3b-02fed84bbf54 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:18:37.954 +05:30 8335a8f2-1aa2-4eae-ba3b-02fed84bbf54 INF CORS policy execution successful. 2024-09-07 11:18:37.954 +05:30 e35ead23-a5b5-45b4-b62f-983e1c882c56 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:37.954 +05:30 8335a8f2-1aa2-4eae-ba3b-02fed84bbf54 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 1.1637ms 2024-09-07 11:18:37.954 +05:30 e35ead23-a5b5-45b4-b62f-983e1c882c56 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 29.7366ms 2024-09-07 11:18:37.955 +05:30 e35ead23-a5b5-45b4-b62f-983e1c882c56 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.955 +05:30 e35ead23-a5b5-45b4-b62f-983e1c882c56 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ca8479f0-394d-40df-856e-f4d525c7f586}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:18:37.955 +05:30 d6cbe617-f87a-4e12-853d-35ff5a67bc49 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:37.955 +05:30 e35ead23-a5b5-45b4-b62f-983e1c882c56 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 31.4652ms 2024-09-07 11:18:37.955 +05:30 d6cbe617-f87a-4e12-853d-35ff5a67bc49 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 27.7784ms 2024-09-07 11:18:37.956 +05:30 d6cbe617-f87a-4e12-853d-35ff5a67bc49 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.956 +05:30 d6cbe617-f87a-4e12-853d-35ff5a67bc49 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8a55e42c-ae70-44df-bb76-891c3d90cbf3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:18:37.956 +05:30 d6cbe617-f87a-4e12-853d-35ff5a67bc49 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 29.0814ms 2024-09-07 11:18:37.970 +05:30 a74a98e1-95a2-4771-8540-8cf047336bdf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:37.970 +05:30 a74a98e1-95a2-4771-8540-8cf047336bdf INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 46.1539ms 2024-09-07 11:18:37.971 +05:30 a74a98e1-95a2-4771-8540-8cf047336bdf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:37.971 +05:30 a74a98e1-95a2-4771-8540-8cf047336bdf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9d573078-001c-4a58-bf1d-48caf370924e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:18:37.972 +05:30 a74a98e1-95a2-4771-8540-8cf047336bdf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 48.6891ms 2024-09-07 11:18:38.001 +05:30 b0729175-c30b-4b2d-96f0-82df362cba03 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:18:38.001 +05:30 b0729175-c30b-4b2d-96f0-82df362cba03 INF CORS policy execution successful. 2024-09-07 11:18:38.002 +05:30 b0729175-c30b-4b2d-96f0-82df362cba03 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:38.002 +05:30 6376b942-c6be-487a-9095-ff8fc072b9a5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.002 +05:30 6376b942-c6be-487a-9095-ff8fc072b9a5 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:18:38.002 +05:30 7b197345-2b1c-4661-9c90-0fa392857fc6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:18:38.003 +05:30 7b197345-2b1c-4661-9c90-0fa392857fc6 INF CORS policy execution successful. 2024-09-07 11:18:38.003 +05:30 7b197345-2b1c-4661-9c90-0fa392857fc6 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:38.003 +05:30 bb189991-9e4a-45f4-ab7d-52e12ab1789e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.003 +05:30 bb189991-9e4a-45f4-ab7d-52e12ab1789e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:18:38.005 +05:30 bb189991-9e4a-45f4-ab7d-52e12ab1789e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:38.005 +05:30 6376b942-c6be-487a-9095-ff8fc072b9a5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:38.005 +05:30 bb189991-9e4a-45f4-ab7d-52e12ab1789e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.1769ms 2024-09-07 11:18:38.006 +05:30 bb189991-9e4a-45f4-ab7d-52e12ab1789e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.006 +05:30 6376b942-c6be-487a-9095-ff8fc072b9a5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.6382ms 2024-09-07 11:18:38.006 +05:30 6376b942-c6be-487a-9095-ff8fc072b9a5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.006 +05:30 bb189991-9e4a-45f4-ab7d-52e12ab1789e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7b197345-2b1c-4661-9c90-0fa392857fc6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:18:38.006 +05:30 6376b942-c6be-487a-9095-ff8fc072b9a5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b0729175-c30b-4b2d-96f0-82df362cba03}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:18:38.006 +05:30 2c1b83ee-3e82-415e-8e2d-e65aaad4df8a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:18:38.006 +05:30 bb189991-9e4a-45f4-ab7d-52e12ab1789e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 3.6012ms 2024-09-07 11:18:38.006 +05:30 6376b942-c6be-487a-9095-ff8fc072b9a5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 5.3492ms 2024-09-07 11:18:38.006 +05:30 2c1b83ee-3e82-415e-8e2d-e65aaad4df8a INF CORS policy execution successful. 2024-09-07 11:18:38.006 +05:30 2c1b83ee-3e82-415e-8e2d-e65aaad4df8a INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:38.007 +05:30 26dd6d9c-f03d-4b9c-82b3-84ad5c99ac9c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.007 +05:30 26dd6d9c-f03d-4b9c-82b3-84ad5c99ac9c INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 11:18:38.016 +05:30 09fe0314-26d2-47b2-addf-6fb37413ee87 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:18:38.016 +05:30 09fe0314-26d2-47b2-addf-6fb37413ee87 INF CORS policy execution successful. 2024-09-07 11:18:38.016 +05:30 09fe0314-26d2-47b2-addf-6fb37413ee87 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:38.017 +05:30 99fe8139-a9cc-44c6-ae4d-2d61e217ae68 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.017 +05:30 99fe8139-a9cc-44c6-ae4d-2d61e217ae68 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:18:38.025 +05:30 99fe8139-a9cc-44c6-ae4d-2d61e217ae68 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:38.025 +05:30 99fe8139-a9cc-44c6-ae4d-2d61e217ae68 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 8.4354ms 2024-09-07 11:18:38.025 +05:30 99fe8139-a9cc-44c6-ae4d-2d61e217ae68 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.026 +05:30 99fe8139-a9cc-44c6-ae4d-2d61e217ae68 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 09fe0314-26d2-47b2-addf-6fb37413ee87}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:18:38.027 +05:30 99fe8139-a9cc-44c6-ae4d-2d61e217ae68 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 11.0408ms 2024-09-07 11:18:38.147 +05:30 26dd6d9c-f03d-4b9c-82b3-84ad5c99ac9c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:38.147 +05:30 26dd6d9c-f03d-4b9c-82b3-84ad5c99ac9c INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 140.3168ms 2024-09-07 11:18:38.148 +05:30 26dd6d9c-f03d-4b9c-82b3-84ad5c99ac9c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.148 +05:30 26dd6d9c-f03d-4b9c-82b3-84ad5c99ac9c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2c1b83ee-3e82-415e-8e2d-e65aaad4df8a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 11:18:38.149 +05:30 26dd6d9c-f03d-4b9c-82b3-84ad5c99ac9c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 142.9006ms 2024-09-07 11:18:38.873 +05:30 33643dba-1b51-4306-a2ab-703c83a0fc56 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:18:38.874 +05:30 33643dba-1b51-4306-a2ab-703c83a0fc56 INF CORS policy execution successful. 2024-09-07 11:18:38.874 +05:30 33643dba-1b51-4306-a2ab-703c83a0fc56 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.9592ms 2024-09-07 11:18:38.917 +05:30 6595823b-8db4-4cda-8c2d-5c0a2f437fee INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:18:38.919 +05:30 6595823b-8db4-4cda-8c2d-5c0a2f437fee INF CORS policy execution successful. 2024-09-07 11:18:38.919 +05:30 6595823b-8db4-4cda-8c2d-5c0a2f437fee INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:38.921 +05:30 d6d0fe82-bad7-4883-81be-b0b5ab39d9c6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.922 +05:30 d6d0fe82-bad7-4883-81be-b0b5ab39d9c6 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:18:38.964 +05:30 d6d0fe82-bad7-4883-81be-b0b5ab39d9c6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:38.964 +05:30 d6d0fe82-bad7-4883-81be-b0b5ab39d9c6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 41.8385ms 2024-09-07 11:18:38.964 +05:30 d6d0fe82-bad7-4883-81be-b0b5ab39d9c6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:18:38.964 +05:30 d6d0fe82-bad7-4883-81be-b0b5ab39d9c6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6595823b-8db4-4cda-8c2d-5c0a2f437fee}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:18:38.965 +05:30 d6d0fe82-bad7-4883-81be-b0b5ab39d9c6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 47.4145ms 2024-09-07 11:18:38.970 +05:30 990b5445-29ae-491a-8a2d-3306dd54ae67 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:18:38.970 +05:30 990b5445-29ae-491a-8a2d-3306dd54ae67 INF CORS policy execution successful. 2024-09-07 11:18:38.970 +05:30 990b5445-29ae-491a-8a2d-3306dd54ae67 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.7156ms 2024-09-07 11:18:39.027 +05:30 e9f2dd84-af69-4a3c-8ef4-4e850412ecd6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:18:39.028 +05:30 e9f2dd84-af69-4a3c-8ef4-4e850412ecd6 INF CORS policy execution successful. 2024-09-07 11:18:39.028 +05:30 e9f2dd84-af69-4a3c-8ef4-4e850412ecd6 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:39.028 +05:30 c5c57b77-039e-4b12-8a02-be8eaec8c397 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:18:39.028 +05:30 c5c57b77-039e-4b12-8a02-be8eaec8c397 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:18:39.040 +05:30 c5c57b77-039e-4b12-8a02-be8eaec8c397 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:39.040 +05:30 c5c57b77-039e-4b12-8a02-be8eaec8c397 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.6279ms 2024-09-07 11:18:39.040 +05:30 c5c57b77-039e-4b12-8a02-be8eaec8c397 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:18:39.040 +05:30 c5c57b77-039e-4b12-8a02-be8eaec8c397 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e9f2dd84-af69-4a3c-8ef4-4e850412ecd6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 11:18:39.041 +05:30 c5c57b77-039e-4b12-8a02-be8eaec8c397 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 13.7372ms 2024-09-07 11:18:49.956 +05:30 6515f246-31c2-40c4-a413-f3198f9d7178 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:18:49.956 +05:30 6515f246-31c2-40c4-a413-f3198f9d7178 INF CORS policy execution successful. 2024-09-07 11:18:49.957 +05:30 6515f246-31c2-40c4-a413-f3198f9d7178 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.1218ms 2024-09-07 11:18:49.958 +05:30 3c4bbb86-a80e-4c4d-8d9c-42ef8c72d03e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:18:49.958 +05:30 3c4bbb86-a80e-4c4d-8d9c-42ef8c72d03e INF CORS policy execution successful. 2024-09-07 11:18:49.958 +05:30 3c4bbb86-a80e-4c4d-8d9c-42ef8c72d03e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.2477ms 2024-09-07 11:18:50.002 +05:30 c6217739-8afb-4e46-bcc8-b2891e3b82c8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:18:50.003 +05:30 c6217739-8afb-4e46-bcc8-b2891e3b82c8 INF CORS policy execution successful. 2024-09-07 11:18:50.003 +05:30 c6217739-8afb-4e46-bcc8-b2891e3b82c8 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:50.003 +05:30 136e0a78-dfca-4ec5-9ff3-3d7d9f745932 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:18:50.003 +05:30 136e0a78-dfca-4ec5-9ff3-3d7d9f745932 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:18:50.017 +05:30 136e0a78-dfca-4ec5-9ff3-3d7d9f745932 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:50.018 +05:30 136e0a78-dfca-4ec5-9ff3-3d7d9f745932 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 14.2146ms 2024-09-07 11:18:50.018 +05:30 136e0a78-dfca-4ec5-9ff3-3d7d9f745932 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:18:50.018 +05:30 136e0a78-dfca-4ec5-9ff3-3d7d9f745932 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c6217739-8afb-4e46-bcc8-b2891e3b82c8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:18:50.018 +05:30 136e0a78-dfca-4ec5-9ff3-3d7d9f745932 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 16.3557ms 2024-09-07 11:18:50.063 +05:30 4a2764c5-e8a2-4c7a-80ba-d63b30149590 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:18:50.064 +05:30 4a2764c5-e8a2-4c7a-80ba-d63b30149590 INF CORS policy execution successful. 2024-09-07 11:18:50.064 +05:30 4a2764c5-e8a2-4c7a-80ba-d63b30149590 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:18:50.065 +05:30 79c2ca43-9cf3-4825-9a40-1ee8430dd04c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:18:50.065 +05:30 79c2ca43-9cf3-4825-9a40-1ee8430dd04c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:18:50.067 +05:30 79c2ca43-9cf3-4825-9a40-1ee8430dd04c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:18:50.068 +05:30 79c2ca43-9cf3-4825-9a40-1ee8430dd04c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.8246ms 2024-09-07 11:18:50.068 +05:30 79c2ca43-9cf3-4825-9a40-1ee8430dd04c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:18:50.068 +05:30 79c2ca43-9cf3-4825-9a40-1ee8430dd04c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4a2764c5-e8a2-4c7a-80ba-d63b30149590}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:18:50.069 +05:30 79c2ca43-9cf3-4825-9a40-1ee8430dd04c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.4671ms 2024-09-07 11:19:08.993 +05:30 ad494217-6a72-4fed-8376-a20cb3afbe2f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:19:08.994 +05:30 ad494217-6a72-4fed-8376-a20cb3afbe2f INF CORS policy execution successful. 2024-09-07 11:19:08.995 +05:30 ad494217-6a72-4fed-8376-a20cb3afbe2f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.3922ms 2024-09-07 11:19:09.040 +05:30 8c6afae0-5654-4110-a856-237481e3a839 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:19:09.041 +05:30 8c6afae0-5654-4110-a856-237481e3a839 INF CORS policy execution successful. 2024-09-07 11:19:09.041 +05:30 8c6afae0-5654-4110-a856-237481e3a839 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:09.041 +05:30 563764d4-c561-4422-8071-ee1be9952c5d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:19:09.042 +05:30 563764d4-c561-4422-8071-ee1be9952c5d INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:19:09.069 +05:30 563764d4-c561-4422-8071-ee1be9952c5d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:09.069 +05:30 563764d4-c561-4422-8071-ee1be9952c5d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 27.6828ms 2024-09-07 11:19:09.069 +05:30 563764d4-c561-4422-8071-ee1be9952c5d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:19:09.070 +05:30 563764d4-c561-4422-8071-ee1be9952c5d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8c6afae0-5654-4110-a856-237481e3a839}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:19:09.070 +05:30 563764d4-c561-4422-8071-ee1be9952c5d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 29.8525ms 2024-09-07 11:19:09.286 +05:30 9f0f8f1b-6ab2-4f75-9d14-6d768dba6bda INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:19:09.286 +05:30 9f0f8f1b-6ab2-4f75-9d14-6d768dba6bda INF CORS policy execution successful. 2024-09-07 11:19:09.287 +05:30 9f0f8f1b-6ab2-4f75-9d14-6d768dba6bda INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.7018ms 2024-09-07 11:19:09.332 +05:30 5d258f19-3b80-4b1a-afaa-07a80b87f9a8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:19:09.332 +05:30 5d258f19-3b80-4b1a-afaa-07a80b87f9a8 INF CORS policy execution successful. 2024-09-07 11:19:09.332 +05:30 5d258f19-3b80-4b1a-afaa-07a80b87f9a8 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:09.333 +05:30 d56feb3b-25a2-4862-9e6c-5fba06339fd4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:09.333 +05:30 d56feb3b-25a2-4862-9e6c-5fba06339fd4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:19:09.345 +05:30 d56feb3b-25a2-4862-9e6c-5fba06339fd4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:09.345 +05:30 d56feb3b-25a2-4862-9e6c-5fba06339fd4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.9287ms 2024-09-07 11:19:09.345 +05:30 d56feb3b-25a2-4862-9e6c-5fba06339fd4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:09.345 +05:30 d56feb3b-25a2-4862-9e6c-5fba06339fd4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5d258f19-3b80-4b1a-afaa-07a80b87f9a8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:19:09.345 +05:30 d56feb3b-25a2-4862-9e6c-5fba06339fd4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 13.5296ms 2024-09-07 11:19:12.402 +05:30 9e435273-ec13-4ea9-a2e5-fd074e9f2eb6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:19:12.403 +05:30 9e435273-ec13-4ea9-a2e5-fd074e9f2eb6 INF CORS policy execution successful. 2024-09-07 11:19:12.403 +05:30 9e435273-ec13-4ea9-a2e5-fd074e9f2eb6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.5712ms 2024-09-07 11:19:12.406 +05:30 38d8d25e-5fe0-4530-b1eb-96a2cea4ccdd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:19:12.406 +05:30 38d8d25e-5fe0-4530-b1eb-96a2cea4ccdd INF CORS policy execution successful. 2024-09-07 11:19:12.406 +05:30 38d8d25e-5fe0-4530-b1eb-96a2cea4ccdd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.3863ms 2024-09-07 11:19:12.454 +05:30 c1d785b4-6163-4c0e-917a-bb9c1a6ec0e5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:19:12.454 +05:30 c1d785b4-6163-4c0e-917a-bb9c1a6ec0e5 INF CORS policy execution successful. 2024-09-07 11:19:12.455 +05:30 c1d785b4-6163-4c0e-917a-bb9c1a6ec0e5 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:12.455 +05:30 43af00d2-caa8-42c9-a1df-f46fb6f630f7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:19:12.455 +05:30 43af00d2-caa8-42c9-a1df-f46fb6f630f7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:19:12.459 +05:30 fe2e0408-0eee-470d-b35a-75987449504d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:19:12.460 +05:30 fe2e0408-0eee-470d-b35a-75987449504d INF CORS policy execution successful. 2024-09-07 11:19:12.460 +05:30 fe2e0408-0eee-470d-b35a-75987449504d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:12.460 +05:30 9bdf5316-d70e-407b-bbbb-b2a5d6c49d4a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:19:12.460 +05:30 9bdf5316-d70e-407b-bbbb-b2a5d6c49d4a INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:19:12.501 +05:30 43af00d2-caa8-42c9-a1df-f46fb6f630f7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:12.502 +05:30 43af00d2-caa8-42c9-a1df-f46fb6f630f7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 46.4838ms 2024-09-07 11:19:12.502 +05:30 43af00d2-caa8-42c9-a1df-f46fb6f630f7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:19:12.502 +05:30 43af00d2-caa8-42c9-a1df-f46fb6f630f7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c1d785b4-6163-4c0e-917a-bb9c1a6ec0e5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:19:12.502 +05:30 43af00d2-caa8-42c9-a1df-f46fb6f630f7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 48.4466ms 2024-09-07 11:19:12.513 +05:30 9bdf5316-d70e-407b-bbbb-b2a5d6c49d4a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:12.513 +05:30 9bdf5316-d70e-407b-bbbb-b2a5d6c49d4a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 52.7739ms 2024-09-07 11:19:12.513 +05:30 9bdf5316-d70e-407b-bbbb-b2a5d6c49d4a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:19:12.513 +05:30 9bdf5316-d70e-407b-bbbb-b2a5d6c49d4a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fe2e0408-0eee-470d-b35a-75987449504d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:19:12.514 +05:30 9bdf5316-d70e-407b-bbbb-b2a5d6c49d4a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 54.2662ms 2024-09-07 11:19:15.027 +05:30 9c8dbe8c-5326-4423-abee-290acfca0fd8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:19:15.027 +05:30 9c8dbe8c-5326-4423-abee-290acfca0fd8 INF CORS policy execution successful. 2024-09-07 11:19:15.028 +05:30 9c8dbe8c-5326-4423-abee-290acfca0fd8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.9548ms 2024-09-07 11:19:15.081 +05:30 f9836360-6bfa-4ab6-9aae-2d0ebbfc805f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:19:15.082 +05:30 f9836360-6bfa-4ab6-9aae-2d0ebbfc805f INF CORS policy execution successful. 2024-09-07 11:19:15.082 +05:30 f9836360-6bfa-4ab6-9aae-2d0ebbfc805f INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:15.082 +05:30 bc384a07-0ca9-44c4-8904-60a0d63befce INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:15.082 +05:30 bc384a07-0ca9-44c4-8904-60a0d63befce INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:19:15.097 +05:30 bc384a07-0ca9-44c4-8904-60a0d63befce INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:15.097 +05:30 bc384a07-0ca9-44c4-8904-60a0d63befce INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 14.4827ms 2024-09-07 11:19:15.097 +05:30 bc384a07-0ca9-44c4-8904-60a0d63befce INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:15.097 +05:30 bc384a07-0ca9-44c4-8904-60a0d63befce INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f9836360-6bfa-4ab6-9aae-2d0ebbfc805f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:19:15.098 +05:30 bc384a07-0ca9-44c4-8904-60a0d63befce INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 16.6195ms 2024-09-07 11:19:50.896 +05:30 c9dffea8-8dc8-493c-9194-bc3dad56b1f6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:19:50.897 +05:30 c9dffea8-8dc8-493c-9194-bc3dad56b1f6 INF CORS policy execution successful. 2024-09-07 11:19:50.898 +05:30 c9dffea8-8dc8-493c-9194-bc3dad56b1f6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.4923ms 2024-09-07 11:19:50.953 +05:30 581ab71f-2ebc-4c0e-8c10-24c5121e9f0f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:19:50.954 +05:30 581ab71f-2ebc-4c0e-8c10-24c5121e9f0f INF CORS policy execution successful. 2024-09-07 11:19:50.955 +05:30 581ab71f-2ebc-4c0e-8c10-24c5121e9f0f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:50.955 +05:30 65cc0d5d-a1e5-4044-a0b4-e46937b7b82e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:19:50.956 +05:30 65cc0d5d-a1e5-4044-a0b4-e46937b7b82e INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:19:51.029 +05:30 65cc0d5d-a1e5-4044-a0b4-e46937b7b82e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:51.029 +05:30 65cc0d5d-a1e5-4044-a0b4-e46937b7b82e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 73.2567ms 2024-09-07 11:19:51.029 +05:30 65cc0d5d-a1e5-4044-a0b4-e46937b7b82e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:19:51.029 +05:30 65cc0d5d-a1e5-4044-a0b4-e46937b7b82e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 581ab71f-2ebc-4c0e-8c10-24c5121e9f0f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:19:51.030 +05:30 65cc0d5d-a1e5-4044-a0b4-e46937b7b82e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 76.734ms 2024-09-07 11:19:51.356 +05:30 c781f274-de00-455d-a3c4-9ee4dc6eaa70 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:19:51.357 +05:30 c781f274-de00-455d-a3c4-9ee4dc6eaa70 INF CORS policy execution successful. 2024-09-07 11:19:51.357 +05:30 c781f274-de00-455d-a3c4-9ee4dc6eaa70 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5994ms 2024-09-07 11:19:51.411 +05:30 5994857b-b77e-4b4c-b9f1-20770ab5d2f7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:19:51.411 +05:30 5994857b-b77e-4b4c-b9f1-20770ab5d2f7 INF CORS policy execution successful. 2024-09-07 11:19:51.411 +05:30 5994857b-b77e-4b4c-b9f1-20770ab5d2f7 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:51.411 +05:30 409032d2-6e17-499c-85b9-450463a0d09b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:19:51.412 +05:30 409032d2-6e17-499c-85b9-450463a0d09b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:19:51.426 +05:30 409032d2-6e17-499c-85b9-450463a0d09b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:51.426 +05:30 409032d2-6e17-499c-85b9-450463a0d09b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.073ms 2024-09-07 11:19:51.426 +05:30 409032d2-6e17-499c-85b9-450463a0d09b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:19:51.426 +05:30 409032d2-6e17-499c-85b9-450463a0d09b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5994857b-b77e-4b4c-b9f1-20770ab5d2f7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:19:51.426 +05:30 409032d2-6e17-499c-85b9-450463a0d09b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 15.7298ms 2024-09-07 11:19:53.607 +05:30 09af4acf-96f1-4391-b56b-a413275ad52a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:19:53.608 +05:30 09af4acf-96f1-4391-b56b-a413275ad52a INF CORS policy execution successful. 2024-09-07 11:19:53.608 +05:30 09af4acf-96f1-4391-b56b-a413275ad52a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.7001ms 2024-09-07 11:19:53.612 +05:30 054c9340-9b53-4e3f-bb51-4ceb78899938 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:19:53.612 +05:30 054c9340-9b53-4e3f-bb51-4ceb78899938 INF CORS policy execution successful. 2024-09-07 11:19:53.613 +05:30 054c9340-9b53-4e3f-bb51-4ceb78899938 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.3388ms 2024-09-07 11:19:53.659 +05:30 0b39e0af-4c35-49d5-8a98-8c06e07e91c1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:19:53.660 +05:30 0b39e0af-4c35-49d5-8a98-8c06e07e91c1 INF CORS policy execution successful. 2024-09-07 11:19:53.660 +05:30 0b39e0af-4c35-49d5-8a98-8c06e07e91c1 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:53.660 +05:30 520e056d-eb39-4a2f-9150-bfe00a19dca0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:53.661 +05:30 520e056d-eb39-4a2f-9150-bfe00a19dca0 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:19:53.671 +05:30 520e056d-eb39-4a2f-9150-bfe00a19dca0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:53.671 +05:30 520e056d-eb39-4a2f-9150-bfe00a19dca0 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.3543ms 2024-09-07 11:19:53.671 +05:30 520e056d-eb39-4a2f-9150-bfe00a19dca0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:53.671 +05:30 520e056d-eb39-4a2f-9150-bfe00a19dca0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0b39e0af-4c35-49d5-8a98-8c06e07e91c1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:19:53.672 +05:30 520e056d-eb39-4a2f-9150-bfe00a19dca0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 12.6299ms 2024-09-07 11:19:53.726 +05:30 93d2bf65-7a72-475b-ba82-9343121dec7d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:19:53.727 +05:30 93d2bf65-7a72-475b-ba82-9343121dec7d INF CORS policy execution successful. 2024-09-07 11:19:53.727 +05:30 93d2bf65-7a72-475b-ba82-9343121dec7d INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:53.727 +05:30 773006ac-c830-4f9b-8285-0a52751e97ae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:53.727 +05:30 773006ac-c830-4f9b-8285-0a52751e97ae INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:19:53.736 +05:30 773006ac-c830-4f9b-8285-0a52751e97ae INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:53.736 +05:30 773006ac-c830-4f9b-8285-0a52751e97ae INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.9359ms 2024-09-07 11:19:53.736 +05:30 773006ac-c830-4f9b-8285-0a52751e97ae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:53.736 +05:30 773006ac-c830-4f9b-8285-0a52751e97ae INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 93d2bf65-7a72-475b-ba82-9343121dec7d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:19:53.737 +05:30 773006ac-c830-4f9b-8285-0a52751e97ae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 10.3325ms 2024-09-07 11:19:55.407 +05:30 0f65a811-64b2-4fc4-90ab-456548822578 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:19:55.407 +05:30 0f65a811-64b2-4fc4-90ab-456548822578 INF CORS policy execution successful. 2024-09-07 11:19:55.408 +05:30 0f65a811-64b2-4fc4-90ab-456548822578 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.6217ms 2024-09-07 11:19:55.526 +05:30 c2121d50-15e0-434a-b6ff-2f6a0c2bf39f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:19:55.526 +05:30 c2121d50-15e0-434a-b6ff-2f6a0c2bf39f INF CORS policy execution successful. 2024-09-07 11:19:55.526 +05:30 c2121d50-15e0-434a-b6ff-2f6a0c2bf39f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:55.527 +05:30 397bb601-c3ba-467e-ae82-eda06ef999a8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:19:55.527 +05:30 397bb601-c3ba-467e-ae82-eda06ef999a8 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:19:55.545 +05:30 397bb601-c3ba-467e-ae82-eda06ef999a8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:55.546 +05:30 397bb601-c3ba-467e-ae82-eda06ef999a8 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.7019ms 2024-09-07 11:19:55.546 +05:30 397bb601-c3ba-467e-ae82-eda06ef999a8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:19:55.546 +05:30 397bb601-c3ba-467e-ae82-eda06ef999a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c2121d50-15e0-434a-b6ff-2f6a0c2bf39f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:19:55.546 +05:30 397bb601-c3ba-467e-ae82-eda06ef999a8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 20.3836ms 2024-09-07 11:19:55.733 +05:30 f3f90e5b-1cbf-4b0c-ba4f-371e4016219a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:19:55.734 +05:30 f3f90e5b-1cbf-4b0c-ba4f-371e4016219a INF CORS policy execution successful. 2024-09-07 11:19:55.734 +05:30 f3f90e5b-1cbf-4b0c-ba4f-371e4016219a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.1176ms 2024-09-07 11:19:55.810 +05:30 3a2258a5-432e-43a5-a310-02e84664044b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:19:55.810 +05:30 3a2258a5-432e-43a5-a310-02e84664044b INF CORS policy execution successful. 2024-09-07 11:19:55.810 +05:30 3a2258a5-432e-43a5-a310-02e84664044b INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:19:55.811 +05:30 a52aa522-d358-4655-bcda-4713f45a7ffb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:55.811 +05:30 a52aa522-d358-4655-bcda-4713f45a7ffb INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:19:55.828 +05:30 a52aa522-d358-4655-bcda-4713f45a7ffb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:19:55.828 +05:30 a52aa522-d358-4655-bcda-4713f45a7ffb INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 17.1161ms 2024-09-07 11:19:55.828 +05:30 a52aa522-d358-4655-bcda-4713f45a7ffb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:19:55.828 +05:30 a52aa522-d358-4655-bcda-4713f45a7ffb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3a2258a5-432e-43a5-a310-02e84664044b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:19:55.829 +05:30 a52aa522-d358-4655-bcda-4713f45a7ffb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 18.9357ms 2024-09-07 11:20:02.123 +05:30 9d55ab51-7568-4853-a9e5-d59dd367985f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - null null 2024-09-07 11:20:02.124 +05:30 9d55ab51-7568-4853-a9e5-d59dd367985f INF CORS policy execution successful. 2024-09-07 11:20:02.125 +05:30 9d55ab51-7568-4853-a9e5-d59dd367985f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - 204 null null 1.6302ms 2024-09-07 11:20:02.174 +05:30 272b6375-a4cd-4f85-b90a-5fa6cb1249d0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - null null 2024-09-07 11:20:02.175 +05:30 272b6375-a4cd-4f85-b90a-5fa6cb1249d0 INF CORS policy execution successful. 2024-09-07 11:20:02.175 +05:30 272b6375-a4cd-4f85-b90a-5fa6cb1249d0 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=s Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:02.176 +05:30 c2c356de-43ed-4b5a-9f98-5de2de7c0698 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:02.176 +05:30 c2c356de-43ed-4b5a-9f98-5de2de7c0698 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:02.269 +05:30 c2c356de-43ed-4b5a-9f98-5de2de7c0698 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:02.269 +05:30 c2c356de-43ed-4b5a-9f98-5de2de7c0698 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 92.943ms 2024-09-07 11:20:02.269 +05:30 c2c356de-43ed-4b5a-9f98-5de2de7c0698 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:02.269 +05:30 c2c356de-43ed-4b5a-9f98-5de2de7c0698 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 272b6375-a4cd-4f85-b90a-5fa6cb1249d0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 256} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:02.270 +05:30 c2c356de-43ed-4b5a-9f98-5de2de7c0698 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - 200 256 application/json; charset=utf-8 95.9264ms 2024-09-07 11:20:02.303 +05:30 edd1ca35-a0e3-4b60-98ed-cb271c036179 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sn - null null 2024-09-07 11:20:02.304 +05:30 edd1ca35-a0e3-4b60-98ed-cb271c036179 INF CORS policy execution successful. 2024-09-07 11:20:02.304 +05:30 edd1ca35-a0e3-4b60-98ed-cb271c036179 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sn - 204 null null 1.0649ms 2024-09-07 11:20:02.348 +05:30 564deea7-14a9-4a6a-99e9-d47bf61231a4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sn - null null 2024-09-07 11:20:02.349 +05:30 564deea7-14a9-4a6a-99e9-d47bf61231a4 INF CORS policy execution successful. 2024-09-07 11:20:02.349 +05:30 564deea7-14a9-4a6a-99e9-d47bf61231a4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=sn Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:02.349 +05:30 b9060d88-bbe2-45b3-a815-439f3678a3a6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:02.350 +05:30 b9060d88-bbe2-45b3-a815-439f3678a3a6 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:02.357 +05:30 b9060d88-bbe2-45b3-a815-439f3678a3a6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:02.358 +05:30 b9060d88-bbe2-45b3-a815-439f3678a3a6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 8.097ms 2024-09-07 11:20:02.358 +05:30 b9060d88-bbe2-45b3-a815-439f3678a3a6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:02.358 +05:30 b9060d88-bbe2-45b3-a815-439f3678a3a6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 564deea7-14a9-4a6a-99e9-d47bf61231a4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:02.359 +05:30 b9060d88-bbe2-45b3-a815-439f3678a3a6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sn - 200 203 application/json; charset=utf-8 11.0922ms 2024-09-07 11:20:02.414 +05:30 3afad4fd-7590-4aa0-99b9-d480481f17a1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sna - null null 2024-09-07 11:20:02.414 +05:30 3afad4fd-7590-4aa0-99b9-d480481f17a1 INF CORS policy execution successful. 2024-09-07 11:20:02.415 +05:30 3afad4fd-7590-4aa0-99b9-d480481f17a1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sna - 204 null null 1.1772ms 2024-09-07 11:20:02.467 +05:30 db0f6cbd-0948-4899-bd05-c0ff52a1c528 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sna - null null 2024-09-07 11:20:02.468 +05:30 db0f6cbd-0948-4899-bd05-c0ff52a1c528 INF CORS policy execution successful. 2024-09-07 11:20:02.468 +05:30 db0f6cbd-0948-4899-bd05-c0ff52a1c528 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=sna Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:02.469 +05:30 76d6fd9f-c09f-4b8d-b07e-739e50826f4b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:02.470 +05:30 76d6fd9f-c09f-4b8d-b07e-739e50826f4b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:02.494 +05:30 76d6fd9f-c09f-4b8d-b07e-739e50826f4b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:02.494 +05:30 76d6fd9f-c09f-4b8d-b07e-739e50826f4b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 24.7369ms 2024-09-07 11:20:02.495 +05:30 76d6fd9f-c09f-4b8d-b07e-739e50826f4b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:02.495 +05:30 76d6fd9f-c09f-4b8d-b07e-739e50826f4b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: db0f6cbd-0948-4899-bd05-c0ff52a1c528}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:02.495 +05:30 76d6fd9f-c09f-4b8d-b07e-739e50826f4b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sna - 200 203 application/json; charset=utf-8 28.0335ms 2024-09-07 11:20:04.420 +05:30 9580c97c-9389-4ef4-997e-5f20322bd5ef INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sn - null null 2024-09-07 11:20:04.421 +05:30 9580c97c-9389-4ef4-997e-5f20322bd5ef INF CORS policy execution successful. 2024-09-07 11:20:04.422 +05:30 9580c97c-9389-4ef4-997e-5f20322bd5ef INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=sn Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:04.422 +05:30 f4558c9c-37cd-40df-94db-d1f8c1e9c09a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:04.422 +05:30 f4558c9c-37cd-40df-94db-d1f8c1e9c09a INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:04.461 +05:30 f4558c9c-37cd-40df-94db-d1f8c1e9c09a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:04.462 +05:30 f4558c9c-37cd-40df-94db-d1f8c1e9c09a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 39.3208ms 2024-09-07 11:20:04.462 +05:30 f4558c9c-37cd-40df-94db-d1f8c1e9c09a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:04.462 +05:30 f4558c9c-37cd-40df-94db-d1f8c1e9c09a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9580c97c-9389-4ef4-997e-5f20322bd5ef}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:04.463 +05:30 f4558c9c-37cd-40df-94db-d1f8c1e9c09a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=sn - 200 203 application/json; charset=utf-8 42.7196ms 2024-09-07 11:20:04.599 +05:30 de52dc14-c36d-4f5b-89ff-fd7457ff1993 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - null null 2024-09-07 11:20:04.599 +05:30 de52dc14-c36d-4f5b-89ff-fd7457ff1993 INF CORS policy execution successful. 2024-09-07 11:20:04.600 +05:30 de52dc14-c36d-4f5b-89ff-fd7457ff1993 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=s Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:04.600 +05:30 a22274c0-bd02-456b-ba5e-93bfbfe12079 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:04.600 +05:30 a22274c0-bd02-456b-ba5e-93bfbfe12079 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:04.662 +05:30 a22274c0-bd02-456b-ba5e-93bfbfe12079 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:04.662 +05:30 a22274c0-bd02-456b-ba5e-93bfbfe12079 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 62.1537ms 2024-09-07 11:20:04.662 +05:30 a22274c0-bd02-456b-ba5e-93bfbfe12079 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:04.663 +05:30 a22274c0-bd02-456b-ba5e-93bfbfe12079 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: de52dc14-c36d-4f5b-89ff-fd7457ff1993}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 256} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:04.663 +05:30 a22274c0-bd02-456b-ba5e-93bfbfe12079 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=s - 200 256 application/json; charset=utf-8 64.5608ms 2024-09-07 11:20:04.812 +05:30 4cb104f6-47c5-46b4-9999-a2f505da40d7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:20:04.813 +05:30 4cb104f6-47c5-46b4-9999-a2f505da40d7 INF CORS policy execution successful. 2024-09-07 11:20:04.816 +05:30 4cb104f6-47c5-46b4-9999-a2f505da40d7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 5.2753ms 2024-09-07 11:20:04.867 +05:30 1a8c575e-64d4-4945-999f-00780efe1271 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:20:04.867 +05:30 1a8c575e-64d4-4945-999f-00780efe1271 INF CORS policy execution successful. 2024-09-07 11:20:04.868 +05:30 1a8c575e-64d4-4945-999f-00780efe1271 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:04.868 +05:30 f20d6b38-23b1-46e6-8b99-9a3fee0d8dca INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:04.868 +05:30 f20d6b38-23b1-46e6-8b99-9a3fee0d8dca INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:04.966 +05:30 f20d6b38-23b1-46e6-8b99-9a3fee0d8dca INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:04.966 +05:30 f20d6b38-23b1-46e6-8b99-9a3fee0d8dca INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 98.101ms 2024-09-07 11:20:04.967 +05:30 f20d6b38-23b1-46e6-8b99-9a3fee0d8dca INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:04.969 +05:30 f20d6b38-23b1-46e6-8b99-9a3fee0d8dca INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1a8c575e-64d4-4945-999f-00780efe1271}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:04.969 +05:30 f20d6b38-23b1-46e6-8b99-9a3fee0d8dca INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 102.7286ms 2024-09-07 11:20:12.507 +05:30 ecc83ba5-415c-4e7f-8fda-881b794c4025 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 11:20:12.508 +05:30 ecc83ba5-415c-4e7f-8fda-881b794c4025 INF CORS policy execution successful. 2024-09-07 11:20:12.508 +05:30 ecc83ba5-415c-4e7f-8fda-881b794c4025 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 0.6361ms 2024-09-07 11:20:12.553 +05:30 1c3716bc-ac49-4ff2-b1ea-d9f7be00ba3c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 11:20:12.553 +05:30 1c3716bc-ac49-4ff2-b1ea-d9f7be00ba3c INF CORS policy execution successful. 2024-09-07 11:20:12.554 +05:30 1c3716bc-ac49-4ff2-b1ea-d9f7be00ba3c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:12.554 +05:30 b09315bf-4d52-4d4b-92f3-d5ba2d3917cc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:12.554 +05:30 b09315bf-4d52-4d4b-92f3-d5ba2d3917cc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:12.568 +05:30 b09315bf-4d52-4d4b-92f3-d5ba2d3917cc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:12.569 +05:30 b09315bf-4d52-4d4b-92f3-d5ba2d3917cc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.0883ms 2024-09-07 11:20:12.569 +05:30 b09315bf-4d52-4d4b-92f3-d5ba2d3917cc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:12.569 +05:30 b09315bf-4d52-4d4b-92f3-d5ba2d3917cc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1c3716bc-ac49-4ff2-b1ea-d9f7be00ba3c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:12.569 +05:30 b09315bf-4d52-4d4b-92f3-d5ba2d3917cc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 16.4375ms 2024-09-07 11:20:17.485 +05:30 3d361749-3503-460c-8227-75b059b68dd9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:20:17.486 +05:30 3d361749-3503-460c-8227-75b059b68dd9 INF CORS policy execution successful. 2024-09-07 11:20:17.486 +05:30 3d361749-3503-460c-8227-75b059b68dd9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.9075ms 2024-09-07 11:20:17.533 +05:30 a4a03c8a-75bd-4c2d-80e5-7d5287c79dea INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:20:17.534 +05:30 a4a03c8a-75bd-4c2d-80e5-7d5287c79dea INF CORS policy execution successful. 2024-09-07 11:20:17.534 +05:30 a4a03c8a-75bd-4c2d-80e5-7d5287c79dea INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:17.534 +05:30 53a64242-3c60-4e5c-884b-ab7e1b8cbd7c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:17.535 +05:30 53a64242-3c60-4e5c-884b-ab7e1b8cbd7c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:17.559 +05:30 53a64242-3c60-4e5c-884b-ab7e1b8cbd7c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:17.559 +05:30 53a64242-3c60-4e5c-884b-ab7e1b8cbd7c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 24.37ms 2024-09-07 11:20:17.559 +05:30 53a64242-3c60-4e5c-884b-ab7e1b8cbd7c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:17.559 +05:30 53a64242-3c60-4e5c-884b-ab7e1b8cbd7c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a4a03c8a-75bd-4c2d-80e5-7d5287c79dea}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:20:17.560 +05:30 53a64242-3c60-4e5c-884b-ab7e1b8cbd7c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 26.8397ms 2024-09-07 11:20:17.811 +05:30 46d233d6-ff23-4c14-9f8b-97c0c7a0bb53 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iB - null null 2024-09-07 11:20:17.811 +05:30 46d233d6-ff23-4c14-9f8b-97c0c7a0bb53 INF CORS policy execution successful. 2024-09-07 11:20:17.812 +05:30 46d233d6-ff23-4c14-9f8b-97c0c7a0bb53 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iB - 204 null null 0.5994ms 2024-09-07 11:20:17.869 +05:30 59d10094-d9b0-443a-8cfd-a7144ed0a94d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iB - null null 2024-09-07 11:20:17.869 +05:30 59d10094-d9b0-443a-8cfd-a7144ed0a94d INF CORS policy execution successful. 2024-09-07 11:20:17.869 +05:30 59d10094-d9b0-443a-8cfd-a7144ed0a94d INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=iB Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:17.870 +05:30 f02a6f13-8528-4fd4-a0c4-6a4aa0c4870d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:17.870 +05:30 f02a6f13-8528-4fd4-a0c4-6a4aa0c4870d INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:17.887 +05:30 f02a6f13-8528-4fd4-a0c4-6a4aa0c4870d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:17.887 +05:30 f02a6f13-8528-4fd4-a0c4-6a4aa0c4870d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.2318ms 2024-09-07 11:20:17.887 +05:30 f02a6f13-8528-4fd4-a0c4-6a4aa0c4870d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:17.887 +05:30 f02a6f13-8528-4fd4-a0c4-6a4aa0c4870d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 59d10094-d9b0-443a-8cfd-a7144ed0a94d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 11:20:17.888 +05:30 f02a6f13-8528-4fd4-a0c4-6a4aa0c4870d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iB - 200 146 application/json; charset=utf-8 18.868ms 2024-09-07 11:20:18.041 +05:30 03e30d7a-e3d6-47b0-8a0e-48fd6b7d9de3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iBe - null null 2024-09-07 11:20:18.042 +05:30 03e30d7a-e3d6-47b0-8a0e-48fd6b7d9de3 INF CORS policy execution successful. 2024-09-07 11:20:18.042 +05:30 03e30d7a-e3d6-47b0-8a0e-48fd6b7d9de3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iBe - 204 null null 0.9429ms 2024-09-07 11:20:18.087 +05:30 ba102efe-3975-483b-a092-b26e21069fb2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iBe - null null 2024-09-07 11:20:18.088 +05:30 ba102efe-3975-483b-a092-b26e21069fb2 INF CORS policy execution successful. 2024-09-07 11:20:18.088 +05:30 ba102efe-3975-483b-a092-b26e21069fb2 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=iBe Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:18.089 +05:30 179d3891-16c9-46e6-b533-0f9b7e25173c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:18.089 +05:30 179d3891-16c9-46e6-b533-0f9b7e25173c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:18.109 +05:30 179d3891-16c9-46e6-b533-0f9b7e25173c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:18.109 +05:30 179d3891-16c9-46e6-b533-0f9b7e25173c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 19.7236ms 2024-09-07 11:20:18.109 +05:30 179d3891-16c9-46e6-b533-0f9b7e25173c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:18.109 +05:30 179d3891-16c9-46e6-b533-0f9b7e25173c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ba102efe-3975-483b-a092-b26e21069fb2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 11:20:18.110 +05:30 179d3891-16c9-46e6-b533-0f9b7e25173c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iBe - 200 146 application/json; charset=utf-8 22.4111ms 2024-09-07 11:20:20.562 +05:30 759ff3cd-121b-4c7a-98ba-7ca42c0f9913 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iB - null null 2024-09-07 11:20:20.563 +05:30 759ff3cd-121b-4c7a-98ba-7ca42c0f9913 INF CORS policy execution successful. 2024-09-07 11:20:20.563 +05:30 759ff3cd-121b-4c7a-98ba-7ca42c0f9913 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=iB Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:20.563 +05:30 f4db73f3-3728-4b8c-a60d-fda775bcd7f3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:20.563 +05:30 f4db73f3-3728-4b8c-a60d-fda775bcd7f3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:20.580 +05:30 f4db73f3-3728-4b8c-a60d-fda775bcd7f3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:20.581 +05:30 f4db73f3-3728-4b8c-a60d-fda775bcd7f3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.0042ms 2024-09-07 11:20:20.581 +05:30 f4db73f3-3728-4b8c-a60d-fda775bcd7f3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:20.581 +05:30 f4db73f3-3728-4b8c-a60d-fda775bcd7f3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 759ff3cd-121b-4c7a-98ba-7ca42c0f9913}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 11:20:20.581 +05:30 f4db73f3-3728-4b8c-a60d-fda775bcd7f3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=iB - 200 146 application/json; charset=utf-8 18.8366ms 2024-09-07 11:20:20.830 +05:30 c52e1a13-eada-4fac-99af-102c61b6548f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:20:20.830 +05:30 c52e1a13-eada-4fac-99af-102c61b6548f INF CORS policy execution successful. 2024-09-07 11:20:20.830 +05:30 c52e1a13-eada-4fac-99af-102c61b6548f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:20.831 +05:30 75c562f8-9f38-42ea-bc01-1262115f6f8e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:20.831 +05:30 75c562f8-9f38-42ea-bc01-1262115f6f8e INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:20.854 +05:30 75c562f8-9f38-42ea-bc01-1262115f6f8e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:20.854 +05:30 75c562f8-9f38-42ea-bc01-1262115f6f8e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 23.5218ms 2024-09-07 11:20:20.854 +05:30 75c562f8-9f38-42ea-bc01-1262115f6f8e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:20.854 +05:30 75c562f8-9f38-42ea-bc01-1262115f6f8e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c52e1a13-eada-4fac-99af-102c61b6548f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:20:20.855 +05:30 75c562f8-9f38-42ea-bc01-1262115f6f8e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 25.1811ms 2024-09-07 11:20:20.921 +05:30 8f7ec26e-da41-4adf-906f-c32bfd988b49 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:20:20.921 +05:30 8f7ec26e-da41-4adf-906f-c32bfd988b49 INF CORS policy execution successful. 2024-09-07 11:20:20.921 +05:30 8f7ec26e-da41-4adf-906f-c32bfd988b49 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.4831ms 2024-09-07 11:20:20.965 +05:30 36a71888-0722-40a0-806a-a56e621cce46 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:20:20.965 +05:30 36a71888-0722-40a0-806a-a56e621cce46 INF CORS policy execution successful. 2024-09-07 11:20:20.966 +05:30 36a71888-0722-40a0-806a-a56e621cce46 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:20.966 +05:30 034b1975-dafe-4a12-9e60-e0ee2ab33f74 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:20.966 +05:30 034b1975-dafe-4a12-9e60-e0ee2ab33f74 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:20.979 +05:30 034b1975-dafe-4a12-9e60-e0ee2ab33f74 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:20.979 +05:30 034b1975-dafe-4a12-9e60-e0ee2ab33f74 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 13.36ms 2024-09-07 11:20:20.980 +05:30 034b1975-dafe-4a12-9e60-e0ee2ab33f74 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:20.980 +05:30 034b1975-dafe-4a12-9e60-e0ee2ab33f74 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 36a71888-0722-40a0-806a-a56e621cce46}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:20.980 +05:30 034b1975-dafe-4a12-9e60-e0ee2ab33f74 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.5723ms 2024-09-07 11:20:23.383 +05:30 9d5b1dab-187e-4d4a-966f-932296154b12 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:20:23.384 +05:30 9d5b1dab-187e-4d4a-966f-932296154b12 INF CORS policy execution successful. 2024-09-07 11:20:23.384 +05:30 9d5b1dab-187e-4d4a-966f-932296154b12 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 0.6186ms 2024-09-07 11:20:23.387 +05:30 9f67e97a-33cb-47f0-bb80-44ef01e8c255 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:20:23.387 +05:30 9f67e97a-33cb-47f0-bb80-44ef01e8c255 INF CORS policy execution successful. 2024-09-07 11:20:23.387 +05:30 9f67e97a-33cb-47f0-bb80-44ef01e8c255 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.317ms 2024-09-07 11:20:23.431 +05:30 4ad3b52a-7406-468d-9f70-725cef146a15 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:20:23.432 +05:30 a2b04c0e-7280-4556-96ae-d951065cd33c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:20:23.432 +05:30 a2b04c0e-7280-4556-96ae-d951065cd33c INF CORS policy execution successful. 2024-09-07 11:20:23.432 +05:30 4ad3b52a-7406-468d-9f70-725cef146a15 INF CORS policy execution successful. 2024-09-07 11:20:23.432 +05:30 a2b04c0e-7280-4556-96ae-d951065cd33c INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:23.432 +05:30 4ad3b52a-7406-468d-9f70-725cef146a15 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:23.433 +05:30 d633d409-1884-4ff1-98e4-44905ab15fec INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:20:23.433 +05:30 38a53c84-d86a-4589-814e-8a3664f3e5df INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:20:23.433 +05:30 38a53c84-d86a-4589-814e-8a3664f3e5df INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:23.433 +05:30 d633d409-1884-4ff1-98e4-44905ab15fec INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:23.459 +05:30 d633d409-1884-4ff1-98e4-44905ab15fec INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:23.459 +05:30 38a53c84-d86a-4589-814e-8a3664f3e5df INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:23.460 +05:30 d633d409-1884-4ff1-98e4-44905ab15fec INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 26.8527ms 2024-09-07 11:20:23.460 +05:30 38a53c84-d86a-4589-814e-8a3664f3e5df INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 26.8799ms 2024-09-07 11:20:23.460 +05:30 d633d409-1884-4ff1-98e4-44905ab15fec INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:20:23.460 +05:30 38a53c84-d86a-4589-814e-8a3664f3e5df INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:20:23.460 +05:30 d633d409-1884-4ff1-98e4-44905ab15fec INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a2b04c0e-7280-4556-96ae-d951065cd33c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:20:23.460 +05:30 38a53c84-d86a-4589-814e-8a3664f3e5df INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4ad3b52a-7406-468d-9f70-725cef146a15}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 11:20:23.460 +05:30 d633d409-1884-4ff1-98e4-44905ab15fec INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 28.5419ms 2024-09-07 11:20:23.460 +05:30 38a53c84-d86a-4589-814e-8a3664f3e5df INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 28.839ms 2024-09-07 11:20:23.953 +05:30 f4791830-3b23-4570-a093-8d24024a11ee INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 11:20:23.953 +05:30 f4791830-3b23-4570-a093-8d24024a11ee INF CORS policy execution successful. 2024-09-07 11:20:23.953 +05:30 f4791830-3b23-4570-a093-8d24024a11ee INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 204 null null 0.513ms 2024-09-07 11:20:24.006 +05:30 ea020e83-5b1e-488b-8f2f-4191cb08c6f5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 11:20:24.006 +05:30 ea020e83-5b1e-488b-8f2f-4191cb08c6f5 INF CORS policy execution successful. 2024-09-07 11:20:24.006 +05:30 ea020e83-5b1e-488b-8f2f-4191cb08c6f5 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=sName Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:20:24.007 +05:30 1a624778-0acf-4c38-a53a-65934fd6becf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:24.007 +05:30 1a624778-0acf-4c38-a53a-65934fd6becf INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:20:24.024 +05:30 1a624778-0acf-4c38-a53a-65934fd6becf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:20:24.025 +05:30 1a624778-0acf-4c38-a53a-65934fd6becf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.7995ms 2024-09-07 11:20:24.025 +05:30 1a624778-0acf-4c38-a53a-65934fd6becf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:20:24.025 +05:30 1a624778-0acf-4c38-a53a-65934fd6becf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ea020e83-5b1e-488b-8f2f-4191cb08c6f5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:20:24.025 +05:30 1a624778-0acf-4c38-a53a-65934fd6becf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 200 203 application/json; charset=utf-8 19.3992ms 2024-09-07 11:21:52.223 +05:30 6522dd5a-d7b9-42d0-80b4-7ef3629f69e9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:21:52.228 +05:30 6522dd5a-d7b9-42d0-80b4-7ef3629f69e9 INF CORS policy execution successful. 2024-09-07 11:21:52.229 +05:30 6522dd5a-d7b9-42d0-80b4-7ef3629f69e9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 7.2633ms 2024-09-07 11:21:52.279 +05:30 e0198807-6bdc-4a38-80cf-cc2c132e9d50 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:21:52.281 +05:30 e0198807-6bdc-4a38-80cf-cc2c132e9d50 INF CORS policy execution successful. 2024-09-07 11:21:52.283 +05:30 e0198807-6bdc-4a38-80cf-cc2c132e9d50 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:21:52.285 +05:30 d145eb7f-d288-4806-ac56-0673cdfc2291 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:21:52.287 +05:30 d145eb7f-d288-4806-ac56-0673cdfc2291 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:21:52.339 +05:30 d145eb7f-d288-4806-ac56-0673cdfc2291 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:21:52.340 +05:30 d145eb7f-d288-4806-ac56-0673cdfc2291 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 52.7028ms 2024-09-07 11:21:52.340 +05:30 d145eb7f-d288-4806-ac56-0673cdfc2291 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:21:52.341 +05:30 d145eb7f-d288-4806-ac56-0673cdfc2291 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e0198807-6bdc-4a38-80cf-cc2c132e9d50}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:21:52.342 +05:30 d145eb7f-d288-4806-ac56-0673cdfc2291 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 63.0352ms 2024-09-07 11:21:58.418 +05:30 fd241037-78ca-463d-96d6-c1750e5d357b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:21:58.419 +05:30 fd241037-78ca-463d-96d6-c1750e5d357b INF CORS policy execution successful. 2024-09-07 11:21:58.420 +05:30 fd241037-78ca-463d-96d6-c1750e5d357b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.1535ms 2024-09-07 11:21:58.468 +05:30 32bc2221-c1ab-403a-9580-2c0b1f5d994b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:21:58.468 +05:30 32bc2221-c1ab-403a-9580-2c0b1f5d994b INF CORS policy execution successful. 2024-09-07 11:21:58.469 +05:30 32bc2221-c1ab-403a-9580-2c0b1f5d994b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:21:58.469 +05:30 eb3e64a1-2273-41c2-bc52-29e2b3bc46cf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:21:58.469 +05:30 eb3e64a1-2273-41c2-bc52-29e2b3bc46cf INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:21:58.489 +05:30 eb3e64a1-2273-41c2-bc52-29e2b3bc46cf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:21:58.489 +05:30 eb3e64a1-2273-41c2-bc52-29e2b3bc46cf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 20.4185ms 2024-09-07 11:21:58.490 +05:30 eb3e64a1-2273-41c2-bc52-29e2b3bc46cf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:21:58.490 +05:30 eb3e64a1-2273-41c2-bc52-29e2b3bc46cf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 32bc2221-c1ab-403a-9580-2c0b1f5d994b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:21:58.490 +05:30 eb3e64a1-2273-41c2-bc52-29e2b3bc46cf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 22.4416ms 2024-09-07 11:22:02.427 +05:30 a8240e0b-6203-40fb-bfae-a547217363b3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:22:02.429 +05:30 a8240e0b-6203-40fb-bfae-a547217363b3 INF CORS policy execution successful. 2024-09-07 11:22:02.430 +05:30 a8240e0b-6203-40fb-bfae-a547217363b3 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:02.430 +05:30 6d37b02c-1bb9-4de5-8cf5-03a184e1c9c5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:22:02.432 +05:30 6d37b02c-1bb9-4de5-8cf5-03a184e1c9c5 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:02.598 +05:30 6d37b02c-1bb9-4de5-8cf5-03a184e1c9c5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:02.598 +05:30 6d37b02c-1bb9-4de5-8cf5-03a184e1c9c5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 166.2745ms 2024-09-07 11:22:02.599 +05:30 6d37b02c-1bb9-4de5-8cf5-03a184e1c9c5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:22:02.599 +05:30 6d37b02c-1bb9-4de5-8cf5-03a184e1c9c5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a8240e0b-6203-40fb-bfae-a547217363b3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:22:02.600 +05:30 6d37b02c-1bb9-4de5-8cf5-03a184e1c9c5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 173.035ms 2024-09-07 11:22:08.016 +05:30 732ce9c2-6a05-4ae0-acf4-cb4118f6d5ce INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:22:08.016 +05:30 732ce9c2-6a05-4ae0-acf4-cb4118f6d5ce INF CORS policy execution successful. 2024-09-07 11:22:08.016 +05:30 732ce9c2-6a05-4ae0-acf4-cb4118f6d5ce INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.8651ms 2024-09-07 11:22:08.018 +05:30 790ddeca-9f77-451c-a4ab-690e87b8ad28 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:22:08.018 +05:30 790ddeca-9f77-451c-a4ab-690e87b8ad28 INF CORS policy execution successful. 2024-09-07 11:22:08.019 +05:30 790ddeca-9f77-451c-a4ab-690e87b8ad28 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 0.5289ms 2024-09-07 11:22:08.065 +05:30 81757a0d-7267-4feb-bec6-1b3d39f47cb1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:22:08.065 +05:30 a9c50b12-fe6e-4b85-b000-4498e4ed0540 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:22:08.065 +05:30 81757a0d-7267-4feb-bec6-1b3d39f47cb1 INF CORS policy execution successful. 2024-09-07 11:22:08.066 +05:30 a9c50b12-fe6e-4b85-b000-4498e4ed0540 INF CORS policy execution successful. 2024-09-07 11:22:08.066 +05:30 81757a0d-7267-4feb-bec6-1b3d39f47cb1 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:08.066 +05:30 a9c50b12-fe6e-4b85-b000-4498e4ed0540 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:08.066 +05:30 7ac58098-38e4-4128-ac88-ba1cc2c98fb1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:08.066 +05:30 ddcfb4ae-e036-4510-bc88-0c7b3d4008c2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:08.066 +05:30 7ac58098-38e4-4128-ac88-ba1cc2c98fb1 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:08.066 +05:30 ddcfb4ae-e036-4510-bc88-0c7b3d4008c2 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:08.117 +05:30 ddcfb4ae-e036-4510-bc88-0c7b3d4008c2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:08.117 +05:30 ddcfb4ae-e036-4510-bc88-0c7b3d4008c2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 50.391ms 2024-09-07 11:22:08.117 +05:30 ddcfb4ae-e036-4510-bc88-0c7b3d4008c2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:08.117 +05:30 ddcfb4ae-e036-4510-bc88-0c7b3d4008c2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a9c50b12-fe6e-4b85-b000-4498e4ed0540}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:08.118 +05:30 ddcfb4ae-e036-4510-bc88-0c7b3d4008c2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 52.7017ms 2024-09-07 11:22:08.126 +05:30 7ac58098-38e4-4128-ac88-ba1cc2c98fb1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:08.126 +05:30 7ac58098-38e4-4128-ac88-ba1cc2c98fb1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 59.9916ms 2024-09-07 11:22:08.127 +05:30 7ac58098-38e4-4128-ac88-ba1cc2c98fb1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:08.127 +05:30 7ac58098-38e4-4128-ac88-ba1cc2c98fb1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 81757a0d-7267-4feb-bec6-1b3d39f47cb1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 11:22:08.127 +05:30 7ac58098-38e4-4128-ac88-ba1cc2c98fb1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 62.2331ms 2024-09-07 11:22:09.902 +05:30 57c848bd-0839-44ab-96b6-644942fa7797 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:22:09.903 +05:30 57c848bd-0839-44ab-96b6-644942fa7797 INF CORS policy execution successful. 2024-09-07 11:22:09.903 +05:30 57c848bd-0839-44ab-96b6-644942fa7797 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:09.903 +05:30 2d1a401e-e3cd-4cfd-8083-570155b807ab INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:09.903 +05:30 2d1a401e-e3cd-4cfd-8083-570155b807ab INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:09.906 +05:30 77a4fa58-c84b-4cbc-971a-286ef0b59317 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:22:09.906 +05:30 77a4fa58-c84b-4cbc-971a-286ef0b59317 INF CORS policy execution successful. 2024-09-07 11:22:09.906 +05:30 77a4fa58-c84b-4cbc-971a-286ef0b59317 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.3965ms 2024-09-07 11:22:09.948 +05:30 2d1a401e-e3cd-4cfd-8083-570155b807ab INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:09.949 +05:30 2d1a401e-e3cd-4cfd-8083-570155b807ab INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 45.4328ms 2024-09-07 11:22:09.949 +05:30 2d1a401e-e3cd-4cfd-8083-570155b807ab INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:09.949 +05:30 2d1a401e-e3cd-4cfd-8083-570155b807ab INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 57c848bd-0839-44ab-96b6-644942fa7797}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:09.949 +05:30 2d1a401e-e3cd-4cfd-8083-570155b807ab INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 47.1931ms 2024-09-07 11:22:09.952 +05:30 a5af8ae3-527d-437b-89b3-ac39feaae2c7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:22:09.952 +05:30 a5af8ae3-527d-437b-89b3-ac39feaae2c7 INF CORS policy execution successful. 2024-09-07 11:22:09.952 +05:30 a5af8ae3-527d-437b-89b3-ac39feaae2c7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.3662ms 2024-09-07 11:22:09.961 +05:30 3049ac45-4e60-4563-8539-639df1c9966e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:22:09.962 +05:30 3049ac45-4e60-4563-8539-639df1c9966e INF CORS policy execution successful. 2024-09-07 11:22:09.962 +05:30 3049ac45-4e60-4563-8539-639df1c9966e INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:09.962 +05:30 4ca72272-13c5-4e61-a7ad-abc2243389cc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:09.962 +05:30 4ca72272-13c5-4e61-a7ad-abc2243389cc INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:09.963 +05:30 a51c868f-9a13-4172-a1e8-f96acd73e4c8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:22:09.964 +05:30 a51c868f-9a13-4172-a1e8-f96acd73e4c8 INF CORS policy execution successful. 2024-09-07 11:22:09.964 +05:30 a51c868f-9a13-4172-a1e8-f96acd73e4c8 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:09.964 +05:30 9e0e51fb-6e60-4eac-9369-562a1d6f4f8e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:09.964 +05:30 9e0e51fb-6e60-4eac-9369-562a1d6f4f8e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:09.993 +05:30 4ca72272-13c5-4e61-a7ad-abc2243389cc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:09.994 +05:30 4ca72272-13c5-4e61-a7ad-abc2243389cc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 31.1844ms 2024-09-07 11:22:09.994 +05:30 4ca72272-13c5-4e61-a7ad-abc2243389cc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:09.994 +05:30 4ca72272-13c5-4e61-a7ad-abc2243389cc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3049ac45-4e60-4563-8539-639df1c9966e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 11:22:09.994 +05:30 91d13b0e-9cd5-4c75-bb86-688fa259a72e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:22:09.994 +05:30 4ca72272-13c5-4e61-a7ad-abc2243389cc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 32.8983ms 2024-09-07 11:22:09.994 +05:30 91d13b0e-9cd5-4c75-bb86-688fa259a72e INF CORS policy execution successful. 2024-09-07 11:22:09.995 +05:30 91d13b0e-9cd5-4c75-bb86-688fa259a72e INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:09.995 +05:30 bbf6d6db-3703-45e2-b991-d74a7c702b56 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:09.995 +05:30 bbf6d6db-3703-45e2-b991-d74a7c702b56 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:10.000 +05:30 9e0e51fb-6e60-4eac-9369-562a1d6f4f8e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:10.000 +05:30 9e0e51fb-6e60-4eac-9369-562a1d6f4f8e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 35.6339ms 2024-09-07 11:22:10.000 +05:30 9e0e51fb-6e60-4eac-9369-562a1d6f4f8e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:10.000 +05:30 9e0e51fb-6e60-4eac-9369-562a1d6f4f8e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a51c868f-9a13-4172-a1e8-f96acd73e4c8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:10.000 +05:30 9e0e51fb-6e60-4eac-9369-562a1d6f4f8e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 37.1763ms 2024-09-07 11:22:10.007 +05:30 bbf6d6db-3703-45e2-b991-d74a7c702b56 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:10.007 +05:30 bbf6d6db-3703-45e2-b991-d74a7c702b56 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 12.0176ms 2024-09-07 11:22:10.007 +05:30 bbf6d6db-3703-45e2-b991-d74a7c702b56 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:10.007 +05:30 bbf6d6db-3703-45e2-b991-d74a7c702b56 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 91d13b0e-9cd5-4c75-bb86-688fa259a72e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:10.008 +05:30 bbf6d6db-3703-45e2-b991-d74a7c702b56 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 13.6399ms 2024-09-07 11:22:12.685 +05:30 6edc19a6-e2ca-40fb-9155-dcaa16633169 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:22:12.685 +05:30 93b968fc-be11-4674-8cce-e3bc6ac561a3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:22:12.687 +05:30 93b968fc-be11-4674-8cce-e3bc6ac561a3 INF CORS policy execution successful. 2024-09-07 11:22:12.688 +05:30 93b968fc-be11-4674-8cce-e3bc6ac561a3 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:12.689 +05:30 4510030c-d938-4642-8b64-7ac966bc72fb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:12.689 +05:30 c5067007-5b2b-4a2a-b954-2f2e8771a663 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:22:12.689 +05:30 4510030c-d938-4642-8b64-7ac966bc72fb INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:12.690 +05:30 c5067007-5b2b-4a2a-b954-2f2e8771a663 INF CORS policy execution successful. 2024-09-07 11:22:12.690 +05:30 c5067007-5b2b-4a2a-b954-2f2e8771a663 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:12.690 +05:30 b54485c9-749a-476d-86ba-df76931eb4e7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:12.690 +05:30 b54485c9-749a-476d-86ba-df76931eb4e7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:12.698 +05:30 6edc19a6-e2ca-40fb-9155-dcaa16633169 INF CORS policy execution successful. 2024-09-07 11:22:12.698 +05:30 6edc19a6-e2ca-40fb-9155-dcaa16633169 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:12.699 +05:30 fe552b2d-3c52-496d-bac8-f6fe52539d0a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:12.699 +05:30 fe552b2d-3c52-496d-bac8-f6fe52539d0a INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:12.777 +05:30 b54485c9-749a-476d-86ba-df76931eb4e7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:12.777 +05:30 b54485c9-749a-476d-86ba-df76931eb4e7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 86.8312ms 2024-09-07 11:22:12.777 +05:30 b54485c9-749a-476d-86ba-df76931eb4e7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:12.777 +05:30 b54485c9-749a-476d-86ba-df76931eb4e7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c5067007-5b2b-4a2a-b954-2f2e8771a663}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 11:22:12.778 +05:30 b54485c9-749a-476d-86ba-df76931eb4e7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 89.3247ms 2024-09-07 11:22:12.780 +05:30 4510030c-d938-4642-8b64-7ac966bc72fb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:12.780 +05:30 fe552b2d-3c52-496d-bac8-f6fe52539d0a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:12.780 +05:30 4510030c-d938-4642-8b64-7ac966bc72fb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 90.7287ms 2024-09-07 11:22:12.780 +05:30 fe552b2d-3c52-496d-bac8-f6fe52539d0a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 80.7616ms 2024-09-07 11:22:12.780 +05:30 fe552b2d-3c52-496d-bac8-f6fe52539d0a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:12.780 +05:30 4510030c-d938-4642-8b64-7ac966bc72fb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:12.780 +05:30 fe552b2d-3c52-496d-bac8-f6fe52539d0a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6edc19a6-e2ca-40fb-9155-dcaa16633169}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:12.780 +05:30 4510030c-d938-4642-8b64-7ac966bc72fb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 93b968fc-be11-4674-8cce-e3bc6ac561a3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:12.781 +05:30 4510030c-d938-4642-8b64-7ac966bc72fb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 96.1197ms 2024-09-07 11:22:12.781 +05:30 fe552b2d-3c52-496d-bac8-f6fe52539d0a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 96.1609ms 2024-09-07 11:22:26.962 +05:30 211d9af1-00e7-4bc6-86d1-8b83427f7f91 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:22:26.963 +05:30 211d9af1-00e7-4bc6-86d1-8b83427f7f91 INF CORS policy execution successful. 2024-09-07 11:22:26.963 +05:30 211d9af1-00e7-4bc6-86d1-8b83427f7f91 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.8567ms 2024-09-07 11:22:26.963 +05:30 f7d632eb-bc11-4b17-830a-68c284337048 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:22:26.964 +05:30 f7d632eb-bc11-4b17-830a-68c284337048 INF CORS policy execution successful. 2024-09-07 11:22:26.964 +05:30 f7d632eb-bc11-4b17-830a-68c284337048 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.3419ms 2024-09-07 11:22:26.964 +05:30 6493ffc7-0625-4428-a48f-702f924f3b72 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:22:26.964 +05:30 6493ffc7-0625-4428-a48f-702f924f3b72 INF CORS policy execution successful. 2024-09-07 11:22:26.964 +05:30 6493ffc7-0625-4428-a48f-702f924f3b72 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.22ms 2024-09-07 11:22:26.965 +05:30 d38e4524-2a48-470f-ba4e-644267455d32 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:22:26.965 +05:30 d38e4524-2a48-470f-ba4e-644267455d32 INF CORS policy execution successful. 2024-09-07 11:22:26.965 +05:30 d38e4524-2a48-470f-ba4e-644267455d32 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 0.2292ms 2024-09-07 11:22:26.967 +05:30 c0fb7eb9-8af1-4a3d-9e3f-b10f5d4052e0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:22:26.967 +05:30 c0fb7eb9-8af1-4a3d-9e3f-b10f5d4052e0 INF CORS policy execution successful. 2024-09-07 11:22:26.967 +05:30 c0fb7eb9-8af1-4a3d-9e3f-b10f5d4052e0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.2447ms 2024-09-07 11:22:27.009 +05:30 8200ea6b-5200-493e-afdf-6d7b7c5fd2ab INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.009 +05:30 bc4d3aba-c2ff-4e37-8754-c96592e8f6d3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.009 +05:30 dc51b467-4b1f-4dc4-a627-5723e16a4fa7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.009 +05:30 bc4d3aba-c2ff-4e37-8754-c96592e8f6d3 INF CORS policy execution successful. 2024-09-07 11:22:27.009 +05:30 8200ea6b-5200-493e-afdf-6d7b7c5fd2ab INF CORS policy execution successful. 2024-09-07 11:22:27.009 +05:30 dc51b467-4b1f-4dc4-a627-5723e16a4fa7 INF CORS policy execution successful. 2024-09-07 11:22:27.009 +05:30 8200ea6b-5200-493e-afdf-6d7b7c5fd2ab INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.6033ms 2024-09-07 11:22:27.009 +05:30 dc51b467-4b1f-4dc4-a627-5723e16a4fa7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.6034ms 2024-09-07 11:22:27.009 +05:30 bc4d3aba-c2ff-4e37-8754-c96592e8f6d3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.6102ms 2024-09-07 11:22:27.014 +05:30 ae7aff42-4614-4b98-b024-da6204247045 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.014 +05:30 ae7aff42-4614-4b98-b024-da6204247045 INF CORS policy execution successful. 2024-09-07 11:22:27.014 +05:30 ae7aff42-4614-4b98-b024-da6204247045 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.3231ms 2024-09-07 11:22:27.035 +05:30 14c3e112-10f0-45ad-8bcd-5da8ac777090 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.036 +05:30 14c3e112-10f0-45ad-8bcd-5da8ac777090 INF CORS policy execution successful. 2024-09-07 11:22:27.036 +05:30 14c3e112-10f0-45ad-8bcd-5da8ac777090 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.4705ms 2024-09-07 11:22:27.037 +05:30 a1e98427-bf6e-413a-aa62-15dd44826991 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.037 +05:30 a1e98427-bf6e-413a-aa62-15dd44826991 INF CORS policy execution successful. 2024-09-07 11:22:27.039 +05:30 a1e98427-bf6e-413a-aa62-15dd44826991 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 0.2488ms 2024-09-07 11:22:27.055 +05:30 19581bff-ecc4-4150-adb8-b538944e7c3c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.056 +05:30 19581bff-ecc4-4150-adb8-b538944e7c3c INF CORS policy execution successful. 2024-09-07 11:22:27.057 +05:30 19581bff-ecc4-4150-adb8-b538944e7c3c INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.057 +05:30 992667c1-2e77-4057-b6cc-02e62d721a68 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.058 +05:30 992667c1-2e77-4057-b6cc-02e62d721a68 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.058 +05:30 9f4ade4d-a6eb-4f33-8d24-fcac216982a5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.058 +05:30 9f4ade4d-a6eb-4f33-8d24-fcac216982a5 INF CORS policy execution successful. 2024-09-07 11:22:27.059 +05:30 9f4ade4d-a6eb-4f33-8d24-fcac216982a5 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.059 +05:30 458d1f7c-7dbe-495a-bc3b-b158fc56f60d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.059 +05:30 458d1f7c-7dbe-495a-bc3b-b158fc56f60d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.060 +05:30 91e0d068-7724-4078-add4-8592b66684d3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.060 +05:30 91e0d068-7724-4078-add4-8592b66684d3 INF CORS policy execution successful. 2024-09-07 11:22:27.060 +05:30 91e0d068-7724-4078-add4-8592b66684d3 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.060 +05:30 106ccfff-22df-47b2-8465-cc2c0deef96d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.060 +05:30 106ccfff-22df-47b2-8465-cc2c0deef96d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.063 +05:30 223e4833-deb7-48b8-9df6-aff1539c7d07 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.064 +05:30 223e4833-deb7-48b8-9df6-aff1539c7d07 INF CORS policy execution successful. 2024-09-07 11:22:27.064 +05:30 223e4833-deb7-48b8-9df6-aff1539c7d07 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.064 +05:30 8885009c-8e5a-4faa-9c7f-59d4eacf4683 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.064 +05:30 8885009c-8e5a-4faa-9c7f-59d4eacf4683 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.091 +05:30 8fa0fa15-f04a-4d98-b5f5-11e2bea8dda8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.091 +05:30 8fa0fa15-f04a-4d98-b5f5-11e2bea8dda8 INF CORS policy execution successful. 2024-09-07 11:22:27.092 +05:30 8fa0fa15-f04a-4d98-b5f5-11e2bea8dda8 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.092 +05:30 2bd9a609-d71c-4e85-b019-854f763b37d6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.092 +05:30 2bd9a609-d71c-4e85-b019-854f763b37d6 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.095 +05:30 00364c0f-36d3-49e5-beb5-fb47f505888d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.095 +05:30 00364c0f-36d3-49e5-beb5-fb47f505888d INF CORS policy execution successful. 2024-09-07 11:22:27.096 +05:30 00364c0f-36d3-49e5-beb5-fb47f505888d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.096 +05:30 e8f9ceb9-e843-4446-8fe5-8476bb70c7f5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.096 +05:30 e8f9ceb9-e843-4446-8fe5-8476bb70c7f5 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.101 +05:30 992667c1-2e77-4057-b6cc-02e62d721a68 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.101 +05:30 106ccfff-22df-47b2-8465-cc2c0deef96d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.101 +05:30 992667c1-2e77-4057-b6cc-02e62d721a68 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 43.2073ms 2024-09-07 11:22:27.101 +05:30 106ccfff-22df-47b2-8465-cc2c0deef96d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 40.5373ms 2024-09-07 11:22:27.101 +05:30 458d1f7c-7dbe-495a-bc3b-b158fc56f60d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.101 +05:30 992667c1-2e77-4057-b6cc-02e62d721a68 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.101 +05:30 458d1f7c-7dbe-495a-bc3b-b158fc56f60d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 42.1232ms 2024-09-07 11:22:27.101 +05:30 106ccfff-22df-47b2-8465-cc2c0deef96d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.101 +05:30 992667c1-2e77-4057-b6cc-02e62d721a68 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 19581bff-ecc4-4150-adb8-b538944e7c3c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.101 +05:30 458d1f7c-7dbe-495a-bc3b-b158fc56f60d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.101 +05:30 106ccfff-22df-47b2-8465-cc2c0deef96d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 91e0d068-7724-4078-add4-8592b66684d3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.101 +05:30 458d1f7c-7dbe-495a-bc3b-b158fc56f60d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9f4ade4d-a6eb-4f33-8d24-fcac216982a5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.102 +05:30 106ccfff-22df-47b2-8465-cc2c0deef96d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 42.0174ms 2024-09-07 11:22:27.102 +05:30 458d1f7c-7dbe-495a-bc3b-b158fc56f60d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 43.8661ms 2024-09-07 11:22:27.102 +05:30 992667c1-2e77-4057-b6cc-02e62d721a68 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 46.5709ms 2024-09-07 11:22:27.105 +05:30 e8f9ceb9-e843-4446-8fe5-8476bb70c7f5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.105 +05:30 2bd9a609-d71c-4e85-b019-854f763b37d6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.105 +05:30 e8f9ceb9-e843-4446-8fe5-8476bb70c7f5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 9.4871ms 2024-09-07 11:22:27.105 +05:30 e8f9ceb9-e843-4446-8fe5-8476bb70c7f5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.105 +05:30 2bd9a609-d71c-4e85-b019-854f763b37d6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 13.4976ms 2024-09-07 11:22:27.106 +05:30 e8f9ceb9-e843-4446-8fe5-8476bb70c7f5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 00364c0f-36d3-49e5-beb5-fb47f505888d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 11:22:27.106 +05:30 2bd9a609-d71c-4e85-b019-854f763b37d6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.106 +05:30 2bd9a609-d71c-4e85-b019-854f763b37d6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8fa0fa15-f04a-4d98-b5f5-11e2bea8dda8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.106 +05:30 e8f9ceb9-e843-4446-8fe5-8476bb70c7f5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 10.8672ms 2024-09-07 11:22:27.106 +05:30 2bd9a609-d71c-4e85-b019-854f763b37d6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 15.111ms 2024-09-07 11:22:27.106 +05:30 8885009c-8e5a-4faa-9c7f-59d4eacf4683 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.107 +05:30 8885009c-8e5a-4faa-9c7f-59d4eacf4683 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 42.4006ms 2024-09-07 11:22:27.107 +05:30 8885009c-8e5a-4faa-9c7f-59d4eacf4683 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.107 +05:30 8885009c-8e5a-4faa-9c7f-59d4eacf4683 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 223e4833-deb7-48b8-9df6-aff1539c7d07}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.107 +05:30 8885009c-8e5a-4faa-9c7f-59d4eacf4683 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 44.344ms 2024-09-07 11:22:27.145 +05:30 0ba72fd2-4ae4-47f5-b099-2400a7e7df50 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.146 +05:30 0ba72fd2-4ae4-47f5-b099-2400a7e7df50 INF CORS policy execution successful. 2024-09-07 11:22:27.146 +05:30 0ba72fd2-4ae4-47f5-b099-2400a7e7df50 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.146 +05:30 dacb1857-0f5e-45c8-a001-6f61fee94e49 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.146 +05:30 dacb1857-0f5e-45c8-a001-6f61fee94e49 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.149 +05:30 dacb1857-0f5e-45c8-a001-6f61fee94e49 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.149 +05:30 dacb1857-0f5e-45c8-a001-6f61fee94e49 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.6604ms 2024-09-07 11:22:27.149 +05:30 dacb1857-0f5e-45c8-a001-6f61fee94e49 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.149 +05:30 dacb1857-0f5e-45c8-a001-6f61fee94e49 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0ba72fd2-4ae4-47f5-b099-2400a7e7df50}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.149 +05:30 dacb1857-0f5e-45c8-a001-6f61fee94e49 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 3.9866ms 2024-09-07 11:22:27.154 +05:30 72f30387-d8f1-4ce5-85bd-762541a35037 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.155 +05:30 72f30387-d8f1-4ce5-85bd-762541a35037 INF CORS policy execution successful. 2024-09-07 11:22:27.155 +05:30 72f30387-d8f1-4ce5-85bd-762541a35037 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.155 +05:30 fb7e7c18-0103-491c-a82d-3c695fbd049c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.155 +05:30 fb7e7c18-0103-491c-a82d-3c695fbd049c INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.158 +05:30 fb7e7c18-0103-491c-a82d-3c695fbd049c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.158 +05:30 fb7e7c18-0103-491c-a82d-3c695fbd049c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.3461ms 2024-09-07 11:22:27.158 +05:30 fb7e7c18-0103-491c-a82d-3c695fbd049c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.158 +05:30 fb7e7c18-0103-491c-a82d-3c695fbd049c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 72f30387-d8f1-4ce5-85bd-762541a35037}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.158 +05:30 fb7e7c18-0103-491c-a82d-3c695fbd049c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.6704ms 2024-09-07 11:22:27.161 +05:30 c08df6d6-5072-4d5b-81f1-277ff6cede9c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.161 +05:30 c08df6d6-5072-4d5b-81f1-277ff6cede9c INF CORS policy execution successful. 2024-09-07 11:22:27.161 +05:30 c08df6d6-5072-4d5b-81f1-277ff6cede9c INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.161 +05:30 829fe82d-f46e-4719-9b2f-68e9ed17bbe7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.161 +05:30 829fe82d-f46e-4719-9b2f-68e9ed17bbe7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.164 +05:30 829fe82d-f46e-4719-9b2f-68e9ed17bbe7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.164 +05:30 829fe82d-f46e-4719-9b2f-68e9ed17bbe7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.7484ms 2024-09-07 11:22:27.164 +05:30 829fe82d-f46e-4719-9b2f-68e9ed17bbe7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.164 +05:30 829fe82d-f46e-4719-9b2f-68e9ed17bbe7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c08df6d6-5072-4d5b-81f1-277ff6cede9c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.165 +05:30 829fe82d-f46e-4719-9b2f-68e9ed17bbe7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 3.8506ms 2024-09-07 11:22:27.166 +05:30 9b542f57-2a67-4d6b-97d4-624c4185b40f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.167 +05:30 9b542f57-2a67-4d6b-97d4-624c4185b40f INF CORS policy execution successful. 2024-09-07 11:22:27.167 +05:30 9b542f57-2a67-4d6b-97d4-624c4185b40f INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.167 +05:30 83359807-f267-4aeb-98c5-c4e073680b0d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.167 +05:30 83359807-f267-4aeb-98c5-c4e073680b0d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.169 +05:30 d0145db9-ea69-43a5-8e5c-019b19792814 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:22:27.169 +05:30 d0145db9-ea69-43a5-8e5c-019b19792814 INF CORS policy execution successful. 2024-09-07 11:22:27.169 +05:30 d0145db9-ea69-43a5-8e5c-019b19792814 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:27.169 +05:30 aa2d2976-43dc-4bc7-9236-7d275b8f4910 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.169 +05:30 aa2d2976-43dc-4bc7-9236-7d275b8f4910 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:27.169 +05:30 83359807-f267-4aeb-98c5-c4e073680b0d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.169 +05:30 83359807-f267-4aeb-98c5-c4e073680b0d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.2714ms 2024-09-07 11:22:27.169 +05:30 83359807-f267-4aeb-98c5-c4e073680b0d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.169 +05:30 83359807-f267-4aeb-98c5-c4e073680b0d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9b542f57-2a67-4d6b-97d4-624c4185b40f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.170 +05:30 83359807-f267-4aeb-98c5-c4e073680b0d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.3287ms 2024-09-07 11:22:27.171 +05:30 aa2d2976-43dc-4bc7-9236-7d275b8f4910 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:27.171 +05:30 aa2d2976-43dc-4bc7-9236-7d275b8f4910 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.6382ms 2024-09-07 11:22:27.171 +05:30 aa2d2976-43dc-4bc7-9236-7d275b8f4910 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:27.171 +05:30 aa2d2976-43dc-4bc7-9236-7d275b8f4910 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d0145db9-ea69-43a5-8e5c-019b19792814}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:27.171 +05:30 aa2d2976-43dc-4bc7-9236-7d275b8f4910 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 2.4989ms 2024-09-07 11:22:43.071 +05:30 681ca528-1432-4429-8d61-06f4ad8563f4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.072 +05:30 681ca528-1432-4429-8d61-06f4ad8563f4 INF CORS policy execution successful. 2024-09-07 11:22:43.072 +05:30 681ca528-1432-4429-8d61-06f4ad8563f4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 1.2209ms 2024-09-07 11:22:43.074 +05:30 2232f102-350e-4c93-bd5d-703c64b7e92a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.074 +05:30 2232f102-350e-4c93-bd5d-703c64b7e92a INF CORS policy execution successful. 2024-09-07 11:22:43.074 +05:30 2232f102-350e-4c93-bd5d-703c64b7e92a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.3262ms 2024-09-07 11:22:43.075 +05:30 1bed6f22-1c10-424f-a1c9-8f8d3c497e1d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.075 +05:30 1bed6f22-1c10-424f-a1c9-8f8d3c497e1d INF CORS policy execution successful. 2024-09-07 11:22:43.075 +05:30 859aa766-7819-4ab4-ab4a-d15ebd0794ee INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.075 +05:30 1bed6f22-1c10-424f-a1c9-8f8d3c497e1d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.2415ms 2024-09-07 11:22:43.075 +05:30 859aa766-7819-4ab4-ab4a-d15ebd0794ee INF CORS policy execution successful. 2024-09-07 11:22:43.075 +05:30 859aa766-7819-4ab4-ab4a-d15ebd0794ee INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.3011ms 2024-09-07 11:22:43.077 +05:30 7c6b4002-43e9-4d5c-8cf5-173f41887e7f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.077 +05:30 7c6b4002-43e9-4d5c-8cf5-173f41887e7f INF CORS policy execution successful. 2024-09-07 11:22:43.077 +05:30 7c6b4002-43e9-4d5c-8cf5-173f41887e7f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 0.302ms 2024-09-07 11:22:43.080 +05:30 a3a328f9-7730-44c4-97a8-9f5af4dcfba8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.080 +05:30 a3a328f9-7730-44c4-97a8-9f5af4dcfba8 INF CORS policy execution successful. 2024-09-07 11:22:43.080 +05:30 a3a328f9-7730-44c4-97a8-9f5af4dcfba8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.186ms 2024-09-07 11:22:43.117 +05:30 d21df706-b401-4bd2-8a69-d2ffd96bd3ac INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.118 +05:30 d21df706-b401-4bd2-8a69-d2ffd96bd3ac INF CORS policy execution successful. 2024-09-07 11:22:43.118 +05:30 d21df706-b401-4bd2-8a69-d2ffd96bd3ac INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.4461ms 2024-09-07 11:22:43.118 +05:30 c883fcdf-394e-472f-828f-b4a47f081967 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.118 +05:30 c883fcdf-394e-472f-828f-b4a47f081967 INF CORS policy execution successful. 2024-09-07 11:22:43.119 +05:30 c883fcdf-394e-472f-828f-b4a47f081967 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.2814ms 2024-09-07 11:22:43.145 +05:30 30142f30-3f68-4872-abc0-090002efce03 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.146 +05:30 30142f30-3f68-4872-abc0-090002efce03 INF CORS policy execution successful. 2024-09-07 11:22:43.146 +05:30 30142f30-3f68-4872-abc0-090002efce03 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:43.146 +05:30 d82a9f0d-21e7-40ce-aa88-e456bc0ff377 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.147 +05:30 d82a9f0d-21e7-40ce-aa88-e456bc0ff377 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:43.150 +05:30 e4ff24e4-9c79-4d81-bbb0-b596a9561246 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.151 +05:30 e4ff24e4-9c79-4d81-bbb0-b596a9561246 INF CORS policy execution successful. 2024-09-07 11:22:43.151 +05:30 e4ff24e4-9c79-4d81-bbb0-b596a9561246 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:43.151 +05:30 c924234b-5c74-42b7-b638-a08e77f0e976 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.152 +05:30 c924234b-5c74-42b7-b638-a08e77f0e976 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:43.152 +05:30 5476abba-df36-482d-90cb-035f12840ba8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.152 +05:30 25af2c47-6182-48a8-8b54-414f92cb2ebd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.152 +05:30 5476abba-df36-482d-90cb-035f12840ba8 INF CORS policy execution successful. 2024-09-07 11:22:43.152 +05:30 25af2c47-6182-48a8-8b54-414f92cb2ebd INF CORS policy execution successful. 2024-09-07 11:22:43.153 +05:30 5476abba-df36-482d-90cb-035f12840ba8 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:43.153 +05:30 25af2c47-6182-48a8-8b54-414f92cb2ebd INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:43.153 +05:30 a0da1354-97d1-4c48-b975-0f42010b7a0d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.153 +05:30 b19ab7c3-9fb8-472c-a1b4-f2128af54b1a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.153 +05:30 a0da1354-97d1-4c48-b975-0f42010b7a0d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:43.153 +05:30 b19ab7c3-9fb8-472c-a1b4-f2128af54b1a INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:43.164 +05:30 a0e31e3a-ae92-47a9-84c7-283039f7c7f9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.164 +05:30 eb19858b-5498-405e-91a1-5726e7b9d92d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.164 +05:30 eb19858b-5498-405e-91a1-5726e7b9d92d INF CORS policy execution successful. 2024-09-07 11:22:43.164 +05:30 a0e31e3a-ae92-47a9-84c7-283039f7c7f9 INF CORS policy execution successful. 2024-09-07 11:22:43.164 +05:30 eb19858b-5498-405e-91a1-5726e7b9d92d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:43.164 +05:30 a0e31e3a-ae92-47a9-84c7-283039f7c7f9 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:43.164 +05:30 a5c755e1-4add-4fb4-9707-e6b864e165c2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.164 +05:30 a5c755e1-4add-4fb4-9707-e6b864e165c2 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:43.165 +05:30 84a6afab-27e4-4707-b2ed-e04fc15dce08 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.165 +05:30 84a6afab-27e4-4707-b2ed-e04fc15dce08 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:43.192 +05:30 b19ab7c3-9fb8-472c-a1b4-f2128af54b1a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:43.192 +05:30 d82a9f0d-21e7-40ce-aa88-e456bc0ff377 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:43.192 +05:30 c924234b-5c74-42b7-b638-a08e77f0e976 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:43.192 +05:30 b19ab7c3-9fb8-472c-a1b4-f2128af54b1a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 39.2599ms 2024-09-07 11:22:43.192 +05:30 d82a9f0d-21e7-40ce-aa88-e456bc0ff377 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 45.4063ms 2024-09-07 11:22:43.192 +05:30 b19ab7c3-9fb8-472c-a1b4-f2128af54b1a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.192 +05:30 c924234b-5c74-42b7-b638-a08e77f0e976 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 40.7444ms 2024-09-07 11:22:43.192 +05:30 d82a9f0d-21e7-40ce-aa88-e456bc0ff377 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.192 +05:30 c924234b-5c74-42b7-b638-a08e77f0e976 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.193 +05:30 b19ab7c3-9fb8-472c-a1b4-f2128af54b1a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 25af2c47-6182-48a8-8b54-414f92cb2ebd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 11:22:43.193 +05:30 c924234b-5c74-42b7-b638-a08e77f0e976 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e4ff24e4-9c79-4d81-bbb0-b596a9561246}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:43.193 +05:30 d82a9f0d-21e7-40ce-aa88-e456bc0ff377 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 30142f30-3f68-4872-abc0-090002efce03}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:43.193 +05:30 c924234b-5c74-42b7-b638-a08e77f0e976 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 42.7634ms 2024-09-07 11:22:43.193 +05:30 b19ab7c3-9fb8-472c-a1b4-f2128af54b1a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 40.7741ms 2024-09-07 11:22:43.193 +05:30 d82a9f0d-21e7-40ce-aa88-e456bc0ff377 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 48.2198ms 2024-09-07 11:22:43.193 +05:30 a0da1354-97d1-4c48-b975-0f42010b7a0d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:43.193 +05:30 a0da1354-97d1-4c48-b975-0f42010b7a0d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 40.424ms 2024-09-07 11:22:43.193 +05:30 a0da1354-97d1-4c48-b975-0f42010b7a0d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.194 +05:30 a0da1354-97d1-4c48-b975-0f42010b7a0d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5476abba-df36-482d-90cb-035f12840ba8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:43.194 +05:30 a0da1354-97d1-4c48-b975-0f42010b7a0d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 41.8271ms 2024-09-07 11:22:43.194 +05:30 a5c755e1-4add-4fb4-9707-e6b864e165c2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:43.195 +05:30 84a6afab-27e4-4707-b2ed-e04fc15dce08 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:43.195 +05:30 a5c755e1-4add-4fb4-9707-e6b864e165c2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 29.9116ms 2024-09-07 11:22:43.195 +05:30 a5c755e1-4add-4fb4-9707-e6b864e165c2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.195 +05:30 84a6afab-27e4-4707-b2ed-e04fc15dce08 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 29.8664ms 2024-09-07 11:22:43.195 +05:30 84a6afab-27e4-4707-b2ed-e04fc15dce08 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.195 +05:30 84a6afab-27e4-4707-b2ed-e04fc15dce08 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a0e31e3a-ae92-47a9-84c7-283039f7c7f9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:43.195 +05:30 a5c755e1-4add-4fb4-9707-e6b864e165c2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: eb19858b-5498-405e-91a1-5726e7b9d92d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:43.195 +05:30 84a6afab-27e4-4707-b2ed-e04fc15dce08 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 31.4309ms 2024-09-07 11:22:43.195 +05:30 a5c755e1-4add-4fb4-9707-e6b864e165c2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 31.4838ms 2024-09-07 11:22:43.248 +05:30 fbc03a61-4a6d-42a2-a9be-40ecfb603959 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.249 +05:30 fbc03a61-4a6d-42a2-a9be-40ecfb603959 INF CORS policy execution successful. 2024-09-07 11:22:43.249 +05:30 fbc03a61-4a6d-42a2-a9be-40ecfb603959 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:43.249 +05:30 995d314b-499e-4f14-8c50-2e13b1a885ef INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.249 +05:30 995d314b-499e-4f14-8c50-2e13b1a885ef INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:43.250 +05:30 66095dd0-40c9-48e4-9ee4-e48855109fbf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:22:43.251 +05:30 66095dd0-40c9-48e4-9ee4-e48855109fbf INF CORS policy execution successful. 2024-09-07 11:22:43.251 +05:30 66095dd0-40c9-48e4-9ee4-e48855109fbf INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:22:43.251 +05:30 bc71f8f6-2315-43a6-b15b-f50c3f586dfe INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.251 +05:30 bc71f8f6-2315-43a6-b15b-f50c3f586dfe INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:22:43.252 +05:30 995d314b-499e-4f14-8c50-2e13b1a885ef INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:43.253 +05:30 bc71f8f6-2315-43a6-b15b-f50c3f586dfe INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:22:43.253 +05:30 995d314b-499e-4f14-8c50-2e13b1a885ef INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.1351ms 2024-09-07 11:22:43.253 +05:30 bc71f8f6-2315-43a6-b15b-f50c3f586dfe INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.7131ms 2024-09-07 11:22:43.253 +05:30 995d314b-499e-4f14-8c50-2e13b1a885ef INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.253 +05:30 bc71f8f6-2315-43a6-b15b-f50c3f586dfe INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:22:43.253 +05:30 995d314b-499e-4f14-8c50-2e13b1a885ef INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fbc03a61-4a6d-42a2-a9be-40ecfb603959}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:43.253 +05:30 bc71f8f6-2315-43a6-b15b-f50c3f586dfe INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 66095dd0-40c9-48e4-9ee4-e48855109fbf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:22:43.253 +05:30 bc71f8f6-2315-43a6-b15b-f50c3f586dfe INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 2.891ms 2024-09-07 11:22:43.253 +05:30 995d314b-499e-4f14-8c50-2e13b1a885ef INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 5.0081ms 2024-09-07 11:23:56.294 +05:30 8f086f6d-7b7b-418e-8cff-b7b05fdfd7cd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:23:56.298 +05:30 8f086f6d-7b7b-418e-8cff-b7b05fdfd7cd INF CORS policy execution successful. 2024-09-07 11:23:56.299 +05:30 8f086f6d-7b7b-418e-8cff-b7b05fdfd7cd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 4.9905ms 2024-09-07 11:23:56.386 +05:30 a18d4398-762d-49ef-b3e1-b0f60e4cb977 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:23:56.388 +05:30 a18d4398-762d-49ef-b3e1-b0f60e4cb977 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:53:27 AM', Current time (UTC): '9/7/2024 5:53:56 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:23:56.391 +05:30 a18d4398-762d-49ef-b3e1-b0f60e4cb977 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 5:53:27 AM', Current time (UTC): '9/7/2024 5:53:56 AM'. 2024-09-07 11:23:56.391 +05:30 a18d4398-762d-49ef-b3e1-b0f60e4cb977 INF CORS policy execution successful. 2024-09-07 11:23:56.392 +05:30 a18d4398-762d-49ef-b3e1-b0f60e4cb977 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODc4MDcsImV4cCI6MTcyNTY4ODQwNywiaWF0IjoxNzI1Njg3ODA3fQ.rcUdTDol2EiwWgqLb7N0o4ja54KPMmI_ODA7R0T1Y00}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:23:56.394 +05:30 cb79976f-6ab0-4448-92a4-9c9cbe5ecd76 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:23:56.394 +05:30 cb79976f-6ab0-4448-92a4-9c9cbe5ecd76 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:23:56.394 +05:30 cb79976f-6ab0-4448-92a4-9c9cbe5ecd76 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: a18d4398-762d-49ef-b3e1-b0f60e4cb977}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 05:53:27'"} Body: 2024-09-07 11:23:56.395 +05:30 cb79976f-6ab0-4448-92a4-9c9cbe5ecd76 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 401 null null 9.5484ms 2024-09-07 11:23:56.984 +05:30 cd28fb8c-1eb0-4b0d-a4b5-93bc3974c892 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:23:56.985 +05:30 cd28fb8c-1eb0-4b0d-a4b5-93bc3974c892 INF CORS policy execution successful. 2024-09-07 11:23:56.986 +05:30 cd28fb8c-1eb0-4b0d-a4b5-93bc3974c892 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:23:56.986 +05:30 873dc6f6-068d-49b5-9679-b2958c544896 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:23:56.987 +05:30 873dc6f6-068d-49b5-9679-b2958c544896 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:23:57.068 +05:30 873dc6f6-068d-49b5-9679-b2958c544896 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:23:57.069 +05:30 873dc6f6-068d-49b5-9679-b2958c544896 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 81.7622ms 2024-09-07 11:23:57.069 +05:30 873dc6f6-068d-49b5-9679-b2958c544896 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:23:57.069 +05:30 873dc6f6-068d-49b5-9679-b2958c544896 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cd28fb8c-1eb0-4b0d-a4b5-93bc3974c892}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:23:57.070 +05:30 873dc6f6-068d-49b5-9679-b2958c544896 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 85.6102ms 2024-09-07 11:24:01.999 +05:30 38cad9ef-fbb5-46b6-83c2-a3d33570f088 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:01.999 +05:30 38cad9ef-fbb5-46b6-83c2-a3d33570f088 INF CORS policy execution successful. 2024-09-07 11:24:02.001 +05:30 38cad9ef-fbb5-46b6-83c2-a3d33570f088 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.5935ms 2024-09-07 11:24:02.056 +05:30 0b2abc15-81ac-4e52-8725-3ecefe646691 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:02.057 +05:30 0b2abc15-81ac-4e52-8725-3ecefe646691 INF CORS policy execution successful. 2024-09-07 11:24:02.057 +05:30 0b2abc15-81ac-4e52-8725-3ecefe646691 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:24:02.057 +05:30 e266be63-c3d2-4d60-9ba0-0af86a9947ee INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:02.058 +05:30 e266be63-c3d2-4d60-9ba0-0af86a9947ee INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:24:02.127 +05:30 e266be63-c3d2-4d60-9ba0-0af86a9947ee INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:24:02.127 +05:30 e266be63-c3d2-4d60-9ba0-0af86a9947ee INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 69.3892ms 2024-09-07 11:24:02.127 +05:30 e266be63-c3d2-4d60-9ba0-0af86a9947ee INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:02.128 +05:30 e266be63-c3d2-4d60-9ba0-0af86a9947ee INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0b2abc15-81ac-4e52-8725-3ecefe646691}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:24:02.128 +05:30 e266be63-c3d2-4d60-9ba0-0af86a9947ee INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 72.5177ms 2024-09-07 11:24:27.481 +05:30 1e0bb9b1-3d04-4a31-866b-746ad1c78320 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:27.482 +05:30 1e0bb9b1-3d04-4a31-866b-746ad1c78320 INF CORS policy execution successful. 2024-09-07 11:24:27.482 +05:30 1e0bb9b1-3d04-4a31-866b-746ad1c78320 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.3027ms 2024-09-07 11:24:27.531 +05:30 f59737bc-9bcc-4623-9bc0-a79e043eff9f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:27.532 +05:30 f59737bc-9bcc-4623-9bc0-a79e043eff9f INF CORS policy execution successful. 2024-09-07 11:24:27.532 +05:30 f59737bc-9bcc-4623-9bc0-a79e043eff9f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:24:27.533 +05:30 d24ce193-2567-47fe-8d37-abaad5f13d5c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:27.533 +05:30 d24ce193-2567-47fe-8d37-abaad5f13d5c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:24:27.560 +05:30 d24ce193-2567-47fe-8d37-abaad5f13d5c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:24:27.560 +05:30 d24ce193-2567-47fe-8d37-abaad5f13d5c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 26.7999ms 2024-09-07 11:24:27.560 +05:30 d24ce193-2567-47fe-8d37-abaad5f13d5c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:27.560 +05:30 d24ce193-2567-47fe-8d37-abaad5f13d5c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f59737bc-9bcc-4623-9bc0-a79e043eff9f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:24:27.561 +05:30 d24ce193-2567-47fe-8d37-abaad5f13d5c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 30.102ms 2024-09-07 11:24:32.088 +05:30 4c1bea95-3383-43ce-9836-67dedb5ec812 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:32.088 +05:30 4c1bea95-3383-43ce-9836-67dedb5ec812 INF CORS policy execution successful. 2024-09-07 11:24:32.089 +05:30 4c1bea95-3383-43ce-9836-67dedb5ec812 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:24:32.089 +05:30 2fba6cda-2525-46ab-b982-9b599009f37b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:32.089 +05:30 2fba6cda-2525-46ab-b982-9b599009f37b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:24:32.102 +05:30 2fba6cda-2525-46ab-b982-9b599009f37b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:24:32.103 +05:30 2fba6cda-2525-46ab-b982-9b599009f37b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 13.5351ms 2024-09-07 11:24:32.103 +05:30 2fba6cda-2525-46ab-b982-9b599009f37b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:32.103 +05:30 2fba6cda-2525-46ab-b982-9b599009f37b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4c1bea95-3383-43ce-9836-67dedb5ec812}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:24:32.104 +05:30 2fba6cda-2525-46ab-b982-9b599009f37b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.7379ms 2024-09-07 11:24:46.159 +05:30 cf614ca2-0e41-460f-b08a-7221488f2935 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:46.159 +05:30 cf614ca2-0e41-460f-b08a-7221488f2935 INF CORS policy execution successful. 2024-09-07 11:24:46.160 +05:30 cf614ca2-0e41-460f-b08a-7221488f2935 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.975ms 2024-09-07 11:24:47.422 +05:30 33106371-9c99-4d61-b7b4-83b31d3bca0c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:47.424 +05:30 33106371-9c99-4d61-b7b4-83b31d3bca0c INF CORS policy execution successful. 2024-09-07 11:24:47.424 +05:30 33106371-9c99-4d61-b7b4-83b31d3bca0c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:24:47.424 +05:30 8694c967-417e-4425-a9ea-00aba4f4781c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:47.424 +05:30 8694c967-417e-4425-a9ea-00aba4f4781c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:24:47.446 +05:30 8694c967-417e-4425-a9ea-00aba4f4781c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:24:47.446 +05:30 8694c967-417e-4425-a9ea-00aba4f4781c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 21.5105ms 2024-09-07 11:24:47.446 +05:30 8694c967-417e-4425-a9ea-00aba4f4781c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:47.446 +05:30 8694c967-417e-4425-a9ea-00aba4f4781c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 33106371-9c99-4d61-b7b4-83b31d3bca0c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:24:47.447 +05:30 8694c967-417e-4425-a9ea-00aba4f4781c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 24.3062ms 2024-09-07 11:24:54.678 +05:30 d2d00345-6103-4b52-8ad3-a7551d61c29a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:54.678 +05:30 d2d00345-6103-4b52-8ad3-a7551d61c29a INF CORS policy execution successful. 2024-09-07 11:24:54.679 +05:30 d2d00345-6103-4b52-8ad3-a7551d61c29a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.8646ms 2024-09-07 11:24:54.747 +05:30 3663e49c-6741-4ea9-9564-1887185bb1da INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:54.747 +05:30 3663e49c-6741-4ea9-9564-1887185bb1da INF CORS policy execution successful. 2024-09-07 11:24:54.748 +05:30 3663e49c-6741-4ea9-9564-1887185bb1da INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:24:54.748 +05:30 fca7e0e5-2c5c-43ff-925f-b91ef355b532 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:54.748 +05:30 fca7e0e5-2c5c-43ff-925f-b91ef355b532 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:24:54.767 +05:30 fca7e0e5-2c5c-43ff-925f-b91ef355b532 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:24:54.767 +05:30 fca7e0e5-2c5c-43ff-925f-b91ef355b532 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.6269ms 2024-09-07 11:24:54.767 +05:30 fca7e0e5-2c5c-43ff-925f-b91ef355b532 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:54.767 +05:30 fca7e0e5-2c5c-43ff-925f-b91ef355b532 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3663e49c-6741-4ea9-9564-1887185bb1da}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:24:54.768 +05:30 fca7e0e5-2c5c-43ff-925f-b91ef355b532 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 21.0174ms 2024-09-07 11:24:57.500 +05:30 d1ee70f9-d556-4c16-aa01-2338c15f3291 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:24:57.500 +05:30 d1ee70f9-d556-4c16-aa01-2338c15f3291 INF CORS policy execution successful. 2024-09-07 11:24:57.501 +05:30 d1ee70f9-d556-4c16-aa01-2338c15f3291 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:24:57.501 +05:30 fcca3b4c-14f1-449f-bed7-7a1c370fe8bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:57.501 +05:30 fcca3b4c-14f1-449f-bed7-7a1c370fe8bc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:24:57.506 +05:30 fcca3b4c-14f1-449f-bed7-7a1c370fe8bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:24:57.507 +05:30 fcca3b4c-14f1-449f-bed7-7a1c370fe8bc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 5.413ms 2024-09-07 11:24:57.507 +05:30 fcca3b4c-14f1-449f-bed7-7a1c370fe8bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:24:57.507 +05:30 fcca3b4c-14f1-449f-bed7-7a1c370fe8bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d1ee70f9-d556-4c16-aa01-2338c15f3291}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:24:57.507 +05:30 fcca3b4c-14f1-449f-bed7-7a1c370fe8bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 7.712ms 2024-09-07 11:25:03.312 +05:30 75a9a7fd-7e64-43a7-a96a-5f30d77b6e56 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:03.313 +05:30 75a9a7fd-7e64-43a7-a96a-5f30d77b6e56 INF CORS policy execution successful. 2024-09-07 11:25:03.313 +05:30 75a9a7fd-7e64-43a7-a96a-5f30d77b6e56 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.9484ms 2024-09-07 11:25:03.371 +05:30 74d5325a-e214-4a68-9bc5-9e0f02d6692e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:03.372 +05:30 74d5325a-e214-4a68-9bc5-9e0f02d6692e INF CORS policy execution successful. 2024-09-07 11:25:03.373 +05:30 74d5325a-e214-4a68-9bc5-9e0f02d6692e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:25:03.373 +05:30 0fca859a-3789-4044-aa88-48d560f4bc00 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:03.373 +05:30 0fca859a-3789-4044-aa88-48d560f4bc00 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:25:03.419 +05:30 0fca859a-3789-4044-aa88-48d560f4bc00 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:25:03.419 +05:30 0fca859a-3789-4044-aa88-48d560f4bc00 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 45.9769ms 2024-09-07 11:25:03.419 +05:30 0fca859a-3789-4044-aa88-48d560f4bc00 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:03.420 +05:30 0fca859a-3789-4044-aa88-48d560f4bc00 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 74d5325a-e214-4a68-9bc5-9e0f02d6692e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:25:03.420 +05:30 0fca859a-3789-4044-aa88-48d560f4bc00 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 49.111ms 2024-09-07 11:25:26.410 +05:30 832476a1-f700-453f-9568-5c8f633b0ab9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:26.412 +05:30 832476a1-f700-453f-9568-5c8f633b0ab9 INF CORS policy execution successful. 2024-09-07 11:25:26.413 +05:30 832476a1-f700-453f-9568-5c8f633b0ab9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.9177ms 2024-09-07 11:25:26.467 +05:30 ea441460-5422-48a8-9024-60cc1c5ffb4a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:26.467 +05:30 ea441460-5422-48a8-9024-60cc1c5ffb4a INF CORS policy execution successful. 2024-09-07 11:25:26.468 +05:30 ea441460-5422-48a8-9024-60cc1c5ffb4a INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:25:26.468 +05:30 e207f16a-23c0-4b3c-9db5-71aedcaf031e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:26.469 +05:30 e207f16a-23c0-4b3c-9db5-71aedcaf031e INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:25:26.498 +05:30 e207f16a-23c0-4b3c-9db5-71aedcaf031e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:25:26.499 +05:30 e207f16a-23c0-4b3c-9db5-71aedcaf031e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 29.6992ms 2024-09-07 11:25:26.499 +05:30 e207f16a-23c0-4b3c-9db5-71aedcaf031e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:26.499 +05:30 e207f16a-23c0-4b3c-9db5-71aedcaf031e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ea441460-5422-48a8-9024-60cc1c5ffb4a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:25:26.499 +05:30 e207f16a-23c0-4b3c-9db5-71aedcaf031e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 32.7671ms 2024-09-07 11:25:37.048 +05:30 c658e508-3b78-4716-93ac-e9fa0efa439e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:37.049 +05:30 c658e508-3b78-4716-93ac-e9fa0efa439e INF CORS policy execution successful. 2024-09-07 11:25:37.049 +05:30 c658e508-3b78-4716-93ac-e9fa0efa439e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.7888ms 2024-09-07 11:25:37.105 +05:30 9eea8030-85b3-43e1-b02d-84a20186f5db INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:37.107 +05:30 9eea8030-85b3-43e1-b02d-84a20186f5db INF CORS policy execution successful. 2024-09-07 11:25:37.107 +05:30 9eea8030-85b3-43e1-b02d-84a20186f5db INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:25:37.108 +05:30 86075606-93ad-4677-aeb1-31ffe48982c4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:37.108 +05:30 86075606-93ad-4677-aeb1-31ffe48982c4 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:25:37.132 +05:30 86075606-93ad-4677-aeb1-31ffe48982c4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:25:37.132 +05:30 86075606-93ad-4677-aeb1-31ffe48982c4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 23.668ms 2024-09-07 11:25:37.132 +05:30 86075606-93ad-4677-aeb1-31ffe48982c4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:37.133 +05:30 86075606-93ad-4677-aeb1-31ffe48982c4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9eea8030-85b3-43e1-b02d-84a20186f5db}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:25:37.133 +05:30 86075606-93ad-4677-aeb1-31ffe48982c4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 28.0392ms 2024-09-07 11:25:45.970 +05:30 772906c4-638c-4602-8fbe-981e892f5f39 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:45.971 +05:30 772906c4-638c-4602-8fbe-981e892f5f39 INF CORS policy execution successful. 2024-09-07 11:25:45.971 +05:30 772906c4-638c-4602-8fbe-981e892f5f39 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.9481ms 2024-09-07 11:25:46.025 +05:30 b093dbe2-a958-4055-a664-a9b1ef8aa0a4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:46.026 +05:30 b093dbe2-a958-4055-a664-a9b1ef8aa0a4 INF CORS policy execution successful. 2024-09-07 11:25:46.026 +05:30 b093dbe2-a958-4055-a664-a9b1ef8aa0a4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:25:46.026 +05:30 e91181b4-e7fa-4ace-a8f2-fe7f61f4386a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:46.026 +05:30 e91181b4-e7fa-4ace-a8f2-fe7f61f4386a INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:25:46.042 +05:30 e91181b4-e7fa-4ace-a8f2-fe7f61f4386a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:25:46.043 +05:30 e91181b4-e7fa-4ace-a8f2-fe7f61f4386a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 16.2326ms 2024-09-07 11:25:46.043 +05:30 e91181b4-e7fa-4ace-a8f2-fe7f61f4386a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:46.043 +05:30 e91181b4-e7fa-4ace-a8f2-fe7f61f4386a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b093dbe2-a958-4055-a664-a9b1ef8aa0a4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:25:46.043 +05:30 e91181b4-e7fa-4ace-a8f2-fe7f61f4386a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 18.2712ms 2024-09-07 11:25:53.173 +05:30 561e4b09-db7b-4f54-a7f6-90108180a85b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:53.173 +05:30 561e4b09-db7b-4f54-a7f6-90108180a85b INF CORS policy execution successful. 2024-09-07 11:25:53.174 +05:30 561e4b09-db7b-4f54-a7f6-90108180a85b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.8594ms 2024-09-07 11:25:53.228 +05:30 8f15f9e4-cdcf-428b-ac34-aeac310bc345 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:25:53.229 +05:30 8f15f9e4-cdcf-428b-ac34-aeac310bc345 INF CORS policy execution successful. 2024-09-07 11:25:53.229 +05:30 8f15f9e4-cdcf-428b-ac34-aeac310bc345 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:25:53.230 +05:30 f610585b-85bc-47c1-a37c-33970fa9cd71 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:53.230 +05:30 f610585b-85bc-47c1-a37c-33970fa9cd71 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:25:53.244 +05:30 f610585b-85bc-47c1-a37c-33970fa9cd71 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:25:53.245 +05:30 f610585b-85bc-47c1-a37c-33970fa9cd71 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.834ms 2024-09-07 11:25:53.245 +05:30 f610585b-85bc-47c1-a37c-33970fa9cd71 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:25:53.245 +05:30 f610585b-85bc-47c1-a37c-33970fa9cd71 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8f15f9e4-cdcf-428b-ac34-aeac310bc345}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:25:53.245 +05:30 f610585b-85bc-47c1-a37c-33970fa9cd71 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 16.9685ms 2024-09-07 11:26:09.954 +05:30 e9a3c05d-c485-4dc2-b6ba-d4530b8ea4d9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:26:09.954 +05:30 e9a3c05d-c485-4dc2-b6ba-d4530b8ea4d9 INF CORS policy execution successful. 2024-09-07 11:26:09.955 +05:30 e9a3c05d-c485-4dc2-b6ba-d4530b8ea4d9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7541ms 2024-09-07 11:26:10.008 +05:30 57c590b9-4b35-485e-8f9f-d41119a5145e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:26:10.008 +05:30 57c590b9-4b35-485e-8f9f-d41119a5145e INF CORS policy execution successful. 2024-09-07 11:26:10.009 +05:30 57c590b9-4b35-485e-8f9f-d41119a5145e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:26:10.009 +05:30 d3266899-a105-48f5-b17b-8df50c42ce07 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:26:10.009 +05:30 d3266899-a105-48f5-b17b-8df50c42ce07 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:26:10.033 +05:30 d3266899-a105-48f5-b17b-8df50c42ce07 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:26:10.034 +05:30 d3266899-a105-48f5-b17b-8df50c42ce07 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 24.5506ms 2024-09-07 11:26:10.034 +05:30 d3266899-a105-48f5-b17b-8df50c42ce07 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:26:10.034 +05:30 d3266899-a105-48f5-b17b-8df50c42ce07 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 57c590b9-4b35-485e-8f9f-d41119a5145e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:26:10.034 +05:30 d3266899-a105-48f5-b17b-8df50c42ce07 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 26.3534ms 2024-09-07 11:26:25.741 +05:30 e1690f24-6592-4250-8420-f55237e39b5f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:26:25.742 +05:30 e1690f24-6592-4250-8420-f55237e39b5f INF CORS policy execution successful. 2024-09-07 11:26:25.742 +05:30 e1690f24-6592-4250-8420-f55237e39b5f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.587ms 2024-09-07 11:26:25.800 +05:30 2b1cde5d-2643-44c4-ae86-f5de1ebb85ff INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:26:25.803 +05:30 2b1cde5d-2643-44c4-ae86-f5de1ebb85ff INF CORS policy execution successful. 2024-09-07 11:26:25.805 +05:30 2b1cde5d-2643-44c4-ae86-f5de1ebb85ff INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:26:25.806 +05:30 2dde2f92-4da3-4770-8908-20b97a0ed80e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:26:25.808 +05:30 2dde2f92-4da3-4770-8908-20b97a0ed80e INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:26:25.911 +05:30 2dde2f92-4da3-4770-8908-20b97a0ed80e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:26:25.911 +05:30 2dde2f92-4da3-4770-8908-20b97a0ed80e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 103.2084ms 2024-09-07 11:26:25.912 +05:30 2dde2f92-4da3-4770-8908-20b97a0ed80e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:26:25.912 +05:30 2dde2f92-4da3-4770-8908-20b97a0ed80e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2b1cde5d-2643-44c4-ae86-f5de1ebb85ff}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:26:25.914 +05:30 2dde2f92-4da3-4770-8908-20b97a0ed80e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 113.0197ms 2024-09-07 11:26:38.006 +05:30 5c8848eb-d4b2-4eda-ae92-9c172104dd12 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:26:38.007 +05:30 5c8848eb-d4b2-4eda-ae92-9c172104dd12 INF CORS policy execution successful. 2024-09-07 11:26:38.007 +05:30 5c8848eb-d4b2-4eda-ae92-9c172104dd12 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.5812ms 2024-09-07 11:26:38.065 +05:30 474e68a4-b98e-47b7-b8b2-56945f235501 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:26:38.065 +05:30 474e68a4-b98e-47b7-b8b2-56945f235501 INF CORS policy execution successful. 2024-09-07 11:26:38.066 +05:30 474e68a4-b98e-47b7-b8b2-56945f235501 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:26:38.066 +05:30 0aada253-c2cc-4f51-856b-3058408104df INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:26:38.066 +05:30 0aada253-c2cc-4f51-856b-3058408104df INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:26:38.084 +05:30 0aada253-c2cc-4f51-856b-3058408104df INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:26:38.084 +05:30 0aada253-c2cc-4f51-856b-3058408104df INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.8537ms 2024-09-07 11:26:38.084 +05:30 0aada253-c2cc-4f51-856b-3058408104df INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:26:38.085 +05:30 0aada253-c2cc-4f51-856b-3058408104df INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 474e68a4-b98e-47b7-b8b2-56945f235501}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:26:38.085 +05:30 0aada253-c2cc-4f51-856b-3058408104df INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 20.441ms 2024-09-07 11:26:54.993 +05:30 e595b651-d1af-41b2-89c1-5226e48fb1de INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:26:54.993 +05:30 e595b651-d1af-41b2-89c1-5226e48fb1de INF CORS policy execution successful. 2024-09-07 11:26:54.994 +05:30 e595b651-d1af-41b2-89c1-5226e48fb1de INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.2409ms 2024-09-07 11:26:55.048 +05:30 5eafd686-a2c7-4368-b938-5c8fbd39143b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:26:55.049 +05:30 5eafd686-a2c7-4368-b938-5c8fbd39143b INF CORS policy execution successful. 2024-09-07 11:26:55.049 +05:30 5eafd686-a2c7-4368-b938-5c8fbd39143b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:26:55.050 +05:30 95ae35f9-a974-44ba-80a7-cb5689c84e20 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:26:55.050 +05:30 95ae35f9-a974-44ba-80a7-cb5689c84e20 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:26:55.081 +05:30 95ae35f9-a974-44ba-80a7-cb5689c84e20 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:26:55.082 +05:30 95ae35f9-a974-44ba-80a7-cb5689c84e20 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 32.1075ms 2024-09-07 11:26:55.082 +05:30 95ae35f9-a974-44ba-80a7-cb5689c84e20 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:26:55.083 +05:30 95ae35f9-a974-44ba-80a7-cb5689c84e20 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5eafd686-a2c7-4368-b938-5c8fbd39143b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:26:55.083 +05:30 95ae35f9-a974-44ba-80a7-cb5689c84e20 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 35.2427ms 2024-09-07 11:27:13.480 +05:30 0812f47e-fca0-43ed-bf47-ba9261c85e8c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:27:13.481 +05:30 0812f47e-fca0-43ed-bf47-ba9261c85e8c INF CORS policy execution successful. 2024-09-07 11:27:13.481 +05:30 0812f47e-fca0-43ed-bf47-ba9261c85e8c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.8035ms 2024-09-07 11:27:13.539 +05:30 aec66300-a666-4cce-a837-3dfa281150ad INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:27:13.539 +05:30 aec66300-a666-4cce-a837-3dfa281150ad INF CORS policy execution successful. 2024-09-07 11:27:13.539 +05:30 aec66300-a666-4cce-a837-3dfa281150ad INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:27:13.539 +05:30 4a47d9f3-95de-414d-97b3-ddd082e5f8af INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:27:13.540 +05:30 4a47d9f3-95de-414d-97b3-ddd082e5f8af INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:27:13.554 +05:30 4a47d9f3-95de-414d-97b3-ddd082e5f8af INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:27:13.554 +05:30 4a47d9f3-95de-414d-97b3-ddd082e5f8af INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.2561ms 2024-09-07 11:27:13.554 +05:30 4a47d9f3-95de-414d-97b3-ddd082e5f8af INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:27:13.554 +05:30 4a47d9f3-95de-414d-97b3-ddd082e5f8af INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: aec66300-a666-4cce-a837-3dfa281150ad}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:27:13.554 +05:30 4a47d9f3-95de-414d-97b3-ddd082e5f8af INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.8244ms 2024-09-07 11:28:13.215 +05:30 8489060e-1977-422f-926a-bcb9297e4838 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:28:13.217 +05:30 8489060e-1977-422f-926a-bcb9297e4838 INF CORS policy execution successful. 2024-09-07 11:28:13.218 +05:30 8489060e-1977-422f-926a-bcb9297e4838 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 3.1511ms 2024-09-07 11:28:13.276 +05:30 3f7b6268-ca7c-4c33-b76a-208c7abb4f19 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:28:13.278 +05:30 3f7b6268-ca7c-4c33-b76a-208c7abb4f19 INF CORS policy execution successful. 2024-09-07 11:28:13.280 +05:30 3f7b6268-ca7c-4c33-b76a-208c7abb4f19 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:13.282 +05:30 14afc53d-4145-444b-8340-3b57dd69087f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:28:13.282 +05:30 14afc53d-4145-444b-8340-3b57dd69087f INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:13.317 +05:30 14afc53d-4145-444b-8340-3b57dd69087f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:13.318 +05:30 14afc53d-4145-444b-8340-3b57dd69087f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 35.1061ms 2024-09-07 11:28:13.318 +05:30 14afc53d-4145-444b-8340-3b57dd69087f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:28:13.318 +05:30 14afc53d-4145-444b-8340-3b57dd69087f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3f7b6268-ca7c-4c33-b76a-208c7abb4f19}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:28:13.318 +05:30 14afc53d-4145-444b-8340-3b57dd69087f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 42.0668ms 2024-09-07 11:28:13.663 +05:30 8dc62153-395d-41ef-a513-9f754bf3177f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:28:13.663 +05:30 8dc62153-395d-41ef-a513-9f754bf3177f INF CORS policy execution successful. 2024-09-07 11:28:13.663 +05:30 8dc62153-395d-41ef-a513-9f754bf3177f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.451ms 2024-09-07 11:28:13.717 +05:30 fe056435-7a3f-4cf0-8a23-9321442ba6eb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:28:13.718 +05:30 fe056435-7a3f-4cf0-8a23-9321442ba6eb INF CORS policy execution successful. 2024-09-07 11:28:13.718 +05:30 fe056435-7a3f-4cf0-8a23-9321442ba6eb INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:13.718 +05:30 8448c996-1016-4638-a399-bad5d647715a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:28:13.718 +05:30 8448c996-1016-4638-a399-bad5d647715a INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:13.721 +05:30 8448c996-1016-4638-a399-bad5d647715a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:13.721 +05:30 8448c996-1016-4638-a399-bad5d647715a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.3128ms 2024-09-07 11:28:13.722 +05:30 8448c996-1016-4638-a399-bad5d647715a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:28:13.722 +05:30 8448c996-1016-4638-a399-bad5d647715a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fe056435-7a3f-4cf0-8a23-9321442ba6eb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:28:13.722 +05:30 8448c996-1016-4638-a399-bad5d647715a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 5.2435ms 2024-09-07 11:28:16.656 +05:30 bdce29af-2d5b-4c97-97fe-0e1729a86294 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:28:16.656 +05:30 bdce29af-2d5b-4c97-97fe-0e1729a86294 INF CORS policy execution successful. 2024-09-07 11:28:16.656 +05:30 bdce29af-2d5b-4c97-97fe-0e1729a86294 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5586ms 2024-09-07 11:28:16.665 +05:30 c6f4098a-c9e3-4684-9980-82cea7b5b265 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:28:16.665 +05:30 c6f4098a-c9e3-4684-9980-82cea7b5b265 INF CORS policy execution successful. 2024-09-07 11:28:16.665 +05:30 c6f4098a-c9e3-4684-9980-82cea7b5b265 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5815ms 2024-09-07 11:28:16.700 +05:30 c798e785-48a1-4d45-91fb-69c28b575e22 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:28:16.700 +05:30 c798e785-48a1-4d45-91fb-69c28b575e22 INF CORS policy execution successful. 2024-09-07 11:28:16.701 +05:30 c798e785-48a1-4d45-91fb-69c28b575e22 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:16.701 +05:30 7b5812d6-ba81-4428-8ef3-069b2356d692 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:28:16.701 +05:30 7b5812d6-ba81-4428-8ef3-069b2356d692 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:28:16.717 +05:30 7b5812d6-ba81-4428-8ef3-069b2356d692 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:16.718 +05:30 7b5812d6-ba81-4428-8ef3-069b2356d692 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 16.5819ms 2024-09-07 11:28:16.718 +05:30 7b5812d6-ba81-4428-8ef3-069b2356d692 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:28:16.718 +05:30 7b5812d6-ba81-4428-8ef3-069b2356d692 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c798e785-48a1-4d45-91fb-69c28b575e22}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:28:16.718 +05:30 7b5812d6-ba81-4428-8ef3-069b2356d692 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 18.6248ms 2024-09-07 11:28:16.762 +05:30 3837c64b-1086-48fb-bd10-5b68d8b2791e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:28:16.763 +05:30 3837c64b-1086-48fb-bd10-5b68d8b2791e INF CORS policy execution successful. 2024-09-07 11:28:16.763 +05:30 3837c64b-1086-48fb-bd10-5b68d8b2791e INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:16.763 +05:30 5aad9e3b-0575-434f-be83-1ac753dde31d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:28:16.763 +05:30 5aad9e3b-0575-434f-be83-1ac753dde31d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:28:16.767 +05:30 5aad9e3b-0575-434f-be83-1ac753dde31d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:16.767 +05:30 5aad9e3b-0575-434f-be83-1ac753dde31d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.9587ms 2024-09-07 11:28:16.767 +05:30 5aad9e3b-0575-434f-be83-1ac753dde31d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:28:16.767 +05:30 5aad9e3b-0575-434f-be83-1ac753dde31d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3837c64b-1086-48fb-bd10-5b68d8b2791e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:28:16.768 +05:30 5aad9e3b-0575-434f-be83-1ac753dde31d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.8657ms 2024-09-07 11:28:18.337 +05:30 440a000b-c1ad-4817-8b56-851fa68964a8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:28:18.338 +05:30 440a000b-c1ad-4817-8b56-851fa68964a8 INF CORS policy execution successful. 2024-09-07 11:28:18.339 +05:30 440a000b-c1ad-4817-8b56-851fa68964a8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.6916ms 2024-09-07 11:28:18.390 +05:30 75388fb5-b8b6-4310-9432-910c370bbdda INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:28:18.391 +05:30 75388fb5-b8b6-4310-9432-910c370bbdda INF CORS policy execution successful. 2024-09-07 11:28:18.391 +05:30 75388fb5-b8b6-4310-9432-910c370bbdda INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:18.391 +05:30 bfd4ba37-1a5a-4d65-ae06-7d843e0668c3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:18.391 +05:30 bfd4ba37-1a5a-4d65-ae06-7d843e0668c3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:18.419 +05:30 bfd4ba37-1a5a-4d65-ae06-7d843e0668c3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:18.420 +05:30 bfd4ba37-1a5a-4d65-ae06-7d843e0668c3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 28.7587ms 2024-09-07 11:28:18.420 +05:30 bfd4ba37-1a5a-4d65-ae06-7d843e0668c3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:18.421 +05:30 bfd4ba37-1a5a-4d65-ae06-7d843e0668c3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 75388fb5-b8b6-4310-9432-910c370bbdda}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:28:18.422 +05:30 bfd4ba37-1a5a-4d65-ae06-7d843e0668c3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 31.7189ms 2024-09-07 11:28:18.643 +05:30 cec8d28e-2747-440a-b870-7e2ea51c2ab0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:28:18.643 +05:30 cec8d28e-2747-440a-b870-7e2ea51c2ab0 INF CORS policy execution successful. 2024-09-07 11:28:18.643 +05:30 cec8d28e-2747-440a-b870-7e2ea51c2ab0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6334ms 2024-09-07 11:28:18.702 +05:30 4b94da81-d537-46c0-b040-28183aa63253 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:28:18.702 +05:30 4b94da81-d537-46c0-b040-28183aa63253 INF CORS policy execution successful. 2024-09-07 11:28:18.703 +05:30 4b94da81-d537-46c0-b040-28183aa63253 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:18.703 +05:30 e8062d79-603e-45b3-8be8-25ba5dc6fafe INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:28:18.703 +05:30 e8062d79-603e-45b3-8be8-25ba5dc6fafe INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:28:18.714 +05:30 e8062d79-603e-45b3-8be8-25ba5dc6fafe INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:18.715 +05:30 e8062d79-603e-45b3-8be8-25ba5dc6fafe INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.9863ms 2024-09-07 11:28:18.715 +05:30 e8062d79-603e-45b3-8be8-25ba5dc6fafe INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:28:18.715 +05:30 e8062d79-603e-45b3-8be8-25ba5dc6fafe INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4b94da81-d537-46c0-b040-28183aa63253}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:28:18.716 +05:30 e8062d79-603e-45b3-8be8-25ba5dc6fafe INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 13.7738ms 2024-09-07 11:28:25.408 +05:30 40ea6e2b-8794-4acc-99d1-ce623f365906 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:28:25.409 +05:30 40ea6e2b-8794-4acc-99d1-ce623f365906 INF CORS policy execution successful. 2024-09-07 11:28:25.409 +05:30 40ea6e2b-8794-4acc-99d1-ce623f365906 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.5714ms 2024-09-07 11:28:25.455 +05:30 8563d367-9b9b-483d-8114-fa654f4a1f89 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:28:25.456 +05:30 8563d367-9b9b-483d-8114-fa654f4a1f89 INF CORS policy execution successful. 2024-09-07 11:28:25.456 +05:30 8563d367-9b9b-483d-8114-fa654f4a1f89 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:25.456 +05:30 0a86deb2-11e8-4ae4-b794-0f41b823d11f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:25.456 +05:30 0a86deb2-11e8-4ae4-b794-0f41b823d11f INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:25.474 +05:30 0a86deb2-11e8-4ae4-b794-0f41b823d11f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:25.474 +05:30 0a86deb2-11e8-4ae4-b794-0f41b823d11f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.042ms 2024-09-07 11:28:25.475 +05:30 0a86deb2-11e8-4ae4-b794-0f41b823d11f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:25.475 +05:30 0a86deb2-11e8-4ae4-b794-0f41b823d11f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8563d367-9b9b-483d-8114-fa654f4a1f89}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:28:25.475 +05:30 0a86deb2-11e8-4ae4-b794-0f41b823d11f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 20.3405ms 2024-09-07 11:28:25.739 +05:30 cdb1ae2c-ce29-4f41-aed3-2479f1cf3f32 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - null null 2024-09-07 11:28:25.739 +05:30 cdb1ae2c-ce29-4f41-aed3-2479f1cf3f32 INF CORS policy execution successful. 2024-09-07 11:28:25.740 +05:30 cdb1ae2c-ce29-4f41-aed3-2479f1cf3f32 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - 204 null null 0.9747ms 2024-09-07 11:28:25.785 +05:30 753787ef-166b-406f-b20e-7c17dedcb058 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - null null 2024-09-07 11:28:25.785 +05:30 753787ef-166b-406f-b20e-7c17dedcb058 INF CORS policy execution successful. 2024-09-07 11:28:25.785 +05:30 753787ef-166b-406f-b20e-7c17dedcb058 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ib Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:25.785 +05:30 de219e19-acee-4b2b-9284-4f8835e83693 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:25.785 +05:30 de219e19-acee-4b2b-9284-4f8835e83693 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:25.795 +05:30 de219e19-acee-4b2b-9284-4f8835e83693 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:25.795 +05:30 de219e19-acee-4b2b-9284-4f8835e83693 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 9.4362ms 2024-09-07 11:28:25.795 +05:30 de219e19-acee-4b2b-9284-4f8835e83693 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:25.795 +05:30 de219e19-acee-4b2b-9284-4f8835e83693 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 753787ef-166b-406f-b20e-7c17dedcb058}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 11:28:25.796 +05:30 de219e19-acee-4b2b-9284-4f8835e83693 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - 200 146 application/json; charset=utf-8 10.8566ms 2024-09-07 11:28:25.938 +05:30 c966fdbe-4b25-433a-9988-b441e833bbd2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ibe - null null 2024-09-07 11:28:25.939 +05:30 c966fdbe-4b25-433a-9988-b441e833bbd2 INF CORS policy execution successful. 2024-09-07 11:28:25.939 +05:30 c966fdbe-4b25-433a-9988-b441e833bbd2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ibe - 204 null null 0.7049ms 2024-09-07 11:28:25.985 +05:30 f8f695fc-bd0c-442d-8dbb-1220a56aef8e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ibe - null null 2024-09-07 11:28:25.986 +05:30 f8f695fc-bd0c-442d-8dbb-1220a56aef8e INF CORS policy execution successful. 2024-09-07 11:28:25.986 +05:30 f8f695fc-bd0c-442d-8dbb-1220a56aef8e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ibe Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:25.986 +05:30 9b9cd43d-1e02-440c-97c2-92e8c2dc967d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:25.986 +05:30 9b9cd43d-1e02-440c-97c2-92e8c2dc967d INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:26.002 +05:30 9b9cd43d-1e02-440c-97c2-92e8c2dc967d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:26.003 +05:30 9b9cd43d-1e02-440c-97c2-92e8c2dc967d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 16.3096ms 2024-09-07 11:28:26.003 +05:30 9b9cd43d-1e02-440c-97c2-92e8c2dc967d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:26.003 +05:30 9b9cd43d-1e02-440c-97c2-92e8c2dc967d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f8f695fc-bd0c-442d-8dbb-1220a56aef8e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 11:28:26.003 +05:30 9b9cd43d-1e02-440c-97c2-92e8c2dc967d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ibe - 200 146 application/json; charset=utf-8 18.1676ms 2024-09-07 11:28:28.924 +05:30 a748febe-3877-4ba0-b909-a49f71ad93ac INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - null null 2024-09-07 11:28:28.925 +05:30 a748febe-3877-4ba0-b909-a49f71ad93ac INF CORS policy execution successful. 2024-09-07 11:28:28.925 +05:30 a748febe-3877-4ba0-b909-a49f71ad93ac INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ib Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:28.926 +05:30 1870fc2f-8f23-47f8-b408-6d25377cf174 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:28.926 +05:30 1870fc2f-8f23-47f8-b408-6d25377cf174 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:28.944 +05:30 1870fc2f-8f23-47f8-b408-6d25377cf174 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:28.944 +05:30 1870fc2f-8f23-47f8-b408-6d25377cf174 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.8285ms 2024-09-07 11:28:28.944 +05:30 1870fc2f-8f23-47f8-b408-6d25377cf174 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:28.944 +05:30 1870fc2f-8f23-47f8-b408-6d25377cf174 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a748febe-3877-4ba0-b909-a49f71ad93ac}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 11:28:28.945 +05:30 1870fc2f-8f23-47f8-b408-6d25377cf174 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - 200 146 application/json; charset=utf-8 20.3264ms 2024-09-07 11:28:29.197 +05:30 32576006-01bd-499b-ae7c-45a473251243 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:28:29.197 +05:30 32576006-01bd-499b-ae7c-45a473251243 INF CORS policy execution successful. 2024-09-07 11:28:29.197 +05:30 32576006-01bd-499b-ae7c-45a473251243 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:29.198 +05:30 5a61f143-dbe7-46b3-ad51-2b5bb356255c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:29.198 +05:30 5a61f143-dbe7-46b3-ad51-2b5bb356255c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:29.216 +05:30 5a61f143-dbe7-46b3-ad51-2b5bb356255c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:29.217 +05:30 5a61f143-dbe7-46b3-ad51-2b5bb356255c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.875ms 2024-09-07 11:28:29.217 +05:30 5a61f143-dbe7-46b3-ad51-2b5bb356255c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:29.217 +05:30 5a61f143-dbe7-46b3-ad51-2b5bb356255c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 32576006-01bd-499b-ae7c-45a473251243}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:28:29.218 +05:30 5a61f143-dbe7-46b3-ad51-2b5bb356255c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 20.9942ms 2024-09-07 11:28:35.077 +05:30 235d1e21-fc9f-4ef9-9c08-b7d3644d1984 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:28:35.077 +05:30 235d1e21-fc9f-4ef9-9c08-b7d3644d1984 INF CORS policy execution successful. 2024-09-07 11:28:35.078 +05:30 235d1e21-fc9f-4ef9-9c08-b7d3644d1984 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.6702ms 2024-09-07 11:28:35.125 +05:30 d83ee6cd-15b8-4c24-88cf-1daf3f81a606 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:28:35.126 +05:30 d83ee6cd-15b8-4c24-88cf-1daf3f81a606 INF CORS policy execution successful. 2024-09-07 11:28:35.126 +05:30 d83ee6cd-15b8-4c24-88cf-1daf3f81a606 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:35.126 +05:30 62fea786-8194-4346-b7d8-5a5ed0048775 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:35.126 +05:30 62fea786-8194-4346-b7d8-5a5ed0048775 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:35.140 +05:30 62fea786-8194-4346-b7d8-5a5ed0048775 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:35.140 +05:30 62fea786-8194-4346-b7d8-5a5ed0048775 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 13.4783ms 2024-09-07 11:28:35.140 +05:30 62fea786-8194-4346-b7d8-5a5ed0048775 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:28:35.140 +05:30 62fea786-8194-4346-b7d8-5a5ed0048775 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d83ee6cd-15b8-4c24-88cf-1daf3f81a606}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:28:35.140 +05:30 62fea786-8194-4346-b7d8-5a5ed0048775 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.297ms 2024-09-07 11:28:38.971 +05:30 b23962d7-ef9b-4e5a-9d6a-45dae37a1172 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:28:38.972 +05:30 b23962d7-ef9b-4e5a-9d6a-45dae37a1172 INF CORS policy execution successful. 2024-09-07 11:28:38.972 +05:30 b23962d7-ef9b-4e5a-9d6a-45dae37a1172 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 0.5638ms 2024-09-07 11:28:38.982 +05:30 d886195d-7ff5-4dc8-88c1-a94b35fe4706 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:28:38.983 +05:30 d886195d-7ff5-4dc8-88c1-a94b35fe4706 INF CORS policy execution successful. 2024-09-07 11:28:38.983 +05:30 d886195d-7ff5-4dc8-88c1-a94b35fe4706 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.3968ms 2024-09-07 11:28:39.022 +05:30 71ed79a8-fca8-4d40-946f-4f66ac9e336e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:28:39.022 +05:30 71ed79a8-fca8-4d40-946f-4f66ac9e336e INF CORS policy execution successful. 2024-09-07 11:28:39.022 +05:30 71ed79a8-fca8-4d40-946f-4f66ac9e336e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.6854ms 2024-09-07 11:28:39.030 +05:30 8464243e-13d2-4163-837d-bafbe0b7fa00 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:28:39.030 +05:30 8464243e-13d2-4163-837d-bafbe0b7fa00 INF CORS policy execution successful. 2024-09-07 11:28:39.030 +05:30 8464243e-13d2-4163-837d-bafbe0b7fa00 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.4044ms 2024-09-07 11:28:39.034 +05:30 018c5666-66ed-48b0-9f9f-6ac44c203c53 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:28:39.035 +05:30 018c5666-66ed-48b0-9f9f-6ac44c203c53 INF CORS policy execution successful. 2024-09-07 11:28:39.035 +05:30 018c5666-66ed-48b0-9f9f-6ac44c203c53 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:39.035 +05:30 38e18871-55f4-4a7c-b2c4-1d7e1dc56530 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:28:39.035 +05:30 38e18871-55f4-4a7c-b2c4-1d7e1dc56530 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:39.040 +05:30 70bb111a-4972-474f-8854-5d2181248d3e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:28:39.040 +05:30 70bb111a-4972-474f-8854-5d2181248d3e INF CORS policy execution successful. 2024-09-07 11:28:39.041 +05:30 70bb111a-4972-474f-8854-5d2181248d3e INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:39.041 +05:30 48de49d1-195e-46ca-b1ea-405f26a871d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:28:39.041 +05:30 48de49d1-195e-46ca-b1ea-405f26a871d7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:39.065 +05:30 38e18871-55f4-4a7c-b2c4-1d7e1dc56530 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:39.065 +05:30 48de49d1-195e-46ca-b1ea-405f26a871d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:39.066 +05:30 48de49d1-195e-46ca-b1ea-405f26a871d7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 24.5509ms 2024-09-07 11:28:39.066 +05:30 38e18871-55f4-4a7c-b2c4-1d7e1dc56530 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 30.2732ms 2024-09-07 11:28:39.066 +05:30 48de49d1-195e-46ca-b1ea-405f26a871d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:28:39.066 +05:30 38e18871-55f4-4a7c-b2c4-1d7e1dc56530 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:28:39.066 +05:30 38e18871-55f4-4a7c-b2c4-1d7e1dc56530 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 018c5666-66ed-48b0-9f9f-6ac44c203c53}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 11:28:39.066 +05:30 48de49d1-195e-46ca-b1ea-405f26a871d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 70bb111a-4972-474f-8854-5d2181248d3e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:28:39.066 +05:30 48de49d1-195e-46ca-b1ea-405f26a871d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 26.3432ms 2024-09-07 11:28:39.066 +05:30 38e18871-55f4-4a7c-b2c4-1d7e1dc56530 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 32.1472ms 2024-09-07 11:28:39.070 +05:30 22f0749c-0bbf-43a4-9da6-ebe3b808bbc7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:28:39.071 +05:30 22f0749c-0bbf-43a4-9da6-ebe3b808bbc7 INF CORS policy execution successful. 2024-09-07 11:28:39.071 +05:30 22f0749c-0bbf-43a4-9da6-ebe3b808bbc7 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:39.071 +05:30 152b03fa-56bd-4ee5-80b2-963f820ebf87 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:28:39.071 +05:30 152b03fa-56bd-4ee5-80b2-963f820ebf87 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:39.079 +05:30 152b03fa-56bd-4ee5-80b2-963f820ebf87 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:39.079 +05:30 152b03fa-56bd-4ee5-80b2-963f820ebf87 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 7.485ms 2024-09-07 11:28:39.079 +05:30 681121bd-c13c-4329-bf60-eb1f987cc6f7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:28:39.079 +05:30 152b03fa-56bd-4ee5-80b2-963f820ebf87 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:28:39.079 +05:30 152b03fa-56bd-4ee5-80b2-963f820ebf87 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 22f0749c-0bbf-43a4-9da6-ebe3b808bbc7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:28:39.079 +05:30 681121bd-c13c-4329-bf60-eb1f987cc6f7 INF CORS policy execution successful. 2024-09-07 11:28:39.079 +05:30 681121bd-c13c-4329-bf60-eb1f987cc6f7 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:28:39.079 +05:30 152b03fa-56bd-4ee5-80b2-963f820ebf87 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 9.1249ms 2024-09-07 11:28:39.080 +05:30 2e6bbcd5-1986-45dd-aef3-46878804b60d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:28:39.080 +05:30 2e6bbcd5-1986-45dd-aef3-46878804b60d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:28:39.087 +05:30 2e6bbcd5-1986-45dd-aef3-46878804b60d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:28:39.087 +05:30 2e6bbcd5-1986-45dd-aef3-46878804b60d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 6.8178ms 2024-09-07 11:28:39.087 +05:30 2e6bbcd5-1986-45dd-aef3-46878804b60d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:28:39.087 +05:30 2e6bbcd5-1986-45dd-aef3-46878804b60d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 681121bd-c13c-4329-bf60-eb1f987cc6f7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:28:39.087 +05:30 2e6bbcd5-1986-45dd-aef3-46878804b60d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 8.2826ms 2024-09-07 11:30:20.559 +05:30 6ecf219d-d282-48b0-aa4d-40ce59592922 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:30:20.563 +05:30 6ecf219d-d282-48b0-aa4d-40ce59592922 INF CORS policy execution successful. 2024-09-07 11:30:20.564 +05:30 ca007aec-11a0-466c-84e8-ae284fee861d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:30:20.565 +05:30 ca007aec-11a0-466c-84e8-ae284fee861d INF CORS policy execution successful. 2024-09-07 11:30:20.565 +05:30 6ecf219d-d282-48b0-aa4d-40ce59592922 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 5.7774ms 2024-09-07 11:30:20.565 +05:30 ca007aec-11a0-466c-84e8-ae284fee861d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.1159ms 2024-09-07 11:30:20.637 +05:30 d632b294-c833-4922-bb60-f8f410960166 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:30:20.640 +05:30 d632b294-c833-4922-bb60-f8f410960166 INF CORS policy execution successful. 2024-09-07 11:30:20.641 +05:30 d632b294-c833-4922-bb60-f8f410960166 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:20.643 +05:30 22671abb-d441-4b0f-aaa3-cb166a8c6b8a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:20.644 +05:30 22671abb-d441-4b0f-aaa3-cb166a8c6b8a INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:30:20.689 +05:30 22671abb-d441-4b0f-aaa3-cb166a8c6b8a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:20.690 +05:30 22671abb-d441-4b0f-aaa3-cb166a8c6b8a INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 45.3855ms 2024-09-07 11:30:20.690 +05:30 22671abb-d441-4b0f-aaa3-cb166a8c6b8a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:20.690 +05:30 22671abb-d441-4b0f-aaa3-cb166a8c6b8a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d632b294-c833-4922-bb60-f8f410960166}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:30:20.691 +05:30 22671abb-d441-4b0f-aaa3-cb166a8c6b8a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 53.9005ms 2024-09-07 11:30:20.766 +05:30 572b03bb-8cce-4123-9998-c7bc1a49cd9d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:30:20.766 +05:30 572b03bb-8cce-4123-9998-c7bc1a49cd9d INF CORS policy execution successful. 2024-09-07 11:30:20.766 +05:30 572b03bb-8cce-4123-9998-c7bc1a49cd9d INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:20.767 +05:30 1a6e3bb2-1036-4d55-bb37-37ab0c19ecee INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:20.767 +05:30 1a6e3bb2-1036-4d55-bb37-37ab0c19ecee INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:30:20.769 +05:30 1a6e3bb2-1036-4d55-bb37-37ab0c19ecee INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:20.769 +05:30 1a6e3bb2-1036-4d55-bb37-37ab0c19ecee INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.3886ms 2024-09-07 11:30:20.769 +05:30 1a6e3bb2-1036-4d55-bb37-37ab0c19ecee INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:20.769 +05:30 1a6e3bb2-1036-4d55-bb37-37ab0c19ecee INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 572b03bb-8cce-4123-9998-c7bc1a49cd9d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:30:20.770 +05:30 1a6e3bb2-1036-4d55-bb37-37ab0c19ecee INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 3.8849ms 2024-09-07 11:30:20.814 +05:30 d191a347-9179-4c85-bf69-c6e44b104d84 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:30:20.815 +05:30 d191a347-9179-4c85-bf69-c6e44b104d84 INF CORS policy execution successful. 2024-09-07 11:30:20.815 +05:30 d191a347-9179-4c85-bf69-c6e44b104d84 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:20.815 +05:30 cc7e42c5-bf95-437c-b147-20f4b90da898 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:20.815 +05:30 cc7e42c5-bf95-437c-b147-20f4b90da898 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:30:20.817 +05:30 cc7e42c5-bf95-437c-b147-20f4b90da898 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:20.817 +05:30 cc7e42c5-bf95-437c-b147-20f4b90da898 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.0746ms 2024-09-07 11:30:20.817 +05:30 cc7e42c5-bf95-437c-b147-20f4b90da898 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:20.818 +05:30 cc7e42c5-bf95-437c-b147-20f4b90da898 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d191a347-9179-4c85-bf69-c6e44b104d84}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:30:20.818 +05:30 cc7e42c5-bf95-437c-b147-20f4b90da898 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 3.5875ms 2024-09-07 11:30:20.873 +05:30 ce714740-aa33-422e-ac48-7515a6ee6fae INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:30:20.873 +05:30 ce714740-aa33-422e-ac48-7515a6ee6fae INF CORS policy execution successful. 2024-09-07 11:30:20.874 +05:30 ce714740-aa33-422e-ac48-7515a6ee6fae INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:20.874 +05:30 c569bb9c-52c5-416d-a99c-661773be6882 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:20.874 +05:30 c569bb9c-52c5-416d-a99c-661773be6882 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:30:20.876 +05:30 c569bb9c-52c5-416d-a99c-661773be6882 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:20.877 +05:30 c569bb9c-52c5-416d-a99c-661773be6882 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.3967ms 2024-09-07 11:30:20.877 +05:30 c569bb9c-52c5-416d-a99c-661773be6882 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:20.877 +05:30 c569bb9c-52c5-416d-a99c-661773be6882 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ce714740-aa33-422e-ac48-7515a6ee6fae}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:30:20.878 +05:30 c569bb9c-52c5-416d-a99c-661773be6882 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 4.9128ms 2024-09-07 11:30:20.988 +05:30 bb17d4f9-65d2-41de-bc3c-b3070450ecb5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:30:20.988 +05:30 bb17d4f9-65d2-41de-bc3c-b3070450ecb5 INF CORS policy execution successful. 2024-09-07 11:30:20.988 +05:30 bb17d4f9-65d2-41de-bc3c-b3070450ecb5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.5552ms 2024-09-07 11:30:20.996 +05:30 e94ed9d7-5916-4af0-92cd-152e321ef8dd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:30:20.996 +05:30 e94ed9d7-5916-4af0-92cd-152e321ef8dd INF CORS policy execution successful. 2024-09-07 11:30:20.996 +05:30 0629b6cc-eb2f-4e0f-a028-4e2a5c5e7dd8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:30:20.997 +05:30 0629b6cc-eb2f-4e0f-a028-4e2a5c5e7dd8 INF CORS policy execution successful. 2024-09-07 11:30:20.997 +05:30 e94ed9d7-5916-4af0-92cd-152e321ef8dd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 1.1589ms 2024-09-07 11:30:20.997 +05:30 0629b6cc-eb2f-4e0f-a028-4e2a5c5e7dd8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.7714ms 2024-09-07 11:30:20.998 +05:30 32264518-6176-467d-90cf-fc1f128f8537 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:30:20.998 +05:30 32264518-6176-467d-90cf-fc1f128f8537 INF CORS policy execution successful. 2024-09-07 11:30:20.998 +05:30 32264518-6176-467d-90cf-fc1f128f8537 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.2813ms 2024-09-07 11:30:21.035 +05:30 db93c13c-5d97-4290-b01a-a3510554d053 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:30:21.036 +05:30 db93c13c-5d97-4290-b01a-a3510554d053 INF CORS policy execution successful. 2024-09-07 11:30:21.036 +05:30 db93c13c-5d97-4290-b01a-a3510554d053 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.5846ms 2024-09-07 11:30:21.051 +05:30 572d9b98-92b1-4a71-9ed0-e021464442c6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:30:21.056 +05:30 1f9d92f8-11bb-474e-a660-1c2f8e1ec87b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:30:21.057 +05:30 1f9d92f8-11bb-474e-a660-1c2f8e1ec87b INF CORS policy execution successful. 2024-09-07 11:30:21.057 +05:30 572d9b98-92b1-4a71-9ed0-e021464442c6 INF CORS policy execution successful. 2024-09-07 11:30:21.057 +05:30 1f9d92f8-11bb-474e-a660-1c2f8e1ec87b INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.057 +05:30 572d9b98-92b1-4a71-9ed0-e021464442c6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 6.1247ms 2024-09-07 11:30:21.057 +05:30 18242b32-3983-4025-ba73-06f2c1c5d9bb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.057 +05:30 619714b7-6aa0-43a4-b3df-7e5e1b65babc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:30:21.058 +05:30 18242b32-3983-4025-ba73-06f2c1c5d9bb INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.058 +05:30 8df4da19-136f-4d9f-b719-e4c8c81efe2d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:30:21.058 +05:30 619714b7-6aa0-43a4-b3df-7e5e1b65babc INF CORS policy execution successful. 2024-09-07 11:30:21.058 +05:30 8df4da19-136f-4d9f-b719-e4c8c81efe2d INF CORS policy execution successful. 2024-09-07 11:30:21.058 +05:30 619714b7-6aa0-43a4-b3df-7e5e1b65babc INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.058 +05:30 8df4da19-136f-4d9f-b719-e4c8c81efe2d INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.059 +05:30 c0def17a-524c-4566-bce8-9a2271b446a5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.059 +05:30 177dbb14-23ff-4e9b-8f31-2f8abf15fc1c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.059 +05:30 c0def17a-524c-4566-bce8-9a2271b446a5 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.059 +05:30 177dbb14-23ff-4e9b-8f31-2f8abf15fc1c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.070 +05:30 4b313fe6-039b-4fbb-8c1d-74a98d2040cd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:30:21.070 +05:30 4b313fe6-039b-4fbb-8c1d-74a98d2040cd INF CORS policy execution successful. 2024-09-07 11:30:21.071 +05:30 4b313fe6-039b-4fbb-8c1d-74a98d2040cd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.474ms 2024-09-07 11:30:21.073 +05:30 177dbb14-23ff-4e9b-8f31-2f8abf15fc1c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.073 +05:30 177dbb14-23ff-4e9b-8f31-2f8abf15fc1c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 14.385ms 2024-09-07 11:30:21.073 +05:30 177dbb14-23ff-4e9b-8f31-2f8abf15fc1c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.074 +05:30 177dbb14-23ff-4e9b-8f31-2f8abf15fc1c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 619714b7-6aa0-43a4-b3df-7e5e1b65babc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:30:21.074 +05:30 177dbb14-23ff-4e9b-8f31-2f8abf15fc1c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 16.5318ms 2024-09-07 11:30:21.093 +05:30 c0def17a-524c-4566-bce8-9a2271b446a5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.094 +05:30 c0def17a-524c-4566-bce8-9a2271b446a5 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 35.1048ms 2024-09-07 11:30:21.094 +05:30 c0def17a-524c-4566-bce8-9a2271b446a5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.095 +05:30 c0def17a-524c-4566-bce8-9a2271b446a5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8df4da19-136f-4d9f-b719-e4c8c81efe2d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:30:21.096 +05:30 c0def17a-524c-4566-bce8-9a2271b446a5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 37.7032ms 2024-09-07 11:30:21.105 +05:30 18242b32-3983-4025-ba73-06f2c1c5d9bb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.105 +05:30 18242b32-3983-4025-ba73-06f2c1c5d9bb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 47.6263ms 2024-09-07 11:30:21.105 +05:30 18242b32-3983-4025-ba73-06f2c1c5d9bb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.106 +05:30 18242b32-3983-4025-ba73-06f2c1c5d9bb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1f9d92f8-11bb-474e-a660-1c2f8e1ec87b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:30:21.106 +05:30 18242b32-3983-4025-ba73-06f2c1c5d9bb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 50.0332ms 2024-09-07 11:30:21.129 +05:30 8b76c2e8-9389-4894-9a08-c44788eb5b33 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:30:21.129 +05:30 4f84b055-b234-4404-a93b-da59c8e73304 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:30:21.130 +05:30 8b76c2e8-9389-4894-9a08-c44788eb5b33 INF CORS policy execution successful. 2024-09-07 11:30:21.130 +05:30 4f84b055-b234-4404-a93b-da59c8e73304 INF CORS policy execution successful. 2024-09-07 11:30:21.130 +05:30 8b76c2e8-9389-4894-9a08-c44788eb5b33 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.130 +05:30 4f84b055-b234-4404-a93b-da59c8e73304 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.130 +05:30 785791a1-23a6-4d77-92d8-f27fd90bfec4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.130 +05:30 9f3b8c70-7427-4051-9213-b1ff83513349 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.130 +05:30 785791a1-23a6-4d77-92d8-f27fd90bfec4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.130 +05:30 9f3b8c70-7427-4051-9213-b1ff83513349 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.134 +05:30 785791a1-23a6-4d77-92d8-f27fd90bfec4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.134 +05:30 785791a1-23a6-4d77-92d8-f27fd90bfec4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.5287ms 2024-09-07 11:30:21.134 +05:30 785791a1-23a6-4d77-92d8-f27fd90bfec4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.134 +05:30 785791a1-23a6-4d77-92d8-f27fd90bfec4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8b76c2e8-9389-4894-9a08-c44788eb5b33}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:30:21.134 +05:30 785791a1-23a6-4d77-92d8-f27fd90bfec4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 4.9707ms 2024-09-07 11:30:21.184 +05:30 3a9e131d-4da0-4219-9928-ef5bb005a424 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:30:21.184 +05:30 3a9e131d-4da0-4219-9928-ef5bb005a424 INF CORS policy execution successful. 2024-09-07 11:30:21.184 +05:30 3a9e131d-4da0-4219-9928-ef5bb005a424 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.185 +05:30 b67913d6-d9e8-47e7-878f-a7fb35eed912 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.185 +05:30 b67913d6-d9e8-47e7-878f-a7fb35eed912 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.216 +05:30 9d1cbee5-2321-4f54-a977-aa4a8b000583 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:30:21.217 +05:30 9d1cbee5-2321-4f54-a977-aa4a8b000583 INF CORS policy execution successful. 2024-09-07 11:30:21.217 +05:30 b67913d6-d9e8-47e7-878f-a7fb35eed912 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.217 +05:30 9d1cbee5-2321-4f54-a977-aa4a8b000583 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.218 +05:30 1f642af8-80c2-4942-a540-c3e97f7c3c30 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.218 +05:30 1f642af8-80c2-4942-a540-c3e97f7c3c30 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.218 +05:30 b67913d6-d9e8-47e7-878f-a7fb35eed912 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 32.9496ms 2024-09-07 11:30:21.218 +05:30 b67913d6-d9e8-47e7-878f-a7fb35eed912 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.219 +05:30 b67913d6-d9e8-47e7-878f-a7fb35eed912 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3a9e131d-4da0-4219-9928-ef5bb005a424}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:30:21.219 +05:30 b67913d6-d9e8-47e7-878f-a7fb35eed912 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 35.6157ms 2024-09-07 11:30:21.221 +05:30 1f642af8-80c2-4942-a540-c3e97f7c3c30 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.222 +05:30 1f642af8-80c2-4942-a540-c3e97f7c3c30 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.6972ms 2024-09-07 11:30:21.222 +05:30 1f642af8-80c2-4942-a540-c3e97f7c3c30 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.222 +05:30 1f642af8-80c2-4942-a540-c3e97f7c3c30 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9d1cbee5-2321-4f54-a977-aa4a8b000583}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:30:21.222 +05:30 1f642af8-80c2-4942-a540-c3e97f7c3c30 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 6.2693ms 2024-09-07 11:30:21.236 +05:30 9f3b8c70-7427-4051-9213-b1ff83513349 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.236 +05:30 9f3b8c70-7427-4051-9213-b1ff83513349 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 106.1832ms 2024-09-07 11:30:21.237 +05:30 9f3b8c70-7427-4051-9213-b1ff83513349 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.237 +05:30 9f3b8c70-7427-4051-9213-b1ff83513349 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4f84b055-b234-4404-a93b-da59c8e73304}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 11:30:21.237 +05:30 9f3b8c70-7427-4051-9213-b1ff83513349 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 107.7361ms 2024-09-07 11:30:21.774 +05:30 102d729d-fe64-40fa-9e3d-ec8a0f59838f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:30:21.774 +05:30 a552d8d4-2d4f-4397-8c7e-a893a1cce3da INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:30:21.775 +05:30 102d729d-fe64-40fa-9e3d-ec8a0f59838f INF CORS policy execution successful. 2024-09-07 11:30:21.775 +05:30 a552d8d4-2d4f-4397-8c7e-a893a1cce3da INF CORS policy execution successful. 2024-09-07 11:30:21.775 +05:30 102d729d-fe64-40fa-9e3d-ec8a0f59838f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5943ms 2024-09-07 11:30:21.775 +05:30 a552d8d4-2d4f-4397-8c7e-a893a1cce3da INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.6201ms 2024-09-07 11:30:21.827 +05:30 a2f71e89-3449-4e54-b0cd-2ce22eaa2cc5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:30:21.828 +05:30 a2f71e89-3449-4e54-b0cd-2ce22eaa2cc5 INF CORS policy execution successful. 2024-09-07 11:30:21.828 +05:30 a2f71e89-3449-4e54-b0cd-2ce22eaa2cc5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.828 +05:30 c172bde5-1da2-455b-a968-d06e3955ee64 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.829 +05:30 c172bde5-1da2-455b-a968-d06e3955ee64 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.833 +05:30 96120773-b8e8-48d4-a6f1-a9a9f2d332c6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:30:21.834 +05:30 96120773-b8e8-48d4-a6f1-a9a9f2d332c6 INF CORS policy execution successful. 2024-09-07 11:30:21.834 +05:30 96120773-b8e8-48d4-a6f1-a9a9f2d332c6 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:30:21.834 +05:30 c172bde5-1da2-455b-a968-d06e3955ee64 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.834 +05:30 b2ccbdd2-bf1f-46e5-bfdb-00854e20e743 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.834 +05:30 c172bde5-1da2-455b-a968-d06e3955ee64 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 5.8069ms 2024-09-07 11:30:21.835 +05:30 c172bde5-1da2-455b-a968-d06e3955ee64 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.834 +05:30 b2ccbdd2-bf1f-46e5-bfdb-00854e20e743 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:30:21.835 +05:30 c172bde5-1da2-455b-a968-d06e3955ee64 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a2f71e89-3449-4e54-b0cd-2ce22eaa2cc5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 11:30:21.835 +05:30 c172bde5-1da2-455b-a968-d06e3955ee64 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 8.0588ms 2024-09-07 11:30:21.838 +05:30 b2ccbdd2-bf1f-46e5-bfdb-00854e20e743 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:30:21.838 +05:30 b2ccbdd2-bf1f-46e5-bfdb-00854e20e743 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.1874ms 2024-09-07 11:30:21.838 +05:30 b2ccbdd2-bf1f-46e5-bfdb-00854e20e743 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:30:21.838 +05:30 b2ccbdd2-bf1f-46e5-bfdb-00854e20e743 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 96120773-b8e8-48d4-a6f1-a9a9f2d332c6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:30:21.838 +05:30 b2ccbdd2-bf1f-46e5-bfdb-00854e20e743 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 5.2074ms 2024-09-07 11:40:54.232 +05:30 INF Application is shutting down... 2024-09-07 11:43:02.454 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-07 11:43:02.521 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-07 11:43:02.587 +05:30 INF Creating key {1e3156fa-743d-41c9-a5a7-8ea48e924a7f} with creation date 2024-09-07 06:13:02Z, activation date 2024-09-07 06:13:02Z, and expiration date 2024-12-06 06:13:02Z. 2024-09-07 11:43:02.601 +05:30 WRN No XML encryptor configured. Key {1e3156fa-743d-41c9-a5a7-8ea48e924a7f} may be persisted to storage in unencrypted form. 2024-09-07 11:43:02.792 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-07 11:43:02.793 +05:30 INF Hosting environment: Production 2024-09-07 11:43:02.793 +05:30 INF Content root path: C:\inetpub\wwwroot\SangCoreSettingsAPI 2024-09-07 11:43:02.808 +05:30 5311dcb4-68b2-4288-b3f6-9d2956d7c715 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:43:02.808 +05:30 da32ce62-c1bd-4c2d-90ca-d8468311b7b6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:43:02.808 +05:30 8d07f9ec-6b88-4da9-9b36-86ecbd0008ab INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:43:02.808 +05:30 fe45aaa6-0286-495d-887b-4491dcdcffe5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:43:02.872 +05:30 fe45aaa6-0286-495d-887b-4491dcdcffe5 INF CORS policy execution successful. 2024-09-07 11:43:02.872 +05:30 8d07f9ec-6b88-4da9-9b36-86ecbd0008ab INF CORS policy execution successful. 2024-09-07 11:43:02.872 +05:30 5311dcb4-68b2-4288-b3f6-9d2956d7c715 INF CORS policy execution successful. 2024-09-07 11:43:02.872 +05:30 da32ce62-c1bd-4c2d-90ca-d8468311b7b6 INF CORS policy execution successful. 2024-09-07 11:43:02.880 +05:30 8d07f9ec-6b88-4da9-9b36-86ecbd0008ab INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 73.9183ms 2024-09-07 11:43:02.880 +05:30 da32ce62-c1bd-4c2d-90ca-d8468311b7b6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 73.9167ms 2024-09-07 11:43:02.880 +05:30 fe45aaa6-0286-495d-887b-4491dcdcffe5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 73.9273ms 2024-09-07 11:43:02.880 +05:30 5311dcb4-68b2-4288-b3f6-9d2956d7c715 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 73.9173ms 2024-09-07 11:43:02.928 +05:30 d167de97-f9c5-4752-a669-41d08678ad82 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:43:02.930 +05:30 b1a8fc39-c7c0-4d40-8933-d715f971d0c2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:43:03.049 +05:30 b1a8fc39-c7c0-4d40-8933-d715f971d0c2 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:03:56 AM', Current time (UTC): '9/7/2024 6:13:03 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:43:03.049 +05:30 d167de97-f9c5-4752-a669-41d08678ad82 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:03:56 AM', Current time (UTC): '9/7/2024 6:13:03 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:43:03.059 +05:30 d167de97-f9c5-4752-a669-41d08678ad82 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:03:56 AM', Current time (UTC): '9/7/2024 6:13:03 AM'. 2024-09-07 11:43:03.059 +05:30 b1a8fc39-c7c0-4d40-8933-d715f971d0c2 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:03:56 AM', Current time (UTC): '9/7/2024 6:13:03 AM'. 2024-09-07 11:43:03.060 +05:30 d167de97-f9c5-4752-a669-41d08678ad82 INF CORS policy execution successful. 2024-09-07 11:43:03.060 +05:30 b1a8fc39-c7c0-4d40-8933-d715f971d0c2 INF CORS policy execution successful. 2024-09-07 11:43:03.079 +05:30 b1a8fc39-c7c0-4d40-8933-d715f971d0c2 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:03.079 +05:30 d167de97-f9c5-4752-a669-41d08678ad82 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:03.109 +05:30 60b514f3-e1b4-412c-a6de-3c7cc57486e4 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:43:03.109 +05:30 5976a0ca-a566-4161-9775-a9221e35c721 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:43:03.115 +05:30 5976a0ca-a566-4161-9775-a9221e35c721 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:43:03.115 +05:30 60b514f3-e1b4-412c-a6de-3c7cc57486e4 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:43:03.115 +05:30 60b514f3-e1b4-412c-a6de-3c7cc57486e4 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: b1a8fc39-c7c0-4d40-8933-d715f971d0c2}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:03:56'"} Body: 2024-09-07 11:43:03.116 +05:30 5976a0ca-a566-4161-9775-a9221e35c721 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: d167de97-f9c5-4752-a669-41d08678ad82}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:03:56'"} Body: 2024-09-07 11:43:03.121 +05:30 60b514f3-e1b4-412c-a6de-3c7cc57486e4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 401 null null 190.8168ms 2024-09-07 11:43:03.121 +05:30 5976a0ca-a566-4161-9775-a9221e35c721 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 401 null null 192.3796ms 2024-09-07 11:43:03.163 +05:30 167c8c0a-cd23-468b-a29d-af568235b6fc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:43:03.164 +05:30 167c8c0a-cd23-468b-a29d-af568235b6fc INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:03:56 AM', Current time (UTC): '9/7/2024 6:13:03 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:43:03.164 +05:30 167c8c0a-cd23-468b-a29d-af568235b6fc INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:03:56 AM', Current time (UTC): '9/7/2024 6:13:03 AM'. 2024-09-07 11:43:03.165 +05:30 167c8c0a-cd23-468b-a29d-af568235b6fc INF CORS policy execution successful. 2024-09-07 11:43:03.165 +05:30 167c8c0a-cd23-468b-a29d-af568235b6fc INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:03.166 +05:30 44e9ee94-bdd7-4f27-ba26-bd713b39ae8a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:43:03.166 +05:30 44e9ee94-bdd7-4f27-ba26-bd713b39ae8a INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:03:56 AM', Current time (UTC): '9/7/2024 6:13:03 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:43:03.167 +05:30 44e9ee94-bdd7-4f27-ba26-bd713b39ae8a INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:03:56 AM', Current time (UTC): '9/7/2024 6:13:03 AM'. 2024-09-07 11:43:03.167 +05:30 44e9ee94-bdd7-4f27-ba26-bd713b39ae8a INF CORS policy execution successful. 2024-09-07 11:43:03.167 +05:30 44e9ee94-bdd7-4f27-ba26-bd713b39ae8a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODg0MzYsImV4cCI6MTcyNTY4OTAzNiwiaWF0IjoxNzI1Njg4NDM2fQ.sGGPi_y4MiCLmlrP09hzZD3pAZPWVdA_IIQh4SZ70dI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:03.171 +05:30 7ff3d3d1-f460-4ddb-aaaf-1619c56df0fb INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:43:03.171 +05:30 538808dc-cd12-45f5-87e2-5527545e1e22 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:43:03.171 +05:30 538808dc-cd12-45f5-87e2-5527545e1e22 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:43:03.171 +05:30 7ff3d3d1-f460-4ddb-aaaf-1619c56df0fb INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:43:03.171 +05:30 538808dc-cd12-45f5-87e2-5527545e1e22 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 167c8c0a-cd23-468b-a29d-af568235b6fc}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:03:56'"} Body: 2024-09-07 11:43:03.171 +05:30 7ff3d3d1-f460-4ddb-aaaf-1619c56df0fb INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 44e9ee94-bdd7-4f27-ba26-bd713b39ae8a}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:03:56'"} Body: 2024-09-07 11:43:03.172 +05:30 7ff3d3d1-f460-4ddb-aaaf-1619c56df0fb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 401 null null 5.9051ms 2024-09-07 11:43:03.172 +05:30 538808dc-cd12-45f5-87e2-5527545e1e22 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 401 null null 8.942ms 2024-09-07 11:43:07.698 +05:30 14ad43ef-bd5f-4186-beeb-da0b5af420c9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:43:07.699 +05:30 14ad43ef-bd5f-4186-beeb-da0b5af420c9 INF CORS policy execution successful. 2024-09-07 11:43:07.700 +05:30 14ad43ef-bd5f-4186-beeb-da0b5af420c9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 2.1658ms 2024-09-07 11:43:07.751 +05:30 d9c1be87-84e8-430d-b7f3-9fb710b88c3b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:43:07.775 +05:30 d9c1be87-84e8-430d-b7f3-9fb710b88c3b INF CORS policy execution successful. 2024-09-07 11:43:07.776 +05:30 d9c1be87-84e8-430d-b7f3-9fb710b88c3b INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:07.781 +05:30 7f249c79-a6b9-455d-89bc-076671026ce0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:07.812 +05:30 7f249c79-a6b9-455d-89bc-076671026ce0 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:43:08.146 +05:30 7f249c79-a6b9-455d-89bc-076671026ce0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:08.225 +05:30 7f249c79-a6b9-455d-89bc-076671026ce0 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 406.4734ms 2024-09-07 11:43:08.226 +05:30 7f249c79-a6b9-455d-89bc-076671026ce0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.227 +05:30 7f249c79-a6b9-455d-89bc-076671026ce0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d9c1be87-84e8-430d-b7f3-9fb710b88c3b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:43:08.230 +05:30 7f249c79-a6b9-455d-89bc-076671026ce0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 479.0217ms 2024-09-07 11:43:08.320 +05:30 21e9fa41-e384-4dc3-bf22-37bb176a7d8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 11:43:08.321 +05:30 21e9fa41-e384-4dc3-bf22-37bb176a7d8e INF CORS policy execution successful. 2024-09-07 11:43:08.322 +05:30 21e9fa41-e384-4dc3-bf22-37bb176a7d8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 1.5444ms 2024-09-07 11:43:08.325 +05:30 34b6b08c-623c-403d-a267-72f05e3bbca0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 11:43:08.325 +05:30 b9dab1b6-b03f-4069-b83e-38bd2b0144be INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 11:43:08.325 +05:30 b9dab1b6-b03f-4069-b83e-38bd2b0144be INF CORS policy execution successful. 2024-09-07 11:43:08.325 +05:30 34b6b08c-623c-403d-a267-72f05e3bbca0 INF CORS policy execution successful. 2024-09-07 11:43:08.326 +05:30 34b6b08c-623c-403d-a267-72f05e3bbca0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 1.1013ms 2024-09-07 11:43:08.326 +05:30 b9dab1b6-b03f-4069-b83e-38bd2b0144be INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 1.0797ms 2024-09-07 11:43:08.369 +05:30 84f8d266-8203-4ae9-ad38-b6734d2497e0 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 11:43:08.369 +05:30 3d9f4f32-f949-431d-af0f-ab657143f174 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 11:43:08.369 +05:30 47fdc828-0c6f-4e29-bfe4-2b3312e37e84 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 11:43:08.371 +05:30 3d9f4f32-f949-431d-af0f-ab657143f174 INF CORS policy execution successful. 2024-09-07 11:43:08.371 +05:30 84f8d266-8203-4ae9-ad38-b6734d2497e0 INF CORS policy execution successful. 2024-09-07 11:43:08.371 +05:30 47fdc828-0c6f-4e29-bfe4-2b3312e37e84 INF CORS policy execution successful. 2024-09-07 11:43:08.371 +05:30 84f8d266-8203-4ae9-ad38-b6734d2497e0 INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:08.372 +05:30 3d9f4f32-f949-431d-af0f-ab657143f174 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:08.372 +05:30 47fdc828-0c6f-4e29-bfe4-2b3312e37e84 INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:08.374 +05:30 4f3a4223-6588-41ff-9960-3b7065b7f871 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.374 +05:30 f5314aa7-83b2-4470-8cb7-92129b5393e0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.374 +05:30 b36aff44-eccb-497b-8b84-f9d19ea84f9d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.386 +05:30 b36aff44-eccb-497b-8b84-f9d19ea84f9d INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:43:08.386 +05:30 f5314aa7-83b2-4470-8cb7-92129b5393e0 INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:43:08.387 +05:30 4f3a4223-6588-41ff-9960-3b7065b7f871 INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:43:08.416 +05:30 a48550f8-f66d-48b3-96df-7b4a408cd812 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:43:08.417 +05:30 a48550f8-f66d-48b3-96df-7b4a408cd812 INF CORS policy execution successful. 2024-09-07 11:43:08.417 +05:30 a48550f8-f66d-48b3-96df-7b4a408cd812 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.2982ms 2024-09-07 11:43:08.446 +05:30 f5314aa7-83b2-4470-8cb7-92129b5393e0 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:08.453 +05:30 4f3a4223-6588-41ff-9960-3b7065b7f871 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:08.459 +05:30 6c9f3d01-3cbc-4ead-8842-4f371e5edb0a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:43:08.460 +05:30 6c9f3d01-3cbc-4ead-8842-4f371e5edb0a INF CORS policy execution successful. 2024-09-07 11:43:08.461 +05:30 6c9f3d01-3cbc-4ead-8842-4f371e5edb0a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 1.4667ms 2024-09-07 11:43:08.461 +05:30 b36aff44-eccb-497b-8b84-f9d19ea84f9d INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:08.464 +05:30 a542d08d-68b6-48b4-8552-f92199808b83 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:43:08.465 +05:30 a542d08d-68b6-48b4-8552-f92199808b83 INF CORS policy execution successful. 2024-09-07 11:43:08.465 +05:30 a542d08d-68b6-48b4-8552-f92199808b83 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.1066ms 2024-09-07 11:43:08.473 +05:30 f5314aa7-83b2-4470-8cb7-92129b5393e0 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 86.4057ms 2024-09-07 11:43:08.473 +05:30 4f3a4223-6588-41ff-9960-3b7065b7f871 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 86.2347ms 2024-09-07 11:43:08.473 +05:30 b36aff44-eccb-497b-8b84-f9d19ea84f9d INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 86.5034ms 2024-09-07 11:43:08.474 +05:30 f5314aa7-83b2-4470-8cb7-92129b5393e0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.474 +05:30 4f3a4223-6588-41ff-9960-3b7065b7f871 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.474 +05:30 b36aff44-eccb-497b-8b84-f9d19ea84f9d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.474 +05:30 f5314aa7-83b2-4470-8cb7-92129b5393e0 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 3d9f4f32-f949-431d-af0f-ab657143f174}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 11:43:08.474 +05:30 4f3a4223-6588-41ff-9960-3b7065b7f871 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 84f8d266-8203-4ae9-ad38-b6734d2497e0}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 11:43:08.474 +05:30 b36aff44-eccb-497b-8b84-f9d19ea84f9d INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 47fdc828-0c6f-4e29-bfe4-2b3312e37e84}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 11:43:08.475 +05:30 b36aff44-eccb-497b-8b84-f9d19ea84f9d INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 105.8155ms 2024-09-07 11:43:08.475 +05:30 4f3a4223-6588-41ff-9960-3b7065b7f871 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 105.8484ms 2024-09-07 11:43:08.475 +05:30 f5314aa7-83b2-4470-8cb7-92129b5393e0 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 105.7962ms 2024-09-07 11:43:08.475 +05:30 fc208cc2-8962-4cef-8578-392fac17f2dc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:43:08.476 +05:30 fc208cc2-8962-4cef-8578-392fac17f2dc INF CORS policy execution successful. 2024-09-07 11:43:08.476 +05:30 fc208cc2-8962-4cef-8578-392fac17f2dc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.8346ms 2024-09-07 11:43:08.509 +05:30 cbbb1217-23e2-4449-9978-f80740b55b14 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:43:08.512 +05:30 cbbb1217-23e2-4449-9978-f80740b55b14 INF CORS policy execution successful. 2024-09-07 11:43:08.514 +05:30 cbbb1217-23e2-4449-9978-f80740b55b14 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:08.516 +05:30 b6ae74c4-7c66-4483-bb2b-3a73e5495e6a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.518 +05:30 0a72328d-228e-4b80-98c1-d66c10aba423 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:43:08.520 +05:30 0a72328d-228e-4b80-98c1-d66c10aba423 INF CORS policy execution successful. 2024-09-07 11:43:08.521 +05:30 0a72328d-228e-4b80-98c1-d66c10aba423 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:08.521 +05:30 c261bdd3-7320-4278-b6f7-eaf60eef489b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.527 +05:30 b6ae74c4-7c66-4483-bb2b-3a73e5495e6a INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:43:08.528 +05:30 c261bdd3-7320-4278-b6f7-eaf60eef489b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:43:08.575 +05:30 c261bdd3-7320-4278-b6f7-eaf60eef489b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:08.576 +05:30 c261bdd3-7320-4278-b6f7-eaf60eef489b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 47.9454ms 2024-09-07 11:43:08.576 +05:30 c261bdd3-7320-4278-b6f7-eaf60eef489b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.576 +05:30 c261bdd3-7320-4278-b6f7-eaf60eef489b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0a72328d-228e-4b80-98c1-d66c10aba423}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:43:08.577 +05:30 c261bdd3-7320-4278-b6f7-eaf60eef489b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 58.6412ms 2024-09-07 11:43:08.610 +05:30 b6ae74c4-7c66-4483-bb2b-3a73e5495e6a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:08.626 +05:30 b6ae74c4-7c66-4483-bb2b-3a73e5495e6a INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 98.7109ms 2024-09-07 11:43:08.627 +05:30 b6ae74c4-7c66-4483-bb2b-3a73e5495e6a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.628 +05:30 b6ae74c4-7c66-4483-bb2b-3a73e5495e6a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cbbb1217-23e2-4449-9978-f80740b55b14}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:43:08.631 +05:30 b6ae74c4-7c66-4483-bb2b-3a73e5495e6a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 122.079ms 2024-09-07 11:43:08.631 +05:30 d25c911c-b5f0-4508-8878-1a94def3c612 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:43:08.633 +05:30 d25c911c-b5f0-4508-8878-1a94def3c612 INF CORS policy execution successful. 2024-09-07 11:43:08.634 +05:30 d25c911c-b5f0-4508-8878-1a94def3c612 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:08.635 +05:30 696da0fa-a183-4bee-bc2b-bdeb9a7115a4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.635 +05:30 696da0fa-a183-4bee-bc2b-bdeb9a7115a4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:43:08.643 +05:30 696da0fa-a183-4bee-bc2b-bdeb9a7115a4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:08.644 +05:30 696da0fa-a183-4bee-bc2b-bdeb9a7115a4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.4973ms 2024-09-07 11:43:08.644 +05:30 696da0fa-a183-4bee-bc2b-bdeb9a7115a4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.644 +05:30 696da0fa-a183-4bee-bc2b-bdeb9a7115a4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d25c911c-b5f0-4508-8878-1a94def3c612}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:43:08.645 +05:30 696da0fa-a183-4bee-bc2b-bdeb9a7115a4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 13.899ms 2024-09-07 11:43:08.675 +05:30 e4ef7fea-3462-45c0-9f60-83199e9a390d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:43:08.676 +05:30 e4ef7fea-3462-45c0-9f60-83199e9a390d INF CORS policy execution successful. 2024-09-07 11:43:08.677 +05:30 e4ef7fea-3462-45c0-9f60-83199e9a390d INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:08.679 +05:30 a231c323-ace7-4863-a508-3935d564dbaf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.679 +05:30 a231c323-ace7-4863-a508-3935d564dbaf INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:43:08.692 +05:30 a231c323-ace7-4863-a508-3935d564dbaf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:08.693 +05:30 a231c323-ace7-4863-a508-3935d564dbaf INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 13.7768ms 2024-09-07 11:43:08.694 +05:30 a231c323-ace7-4863-a508-3935d564dbaf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:08.695 +05:30 a231c323-ace7-4863-a508-3935d564dbaf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e4ef7fea-3462-45c0-9f60-83199e9a390d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:43:08.697 +05:30 a231c323-ace7-4863-a508-3935d564dbaf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 21.6468ms 2024-09-07 11:43:12.084 +05:30 4704d804-6527-411f-85cd-65f22f9e8a16 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:43:12.084 +05:30 6dfa397c-039b-49e7-8ced-7df7b1794219 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:43:12.085 +05:30 4704d804-6527-411f-85cd-65f22f9e8a16 INF CORS policy execution successful. 2024-09-07 11:43:12.085 +05:30 6dfa397c-039b-49e7-8ced-7df7b1794219 INF CORS policy execution successful. 2024-09-07 11:43:12.086 +05:30 6dfa397c-039b-49e7-8ced-7df7b1794219 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 1.4342ms 2024-09-07 11:43:12.086 +05:30 4704d804-6527-411f-85cd-65f22f9e8a16 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 1.4353ms 2024-09-07 11:43:12.127 +05:30 002e39f0-704d-4a18-bb03-6cfd38d6e8f7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:43:12.128 +05:30 002e39f0-704d-4a18-bb03-6cfd38d6e8f7 INF CORS policy execution successful. 2024-09-07 11:43:12.129 +05:30 002e39f0-704d-4a18-bb03-6cfd38d6e8f7 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:12.129 +05:30 73eb2f71-5c87-4293-99df-b3a5139510a0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.131 +05:30 bb13e0e5-9267-4416-85b0-7df2648d2ad8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:43:12.131 +05:30 bb13e0e5-9267-4416-85b0-7df2648d2ad8 INF CORS policy execution successful. 2024-09-07 11:43:12.132 +05:30 bb13e0e5-9267-4416-85b0-7df2648d2ad8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.6029ms 2024-09-07 11:43:12.136 +05:30 73eb2f71-5c87-4293-99df-b3a5139510a0 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:12.173 +05:30 73eb2f71-5c87-4293-99df-b3a5139510a0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:12.174 +05:30 73eb2f71-5c87-4293-99df-b3a5139510a0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 37.6913ms 2024-09-07 11:43:12.174 +05:30 73eb2f71-5c87-4293-99df-b3a5139510a0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.175 +05:30 73eb2f71-5c87-4293-99df-b3a5139510a0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 002e39f0-704d-4a18-bb03-6cfd38d6e8f7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:43:12.176 +05:30 73eb2f71-5c87-4293-99df-b3a5139510a0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 49.1074ms 2024-09-07 11:43:12.176 +05:30 19aae291-652e-4e26-8ffd-77560dec9fd8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:43:12.177 +05:30 19aae291-652e-4e26-8ffd-77560dec9fd8 INF CORS policy execution successful. 2024-09-07 11:43:12.178 +05:30 19aae291-652e-4e26-8ffd-77560dec9fd8 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:12.178 +05:30 bb23e1cc-6cd7-487b-bff9-6cb7051eabf6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.183 +05:30 bb23e1cc-6cd7-487b-bff9-6cb7051eabf6 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 11:43:12.215 +05:30 b3948fe4-a8e8-467a-b7c0-b4e2bf3b0cf3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:43:12.216 +05:30 b3948fe4-a8e8-467a-b7c0-b4e2bf3b0cf3 INF CORS policy execution successful. 2024-09-07 11:43:12.217 +05:30 b3948fe4-a8e8-467a-b7c0-b4e2bf3b0cf3 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:12.217 +05:30 17b60aea-5e62-4fe9-b52c-3e4f65433667 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.217 +05:30 17b60aea-5e62-4fe9-b52c-3e4f65433667 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:12.231 +05:30 17b60aea-5e62-4fe9-b52c-3e4f65433667 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:12.232 +05:30 17b60aea-5e62-4fe9-b52c-3e4f65433667 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.6214ms 2024-09-07 11:43:12.233 +05:30 17b60aea-5e62-4fe9-b52c-3e4f65433667 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.233 +05:30 17b60aea-5e62-4fe9-b52c-3e4f65433667 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b3948fe4-a8e8-467a-b7c0-b4e2bf3b0cf3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:43:12.234 +05:30 17b60aea-5e62-4fe9-b52c-3e4f65433667 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 19.1542ms 2024-09-07 11:43:12.309 +05:30 bb23e1cc-6cd7-487b-bff9-6cb7051eabf6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:12.309 +05:30 bb23e1cc-6cd7-487b-bff9-6cb7051eabf6 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 126.2193ms 2024-09-07 11:43:12.310 +05:30 bb23e1cc-6cd7-487b-bff9-6cb7051eabf6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.310 +05:30 bb23e1cc-6cd7-487b-bff9-6cb7051eabf6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 19aae291-652e-4e26-8ffd-77560dec9fd8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 11:43:12.311 +05:30 bb23e1cc-6cd7-487b-bff9-6cb7051eabf6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 134.6891ms 2024-09-07 11:43:12.406 +05:30 91908d88-ca93-4c1b-949d-798f8c2a09cd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:43:12.407 +05:30 91908d88-ca93-4c1b-949d-798f8c2a09cd INF CORS policy execution successful. 2024-09-07 11:43:12.407 +05:30 91908d88-ca93-4c1b-949d-798f8c2a09cd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.0864ms 2024-09-07 11:43:12.457 +05:30 b3abc255-2085-410e-a2e4-941fef09d10b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:43:12.458 +05:30 b3abc255-2085-410e-a2e4-941fef09d10b INF CORS policy execution successful. 2024-09-07 11:43:12.458 +05:30 b3abc255-2085-410e-a2e4-941fef09d10b INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:12.459 +05:30 6f045062-0d81-47fe-9f92-b2379e99fe32 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.459 +05:30 6f045062-0d81-47fe-9f92-b2379e99fe32 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:12.473 +05:30 6f045062-0d81-47fe-9f92-b2379e99fe32 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:12.473 +05:30 6f045062-0d81-47fe-9f92-b2379e99fe32 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.1506ms 2024-09-07 11:43:12.474 +05:30 6f045062-0d81-47fe-9f92-b2379e99fe32 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.474 +05:30 6f045062-0d81-47fe-9f92-b2379e99fe32 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b3abc255-2085-410e-a2e4-941fef09d10b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:43:12.475 +05:30 6f045062-0d81-47fe-9f92-b2379e99fe32 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 18.212ms 2024-09-07 11:43:12.607 +05:30 d6546e7c-4990-4bcb-bb21-f128771a4d13 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:43:12.608 +05:30 d6546e7c-4990-4bcb-bb21-f128771a4d13 INF CORS policy execution successful. 2024-09-07 11:43:12.609 +05:30 d6546e7c-4990-4bcb-bb21-f128771a4d13 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 2.2499ms 2024-09-07 11:43:12.653 +05:30 28249ca1-6ef4-4aee-a339-3d31c2359d79 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:43:12.654 +05:30 28249ca1-6ef4-4aee-a339-3d31c2359d79 INF CORS policy execution successful. 2024-09-07 11:43:12.655 +05:30 28249ca1-6ef4-4aee-a339-3d31c2359d79 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:12.655 +05:30 afa1d6ec-7228-4afb-b447-5e889aee74c4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.655 +05:30 afa1d6ec-7228-4afb-b447-5e889aee74c4 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:12.661 +05:30 afa1d6ec-7228-4afb-b447-5e889aee74c4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:12.661 +05:30 afa1d6ec-7228-4afb-b447-5e889aee74c4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 6.0232ms 2024-09-07 11:43:12.661 +05:30 afa1d6ec-7228-4afb-b447-5e889aee74c4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:12.662 +05:30 afa1d6ec-7228-4afb-b447-5e889aee74c4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 28249ca1-6ef4-4aee-a339-3d31c2359d79}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 11:43:12.662 +05:30 afa1d6ec-7228-4afb-b447-5e889aee74c4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 9.3907ms 2024-09-07 11:43:14.189 +05:30 d22d82d9-7da6-491f-b9ca-6a3501297347 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:43:14.189 +05:30 d22d82d9-7da6-491f-b9ca-6a3501297347 INF CORS policy execution successful. 2024-09-07 11:43:14.190 +05:30 d22d82d9-7da6-491f-b9ca-6a3501297347 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 1.1067ms 2024-09-07 11:43:14.191 +05:30 b5140a10-fa62-49e4-84aa-fb56ede0a189 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:43:14.191 +05:30 b5140a10-fa62-49e4-84aa-fb56ede0a189 INF CORS policy execution successful. 2024-09-07 11:43:14.191 +05:30 b5140a10-fa62-49e4-84aa-fb56ede0a189 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 0.4076ms 2024-09-07 11:43:14.239 +05:30 d88faa45-1785-42f7-b7cd-761455c473c8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:43:14.240 +05:30 d88faa45-1785-42f7-b7cd-761455c473c8 INF CORS policy execution successful. 2024-09-07 11:43:14.240 +05:30 d88faa45-1785-42f7-b7cd-761455c473c8 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:14.241 +05:30 2b80bc37-de57-4f0c-ac0b-3ff64ad5e4f4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.246 +05:30 2b80bc37-de57-4f0c-ac0b-3ff64ad5e4f4 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:14.284 +05:30 2b80bc37-de57-4f0c-ac0b-3ff64ad5e4f4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:14.286 +05:30 2b80bc37-de57-4f0c-ac0b-3ff64ad5e4f4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 38.8879ms 2024-09-07 11:43:14.286 +05:30 2b80bc37-de57-4f0c-ac0b-3ff64ad5e4f4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.286 +05:30 2b80bc37-de57-4f0c-ac0b-3ff64ad5e4f4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d88faa45-1785-42f7-b7cd-761455c473c8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2333} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":75,\"Name\":\"layout1\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":true,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":75,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"NAME\",\"Alignment\":1,\"Width\":100,\"Order\":1,\"Visible\":true,\"Sortable\":true,\"Filterable\":true,\"Resizable\":true,\"Format\":\"nil\",\"ToolTip\":\"name caption\",\"CustomClass\":\"nil\",\"DefaultValue\":\"bil\",\"Default\":true},{\"iId\":75,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":100,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"CODE \",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":true,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"Group\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"Parent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"Created By\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"Modified By\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:43:14.287 +05:30 2b80bc37-de57-4f0c-ac0b-3ff64ad5e4f4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 200 2333 application/json; charset=utf-8 48.269ms 2024-09-07 11:43:14.332 +05:30 4ec6c30a-0929-4eef-a9b2-8d828e9d3e1d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:43:14.333 +05:30 4ec6c30a-0929-4eef-a9b2-8d828e9d3e1d INF CORS policy execution successful. 2024-09-07 11:43:14.334 +05:30 4ec6c30a-0929-4eef-a9b2-8d828e9d3e1d INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:14.334 +05:30 ecf63448-f7ab-49fd-8262-e99b0846c4e5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.334 +05:30 ecf63448-f7ab-49fd-8262-e99b0846c4e5 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:14.339 +05:30 ecf63448-f7ab-49fd-8262-e99b0846c4e5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:14.340 +05:30 ecf63448-f7ab-49fd-8262-e99b0846c4e5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 5.6859ms 2024-09-07 11:43:14.340 +05:30 ecf63448-f7ab-49fd-8262-e99b0846c4e5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.340 +05:30 ecf63448-f7ab-49fd-8262-e99b0846c4e5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4ec6c30a-0929-4eef-a9b2-8d828e9d3e1d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2333} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":75,\"Name\":\"layout1\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":true,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":75,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"NAME\",\"Alignment\":1,\"Width\":100,\"Order\":1,\"Visible\":true,\"Sortable\":true,\"Filterable\":true,\"Resizable\":true,\"Format\":\"nil\",\"ToolTip\":\"name caption\",\"CustomClass\":\"nil\",\"DefaultValue\":\"bil\",\"Default\":true},{\"iId\":75,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":100,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"CODE \",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":true,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"Group\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"Parent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"Created By\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"Modified By\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:43:14.341 +05:30 ecf63448-f7ab-49fd-8262-e99b0846c4e5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 200 2333 application/json; charset=utf-8 9.0075ms 2024-09-07 11:43:14.494 +05:30 7f22eeb3-e088-469c-9931-c2910e91837e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:43:14.495 +05:30 7f22eeb3-e088-469c-9931-c2910e91837e INF CORS policy execution successful. 2024-09-07 11:43:14.496 +05:30 7f22eeb3-e088-469c-9931-c2910e91837e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.1488ms 2024-09-07 11:43:14.541 +05:30 8c44297c-a2bf-4bd9-815b-9b3f8e1220cb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:43:14.543 +05:30 8c44297c-a2bf-4bd9-815b-9b3f8e1220cb INF CORS policy execution successful. 2024-09-07 11:43:14.544 +05:30 8c44297c-a2bf-4bd9-815b-9b3f8e1220cb INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:14.545 +05:30 0261513d-264d-4b4c-8ffb-45ca4486440c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.554 +05:30 0261513d-264d-4b4c-8ffb-45ca4486440c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:14.580 +05:30 0261513d-264d-4b4c-8ffb-45ca4486440c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:14.580 +05:30 0261513d-264d-4b4c-8ffb-45ca4486440c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 26.0939ms 2024-09-07 11:43:14.581 +05:30 0261513d-264d-4b4c-8ffb-45ca4486440c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.581 +05:30 0261513d-264d-4b4c-8ffb-45ca4486440c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8c44297c-a2bf-4bd9-815b-9b3f8e1220cb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:43:14.581 +05:30 0261513d-264d-4b4c-8ffb-45ca4486440c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 40.2697ms 2024-09-07 11:43:14.656 +05:30 ed82b5d9-e166-4022-b30e-16abacadebd3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:43:14.657 +05:30 ed82b5d9-e166-4022-b30e-16abacadebd3 INF CORS policy execution successful. 2024-09-07 11:43:14.657 +05:30 ed82b5d9-e166-4022-b30e-16abacadebd3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.922ms 2024-09-07 11:43:14.661 +05:30 8fa1fc39-f1f0-4ac4-87a9-2edf1d921e0d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:43:14.661 +05:30 8fa1fc39-f1f0-4ac4-87a9-2edf1d921e0d INF CORS policy execution successful. 2024-09-07 11:43:14.661 +05:30 8fa1fc39-f1f0-4ac4-87a9-2edf1d921e0d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.805ms 2024-09-07 11:43:14.696 +05:30 079268f1-c2d3-49a6-8645-0ce0a4200154 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:43:14.698 +05:30 079268f1-c2d3-49a6-8645-0ce0a4200154 INF CORS policy execution successful. 2024-09-07 11:43:14.699 +05:30 079268f1-c2d3-49a6-8645-0ce0a4200154 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:14.699 +05:30 0aaea1f8-369a-4804-aab1-577ab1c70029 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.700 +05:30 0aaea1f8-369a-4804-aab1-577ab1c70029 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:43:14.706 +05:30 0aaea1f8-369a-4804-aab1-577ab1c70029 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:14.707 +05:30 0aaea1f8-369a-4804-aab1-577ab1c70029 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.771ms 2024-09-07 11:43:14.707 +05:30 0aaea1f8-369a-4804-aab1-577ab1c70029 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.707 +05:30 0aaea1f8-369a-4804-aab1-577ab1c70029 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 079268f1-c2d3-49a6-8645-0ce0a4200154}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:43:14.708 +05:30 0aaea1f8-369a-4804-aab1-577ab1c70029 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.3207ms 2024-09-07 11:43:14.747 +05:30 184e2553-d7fd-4f33-b408-6fbe204fa553 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:43:14.748 +05:30 184e2553-d7fd-4f33-b408-6fbe204fa553 INF CORS policy execution successful. 2024-09-07 11:43:14.748 +05:30 184e2553-d7fd-4f33-b408-6fbe204fa553 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:14.749 +05:30 9cfdcf9f-6be0-4503-899a-57611de29ff9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.749 +05:30 9cfdcf9f-6be0-4503-899a-57611de29ff9 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:43:14.754 +05:30 9cfdcf9f-6be0-4503-899a-57611de29ff9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:14.755 +05:30 9cfdcf9f-6be0-4503-899a-57611de29ff9 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.3839ms 2024-09-07 11:43:14.756 +05:30 9cfdcf9f-6be0-4503-899a-57611de29ff9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:14.756 +05:30 9cfdcf9f-6be0-4503-899a-57611de29ff9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 184e2553-d7fd-4f33-b408-6fbe204fa553}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:43:14.757 +05:30 9cfdcf9f-6be0-4503-899a-57611de29ff9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 10.2497ms 2024-09-07 11:43:15.121 +05:30 655b818b-99b7-4713-aea7-a3755f74bc0e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:43:15.122 +05:30 655b818b-99b7-4713-aea7-a3755f74bc0e INF CORS policy execution successful. 2024-09-07 11:43:15.123 +05:30 655b818b-99b7-4713-aea7-a3755f74bc0e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.7429ms 2024-09-07 11:43:15.164 +05:30 f21d8724-a0d7-495b-816e-2f26c8b75e6c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:43:15.165 +05:30 f21d8724-a0d7-495b-816e-2f26c8b75e6c INF CORS policy execution successful. 2024-09-07 11:43:15.166 +05:30 f21d8724-a0d7-495b-816e-2f26c8b75e6c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:15.166 +05:30 525ff811-badc-4d64-9db7-c1b7f819d7a9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:15.167 +05:30 525ff811-badc-4d64-9db7-c1b7f819d7a9 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:43:15.173 +05:30 525ff811-badc-4d64-9db7-c1b7f819d7a9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:15.173 +05:30 525ff811-badc-4d64-9db7-c1b7f819d7a9 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.6021ms 2024-09-07 11:43:15.173 +05:30 525ff811-badc-4d64-9db7-c1b7f819d7a9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:43:15.174 +05:30 525ff811-badc-4d64-9db7-c1b7f819d7a9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f21d8724-a0d7-495b-816e-2f26c8b75e6c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:43:15.174 +05:30 525ff811-badc-4d64-9db7-c1b7f819d7a9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 10.8236ms 2024-09-07 11:43:23.915 +05:30 79648b26-beca-4e86-af7f-7a3fd1d3d193 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:43:23.916 +05:30 79648b26-beca-4e86-af7f-7a3fd1d3d193 INF CORS policy execution successful. 2024-09-07 11:43:23.916 +05:30 79648b26-beca-4e86-af7f-7a3fd1d3d193 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.7829ms 2024-09-07 11:43:23.956 +05:30 224d2070-c831-4817-b7ff-8aa74859311a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:43:23.957 +05:30 224d2070-c831-4817-b7ff-8aa74859311a INF CORS policy execution successful. 2024-09-07 11:43:23.957 +05:30 224d2070-c831-4817-b7ff-8aa74859311a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:23.958 +05:30 f0fb80b2-c066-45bb-933d-cb3a8db9f2f6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:23.958 +05:30 f0fb80b2-c066-45bb-933d-cb3a8db9f2f6 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:23.964 +05:30 f0fb80b2-c066-45bb-933d-cb3a8db9f2f6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:23.964 +05:30 f0fb80b2-c066-45bb-933d-cb3a8db9f2f6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 6.231ms 2024-09-07 11:43:23.964 +05:30 f0fb80b2-c066-45bb-933d-cb3a8db9f2f6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:23.965 +05:30 f0fb80b2-c066-45bb-933d-cb3a8db9f2f6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 224d2070-c831-4817-b7ff-8aa74859311a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:43:23.965 +05:30 f0fb80b2-c066-45bb-933d-cb3a8db9f2f6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 9.4842ms 2024-09-07 11:43:24.584 +05:30 34d7c662-79cc-4260-8e10-639dd01b6eab INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:43:24.585 +05:30 34d7c662-79cc-4260-8e10-639dd01b6eab INF CORS policy execution successful. 2024-09-07 11:43:24.585 +05:30 34d7c662-79cc-4260-8e10-639dd01b6eab INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.9535ms 2024-09-07 11:43:24.629 +05:30 c022950d-9a48-460c-8c17-369205b77962 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:43:24.630 +05:30 c022950d-9a48-460c-8c17-369205b77962 INF CORS policy execution successful. 2024-09-07 11:43:24.630 +05:30 c022950d-9a48-460c-8c17-369205b77962 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:43:24.631 +05:30 17aee100-595d-4fdf-951e-88c26d28363f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:24.631 +05:30 17aee100-595d-4fdf-951e-88c26d28363f INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:43:24.636 +05:30 17aee100-595d-4fdf-951e-88c26d28363f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:43:24.637 +05:30 17aee100-595d-4fdf-951e-88c26d28363f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 5.7711ms 2024-09-07 11:43:24.637 +05:30 17aee100-595d-4fdf-951e-88c26d28363f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:43:24.637 +05:30 17aee100-595d-4fdf-951e-88c26d28363f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c022950d-9a48-460c-8c17-369205b77962}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:43:24.638 +05:30 17aee100-595d-4fdf-951e-88c26d28363f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 9.3217ms 2024-09-07 11:46:03.425 +05:30 e648a916-a0e9-4193-8e13-ba97146738c7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:46:03.425 +05:30 450ddcad-2b9b-4457-99fc-c37cbf415707 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:46:03.428 +05:30 450ddcad-2b9b-4457-99fc-c37cbf415707 INF CORS policy execution successful. 2024-09-07 11:46:03.428 +05:30 e648a916-a0e9-4193-8e13-ba97146738c7 INF CORS policy execution successful. 2024-09-07 11:46:03.430 +05:30 e648a916-a0e9-4193-8e13-ba97146738c7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 5.6772ms 2024-09-07 11:46:03.430 +05:30 450ddcad-2b9b-4457-99fc-c37cbf415707 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 5.672ms 2024-09-07 11:46:03.480 +05:30 eefe8f66-54f4-41de-bfbf-8f85f0624b0a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:46:03.485 +05:30 eefe8f66-54f4-41de-bfbf-8f85f0624b0a INF CORS policy execution successful. 2024-09-07 11:46:03.487 +05:30 eefe8f66-54f4-41de-bfbf-8f85f0624b0a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:03.489 +05:30 2314f873-7a4d-4b32-81dd-f3342db107bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:46:03.491 +05:30 2314f873-7a4d-4b32-81dd-f3342db107bc INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:46:03.502 +05:30 2314f873-7a4d-4b32-81dd-f3342db107bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:03.504 +05:30 2314f873-7a4d-4b32-81dd-f3342db107bc INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 12.9939ms 2024-09-07 11:46:03.504 +05:30 2314f873-7a4d-4b32-81dd-f3342db107bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:46:03.504 +05:30 2314f873-7a4d-4b32-81dd-f3342db107bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: eefe8f66-54f4-41de-bfbf-8f85f0624b0a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:46:03.505 +05:30 2314f873-7a4d-4b32-81dd-f3342db107bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 24.5423ms 2024-09-07 11:46:03.556 +05:30 8b17c8be-7bb6-42c9-9a6a-bdbc16d9a99c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:46:03.558 +05:30 8b17c8be-7bb6-42c9-9a6a-bdbc16d9a99c INF CORS policy execution successful. 2024-09-07 11:46:03.559 +05:30 8b17c8be-7bb6-42c9-9a6a-bdbc16d9a99c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:03.560 +05:30 82e4439d-96cb-4769-b113-daaeebc97e08 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:46:03.560 +05:30 82e4439d-96cb-4769-b113-daaeebc97e08 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:46:03.563 +05:30 82e4439d-96cb-4769-b113-daaeebc97e08 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:03.564 +05:30 82e4439d-96cb-4769-b113-daaeebc97e08 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.7756ms 2024-09-07 11:46:03.564 +05:30 82e4439d-96cb-4769-b113-daaeebc97e08 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:46:03.564 +05:30 82e4439d-96cb-4769-b113-daaeebc97e08 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8b17c8be-7bb6-42c9-9a6a-bdbc16d9a99c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:46:03.565 +05:30 82e4439d-96cb-4769-b113-daaeebc97e08 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 8.9275ms 2024-09-07 11:46:06.170 +05:30 298d17c6-302f-4a0c-a270-a90c0821fe4b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:46:06.171 +05:30 298d17c6-302f-4a0c-a270-a90c0821fe4b INF CORS policy execution successful. 2024-09-07 11:46:06.172 +05:30 298d17c6-302f-4a0c-a270-a90c0821fe4b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.602ms 2024-09-07 11:46:06.229 +05:30 b377a821-2abf-4ca8-a737-2258f04237c0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:46:06.230 +05:30 b377a821-2abf-4ca8-a737-2258f04237c0 INF CORS policy execution successful. 2024-09-07 11:46:06.230 +05:30 b377a821-2abf-4ca8-a737-2258f04237c0 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:06.231 +05:30 016215cb-a2c1-46ae-ab88-d12398fb31a8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:06.231 +05:30 016215cb-a2c1-46ae-ab88-d12398fb31a8 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:06.245 +05:30 016215cb-a2c1-46ae-ab88-d12398fb31a8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:06.245 +05:30 016215cb-a2c1-46ae-ab88-d12398fb31a8 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.1118ms 2024-09-07 11:46:06.245 +05:30 016215cb-a2c1-46ae-ab88-d12398fb31a8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:06.246 +05:30 016215cb-a2c1-46ae-ab88-d12398fb31a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b377a821-2abf-4ca8-a737-2258f04237c0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:46:06.246 +05:30 016215cb-a2c1-46ae-ab88-d12398fb31a8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 17.5093ms 2024-09-07 11:46:06.471 +05:30 3753abcf-4eca-45ee-8e60-e1c98f24b688 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:46:06.472 +05:30 3753abcf-4eca-45ee-8e60-e1c98f24b688 INF CORS policy execution successful. 2024-09-07 11:46:06.473 +05:30 3753abcf-4eca-45ee-8e60-e1c98f24b688 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.7709ms 2024-09-07 11:46:06.522 +05:30 c603ab25-317c-4fe4-bad7-2bc2872ff573 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:46:06.522 +05:30 c603ab25-317c-4fe4-bad7-2bc2872ff573 INF CORS policy execution successful. 2024-09-07 11:46:06.523 +05:30 c603ab25-317c-4fe4-bad7-2bc2872ff573 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:06.523 +05:30 56f4ee77-7fe4-4c45-a914-c704e4d7868b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:46:06.523 +05:30 56f4ee77-7fe4-4c45-a914-c704e4d7868b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:46:06.531 +05:30 56f4ee77-7fe4-4c45-a914-c704e4d7868b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:06.532 +05:30 56f4ee77-7fe4-4c45-a914-c704e4d7868b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.0962ms 2024-09-07 11:46:06.532 +05:30 56f4ee77-7fe4-4c45-a914-c704e4d7868b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:46:06.533 +05:30 56f4ee77-7fe4-4c45-a914-c704e4d7868b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c603ab25-317c-4fe4-bad7-2bc2872ff573}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:46:06.534 +05:30 56f4ee77-7fe4-4c45-a914-c704e4d7868b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 12.1389ms 2024-09-07 11:46:13.873 +05:30 b2383d0b-de7b-4643-bac0-9c4bf7c1cabb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:46:13.873 +05:30 b2383d0b-de7b-4643-bac0-9c4bf7c1cabb INF CORS policy execution successful. 2024-09-07 11:46:13.874 +05:30 b2383d0b-de7b-4643-bac0-9c4bf7c1cabb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 1.2609ms 2024-09-07 11:46:13.930 +05:30 391ddf39-f4a1-4d73-a55e-c6c14827dd95 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:46:13.931 +05:30 391ddf39-f4a1-4d73-a55e-c6c14827dd95 INF CORS policy execution successful. 2024-09-07 11:46:13.931 +05:30 391ddf39-f4a1-4d73-a55e-c6c14827dd95 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:13.932 +05:30 d7d077f7-5c78-4c8c-b126-00e114a0276b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:13.932 +05:30 d7d077f7-5c78-4c8c-b126-00e114a0276b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:13.939 +05:30 d7d077f7-5c78-4c8c-b126-00e114a0276b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:13.939 +05:30 d7d077f7-5c78-4c8c-b126-00e114a0276b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.9247ms 2024-09-07 11:46:13.939 +05:30 d7d077f7-5c78-4c8c-b126-00e114a0276b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:13.940 +05:30 d7d077f7-5c78-4c8c-b126-00e114a0276b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 391ddf39-f4a1-4d73-a55e-c6c14827dd95}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:46:13.940 +05:30 d7d077f7-5c78-4c8c-b126-00e114a0276b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 10.3345ms 2024-09-07 11:46:14.254 +05:30 97879169-8c2d-4f18-b1b5-f035ed54b754 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - null null 2024-09-07 11:46:14.255 +05:30 97879169-8c2d-4f18-b1b5-f035ed54b754 INF CORS policy execution successful. 2024-09-07 11:46:14.256 +05:30 97879169-8c2d-4f18-b1b5-f035ed54b754 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - 204 null null 1.9305ms 2024-09-07 11:46:14.313 +05:30 6855538c-1c5c-4119-ba05-af67f5ab794e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - null null 2024-09-07 11:46:14.316 +05:30 6855538c-1c5c-4119-ba05-af67f5ab794e INF CORS policy execution successful. 2024-09-07 11:46:14.317 +05:30 6855538c-1c5c-4119-ba05-af67f5ab794e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ib Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:14.318 +05:30 bf9c2175-b2c2-4825-9b20-6af36b534496 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:14.319 +05:30 bf9c2175-b2c2-4825-9b20-6af36b534496 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:14.337 +05:30 bf9c2175-b2c2-4825-9b20-6af36b534496 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:14.338 +05:30 bf9c2175-b2c2-4825-9b20-6af36b534496 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 19.0487ms 2024-09-07 11:46:14.338 +05:30 bf9c2175-b2c2-4825-9b20-6af36b534496 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:14.339 +05:30 bf9c2175-b2c2-4825-9b20-6af36b534496 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6855538c-1c5c-4119-ba05-af67f5ab794e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 11:46:14.341 +05:30 bf9c2175-b2c2-4825-9b20-6af36b534496 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - 200 146 application/json; charset=utf-8 27.4935ms 2024-09-07 11:46:18.744 +05:30 429c2dc5-7760-41a0-832f-64ce013dadce INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:46:18.746 +05:30 429c2dc5-7760-41a0-832f-64ce013dadce INF CORS policy execution successful. 2024-09-07 11:46:18.747 +05:30 429c2dc5-7760-41a0-832f-64ce013dadce INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:18.748 +05:30 6042a7f4-ce31-4a23-821a-27e3bdb14cbd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:18.749 +05:30 6042a7f4-ce31-4a23-821a-27e3bdb14cbd INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:18.758 +05:30 6042a7f4-ce31-4a23-821a-27e3bdb14cbd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:18.759 +05:30 6042a7f4-ce31-4a23-821a-27e3bdb14cbd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 10.3903ms 2024-09-07 11:46:18.759 +05:30 6042a7f4-ce31-4a23-821a-27e3bdb14cbd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:18.760 +05:30 6042a7f4-ce31-4a23-821a-27e3bdb14cbd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 429c2dc5-7760-41a0-832f-64ce013dadce}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:46:18.761 +05:30 6042a7f4-ce31-4a23-821a-27e3bdb14cbd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 17.1169ms 2024-09-07 11:46:18.939 +05:30 054a402f-e6d7-46f6-bfff-6e22c74cab9b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:46:18.939 +05:30 054a402f-e6d7-46f6-bfff-6e22c74cab9b INF CORS policy execution successful. 2024-09-07 11:46:18.940 +05:30 054a402f-e6d7-46f6-bfff-6e22c74cab9b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.2988ms 2024-09-07 11:46:18.991 +05:30 fda9556e-85d0-4d48-a2ae-29c478ff4433 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:46:18.991 +05:30 fda9556e-85d0-4d48-a2ae-29c478ff4433 INF CORS policy execution successful. 2024-09-07 11:46:18.992 +05:30 fda9556e-85d0-4d48-a2ae-29c478ff4433 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:18.992 +05:30 f2cbed80-de41-406f-a475-a66e6e5b498a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:18.992 +05:30 f2cbed80-de41-406f-a475-a66e6e5b498a INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:18.997 +05:30 f2cbed80-de41-406f-a475-a66e6e5b498a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:18.997 +05:30 f2cbed80-de41-406f-a475-a66e6e5b498a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.9039ms 2024-09-07 11:46:18.997 +05:30 f2cbed80-de41-406f-a475-a66e6e5b498a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:46:18.997 +05:30 f2cbed80-de41-406f-a475-a66e6e5b498a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fda9556e-85d0-4d48-a2ae-29c478ff4433}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:46:18.998 +05:30 f2cbed80-de41-406f-a475-a66e6e5b498a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 6.9776ms 2024-09-07 11:46:20.284 +05:30 0a85c967-2a06-4d83-9a3c-eced049e6942 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.284 +05:30 0a85c967-2a06-4d83-9a3c-eced049e6942 INF CORS policy execution successful. 2024-09-07 11:46:20.285 +05:30 0a85c967-2a06-4d83-9a3c-eced049e6942 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 1.3313ms 2024-09-07 11:46:20.286 +05:30 13cef7a8-6866-42a7-bf4d-7b94c1ae80c2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.286 +05:30 13cef7a8-6866-42a7-bf4d-7b94c1ae80c2 INF CORS policy execution successful. 2024-09-07 11:46:20.287 +05:30 13cef7a8-6866-42a7-bf4d-7b94c1ae80c2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.5015ms 2024-09-07 11:46:20.337 +05:30 e428648c-6014-407d-af09-47b68193d00a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.337 +05:30 e428648c-6014-407d-af09-47b68193d00a INF CORS policy execution successful. 2024-09-07 11:46:20.337 +05:30 e428648c-6014-407d-af09-47b68193d00a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.6353ms 2024-09-07 11:46:20.343 +05:30 cf5f579d-6f8e-41f7-9e60-27c7ff4deb38 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.343 +05:30 cf5f579d-6f8e-41f7-9e60-27c7ff4deb38 INF CORS policy execution successful. 2024-09-07 11:46:20.343 +05:30 cf5f579d-6f8e-41f7-9e60-27c7ff4deb38 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.4086ms 2024-09-07 11:46:20.349 +05:30 58216855-6383-440e-87df-bec1975db97f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.350 +05:30 58216855-6383-440e-87df-bec1975db97f INF CORS policy execution successful. 2024-09-07 11:46:20.350 +05:30 58216855-6383-440e-87df-bec1975db97f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.4221ms 2024-09-07 11:46:20.358 +05:30 8a02457f-f89a-4631-b8a5-0fe50c51eb56 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.358 +05:30 8a02457f-f89a-4631-b8a5-0fe50c51eb56 INF CORS policy execution successful. 2024-09-07 11:46:20.358 +05:30 8a02457f-f89a-4631-b8a5-0fe50c51eb56 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.6177ms 2024-09-07 11:46:20.358 +05:30 2b8828e6-469c-47eb-a9cd-617a4aed6778 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.359 +05:30 2b8828e6-469c-47eb-a9cd-617a4aed6778 INF CORS policy execution successful. 2024-09-07 11:46:20.359 +05:30 2b8828e6-469c-47eb-a9cd-617a4aed6778 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.3086ms 2024-09-07 11:46:20.362 +05:30 a7982ef0-bcdb-41b5-9a80-00a94f2462ed INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.362 +05:30 a7982ef0-bcdb-41b5-9a80-00a94f2462ed INF CORS policy execution successful. 2024-09-07 11:46:20.363 +05:30 a7982ef0-bcdb-41b5-9a80-00a94f2462ed INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.3825ms 2024-09-07 11:46:20.385 +05:30 aa13c54f-e94e-4b05-9033-abefaea9346c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.385 +05:30 aa13c54f-e94e-4b05-9033-abefaea9346c INF CORS policy execution successful. 2024-09-07 11:46:20.386 +05:30 aa13c54f-e94e-4b05-9033-abefaea9346c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.807ms 2024-09-07 11:46:20.389 +05:30 100e0a22-e274-4d24-b433-36dd7abeba08 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.389 +05:30 100e0a22-e274-4d24-b433-36dd7abeba08 INF CORS policy execution successful. 2024-09-07 11:46:20.390 +05:30 100e0a22-e274-4d24-b433-36dd7abeba08 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 0.4904ms 2024-09-07 11:46:20.396 +05:30 c9c7a6c4-e266-49ef-822d-aa69c518abdc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.396 +05:30 c9c7a6c4-e266-49ef-822d-aa69c518abdc INF CORS policy execution successful. 2024-09-07 11:46:20.396 +05:30 c9c7a6c4-e266-49ef-822d-aa69c518abdc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 0.4119ms 2024-09-07 11:46:20.405 +05:30 bf8346bd-0c28-4c93-9c67-b45cd49e80a3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.406 +05:30 0ea9ad61-4708-4348-9070-cbca554cd917 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.406 +05:30 bf8346bd-0c28-4c93-9c67-b45cd49e80a3 INF CORS policy execution successful. 2024-09-07 11:46:20.407 +05:30 0ea9ad61-4708-4348-9070-cbca554cd917 INF CORS policy execution successful. 2024-09-07 11:46:20.407 +05:30 bf8346bd-0c28-4c93-9c67-b45cd49e80a3 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.407 +05:30 0ea9ad61-4708-4348-9070-cbca554cd917 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.408 +05:30 7d53c357-616b-4909-9b87-bf2fec877045 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.408 +05:30 6b06ec7f-e353-498b-b000-7737ad8f10e3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.418 +05:30 2e71c009-f2f0-4fe3-9611-698dcaa4154a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.419 +05:30 2e71c009-f2f0-4fe3-9611-698dcaa4154a INF CORS policy execution successful. 2024-09-07 11:46:20.419 +05:30 2e71c009-f2f0-4fe3-9611-698dcaa4154a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.419 +05:30 7d53c357-616b-4909-9b87-bf2fec877045 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.419 +05:30 6b06ec7f-e353-498b-b000-7737ad8f10e3 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.419 +05:30 8f2859f4-2d3a-40a2-bc8b-043d4a2f0e09 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.419 +05:30 8f2859f4-2d3a-40a2-bc8b-043d4a2f0e09 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.433 +05:30 d26bcee8-b068-4eb4-bba7-8956846a86c3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.433 +05:30 d26bcee8-b068-4eb4-bba7-8956846a86c3 INF CORS policy execution successful. 2024-09-07 11:46:20.434 +05:30 d26bcee8-b068-4eb4-bba7-8956846a86c3 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.434 +05:30 43aa4191-f535-41b3-a701-3d153f40d28f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.434 +05:30 43aa4191-f535-41b3-a701-3d153f40d28f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.436 +05:30 92c993cb-000c-4dfb-a97b-bf8d948e95dc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.436 +05:30 92c993cb-000c-4dfb-a97b-bf8d948e95dc INF CORS policy execution successful. 2024-09-07 11:46:20.437 +05:30 92c993cb-000c-4dfb-a97b-bf8d948e95dc INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.437 +05:30 8d8a1666-6dc4-4430-b386-4c725244e30e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.437 +05:30 8d8a1666-6dc4-4430-b386-4c725244e30e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.441 +05:30 fc67820e-c76e-4ab6-8067-bd98e2f92d2b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.442 +05:30 fc67820e-c76e-4ab6-8067-bd98e2f92d2b INF CORS policy execution successful. 2024-09-07 11:46:20.442 +05:30 fc67820e-c76e-4ab6-8067-bd98e2f92d2b INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.442 +05:30 951d061a-d9f7-42a1-b2ff-c39a8c33e94f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.443 +05:30 951d061a-d9f7-42a1-b2ff-c39a8c33e94f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.459 +05:30 6b06ec7f-e353-498b-b000-7737ad8f10e3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.459 +05:30 7d53c357-616b-4909-9b87-bf2fec877045 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.459 +05:30 43aa4191-f535-41b3-a701-3d153f40d28f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.459 +05:30 8f2859f4-2d3a-40a2-bc8b-043d4a2f0e09 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.459 +05:30 6b06ec7f-e353-498b-b000-7737ad8f10e3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 39.7875ms 2024-09-07 11:46:20.459 +05:30 7d53c357-616b-4909-9b87-bf2fec877045 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 39.8254ms 2024-09-07 11:46:20.459 +05:30 8f2859f4-2d3a-40a2-bc8b-043d4a2f0e09 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 39.6546ms 2024-09-07 11:46:20.459 +05:30 7d53c357-616b-4909-9b87-bf2fec877045 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.459 +05:30 8f2859f4-2d3a-40a2-bc8b-043d4a2f0e09 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.459 +05:30 43aa4191-f535-41b3-a701-3d153f40d28f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 24.7985ms 2024-09-07 11:46:20.459 +05:30 6b06ec7f-e353-498b-b000-7737ad8f10e3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.459 +05:30 43aa4191-f535-41b3-a701-3d153f40d28f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.460 +05:30 7d53c357-616b-4909-9b87-bf2fec877045 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0ea9ad61-4708-4348-9070-cbca554cd917}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.460 +05:30 6b06ec7f-e353-498b-b000-7737ad8f10e3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bf8346bd-0c28-4c93-9c67-b45cd49e80a3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.460 +05:30 8f2859f4-2d3a-40a2-bc8b-043d4a2f0e09 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2e71c009-f2f0-4fe3-9611-698dcaa4154a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.460 +05:30 43aa4191-f535-41b3-a701-3d153f40d28f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d26bcee8-b068-4eb4-bba7-8956846a86c3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.460 +05:30 7d53c357-616b-4909-9b87-bf2fec877045 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 53.9613ms 2024-09-07 11:46:20.460 +05:30 43aa4191-f535-41b3-a701-3d153f40d28f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 27.2641ms 2024-09-07 11:46:20.460 +05:30 8f2859f4-2d3a-40a2-bc8b-043d4a2f0e09 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 41.9404ms 2024-09-07 11:46:20.460 +05:30 6b06ec7f-e353-498b-b000-7737ad8f10e3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 54.7954ms 2024-09-07 11:46:20.463 +05:30 8d8a1666-6dc4-4430-b386-4c725244e30e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.463 +05:30 951d061a-d9f7-42a1-b2ff-c39a8c33e94f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.463 +05:30 8d8a1666-6dc4-4430-b386-4c725244e30e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 26.2159ms 2024-09-07 11:46:20.463 +05:30 951d061a-d9f7-42a1-b2ff-c39a8c33e94f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 20.4814ms 2024-09-07 11:46:20.463 +05:30 8d8a1666-6dc4-4430-b386-4c725244e30e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.463 +05:30 951d061a-d9f7-42a1-b2ff-c39a8c33e94f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.464 +05:30 951d061a-d9f7-42a1-b2ff-c39a8c33e94f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fc67820e-c76e-4ab6-8067-bd98e2f92d2b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.464 +05:30 8d8a1666-6dc4-4430-b386-4c725244e30e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 92c993cb-000c-4dfb-a97b-bf8d948e95dc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.464 +05:30 951d061a-d9f7-42a1-b2ff-c39a8c33e94f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 22.9681ms 2024-09-07 11:46:20.464 +05:30 8d8a1666-6dc4-4430-b386-4c725244e30e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 27.9736ms 2024-09-07 11:46:20.508 +05:30 645a24cf-a48c-414f-b2d6-b1d75df07e6a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.509 +05:30 645a24cf-a48c-414f-b2d6-b1d75df07e6a INF CORS policy execution successful. 2024-09-07 11:46:20.509 +05:30 5be02ac0-baa0-49e1-997f-e029fe53483a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.509 +05:30 aa0b7690-7511-4e88-ba8e-8872dbc92d78 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.509 +05:30 5be02ac0-baa0-49e1-997f-e029fe53483a INF CORS policy execution successful. 2024-09-07 11:46:20.509 +05:30 645a24cf-a48c-414f-b2d6-b1d75df07e6a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.509 +05:30 5be02ac0-baa0-49e1-997f-e029fe53483a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.509 +05:30 aa0b7690-7511-4e88-ba8e-8872dbc92d78 INF CORS policy execution successful. 2024-09-07 11:46:20.509 +05:30 e867a8be-f8bf-43aa-8a00-37022cbc1002 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.509 +05:30 2a955bce-50f7-4862-98e3-e1570f4874d4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.510 +05:30 e867a8be-f8bf-43aa-8a00-37022cbc1002 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.510 +05:30 2a955bce-50f7-4862-98e3-e1570f4874d4 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.510 +05:30 aa0b7690-7511-4e88-ba8e-8872dbc92d78 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.510 +05:30 6a2e5c34-205a-4253-a590-9b084fbb10d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.510 +05:30 6a2e5c34-205a-4253-a590-9b084fbb10d7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.511 +05:30 a1656d22-798c-4674-b49b-59f107d38054 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.511 +05:30 a1656d22-798c-4674-b49b-59f107d38054 INF CORS policy execution successful. 2024-09-07 11:46:20.511 +05:30 a1656d22-798c-4674-b49b-59f107d38054 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.511 +05:30 1957012a-0d5a-444c-b689-31251595bfca INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.511 +05:30 1957012a-0d5a-444c-b689-31251595bfca INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.512 +05:30 70ff6a8b-2d2a-43f3-adf2-ddd9268cacd5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:46:20.512 +05:30 70ff6a8b-2d2a-43f3-adf2-ddd9268cacd5 INF CORS policy execution successful. 2024-09-07 11:46:20.512 +05:30 70ff6a8b-2d2a-43f3-adf2-ddd9268cacd5 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:46:20.513 +05:30 2a04b88b-d0c6-43f1-b4cd-2c0b68ae6821 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.513 +05:30 2a04b88b-d0c6-43f1-b4cd-2c0b68ae6821 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:46:20.514 +05:30 e867a8be-f8bf-43aa-8a00-37022cbc1002 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.514 +05:30 2a955bce-50f7-4862-98e3-e1570f4874d4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.514 +05:30 e867a8be-f8bf-43aa-8a00-37022cbc1002 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.2494ms 2024-09-07 11:46:20.514 +05:30 2a955bce-50f7-4862-98e3-e1570f4874d4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.2036ms 2024-09-07 11:46:20.514 +05:30 e867a8be-f8bf-43aa-8a00-37022cbc1002 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.514 +05:30 2a955bce-50f7-4862-98e3-e1570f4874d4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.514 +05:30 e867a8be-f8bf-43aa-8a00-37022cbc1002 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 645a24cf-a48c-414f-b2d6-b1d75df07e6a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.514 +05:30 6a2e5c34-205a-4253-a590-9b084fbb10d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.514 +05:30 e867a8be-f8bf-43aa-8a00-37022cbc1002 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 6.7922ms 2024-09-07 11:46:20.514 +05:30 2a955bce-50f7-4862-98e3-e1570f4874d4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5be02ac0-baa0-49e1-997f-e029fe53483a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.515 +05:30 6a2e5c34-205a-4253-a590-9b084fbb10d7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.5002ms 2024-09-07 11:46:20.515 +05:30 6a2e5c34-205a-4253-a590-9b084fbb10d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.515 +05:30 1957012a-0d5a-444c-b689-31251595bfca INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.515 +05:30 2a955bce-50f7-4862-98e3-e1570f4874d4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 6.0334ms 2024-09-07 11:46:20.515 +05:30 6a2e5c34-205a-4253-a590-9b084fbb10d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: aa0b7690-7511-4e88-ba8e-8872dbc92d78}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.515 +05:30 1957012a-0d5a-444c-b689-31251595bfca INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.3782ms 2024-09-07 11:46:20.515 +05:30 1957012a-0d5a-444c-b689-31251595bfca INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.515 +05:30 1957012a-0d5a-444c-b689-31251595bfca INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a1656d22-798c-4674-b49b-59f107d38054}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 11:46:20.515 +05:30 6a2e5c34-205a-4253-a590-9b084fbb10d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 6.1425ms 2024-09-07 11:46:20.515 +05:30 2a04b88b-d0c6-43f1-b4cd-2c0b68ae6821 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:46:20.515 +05:30 1957012a-0d5a-444c-b689-31251595bfca INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 4.6298ms 2024-09-07 11:46:20.515 +05:30 2a04b88b-d0c6-43f1-b4cd-2c0b68ae6821 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.4982ms 2024-09-07 11:46:20.515 +05:30 2a04b88b-d0c6-43f1-b4cd-2c0b68ae6821 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:46:20.515 +05:30 2a04b88b-d0c6-43f1-b4cd-2c0b68ae6821 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 70ff6a8b-2d2a-43f3-adf2-ddd9268cacd5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:46:20.516 +05:30 2a04b88b-d0c6-43f1-b4cd-2c0b68ae6821 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.6571ms 2024-09-07 11:47:02.272 +05:30 3bde3433-c49d-4691-a66a-7030352d2c5c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:47:02.273 +05:30 3bde3433-c49d-4691-a66a-7030352d2c5c INF CORS policy execution successful. 2024-09-07 11:47:02.274 +05:30 3bde3433-c49d-4691-a66a-7030352d2c5c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.633ms 2024-09-07 11:47:02.347 +05:30 8686235b-69e4-4462-ba2e-81c55f47b00a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:47:02.351 +05:30 8686235b-69e4-4462-ba2e-81c55f47b00a INF CORS policy execution successful. 2024-09-07 11:47:02.352 +05:30 8686235b-69e4-4462-ba2e-81c55f47b00a INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:47:02.355 +05:30 67800648-0178-4527-89a5-64deb3263165 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:47:02.355 +05:30 67800648-0178-4527-89a5-64deb3263165 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:47:02.365 +05:30 67800648-0178-4527-89a5-64deb3263165 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:47:02.365 +05:30 67800648-0178-4527-89a5-64deb3263165 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 10.054ms 2024-09-07 11:47:02.365 +05:30 67800648-0178-4527-89a5-64deb3263165 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:47:02.366 +05:30 67800648-0178-4527-89a5-64deb3263165 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8686235b-69e4-4462-ba2e-81c55f47b00a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:47:02.366 +05:30 67800648-0178-4527-89a5-64deb3263165 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 19.4248ms 2024-09-07 11:47:14.095 +05:30 8785c7f2-f530-4663-bad5-7c3b83e89559 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:47:14.096 +05:30 8785c7f2-f530-4663-bad5-7c3b83e89559 INF CORS policy execution successful. 2024-09-07 11:47:14.096 +05:30 8785c7f2-f530-4663-bad5-7c3b83e89559 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 1.4205ms 2024-09-07 11:47:14.150 +05:30 33b8f3eb-ec79-49e1-b750-2daadcf532e3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:47:14.151 +05:30 33b8f3eb-ec79-49e1-b750-2daadcf532e3 INF CORS policy execution successful. 2024-09-07 11:47:14.151 +05:30 33b8f3eb-ec79-49e1-b750-2daadcf532e3 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:47:14.152 +05:30 1488a67d-d2e4-4527-918c-b65582a8d570 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:47:14.152 +05:30 1488a67d-d2e4-4527-918c-b65582a8d570 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:47:14.165 +05:30 1488a67d-d2e4-4527-918c-b65582a8d570 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:47:14.165 +05:30 1488a67d-d2e4-4527-918c-b65582a8d570 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.3933ms 2024-09-07 11:47:14.165 +05:30 1488a67d-d2e4-4527-918c-b65582a8d570 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:47:14.165 +05:30 1488a67d-d2e4-4527-918c-b65582a8d570 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 33b8f3eb-ec79-49e1-b750-2daadcf532e3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:47:14.166 +05:30 1488a67d-d2e4-4527-918c-b65582a8d570 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 16.0631ms 2024-09-07 11:47:27.877 +05:30 e0f91118-c062-419f-b5e6-dfe31a92122d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:47:27.878 +05:30 e0f91118-c062-419f-b5e6-dfe31a92122d INF CORS policy execution successful. 2024-09-07 11:47:27.879 +05:30 e0f91118-c062-419f-b5e6-dfe31a92122d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 1.2815ms 2024-09-07 11:47:27.947 +05:30 630e427c-30e5-4a76-8413-808d82f1d972 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:47:27.948 +05:30 630e427c-30e5-4a76-8413-808d82f1d972 INF CORS policy execution successful. 2024-09-07 11:47:27.949 +05:30 630e427c-30e5-4a76-8413-808d82f1d972 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:47:27.949 +05:30 17f85090-7b31-4e7f-b5ef-cb079d59ae7c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:47:27.950 +05:30 17f85090-7b31-4e7f-b5ef-cb079d59ae7c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:47:27.960 +05:30 17f85090-7b31-4e7f-b5ef-cb079d59ae7c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:47:27.961 +05:30 17f85090-7b31-4e7f-b5ef-cb079d59ae7c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 10.9209ms 2024-09-07 11:47:27.961 +05:30 17f85090-7b31-4e7f-b5ef-cb079d59ae7c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:47:27.961 +05:30 17f85090-7b31-4e7f-b5ef-cb079d59ae7c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 630e427c-30e5-4a76-8413-808d82f1d972}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:47:27.962 +05:30 17f85090-7b31-4e7f-b5ef-cb079d59ae7c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 14.6966ms 2024-09-07 11:47:42.642 +05:30 8cb90c0c-c4b0-453d-9c43-89c88993aaed INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:47:42.643 +05:30 8cb90c0c-c4b0-453d-9c43-89c88993aaed INF CORS policy execution successful. 2024-09-07 11:47:42.643 +05:30 8cb90c0c-c4b0-453d-9c43-89c88993aaed INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 1.2788ms 2024-09-07 11:47:42.712 +05:30 cd16ca33-8ea8-45db-a433-8e042caa0677 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:47:42.713 +05:30 cd16ca33-8ea8-45db-a433-8e042caa0677 INF CORS policy execution successful. 2024-09-07 11:47:42.714 +05:30 cd16ca33-8ea8-45db-a433-8e042caa0677 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:47:42.714 +05:30 4181c5f4-97eb-4450-ae79-f6da1a0fd986 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:47:42.715 +05:30 4181c5f4-97eb-4450-ae79-f6da1a0fd986 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:47:42.722 +05:30 4181c5f4-97eb-4450-ae79-f6da1a0fd986 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:47:42.722 +05:30 4181c5f4-97eb-4450-ae79-f6da1a0fd986 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 7.2244ms 2024-09-07 11:47:42.722 +05:30 4181c5f4-97eb-4450-ae79-f6da1a0fd986 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:47:42.723 +05:30 4181c5f4-97eb-4450-ae79-f6da1a0fd986 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cd16ca33-8ea8-45db-a433-8e042caa0677}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:47:42.723 +05:30 4181c5f4-97eb-4450-ae79-f6da1a0fd986 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 10.9843ms 2024-09-07 11:50:42.697 +05:30 3af21049-f95f-4c51-81b2-8299332a32fd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:50:42.700 +05:30 3af21049-f95f-4c51-81b2-8299332a32fd INF CORS policy execution successful. 2024-09-07 11:50:42.701 +05:30 3af21049-f95f-4c51-81b2-8299332a32fd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 3.7068ms 2024-09-07 11:50:42.760 +05:30 de14f761-528d-4bb7-8dd6-2f1ff48d6a12 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:50:42.764 +05:30 de14f761-528d-4bb7-8dd6-2f1ff48d6a12 INF CORS policy execution successful. 2024-09-07 11:50:42.766 +05:30 de14f761-528d-4bb7-8dd6-2f1ff48d6a12 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:50:42.767 +05:30 368c1268-647b-4e3d-8eb0-e3c978fccadf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:50:42.768 +05:30 368c1268-647b-4e3d-8eb0-e3c978fccadf INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:50:42.789 +05:30 368c1268-647b-4e3d-8eb0-e3c978fccadf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:50:42.791 +05:30 368c1268-647b-4e3d-8eb0-e3c978fccadf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 22.1914ms 2024-09-07 11:50:42.791 +05:30 368c1268-647b-4e3d-8eb0-e3c978fccadf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:50:42.791 +05:30 368c1268-647b-4e3d-8eb0-e3c978fccadf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: de14f761-528d-4bb7-8dd6-2f1ff48d6a12}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:50:42.792 +05:30 368c1268-647b-4e3d-8eb0-e3c978fccadf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 32.0594ms 2024-09-07 11:50:43.151 +05:30 2c827a3b-1f6d-448f-8337-4ce1f9d15a8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:50:43.151 +05:30 2c827a3b-1f6d-448f-8337-4ce1f9d15a8e INF CORS policy execution successful. 2024-09-07 11:50:43.151 +05:30 2c827a3b-1f6d-448f-8337-4ce1f9d15a8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.7198ms 2024-09-07 11:50:43.205 +05:30 214c62cb-e35a-45f8-948a-6e1f1e083740 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:50:43.205 +05:30 214c62cb-e35a-45f8-948a-6e1f1e083740 INF CORS policy execution successful. 2024-09-07 11:50:43.206 +05:30 214c62cb-e35a-45f8-948a-6e1f1e083740 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:50:43.206 +05:30 d54d6342-063b-46ce-b093-c52e4b073d81 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:50:43.206 +05:30 d54d6342-063b-46ce-b093-c52e4b073d81 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:50:43.210 +05:30 d54d6342-063b-46ce-b093-c52e4b073d81 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:50:43.211 +05:30 d54d6342-063b-46ce-b093-c52e4b073d81 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.325ms 2024-09-07 11:50:43.211 +05:30 d54d6342-063b-46ce-b093-c52e4b073d81 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:50:43.211 +05:30 d54d6342-063b-46ce-b093-c52e4b073d81 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 214c62cb-e35a-45f8-948a-6e1f1e083740}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:50:43.211 +05:30 d54d6342-063b-46ce-b093-c52e4b073d81 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 6.6448ms 2024-09-07 11:50:43.599 +05:30 9b25196f-c5cf-48a5-8f21-fd5647e72811 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - null null 2024-09-07 11:50:43.599 +05:30 9b25196f-c5cf-48a5-8f21-fd5647e72811 INF CORS policy execution successful. 2024-09-07 11:50:43.599 +05:30 9b25196f-c5cf-48a5-8f21-fd5647e72811 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - 204 null null 0.6765ms 2024-09-07 11:50:43.651 +05:30 eb2671cb-0277-4840-b85d-b9a4782fb7b1 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - null 0 2024-09-07 11:50:43.652 +05:30 eb2671cb-0277-4840-b85d-b9a4782fb7b1 INF CORS policy execution successful. 2024-09-07 11:50:43.652 +05:30 eb2671cb-0277-4840-b85d-b9a4782fb7b1 INF HTTP request: Path: /userpreference/updatepreferencemode QueryString: ?preferenceModeId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:50:43.653 +05:30 12ddcd27-eb71-46d7-8c9b-5e43f62aab2f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 11:50:43.663 +05:30 12ddcd27-eb71-46d7-8c9b-5e43f62aab2f INF Route matched with {action = "UpdatePreferenceMode", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceMode(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:50:43.683 +05:30 12ddcd27-eb71-46d7-8c9b-5e43f62aab2f INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:50:43.688 +05:30 12ddcd27-eb71-46d7-8c9b-5e43f62aab2f INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api) in 24.5327ms 2024-09-07 11:50:43.688 +05:30 12ddcd27-eb71-46d7-8c9b-5e43f62aab2f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 11:50:43.688 +05:30 12ddcd27-eb71-46d7-8c9b-5e43f62aab2f INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: eb2671cb-0277-4840-b85d-b9a4782fb7b1}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 101} Body: {"status":"Success","statusCode":2001,"message":"Mode preference updated successfully.","result":"7"} 2024-09-07 11:50:43.689 +05:30 12ddcd27-eb71-46d7-8c9b-5e43f62aab2f INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - 201 101 application/json; charset=utf-8 37.7109ms 2024-09-07 11:50:43.756 +05:30 f75db81d-f19d-46e1-8b36-5d0cdb091962 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:50:43.756 +05:30 f75db81d-f19d-46e1-8b36-5d0cdb091962 INF CORS policy execution successful. 2024-09-07 11:50:43.756 +05:30 f75db81d-f19d-46e1-8b36-5d0cdb091962 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.5914ms 2024-09-07 11:50:43.810 +05:30 5fdf9736-8094-4823-8903-a5798067d48d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:50:43.810 +05:30 5fdf9736-8094-4823-8903-a5798067d48d INF CORS policy execution successful. 2024-09-07 11:50:43.810 +05:30 5fdf9736-8094-4823-8903-a5798067d48d INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:50:43.811 +05:30 00f163f2-5ccd-4c33-a300-4f4f66728502 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:50:43.811 +05:30 00f163f2-5ccd-4c33-a300-4f4f66728502 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:50:43.813 +05:30 00f163f2-5ccd-4c33-a300-4f4f66728502 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:50:43.814 +05:30 00f163f2-5ccd-4c33-a300-4f4f66728502 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.7778ms 2024-09-07 11:50:43.814 +05:30 00f163f2-5ccd-4c33-a300-4f4f66728502 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:50:43.814 +05:30 00f163f2-5ccd-4c33-a300-4f4f66728502 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5fdf9736-8094-4823-8903-a5798067d48d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":1}]"} 2024-09-07 11:50:43.814 +05:30 00f163f2-5ccd-4c33-a300-4f4f66728502 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 4.3952ms 2024-09-07 11:50:46.659 +05:30 a1a4eb2b-254e-4788-ba17-0cdf3d7d0431 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:50:46.659 +05:30 a1a4eb2b-254e-4788-ba17-0cdf3d7d0431 INF CORS policy execution successful. 2024-09-07 11:50:46.659 +05:30 a1a4eb2b-254e-4788-ba17-0cdf3d7d0431 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.383ms 2024-09-07 11:50:46.668 +05:30 5f0ac244-9307-4b75-9b82-70847afaae51 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:50:46.668 +05:30 5f0ac244-9307-4b75-9b82-70847afaae51 INF CORS policy execution successful. 2024-09-07 11:50:46.668 +05:30 5f0ac244-9307-4b75-9b82-70847afaae51 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.3862ms 2024-09-07 11:50:46.713 +05:30 e3d8e980-14a2-40d3-8004-ff8ea5a8cdda INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:50:46.713 +05:30 e3d8e980-14a2-40d3-8004-ff8ea5a8cdda INF CORS policy execution successful. 2024-09-07 11:50:46.713 +05:30 e3d8e980-14a2-40d3-8004-ff8ea5a8cdda INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:50:46.714 +05:30 ca50cf01-9448-4c21-85cb-6aa23f4a75e2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:50:46.714 +05:30 ca50cf01-9448-4c21-85cb-6aa23f4a75e2 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:50:46.717 +05:30 ca50cf01-9448-4c21-85cb-6aa23f4a75e2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:50:46.717 +05:30 ca50cf01-9448-4c21-85cb-6aa23f4a75e2 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.0496ms 2024-09-07 11:50:46.717 +05:30 ca50cf01-9448-4c21-85cb-6aa23f4a75e2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:50:46.717 +05:30 ca50cf01-9448-4c21-85cb-6aa23f4a75e2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e3d8e980-14a2-40d3-8004-ff8ea5a8cdda}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:50:46.718 +05:30 ca50cf01-9448-4c21-85cb-6aa23f4a75e2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.9463ms 2024-09-07 11:50:46.771 +05:30 9f1d3879-d612-4ef2-b468-adacbb1e25a0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:50:46.772 +05:30 9f1d3879-d612-4ef2-b468-adacbb1e25a0 INF CORS policy execution successful. 2024-09-07 11:50:46.772 +05:30 9f1d3879-d612-4ef2-b468-adacbb1e25a0 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:50:46.772 +05:30 a79d6c38-39e3-4b2d-a421-74127acad876 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:50:46.772 +05:30 a79d6c38-39e3-4b2d-a421-74127acad876 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:50:46.777 +05:30 a79d6c38-39e3-4b2d-a421-74127acad876 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:50:46.778 +05:30 a79d6c38-39e3-4b2d-a421-74127acad876 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.2436ms 2024-09-07 11:50:46.778 +05:30 a79d6c38-39e3-4b2d-a421-74127acad876 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:50:46.778 +05:30 a79d6c38-39e3-4b2d-a421-74127acad876 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9f1d3879-d612-4ef2-b468-adacbb1e25a0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:50:46.778 +05:30 a79d6c38-39e3-4b2d-a421-74127acad876 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 7.2021ms 2024-09-07 11:50:50.152 +05:30 45f070c1-9ecc-4f19-9f7c-96d90dd06ec9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:50:50.153 +05:30 45f070c1-9ecc-4f19-9f7c-96d90dd06ec9 INF CORS policy execution successful. 2024-09-07 11:50:50.153 +05:30 45f070c1-9ecc-4f19-9f7c-96d90dd06ec9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.714ms 2024-09-07 11:50:50.213 +05:30 452fce9e-fedd-457e-a55e-1e551447646c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:50:50.214 +05:30 452fce9e-fedd-457e-a55e-1e551447646c INF CORS policy execution successful. 2024-09-07 11:50:50.214 +05:30 452fce9e-fedd-457e-a55e-1e551447646c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:50:50.214 +05:30 5714d529-4995-4792-a65a-6d415077f6a5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:50:50.215 +05:30 5714d529-4995-4792-a65a-6d415077f6a5 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:50:50.223 +05:30 5714d529-4995-4792-a65a-6d415077f6a5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:50:50.224 +05:30 5714d529-4995-4792-a65a-6d415077f6a5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 8.8675ms 2024-09-07 11:50:50.224 +05:30 5714d529-4995-4792-a65a-6d415077f6a5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:50:50.224 +05:30 5714d529-4995-4792-a65a-6d415077f6a5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 452fce9e-fedd-457e-a55e-1e551447646c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:50:50.225 +05:30 5714d529-4995-4792-a65a-6d415077f6a5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 12.0685ms 2024-09-07 11:50:50.448 +05:30 ba7f9cdd-2207-4a8d-acfc-88b772b12d0e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:50:50.449 +05:30 ba7f9cdd-2207-4a8d-acfc-88b772b12d0e INF CORS policy execution successful. 2024-09-07 11:50:50.449 +05:30 ba7f9cdd-2207-4a8d-acfc-88b772b12d0e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5774ms 2024-09-07 11:50:50.501 +05:30 f654cd84-baba-49d7-8dab-e5f7faeca73d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:50:50.502 +05:30 f654cd84-baba-49d7-8dab-e5f7faeca73d INF CORS policy execution successful. 2024-09-07 11:50:50.502 +05:30 f654cd84-baba-49d7-8dab-e5f7faeca73d INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:50:50.502 +05:30 b87f98b6-cc54-44cd-920b-5692721c42c8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:50:50.503 +05:30 b87f98b6-cc54-44cd-920b-5692721c42c8 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:50:50.505 +05:30 b87f98b6-cc54-44cd-920b-5692721c42c8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:50:50.506 +05:30 b87f98b6-cc54-44cd-920b-5692721c42c8 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.8753ms 2024-09-07 11:50:50.506 +05:30 b87f98b6-cc54-44cd-920b-5692721c42c8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:50:50.506 +05:30 b87f98b6-cc54-44cd-920b-5692721c42c8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f654cd84-baba-49d7-8dab-e5f7faeca73d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:50:50.506 +05:30 b87f98b6-cc54-44cd-920b-5692721c42c8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 4.7317ms 2024-09-07 11:52:18.642 +05:30 18d83b11-d141-466e-80bf-ab7507ae982e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:52:18.645 +05:30 18d83b11-d141-466e-80bf-ab7507ae982e INF CORS policy execution successful. 2024-09-07 11:52:18.646 +05:30 18d83b11-d141-466e-80bf-ab7507ae982e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 3.6334ms 2024-09-07 11:52:18.708 +05:30 25489238-2e4d-41b3-a5a2-2eb916c1e847 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:52:18.712 +05:30 25489238-2e4d-41b3-a5a2-2eb916c1e847 INF CORS policy execution successful. 2024-09-07 11:52:18.714 +05:30 25489238-2e4d-41b3-a5a2-2eb916c1e847 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:52:18.716 +05:30 f30a3ea6-b36f-44fb-bc30-6448b11e15ba INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:52:18.717 +05:30 f30a3ea6-b36f-44fb-bc30-6448b11e15ba INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:52:18.766 +05:30 f30a3ea6-b36f-44fb-bc30-6448b11e15ba INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:52:18.767 +05:30 f30a3ea6-b36f-44fb-bc30-6448b11e15ba INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 49.326ms 2024-09-07 11:52:18.767 +05:30 f30a3ea6-b36f-44fb-bc30-6448b11e15ba INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:52:18.767 +05:30 f30a3ea6-b36f-44fb-bc30-6448b11e15ba INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 25489238-2e4d-41b3-a5a2-2eb916c1e847}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:52:18.768 +05:30 f30a3ea6-b36f-44fb-bc30-6448b11e15ba INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 59.4639ms 2024-09-07 11:52:33.257 +05:30 b7c8ea72-069a-4068-92fa-80271eaa2fb7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:52:33.257 +05:30 b7c8ea72-069a-4068-92fa-80271eaa2fb7 INF CORS policy execution successful. 2024-09-07 11:52:33.258 +05:30 b7c8ea72-069a-4068-92fa-80271eaa2fb7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7662ms 2024-09-07 11:52:33.311 +05:30 0b85edd1-1618-43e8-b2f6-80d300f68ff4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:52:33.312 +05:30 0b85edd1-1618-43e8-b2f6-80d300f68ff4 INF CORS policy execution successful. 2024-09-07 11:52:33.312 +05:30 0b85edd1-1618-43e8-b2f6-80d300f68ff4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:52:33.313 +05:30 e7ca1185-a8e7-40fa-929e-a2b1956732b7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:52:33.313 +05:30 e7ca1185-a8e7-40fa-929e-a2b1956732b7 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:52:33.319 +05:30 e7ca1185-a8e7-40fa-929e-a2b1956732b7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:52:33.319 +05:30 e7ca1185-a8e7-40fa-929e-a2b1956732b7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.2954ms 2024-09-07 11:52:33.319 +05:30 e7ca1185-a8e7-40fa-929e-a2b1956732b7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:52:33.319 +05:30 e7ca1185-a8e7-40fa-929e-a2b1956732b7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0b85edd1-1618-43e8-b2f6-80d300f68ff4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:52:33.320 +05:30 e7ca1185-a8e7-40fa-929e-a2b1956732b7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 8.5867ms 2024-09-07 11:53:14.569 +05:30 6cb2f29e-0ffd-44ef-9262-6518cc389aac INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:53:14.570 +05:30 6cb2f29e-0ffd-44ef-9262-6518cc389aac INF CORS policy execution successful. 2024-09-07 11:53:14.571 +05:30 6cb2f29e-0ffd-44ef-9262-6518cc389aac INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.6465ms 2024-09-07 11:53:14.626 +05:30 58642652-233b-4bb7-9f2b-fdcc53cdff11 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:53:14.629 +05:30 58642652-233b-4bb7-9f2b-fdcc53cdff11 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:23:07 AM', Current time (UTC): '9/7/2024 6:23:14 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 11:53:14.631 +05:30 58642652-233b-4bb7-9f2b-fdcc53cdff11 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:23:07 AM', Current time (UTC): '9/7/2024 6:23:14 AM'. 2024-09-07 11:53:14.631 +05:30 58642652-233b-4bb7-9f2b-fdcc53cdff11 INF CORS policy execution successful. 2024-09-07 11:53:14.632 +05:30 58642652-233b-4bb7-9f2b-fdcc53cdff11 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODk1ODcsImV4cCI6MTcyNTY5MDE4NywiaWF0IjoxNzI1Njg5NTg3fQ.d7zZ0FeQEIfqbdGMgwDGbijxAkpWukhrYPnxY9M9D-Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:53:14.632 +05:30 cf3033f3-2e04-4db6-85ee-7c28716317a0 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 11:53:14.633 +05:30 cf3033f3-2e04-4db6-85ee-7c28716317a0 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 11:53:14.633 +05:30 cf3033f3-2e04-4db6-85ee-7c28716317a0 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 58642652-233b-4bb7-9f2b-fdcc53cdff11}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:23:07'"} Body: 2024-09-07 11:53:14.633 +05:30 cf3033f3-2e04-4db6-85ee-7c28716317a0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 401 null null 7.7062ms 2024-09-07 11:53:14.954 +05:30 5cb2274b-e6ea-4422-abda-6419b7078bd8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:53:14.955 +05:30 5cb2274b-e6ea-4422-abda-6419b7078bd8 INF CORS policy execution successful. 2024-09-07 11:53:14.955 +05:30 5cb2274b-e6ea-4422-abda-6419b7078bd8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:53:14.955 +05:30 11792aef-b6ea-425a-9bc6-4abd1a21b6ac INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:53:14.955 +05:30 11792aef-b6ea-425a-9bc6-4abd1a21b6ac INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:53:14.962 +05:30 11792aef-b6ea-425a-9bc6-4abd1a21b6ac INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:53:14.963 +05:30 11792aef-b6ea-425a-9bc6-4abd1a21b6ac INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 7.1061ms 2024-09-07 11:53:14.963 +05:30 11792aef-b6ea-425a-9bc6-4abd1a21b6ac INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:53:14.963 +05:30 11792aef-b6ea-425a-9bc6-4abd1a21b6ac INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5cb2274b-e6ea-4422-abda-6419b7078bd8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:53:14.963 +05:30 11792aef-b6ea-425a-9bc6-4abd1a21b6ac INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 9.3063ms 2024-09-07 11:53:44.242 +05:30 c1683a5a-5d8a-4861-be30-011635464095 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:53:44.244 +05:30 c1683a5a-5d8a-4861-be30-011635464095 INF CORS policy execution successful. 2024-09-07 11:53:44.244 +05:30 c1683a5a-5d8a-4861-be30-011635464095 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.3229ms 2024-09-07 11:53:44.296 +05:30 f2bc039a-2924-4bb4-a9c3-0fb27080cc2c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:53:44.298 +05:30 f2bc039a-2924-4bb4-a9c3-0fb27080cc2c INF CORS policy execution successful. 2024-09-07 11:53:44.299 +05:30 f2bc039a-2924-4bb4-a9c3-0fb27080cc2c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:53:44.300 +05:30 dab995b4-217f-4a79-9f60-d9f965561ac9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:53:44.301 +05:30 dab995b4-217f-4a79-9f60-d9f965561ac9 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:53:44.311 +05:30 dab995b4-217f-4a79-9f60-d9f965561ac9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:53:44.312 +05:30 dab995b4-217f-4a79-9f60-d9f965561ac9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 10.9684ms 2024-09-07 11:53:44.312 +05:30 dab995b4-217f-4a79-9f60-d9f965561ac9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:53:44.312 +05:30 dab995b4-217f-4a79-9f60-d9f965561ac9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f2bc039a-2924-4bb4-a9c3-0fb27080cc2c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:53:44.313 +05:30 dab995b4-217f-4a79-9f60-d9f965561ac9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 16.8324ms 2024-09-07 11:53:51.832 +05:30 aaf53251-77bf-492c-8f42-5bc1a9689a1f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:53:51.832 +05:30 aaf53251-77bf-492c-8f42-5bc1a9689a1f INF CORS policy execution successful. 2024-09-07 11:53:51.833 +05:30 aaf53251-77bf-492c-8f42-5bc1a9689a1f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5882ms 2024-09-07 11:53:51.886 +05:30 9e1ca19d-9a57-4fe3-98f0-e9e11e6c8b13 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:53:51.887 +05:30 9e1ca19d-9a57-4fe3-98f0-e9e11e6c8b13 INF CORS policy execution successful. 2024-09-07 11:53:51.887 +05:30 9e1ca19d-9a57-4fe3-98f0-e9e11e6c8b13 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:53:51.887 +05:30 f0b2520a-ec2a-4785-9788-10bb8370fbc6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:53:51.888 +05:30 f0b2520a-ec2a-4785-9788-10bb8370fbc6 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:53:51.895 +05:30 f0b2520a-ec2a-4785-9788-10bb8370fbc6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:53:51.896 +05:30 f0b2520a-ec2a-4785-9788-10bb8370fbc6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 7.4449ms 2024-09-07 11:53:51.896 +05:30 f0b2520a-ec2a-4785-9788-10bb8370fbc6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:53:51.896 +05:30 f0b2520a-ec2a-4785-9788-10bb8370fbc6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9e1ca19d-9a57-4fe3-98f0-e9e11e6c8b13}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:53:51.896 +05:30 f0b2520a-ec2a-4785-9788-10bb8370fbc6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 10.0062ms 2024-09-07 11:53:56.377 +05:30 309b7494-04d6-41bb-ad3e-4ae3b43f3b8d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:53:56.380 +05:30 309b7494-04d6-41bb-ad3e-4ae3b43f3b8d INF CORS policy execution successful. 2024-09-07 11:53:56.381 +05:30 309b7494-04d6-41bb-ad3e-4ae3b43f3b8d INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:53:56.381 +05:30 a48751cd-69bc-4841-828f-9149df4fb356 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:53:56.381 +05:30 a48751cd-69bc-4841-828f-9149df4fb356 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:53:56.387 +05:30 a48751cd-69bc-4841-828f-9149df4fb356 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:53:56.388 +05:30 a48751cd-69bc-4841-828f-9149df4fb356 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.6115ms 2024-09-07 11:53:56.388 +05:30 a48751cd-69bc-4841-828f-9149df4fb356 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:53:56.388 +05:30 a48751cd-69bc-4841-828f-9149df4fb356 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 309b7494-04d6-41bb-ad3e-4ae3b43f3b8d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:53:56.389 +05:30 a48751cd-69bc-4841-828f-9149df4fb356 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 11.1109ms 2024-09-07 11:54:00.685 +05:30 e63cd5cd-c570-4dad-a74f-93c46854defd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:54:00.685 +05:30 e63cd5cd-c570-4dad-a74f-93c46854defd INF CORS policy execution successful. 2024-09-07 11:54:00.685 +05:30 e63cd5cd-c570-4dad-a74f-93c46854defd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5872ms 2024-09-07 11:54:00.736 +05:30 26544667-8a97-4511-9b0f-69921b803677 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:54:00.737 +05:30 26544667-8a97-4511-9b0f-69921b803677 INF CORS policy execution successful. 2024-09-07 11:54:00.737 +05:30 26544667-8a97-4511-9b0f-69921b803677 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:00.737 +05:30 648d0c4e-c591-415d-9591-54a9ce255a00 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:00.738 +05:30 648d0c4e-c591-415d-9591-54a9ce255a00 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:00.762 +05:30 648d0c4e-c591-415d-9591-54a9ce255a00 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:00.763 +05:30 648d0c4e-c591-415d-9591-54a9ce255a00 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 25.0635ms 2024-09-07 11:54:00.763 +05:30 648d0c4e-c591-415d-9591-54a9ce255a00 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:00.763 +05:30 648d0c4e-c591-415d-9591-54a9ce255a00 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 26544667-8a97-4511-9b0f-69921b803677}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:54:00.763 +05:30 648d0c4e-c591-415d-9591-54a9ce255a00 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 27.7412ms 2024-09-07 11:54:01.171 +05:30 ee777259-1cc5-4a13-8852-0b98981a8eec INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:54:01.172 +05:30 ee777259-1cc5-4a13-8852-0b98981a8eec INF CORS policy execution successful. 2024-09-07 11:54:01.172 +05:30 ee777259-1cc5-4a13-8852-0b98981a8eec INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.7014ms 2024-09-07 11:54:01.224 +05:30 591982bb-574f-4e2a-a10b-1b46dbc14065 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:54:01.225 +05:30 591982bb-574f-4e2a-a10b-1b46dbc14065 INF CORS policy execution successful. 2024-09-07 11:54:01.226 +05:30 591982bb-574f-4e2a-a10b-1b46dbc14065 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:01.226 +05:30 d40cead5-8c97-4f66-9f8b-ebba4db65080 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:01.226 +05:30 d40cead5-8c97-4f66-9f8b-ebba4db65080 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:01.232 +05:30 d40cead5-8c97-4f66-9f8b-ebba4db65080 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:01.232 +05:30 d40cead5-8c97-4f66-9f8b-ebba4db65080 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 5.7181ms 2024-09-07 11:54:01.232 +05:30 d40cead5-8c97-4f66-9f8b-ebba4db65080 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:01.233 +05:30 d40cead5-8c97-4f66-9f8b-ebba4db65080 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 591982bb-574f-4e2a-a10b-1b46dbc14065}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:54:01.233 +05:30 d40cead5-8c97-4f66-9f8b-ebba4db65080 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 8.8507ms 2024-09-07 11:54:03.059 +05:30 076c081b-bdb5-4ec8-8bdb-82a6b1233764 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:54:03.060 +05:30 076c081b-bdb5-4ec8-8bdb-82a6b1233764 INF CORS policy execution successful. 2024-09-07 11:54:03.060 +05:30 076c081b-bdb5-4ec8-8bdb-82a6b1233764 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 0.6629ms 2024-09-07 11:54:03.065 +05:30 16ccb327-b91c-4c14-b863-2777f98216c9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:54:03.065 +05:30 16ccb327-b91c-4c14-b863-2777f98216c9 INF CORS policy execution successful. 2024-09-07 11:54:03.066 +05:30 16ccb327-b91c-4c14-b863-2777f98216c9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 0.354ms 2024-09-07 11:54:03.112 +05:30 3017586f-7cf4-492d-9463-73b470718cf8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:54:03.113 +05:30 3017586f-7cf4-492d-9463-73b470718cf8 INF CORS policy execution successful. 2024-09-07 11:54:03.113 +05:30 3017586f-7cf4-492d-9463-73b470718cf8 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:03.113 +05:30 176fac2b-cc3b-42c5-add5-e411c4282e19 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.114 +05:30 176fac2b-cc3b-42c5-add5-e411c4282e19 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:03.135 +05:30 176fac2b-cc3b-42c5-add5-e411c4282e19 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:03.136 +05:30 176fac2b-cc3b-42c5-add5-e411c4282e19 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 21.999ms 2024-09-07 11:54:03.136 +05:30 176fac2b-cc3b-42c5-add5-e411c4282e19 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.136 +05:30 176fac2b-cc3b-42c5-add5-e411c4282e19 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3017586f-7cf4-492d-9463-73b470718cf8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2333} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":75,\"Name\":\"layout1\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":true,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":75,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"NAME\",\"Alignment\":1,\"Width\":100,\"Order\":1,\"Visible\":true,\"Sortable\":true,\"Filterable\":true,\"Resizable\":true,\"Format\":\"nil\",\"ToolTip\":\"name caption\",\"CustomClass\":\"nil\",\"DefaultValue\":\"bil\",\"Default\":true},{\"iId\":75,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":100,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"CODE \",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":true,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"Group\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"Parent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"Created By\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"Modified By\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:54:03.137 +05:30 176fac2b-cc3b-42c5-add5-e411c4282e19 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 200 2333 application/json; charset=utf-8 24.2016ms 2024-09-07 11:54:03.192 +05:30 f9c9ba8f-b39f-428a-86bf-9a1d5bc74cfc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 11:54:03.192 +05:30 f9c9ba8f-b39f-428a-86bf-9a1d5bc74cfc INF CORS policy execution successful. 2024-09-07 11:54:03.192 +05:30 f9c9ba8f-b39f-428a-86bf-9a1d5bc74cfc INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:03.192 +05:30 26d71ee7-178f-4b1f-8775-1dee656deb65 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.193 +05:30 26d71ee7-178f-4b1f-8775-1dee656deb65 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:03.207 +05:30 26d71ee7-178f-4b1f-8775-1dee656deb65 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:03.207 +05:30 26d71ee7-178f-4b1f-8775-1dee656deb65 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 14.7955ms 2024-09-07 11:54:03.208 +05:30 26d71ee7-178f-4b1f-8775-1dee656deb65 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.208 +05:30 26d71ee7-178f-4b1f-8775-1dee656deb65 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f9c9ba8f-b39f-428a-86bf-9a1d5bc74cfc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2333} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":75,\"Name\":\"layout1\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":true,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":75,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"NAME\",\"Alignment\":1,\"Width\":100,\"Order\":1,\"Visible\":true,\"Sortable\":true,\"Filterable\":true,\"Resizable\":true,\"Format\":\"nil\",\"ToolTip\":\"name caption\",\"CustomClass\":\"nil\",\"DefaultValue\":\"bil\",\"Default\":true},{\"iId\":75,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":100,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"CODE \",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":true,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"Group\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"Parent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"Created By\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"Modified By\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:54:03.208 +05:30 26d71ee7-178f-4b1f-8775-1dee656deb65 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 200 2333 application/json; charset=utf-8 16.7753ms 2024-09-07 11:54:03.322 +05:30 35987e5c-e112-451d-9a97-ff88ac06cf89 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:54:03.322 +05:30 35987e5c-e112-451d-9a97-ff88ac06cf89 INF CORS policy execution successful. 2024-09-07 11:54:03.323 +05:30 35987e5c-e112-451d-9a97-ff88ac06cf89 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5422ms 2024-09-07 11:54:03.389 +05:30 8f3f356f-eafb-4e58-8e56-458ff67551ab INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:54:03.390 +05:30 8f3f356f-eafb-4e58-8e56-458ff67551ab INF CORS policy execution successful. 2024-09-07 11:54:03.390 +05:30 8f3f356f-eafb-4e58-8e56-458ff67551ab INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:03.391 +05:30 356897dc-e0c3-46a3-8921-6de4c4d51c22 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.391 +05:30 356897dc-e0c3-46a3-8921-6de4c4d51c22 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:03.399 +05:30 356897dc-e0c3-46a3-8921-6de4c4d51c22 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:03.399 +05:30 356897dc-e0c3-46a3-8921-6de4c4d51c22 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 8.4832ms 2024-09-07 11:54:03.399 +05:30 356897dc-e0c3-46a3-8921-6de4c4d51c22 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.400 +05:30 356897dc-e0c3-46a3-8921-6de4c4d51c22 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8f3f356f-eafb-4e58-8e56-458ff67551ab}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:54:03.400 +05:30 356897dc-e0c3-46a3-8921-6de4c4d51c22 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 10.4408ms 2024-09-07 11:54:03.523 +05:30 f5211598-1257-4b31-9efa-bec5f58ace6c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:03.524 +05:30 f5211598-1257-4b31-9efa-bec5f58ace6c INF CORS policy execution successful. 2024-09-07 11:54:03.524 +05:30 f5211598-1257-4b31-9efa-bec5f58ace6c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.4866ms 2024-09-07 11:54:03.527 +05:30 0d8bb6dd-5d6c-48d3-ae80-9a521fc2546e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:03.527 +05:30 0d8bb6dd-5d6c-48d3-ae80-9a521fc2546e INF CORS policy execution successful. 2024-09-07 11:54:03.527 +05:30 0d8bb6dd-5d6c-48d3-ae80-9a521fc2546e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4232ms 2024-09-07 11:54:03.578 +05:30 c3c148cb-3e39-481c-974b-83c4e3e992c4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:03.579 +05:30 c3c148cb-3e39-481c-974b-83c4e3e992c4 INF CORS policy execution successful. 2024-09-07 11:54:03.579 +05:30 c3c148cb-3e39-481c-974b-83c4e3e992c4 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:03.580 +05:30 1e844a3f-c7a6-4e29-9171-829df084e2d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.580 +05:30 1e844a3f-c7a6-4e29-9171-829df084e2d7 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:03.588 +05:30 1e844a3f-c7a6-4e29-9171-829df084e2d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:03.589 +05:30 1e844a3f-c7a6-4e29-9171-829df084e2d7 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.6653ms 2024-09-07 11:54:03.589 +05:30 1e844a3f-c7a6-4e29-9171-829df084e2d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.589 +05:30 1e844a3f-c7a6-4e29-9171-829df084e2d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c3c148cb-3e39-481c-974b-83c4e3e992c4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:54:03.589 +05:30 1e844a3f-c7a6-4e29-9171-829df084e2d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.084ms 2024-09-07 11:54:03.638 +05:30 0af33451-73ec-4985-8cd0-dcda0ba12a4c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:03.639 +05:30 0af33451-73ec-4985-8cd0-dcda0ba12a4c INF CORS policy execution successful. 2024-09-07 11:54:03.639 +05:30 0af33451-73ec-4985-8cd0-dcda0ba12a4c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:03.639 +05:30 d7d51a68-2a29-4f75-8a62-e109cf116097 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.639 +05:30 d7d51a68-2a29-4f75-8a62-e109cf116097 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:03.641 +05:30 d7d51a68-2a29-4f75-8a62-e109cf116097 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:03.642 +05:30 d7d51a68-2a29-4f75-8a62-e109cf116097 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.3949ms 2024-09-07 11:54:03.642 +05:30 d7d51a68-2a29-4f75-8a62-e109cf116097 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.642 +05:30 d7d51a68-2a29-4f75-8a62-e109cf116097 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0af33451-73ec-4985-8cd0-dcda0ba12a4c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:54:03.642 +05:30 d7d51a68-2a29-4f75-8a62-e109cf116097 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.8922ms 2024-09-07 11:54:03.821 +05:30 bd3f1c66-0287-4ce4-b86d-945d68b7cd9f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:54:03.822 +05:30 bd3f1c66-0287-4ce4-b86d-945d68b7cd9f INF CORS policy execution successful. 2024-09-07 11:54:03.822 +05:30 bd3f1c66-0287-4ce4-b86d-945d68b7cd9f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.8256ms 2024-09-07 11:54:03.872 +05:30 f6e53ce3-e68e-4310-8c1a-401ea785c4be INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:54:03.873 +05:30 f6e53ce3-e68e-4310-8c1a-401ea785c4be INF CORS policy execution successful. 2024-09-07 11:54:03.873 +05:30 f6e53ce3-e68e-4310-8c1a-401ea785c4be INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:03.873 +05:30 f5b7d66c-b47a-4742-9303-75ca1c301ca5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.873 +05:30 f5b7d66c-b47a-4742-9303-75ca1c301ca5 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:03.876 +05:30 f5b7d66c-b47a-4742-9303-75ca1c301ca5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:03.876 +05:30 f5b7d66c-b47a-4742-9303-75ca1c301ca5 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.5228ms 2024-09-07 11:54:03.876 +05:30 f5b7d66c-b47a-4742-9303-75ca1c301ca5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:03.876 +05:30 f5b7d66c-b47a-4742-9303-75ca1c301ca5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f6e53ce3-e68e-4310-8c1a-401ea785c4be}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:54:03.876 +05:30 f5b7d66c-b47a-4742-9303-75ca1c301ca5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 4.2776ms 2024-09-07 11:54:05.946 +05:30 66dcd2ea-e051-4f36-9dc8-056c3c601f32 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:54:05.947 +05:30 66dcd2ea-e051-4f36-9dc8-056c3c601f32 INF CORS policy execution successful. 2024-09-07 11:54:05.947 +05:30 66dcd2ea-e051-4f36-9dc8-056c3c601f32 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.7902ms 2024-09-07 11:54:05.996 +05:30 5b14a138-d559-4219-af1a-19d38404c137 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:54:05.997 +05:30 5b14a138-d559-4219-af1a-19d38404c137 INF CORS policy execution successful. 2024-09-07 11:54:05.997 +05:30 5b14a138-d559-4219-af1a-19d38404c137 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:05.997 +05:30 e3cdd3dc-4ae8-4126-807d-7a7e1997e1f2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:05.997 +05:30 e3cdd3dc-4ae8-4126-807d-7a7e1997e1f2 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:06.001 +05:30 e3cdd3dc-4ae8-4126-807d-7a7e1997e1f2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:06.001 +05:30 e3cdd3dc-4ae8-4126-807d-7a7e1997e1f2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.9485ms 2024-09-07 11:54:06.001 +05:30 e3cdd3dc-4ae8-4126-807d-7a7e1997e1f2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:06.001 +05:30 e3cdd3dc-4ae8-4126-807d-7a7e1997e1f2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5b14a138-d559-4219-af1a-19d38404c137}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:54:06.002 +05:30 e3cdd3dc-4ae8-4126-807d-7a7e1997e1f2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 5.8938ms 2024-09-07 11:54:06.477 +05:30 759e5b43-0fdb-42eb-afec-29b1edafdb7d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:54:06.477 +05:30 759e5b43-0fdb-42eb-afec-29b1edafdb7d INF CORS policy execution successful. 2024-09-07 11:54:06.478 +05:30 759e5b43-0fdb-42eb-afec-29b1edafdb7d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5468ms 2024-09-07 11:54:06.533 +05:30 f6f59101-638f-48d4-aa3f-49b4ed845c34 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:54:06.534 +05:30 f6f59101-638f-48d4-aa3f-49b4ed845c34 INF CORS policy execution successful. 2024-09-07 11:54:06.535 +05:30 f6f59101-638f-48d4-aa3f-49b4ed845c34 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:06.536 +05:30 7a95d8b6-4198-4541-89ef-1fc05722f7f4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:06.536 +05:30 7a95d8b6-4198-4541-89ef-1fc05722f7f4 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:06.544 +05:30 7a95d8b6-4198-4541-89ef-1fc05722f7f4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:06.545 +05:30 7a95d8b6-4198-4541-89ef-1fc05722f7f4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.4788ms 2024-09-07 11:54:06.545 +05:30 7a95d8b6-4198-4541-89ef-1fc05722f7f4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:06.545 +05:30 7a95d8b6-4198-4541-89ef-1fc05722f7f4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f6f59101-638f-48d4-aa3f-49b4ed845c34}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:54:06.546 +05:30 7a95d8b6-4198-4541-89ef-1fc05722f7f4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 13.2969ms 2024-09-07 11:54:08.681 +05:30 a11940eb-4b97-4647-899f-5ba33c4c8b82 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:08.681 +05:30 a11940eb-4b97-4647-899f-5ba33c4c8b82 INF CORS policy execution successful. 2024-09-07 11:54:08.681 +05:30 a11940eb-4b97-4647-899f-5ba33c4c8b82 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5181ms 2024-09-07 11:54:08.693 +05:30 7e6558f0-b7ee-46fa-b2f5-639847754d5e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:08.693 +05:30 7e6558f0-b7ee-46fa-b2f5-639847754d5e INF CORS policy execution successful. 2024-09-07 11:54:08.693 +05:30 7e6558f0-b7ee-46fa-b2f5-639847754d5e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4637ms 2024-09-07 11:54:08.744 +05:30 4fe11aa9-5ed0-42d5-b060-a201143ae98e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:08.745 +05:30 4fe11aa9-5ed0-42d5-b060-a201143ae98e INF CORS policy execution successful. 2024-09-07 11:54:08.746 +05:30 4fe11aa9-5ed0-42d5-b060-a201143ae98e INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:08.747 +05:30 6cd17f26-c1dd-4f9e-aa38-f52b8a7ac068 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:08.747 +05:30 6cd17f26-c1dd-4f9e-aa38-f52b8a7ac068 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:08.749 +05:30 6cd17f26-c1dd-4f9e-aa38-f52b8a7ac068 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:08.750 +05:30 6cd17f26-c1dd-4f9e-aa38-f52b8a7ac068 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.8065ms 2024-09-07 11:54:08.750 +05:30 6cd17f26-c1dd-4f9e-aa38-f52b8a7ac068 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:08.750 +05:30 6cd17f26-c1dd-4f9e-aa38-f52b8a7ac068 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4fe11aa9-5ed0-42d5-b060-a201143ae98e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:54:08.750 +05:30 6cd17f26-c1dd-4f9e-aa38-f52b8a7ac068 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 6.2734ms 2024-09-07 11:54:08.810 +05:30 58186447-54e1-41f3-a774-6fdea2a94153 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:08.811 +05:30 58186447-54e1-41f3-a774-6fdea2a94153 INF CORS policy execution successful. 2024-09-07 11:54:08.811 +05:30 58186447-54e1-41f3-a774-6fdea2a94153 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:08.811 +05:30 b169af08-a8e9-4485-8812-5f7358ddb843 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:08.812 +05:30 b169af08-a8e9-4485-8812-5f7358ddb843 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:08.815 +05:30 b169af08-a8e9-4485-8812-5f7358ddb843 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:08.816 +05:30 b169af08-a8e9-4485-8812-5f7358ddb843 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.325ms 2024-09-07 11:54:08.816 +05:30 b169af08-a8e9-4485-8812-5f7358ddb843 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:08.816 +05:30 b169af08-a8e9-4485-8812-5f7358ddb843 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 58186447-54e1-41f3-a774-6fdea2a94153}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:54:08.817 +05:30 b169af08-a8e9-4485-8812-5f7358ddb843 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 6.4058ms 2024-09-07 11:54:16.578 +05:30 8c0a6790-f2cb-4978-8aba-f84e3adec862 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:54:16.579 +05:30 8c0a6790-f2cb-4978-8aba-f84e3adec862 INF CORS policy execution successful. 2024-09-07 11:54:16.579 +05:30 8c0a6790-f2cb-4978-8aba-f84e3adec862 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7906ms 2024-09-07 11:54:16.638 +05:30 bad7b7ac-0c88-4bdf-a0ab-468908355b9b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:54:16.639 +05:30 bad7b7ac-0c88-4bdf-a0ab-468908355b9b INF CORS policy execution successful. 2024-09-07 11:54:16.639 +05:30 bad7b7ac-0c88-4bdf-a0ab-468908355b9b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:16.640 +05:30 0cef2425-7426-4426-b589-f64e4147f078 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:54:16.640 +05:30 0cef2425-7426-4426-b589-f64e4147f078 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:16.647 +05:30 0cef2425-7426-4426-b589-f64e4147f078 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:16.648 +05:30 0cef2425-7426-4426-b589-f64e4147f078 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 7.7343ms 2024-09-07 11:54:16.648 +05:30 0cef2425-7426-4426-b589-f64e4147f078 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:54:16.648 +05:30 0cef2425-7426-4426-b589-f64e4147f078 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bad7b7ac-0c88-4bdf-a0ab-468908355b9b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:54:16.649 +05:30 0cef2425-7426-4426-b589-f64e4147f078 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 10.6028ms 2024-09-07 11:54:16.877 +05:30 694145ef-15da-4c72-8ec2-6413664c7387 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:54:16.877 +05:30 694145ef-15da-4c72-8ec2-6413664c7387 INF CORS policy execution successful. 2024-09-07 11:54:16.878 +05:30 694145ef-15da-4c72-8ec2-6413664c7387 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.7841ms 2024-09-07 11:54:16.933 +05:30 aeaf7ac7-6fdd-4bd3-bb69-61f0e63171ca INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:54:16.934 +05:30 aeaf7ac7-6fdd-4bd3-bb69-61f0e63171ca INF CORS policy execution successful. 2024-09-07 11:54:16.934 +05:30 aeaf7ac7-6fdd-4bd3-bb69-61f0e63171ca INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:16.934 +05:30 fcb832ea-1aef-4989-bcf0-dadd0f779a20 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:16.934 +05:30 fcb832ea-1aef-4989-bcf0-dadd0f779a20 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:16.937 +05:30 fcb832ea-1aef-4989-bcf0-dadd0f779a20 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:16.937 +05:30 fcb832ea-1aef-4989-bcf0-dadd0f779a20 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.8677ms 2024-09-07 11:54:16.937 +05:30 fcb832ea-1aef-4989-bcf0-dadd0f779a20 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:16.937 +05:30 fcb832ea-1aef-4989-bcf0-dadd0f779a20 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: aeaf7ac7-6fdd-4bd3-bb69-61f0e63171ca}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:54:16.938 +05:30 fcb832ea-1aef-4989-bcf0-dadd0f779a20 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 4.5315ms 2024-09-07 11:54:21.702 +05:30 3d8dda36-d760-4933-8f26-f1675ee127c0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.702 +05:30 3d8dda36-d760-4933-8f26-f1675ee127c0 INF CORS policy execution successful. 2024-09-07 11:54:21.703 +05:30 3d8dda36-d760-4933-8f26-f1675ee127c0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.7527ms 2024-09-07 11:54:21.707 +05:30 dc5eb496-d55b-4b04-b0c2-eb5c59783b57 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.707 +05:30 dc5eb496-d55b-4b04-b0c2-eb5c59783b57 INF CORS policy execution successful. 2024-09-07 11:54:21.708 +05:30 dc5eb496-d55b-4b04-b0c2-eb5c59783b57 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.377ms 2024-09-07 11:54:21.738 +05:30 1068ac66-d3f8-402f-b468-bfdcc67e6bb3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.739 +05:30 1068ac66-d3f8-402f-b468-bfdcc67e6bb3 INF CORS policy execution successful. 2024-09-07 11:54:21.739 +05:30 1068ac66-d3f8-402f-b468-bfdcc67e6bb3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.6861ms 2024-09-07 11:54:21.739 +05:30 7c4761b5-4aa2-418d-bef2-040efe0a38a4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.740 +05:30 7c4761b5-4aa2-418d-bef2-040efe0a38a4 INF CORS policy execution successful. 2024-09-07 11:54:21.740 +05:30 7c4761b5-4aa2-418d-bef2-040efe0a38a4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.7609ms 2024-09-07 11:54:21.746 +05:30 7dc91b0c-a881-40f5-8713-62c2480dab4b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.746 +05:30 7dc91b0c-a881-40f5-8713-62c2480dab4b INF CORS policy execution successful. 2024-09-07 11:54:21.746 +05:30 7dc91b0c-a881-40f5-8713-62c2480dab4b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.4158ms 2024-09-07 11:54:21.753 +05:30 b7a8f8c0-0f1f-45fa-83c9-342cb1d59b48 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.753 +05:30 7f8b6c23-c777-43be-9d68-9c6ebc52d560 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.753 +05:30 b7a8f8c0-0f1f-45fa-83c9-342cb1d59b48 INF CORS policy execution successful. 2024-09-07 11:54:21.753 +05:30 7f8b6c23-c777-43be-9d68-9c6ebc52d560 INF CORS policy execution successful. 2024-09-07 11:54:21.753 +05:30 7f8b6c23-c777-43be-9d68-9c6ebc52d560 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.2991ms 2024-09-07 11:54:21.753 +05:30 b7a8f8c0-0f1f-45fa-83c9-342cb1d59b48 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.4412ms 2024-09-07 11:54:21.758 +05:30 5ba41c85-05f6-4c51-8381-b268d291a89f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.758 +05:30 5ba41c85-05f6-4c51-8381-b268d291a89f INF CORS policy execution successful. 2024-09-07 11:54:21.758 +05:30 5ba41c85-05f6-4c51-8381-b268d291a89f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.3562ms 2024-09-07 11:54:21.780 +05:30 7eea434a-d8bf-49d9-8f65-cc50297aba3b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.780 +05:30 220da96b-2fdb-401f-8c45-bad5a01fea1b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.780 +05:30 7eea434a-d8bf-49d9-8f65-cc50297aba3b INF CORS policy execution successful. 2024-09-07 11:54:21.780 +05:30 220da96b-2fdb-401f-8c45-bad5a01fea1b INF CORS policy execution successful. 2024-09-07 11:54:21.781 +05:30 7eea434a-d8bf-49d9-8f65-cc50297aba3b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.5549ms 2024-09-07 11:54:21.781 +05:30 220da96b-2fdb-401f-8c45-bad5a01fea1b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 0.6074ms 2024-09-07 11:54:21.792 +05:30 f0cbb72d-9eed-44aa-831e-293152cf2c86 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.792 +05:30 f0cbb72d-9eed-44aa-831e-293152cf2c86 INF CORS policy execution successful. 2024-09-07 11:54:21.793 +05:30 f0cbb72d-9eed-44aa-831e-293152cf2c86 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.793 +05:30 f2bc8a6f-86ad-4fd2-acc9-e6fcf71e4a8e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.793 +05:30 f2bc8a6f-86ad-4fd2-acc9-e6fcf71e4a8e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.803 +05:30 23430807-a237-4759-ab43-5a2a96e737bc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.803 +05:30 b69feb84-8a35-4161-9bb3-1f015afb1e4b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.803 +05:30 23430807-a237-4759-ab43-5a2a96e737bc INF CORS policy execution successful. 2024-09-07 11:54:21.803 +05:30 b69feb84-8a35-4161-9bb3-1f015afb1e4b INF CORS policy execution successful. 2024-09-07 11:54:21.804 +05:30 23430807-a237-4759-ab43-5a2a96e737bc INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.804 +05:30 b69feb84-8a35-4161-9bb3-1f015afb1e4b INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.804 +05:30 b887a308-3b76-47b2-85ed-b86a275b1cca INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.804 +05:30 f92b96ec-8bdd-4149-b8ab-54851dd37ffd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.804 +05:30 b887a308-3b76-47b2-85ed-b86a275b1cca INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.804 +05:30 f92b96ec-8bdd-4149-b8ab-54851dd37ffd INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.806 +05:30 cf72cc47-f8ed-48f7-b78d-585569003707 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.806 +05:30 cf72cc47-f8ed-48f7-b78d-585569003707 INF CORS policy execution successful. 2024-09-07 11:54:21.806 +05:30 cf72cc47-f8ed-48f7-b78d-585569003707 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.807 +05:30 db185299-7f88-44b4-96fe-78b6f1568f5d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.807 +05:30 db185299-7f88-44b4-96fe-78b6f1568f5d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.824 +05:30 f2bc8a6f-86ad-4fd2-acc9-e6fcf71e4a8e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.824 +05:30 f2bc8a6f-86ad-4fd2-acc9-e6fcf71e4a8e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 30.9681ms 2024-09-07 11:54:21.824 +05:30 f2bc8a6f-86ad-4fd2-acc9-e6fcf71e4a8e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.824 +05:30 f2bc8a6f-86ad-4fd2-acc9-e6fcf71e4a8e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f0cbb72d-9eed-44aa-831e-293152cf2c86}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.824 +05:30 f2bc8a6f-86ad-4fd2-acc9-e6fcf71e4a8e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 32.9018ms 2024-09-07 11:54:21.825 +05:30 dad061fa-7a5a-4a78-a8ac-5ac76ead3171 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.825 +05:30 cdca004e-8f5a-404c-80f9-9a717e248cd2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.825 +05:30 cdca004e-8f5a-404c-80f9-9a717e248cd2 INF CORS policy execution successful. 2024-09-07 11:54:21.825 +05:30 dad061fa-7a5a-4a78-a8ac-5ac76ead3171 INF CORS policy execution successful. 2024-09-07 11:54:21.825 +05:30 cdca004e-8f5a-404c-80f9-9a717e248cd2 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.825 +05:30 5883924a-5e2d-4b0f-8118-9c440c1b3c04 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.825 +05:30 dad061fa-7a5a-4a78-a8ac-5ac76ead3171 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.825 +05:30 c9165f66-4059-4f73-a133-542ebfc19dda INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.825 +05:30 5883924a-5e2d-4b0f-8118-9c440c1b3c04 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.825 +05:30 c9165f66-4059-4f73-a133-542ebfc19dda INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.829 +05:30 5883924a-5e2d-4b0f-8118-9c440c1b3c04 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.829 +05:30 5883924a-5e2d-4b0f-8118-9c440c1b3c04 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.3553ms 2024-09-07 11:54:21.829 +05:30 5883924a-5e2d-4b0f-8118-9c440c1b3c04 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.829 +05:30 5883924a-5e2d-4b0f-8118-9c440c1b3c04 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cdca004e-8f5a-404c-80f9-9a717e248cd2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.829 +05:30 5883924a-5e2d-4b0f-8118-9c440c1b3c04 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 4.8834ms 2024-09-07 11:54:21.830 +05:30 b887a308-3b76-47b2-85ed-b86a275b1cca INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.830 +05:30 b887a308-3b76-47b2-85ed-b86a275b1cca INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 26.6536ms 2024-09-07 11:54:21.830 +05:30 b887a308-3b76-47b2-85ed-b86a275b1cca INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.831 +05:30 b887a308-3b76-47b2-85ed-b86a275b1cca INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b69feb84-8a35-4161-9bb3-1f015afb1e4b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.831 +05:30 b887a308-3b76-47b2-85ed-b86a275b1cca INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 27.6955ms 2024-09-07 11:54:21.833 +05:30 f92b96ec-8bdd-4149-b8ab-54851dd37ffd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.834 +05:30 db185299-7f88-44b4-96fe-78b6f1568f5d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.834 +05:30 db185299-7f88-44b4-96fe-78b6f1568f5d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 27.0576ms 2024-09-07 11:54:21.834 +05:30 f92b96ec-8bdd-4149-b8ab-54851dd37ffd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 29.8515ms 2024-09-07 11:54:21.834 +05:30 db185299-7f88-44b4-96fe-78b6f1568f5d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.834 +05:30 f92b96ec-8bdd-4149-b8ab-54851dd37ffd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.834 +05:30 c9165f66-4059-4f73-a133-542ebfc19dda INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.834 +05:30 db185299-7f88-44b4-96fe-78b6f1568f5d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cf72cc47-f8ed-48f7-b78d-585569003707}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.834 +05:30 f92b96ec-8bdd-4149-b8ab-54851dd37ffd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 23430807-a237-4759-ab43-5a2a96e737bc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.834 +05:30 c9165f66-4059-4f73-a133-542ebfc19dda INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 8.5998ms 2024-09-07 11:54:21.834 +05:30 c9165f66-4059-4f73-a133-542ebfc19dda INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.834 +05:30 f92b96ec-8bdd-4149-b8ab-54851dd37ffd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 31.3641ms 2024-09-07 11:54:21.834 +05:30 db185299-7f88-44b4-96fe-78b6f1568f5d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 28.257ms 2024-09-07 11:54:21.834 +05:30 c9165f66-4059-4f73-a133-542ebfc19dda INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dad061fa-7a5a-4a78-a8ac-5ac76ead3171}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.834 +05:30 c9165f66-4059-4f73-a133-542ebfc19dda INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 9.9266ms 2024-09-07 11:54:21.869 +05:30 d43a6ae2-8d02-4e58-8d5f-cd571f9dd782 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.869 +05:30 d43a6ae2-8d02-4e58-8d5f-cd571f9dd782 INF CORS policy execution successful. 2024-09-07 11:54:21.869 +05:30 d43a6ae2-8d02-4e58-8d5f-cd571f9dd782 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.869 +05:30 901470e5-9495-4c3f-8385-adc8489d7269 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.870 +05:30 901470e5-9495-4c3f-8385-adc8489d7269 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.871 +05:30 fee2edf3-6881-4bfc-b4cd-4153f5ee4047 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.872 +05:30 901470e5-9495-4c3f-8385-adc8489d7269 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.872 +05:30 fee2edf3-6881-4bfc-b4cd-4153f5ee4047 INF CORS policy execution successful. 2024-09-07 11:54:21.872 +05:30 901470e5-9495-4c3f-8385-adc8489d7269 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.1528ms 2024-09-07 11:54:21.872 +05:30 901470e5-9495-4c3f-8385-adc8489d7269 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.872 +05:30 fee2edf3-6881-4bfc-b4cd-4153f5ee4047 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.872 +05:30 901470e5-9495-4c3f-8385-adc8489d7269 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d43a6ae2-8d02-4e58-8d5f-cd571f9dd782}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.872 +05:30 d5cbde42-6cea-46da-ba28-54ff4120190a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.872 +05:30 d5cbde42-6cea-46da-ba28-54ff4120190a INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.872 +05:30 901470e5-9495-4c3f-8385-adc8489d7269 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.2708ms 2024-09-07 11:54:21.873 +05:30 d5cbde42-6cea-46da-ba28-54ff4120190a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.874 +05:30 d5cbde42-6cea-46da-ba28-54ff4120190a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.5311ms 2024-09-07 11:54:21.874 +05:30 a027fecb-280a-44ee-ae51-7900796e864f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.874 +05:30 d5cbde42-6cea-46da-ba28-54ff4120190a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.874 +05:30 d5cbde42-6cea-46da-ba28-54ff4120190a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fee2edf3-6881-4bfc-b4cd-4153f5ee4047}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.874 +05:30 a027fecb-280a-44ee-ae51-7900796e864f INF CORS policy execution successful. 2024-09-07 11:54:21.874 +05:30 d5cbde42-6cea-46da-ba28-54ff4120190a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 2.4302ms 2024-09-07 11:54:21.874 +05:30 a027fecb-280a-44ee-ae51-7900796e864f INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.874 +05:30 e799dd19-6725-4394-8424-529ab5d39c6d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.874 +05:30 e799dd19-6725-4394-8424-529ab5d39c6d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.875 +05:30 e799dd19-6725-4394-8424-529ab5d39c6d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.875 +05:30 e799dd19-6725-4394-8424-529ab5d39c6d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.399ms 2024-09-07 11:54:21.875 +05:30 e799dd19-6725-4394-8424-529ab5d39c6d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.876 +05:30 e799dd19-6725-4394-8424-529ab5d39c6d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a027fecb-280a-44ee-ae51-7900796e864f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.876 +05:30 e799dd19-6725-4394-8424-529ab5d39c6d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 2.2093ms 2024-09-07 11:54:21.884 +05:30 412e2ee0-fb44-483b-a30b-dd8f45072ef9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:54:21.884 +05:30 412e2ee0-fb44-483b-a30b-dd8f45072ef9 INF CORS policy execution successful. 2024-09-07 11:54:21.884 +05:30 412e2ee0-fb44-483b-a30b-dd8f45072ef9 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:21.885 +05:30 350b240f-b1a6-496f-a807-d34c7334d3bb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.885 +05:30 350b240f-b1a6-496f-a807-d34c7334d3bb INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:21.887 +05:30 350b240f-b1a6-496f-a807-d34c7334d3bb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:21.887 +05:30 350b240f-b1a6-496f-a807-d34c7334d3bb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.3399ms 2024-09-07 11:54:21.887 +05:30 350b240f-b1a6-496f-a807-d34c7334d3bb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:21.887 +05:30 350b240f-b1a6-496f-a807-d34c7334d3bb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 412e2ee0-fb44-483b-a30b-dd8f45072ef9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:21.887 +05:30 350b240f-b1a6-496f-a807-d34c7334d3bb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 3.6688ms 2024-09-07 11:54:26.226 +05:30 b7a24caf-5c87-459e-95c2-1e4220dd6819 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:54:26.227 +05:30 b7a24caf-5c87-459e-95c2-1e4220dd6819 INF CORS policy execution successful. 2024-09-07 11:54:26.227 +05:30 b7a24caf-5c87-459e-95c2-1e4220dd6819 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5456ms 2024-09-07 11:54:26.283 +05:30 8ad8ba96-c032-4d8b-a282-7d60315259ad INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:54:26.283 +05:30 8ad8ba96-c032-4d8b-a282-7d60315259ad INF CORS policy execution successful. 2024-09-07 11:54:26.284 +05:30 8ad8ba96-c032-4d8b-a282-7d60315259ad INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:26.284 +05:30 44be9880-4dfc-4607-9cbe-1619caa79c68 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:26.284 +05:30 44be9880-4dfc-4607-9cbe-1619caa79c68 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:26.287 +05:30 44be9880-4dfc-4607-9cbe-1619caa79c68 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:26.287 +05:30 44be9880-4dfc-4607-9cbe-1619caa79c68 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 2.9929ms 2024-09-07 11:54:26.287 +05:30 44be9880-4dfc-4607-9cbe-1619caa79c68 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:26.287 +05:30 44be9880-4dfc-4607-9cbe-1619caa79c68 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8ad8ba96-c032-4d8b-a282-7d60315259ad}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:54:26.287 +05:30 44be9880-4dfc-4607-9cbe-1619caa79c68 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 4.3019ms 2024-09-07 11:54:26.691 +05:30 68d6c936-9d05-464f-af5f-1428c6a56b83 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:54:26.691 +05:30 68d6c936-9d05-464f-af5f-1428c6a56b83 INF CORS policy execution successful. 2024-09-07 11:54:26.692 +05:30 68d6c936-9d05-464f-af5f-1428c6a56b83 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4839ms 2024-09-07 11:54:26.749 +05:30 bcf4a834-e446-4537-a35d-06752051649e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:54:26.750 +05:30 bcf4a834-e446-4537-a35d-06752051649e INF CORS policy execution successful. 2024-09-07 11:54:26.750 +05:30 bcf4a834-e446-4537-a35d-06752051649e INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:26.750 +05:30 9894d91c-cbda-4149-8484-efb8e916273b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:26.750 +05:30 9894d91c-cbda-4149-8484-efb8e916273b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:26.754 +05:30 9894d91c-cbda-4149-8484-efb8e916273b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:26.754 +05:30 9894d91c-cbda-4149-8484-efb8e916273b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.3141ms 2024-09-07 11:54:26.755 +05:30 9894d91c-cbda-4149-8484-efb8e916273b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:54:26.755 +05:30 9894d91c-cbda-4149-8484-efb8e916273b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bcf4a834-e446-4537-a35d-06752051649e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:54:26.755 +05:30 9894d91c-cbda-4149-8484-efb8e916273b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 5.8283ms 2024-09-07 11:54:27.151 +05:30 f26a4d90-9c3c-4285-bce3-73cacf72363f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - null null 2024-09-07 11:54:27.151 +05:30 f26a4d90-9c3c-4285-bce3-73cacf72363f INF CORS policy execution successful. 2024-09-07 11:54:27.151 +05:30 f26a4d90-9c3c-4285-bce3-73cacf72363f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - 204 null null 0.4711ms 2024-09-07 11:54:27.202 +05:30 6aa7402d-8816-439f-b1ad-f668ed6fe1f2 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - null 0 2024-09-07 11:54:27.202 +05:30 6aa7402d-8816-439f-b1ad-f668ed6fe1f2 INF CORS policy execution successful. 2024-09-07 11:54:27.202 +05:30 6aa7402d-8816-439f-b1ad-f668ed6fe1f2 INF HTTP request: Path: /userpreference/updatepreferencemode QueryString: ?preferenceModeId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:27.203 +05:30 d3ad2b39-8c57-44d1-8200-b842f28736aa INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 11:54:27.203 +05:30 d3ad2b39-8c57-44d1-8200-b842f28736aa INF Route matched with {action = "UpdatePreferenceMode", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceMode(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:54:27.218 +05:30 d3ad2b39-8c57-44d1-8200-b842f28736aa INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:27.220 +05:30 d3ad2b39-8c57-44d1-8200-b842f28736aa INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api) in 16.9258ms 2024-09-07 11:54:27.220 +05:30 d3ad2b39-8c57-44d1-8200-b842f28736aa INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 11:54:27.220 +05:30 d3ad2b39-8c57-44d1-8200-b842f28736aa INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 6aa7402d-8816-439f-b1ad-f668ed6fe1f2}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 101} Body: {"status":"Success","statusCode":2001,"message":"Mode preference updated successfully.","result":"7"} 2024-09-07 11:54:27.220 +05:30 d3ad2b39-8c57-44d1-8200-b842f28736aa INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - 201 101 application/json; charset=utf-8 18.8725ms 2024-09-07 11:54:27.288 +05:30 ed214aaf-b160-4788-9de0-5f07976dc7b3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:54:27.288 +05:30 ed214aaf-b160-4788-9de0-5f07976dc7b3 INF CORS policy execution successful. 2024-09-07 11:54:27.288 +05:30 ed214aaf-b160-4788-9de0-5f07976dc7b3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.6105ms 2024-09-07 11:54:27.343 +05:30 0cdd3d69-8f90-44e1-912d-f2fd3e005293 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:54:27.344 +05:30 0cdd3d69-8f90-44e1-912d-f2fd3e005293 INF CORS policy execution successful. 2024-09-07 11:54:27.344 +05:30 0cdd3d69-8f90-44e1-912d-f2fd3e005293 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:27.344 +05:30 f8d99b92-6757-4c26-bc67-432181359a9c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:54:27.344 +05:30 f8d99b92-6757-4c26-bc67-432181359a9c INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:54:27.353 +05:30 f8d99b92-6757-4c26-bc67-432181359a9c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:27.353 +05:30 f8d99b92-6757-4c26-bc67-432181359a9c INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 8.3486ms 2024-09-07 11:54:27.353 +05:30 f8d99b92-6757-4c26-bc67-432181359a9c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:54:27.353 +05:30 f8d99b92-6757-4c26-bc67-432181359a9c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0cdd3d69-8f90-44e1-912d-f2fd3e005293}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:54:27.353 +05:30 f8d99b92-6757-4c26-bc67-432181359a9c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 10.8408ms 2024-09-07 11:54:29.174 +05:30 2a382897-fccb-4008-824d-04a41d8a0690 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:29.174 +05:30 2a382897-fccb-4008-824d-04a41d8a0690 INF CORS policy execution successful. 2024-09-07 11:54:29.175 +05:30 2a382897-fccb-4008-824d-04a41d8a0690 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6737ms 2024-09-07 11:54:29.184 +05:30 21a9130e-833d-43ec-b5d5-8812018fe7a2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:29.184 +05:30 21a9130e-833d-43ec-b5d5-8812018fe7a2 INF CORS policy execution successful. 2024-09-07 11:54:29.184 +05:30 21a9130e-833d-43ec-b5d5-8812018fe7a2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6089ms 2024-09-07 11:54:29.248 +05:30 20840dd4-8202-43d2-af4d-abfdd0220939 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:29.249 +05:30 20840dd4-8202-43d2-af4d-abfdd0220939 INF CORS policy execution successful. 2024-09-07 11:54:29.249 +05:30 20840dd4-8202-43d2-af4d-abfdd0220939 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:29.249 +05:30 6c4e4362-4846-4e6a-99af-c287e82d9350 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:29.249 +05:30 6c4e4362-4846-4e6a-99af-c287e82d9350 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:29.251 +05:30 6c4e4362-4846-4e6a-99af-c287e82d9350 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:29.251 +05:30 6c4e4362-4846-4e6a-99af-c287e82d9350 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.2808ms 2024-09-07 11:54:29.251 +05:30 6c4e4362-4846-4e6a-99af-c287e82d9350 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:29.251 +05:30 6c4e4362-4846-4e6a-99af-c287e82d9350 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 20840dd4-8202-43d2-af4d-abfdd0220939}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:54:29.252 +05:30 6c4e4362-4846-4e6a-99af-c287e82d9350 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.6023ms 2024-09-07 11:54:29.310 +05:30 45a04d0c-6c69-40e5-bd67-064b4db410fb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:54:29.311 +05:30 45a04d0c-6c69-40e5-bd67-064b4db410fb INF CORS policy execution successful. 2024-09-07 11:54:29.311 +05:30 45a04d0c-6c69-40e5-bd67-064b4db410fb INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:29.311 +05:30 2a071a19-7162-48c1-89cf-b7cd8e986329 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:29.311 +05:30 2a071a19-7162-48c1-89cf-b7cd8e986329 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:29.313 +05:30 2a071a19-7162-48c1-89cf-b7cd8e986329 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:29.313 +05:30 2a071a19-7162-48c1-89cf-b7cd8e986329 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.1418ms 2024-09-07 11:54:29.313 +05:30 2a071a19-7162-48c1-89cf-b7cd8e986329 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:29.314 +05:30 2a071a19-7162-48c1-89cf-b7cd8e986329 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 45a04d0c-6c69-40e5-bd67-064b4db410fb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:54:29.314 +05:30 2a071a19-7162-48c1-89cf-b7cd8e986329 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.5573ms 2024-09-07 11:54:31.105 +05:30 d09246ed-519b-4eb5-859d-c654c0b66991 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:54:31.105 +05:30 d09246ed-519b-4eb5-859d-c654c0b66991 INF CORS policy execution successful. 2024-09-07 11:54:31.106 +05:30 d09246ed-519b-4eb5-859d-c654c0b66991 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7384ms 2024-09-07 11:54:31.159 +05:30 4d604bc5-8606-4c57-bb7d-4b9aafb64d35 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:54:31.160 +05:30 4d604bc5-8606-4c57-bb7d-4b9aafb64d35 INF CORS policy execution successful. 2024-09-07 11:54:31.160 +05:30 4d604bc5-8606-4c57-bb7d-4b9aafb64d35 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:31.161 +05:30 bad8c34b-4f19-4dae-9aed-dbe6747996f1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:54:31.161 +05:30 bad8c34b-4f19-4dae-9aed-dbe6747996f1 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:31.165 +05:30 bad8c34b-4f19-4dae-9aed-dbe6747996f1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:31.165 +05:30 bad8c34b-4f19-4dae-9aed-dbe6747996f1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.4922ms 2024-09-07 11:54:31.165 +05:30 bad8c34b-4f19-4dae-9aed-dbe6747996f1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:54:31.165 +05:30 bad8c34b-4f19-4dae-9aed-dbe6747996f1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4d604bc5-8606-4c57-bb7d-4b9aafb64d35}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:54:31.166 +05:30 bad8c34b-4f19-4dae-9aed-dbe6747996f1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 7.1989ms 2024-09-07 11:54:31.404 +05:30 acb39e9a-a96c-4e39-a556-15d92351cbca INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:54:31.404 +05:30 acb39e9a-a96c-4e39-a556-15d92351cbca INF CORS policy execution successful. 2024-09-07 11:54:31.404 +05:30 acb39e9a-a96c-4e39-a556-15d92351cbca INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.542ms 2024-09-07 11:54:31.446 +05:30 00c267ad-ec7b-4914-95c4-2b508932bcd2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:54:31.447 +05:30 00c267ad-ec7b-4914-95c4-2b508932bcd2 INF CORS policy execution successful. 2024-09-07 11:54:31.447 +05:30 00c267ad-ec7b-4914-95c4-2b508932bcd2 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:31.447 +05:30 e0362bf2-2171-4067-a51f-588b1fb0d61e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:31.447 +05:30 e0362bf2-2171-4067-a51f-588b1fb0d61e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:54:31.451 +05:30 e0362bf2-2171-4067-a51f-588b1fb0d61e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:31.451 +05:30 e0362bf2-2171-4067-a51f-588b1fb0d61e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.556ms 2024-09-07 11:54:31.451 +05:30 e0362bf2-2171-4067-a51f-588b1fb0d61e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:54:31.452 +05:30 e0362bf2-2171-4067-a51f-588b1fb0d61e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 00c267ad-ec7b-4914-95c4-2b508932bcd2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:54:31.452 +05:30 e0362bf2-2171-4067-a51f-588b1fb0d61e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.7681ms 2024-09-07 11:54:36.271 +05:30 ee598540-ebd6-4a5e-bda4-e5122a73f10f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:54:36.271 +05:30 349293d3-fe46-486f-82e8-53185529e68d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:54:36.272 +05:30 349293d3-fe46-486f-82e8-53185529e68d INF CORS policy execution successful. 2024-09-07 11:54:36.272 +05:30 ee598540-ebd6-4a5e-bda4-e5122a73f10f INF CORS policy execution successful. 2024-09-07 11:54:36.272 +05:30 ee598540-ebd6-4a5e-bda4-e5122a73f10f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 1.3164ms 2024-09-07 11:54:36.272 +05:30 349293d3-fe46-486f-82e8-53185529e68d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 1.3488ms 2024-09-07 11:54:36.275 +05:30 bd65a12b-30c3-41f5-a12e-4ee783ecb534 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:54:36.275 +05:30 bd65a12b-30c3-41f5-a12e-4ee783ecb534 INF CORS policy execution successful. 2024-09-07 11:54:36.275 +05:30 bd65a12b-30c3-41f5-a12e-4ee783ecb534 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.4034ms 2024-09-07 11:54:36.281 +05:30 050c85a1-b2d9-404b-b292-16b5b781272c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:54:36.281 +05:30 050c85a1-b2d9-404b-b292-16b5b781272c INF CORS policy execution successful. 2024-09-07 11:54:36.282 +05:30 050c85a1-b2d9-404b-b292-16b5b781272c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.5011ms 2024-09-07 11:54:36.317 +05:30 44019d5d-c165-4057-9a9d-6cb76a55fc4a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:54:36.317 +05:30 70ce5f0b-d130-4763-8d6a-6b5f54f6acae INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:54:36.318 +05:30 44019d5d-c165-4057-9a9d-6cb76a55fc4a INF CORS policy execution successful. 2024-09-07 11:54:36.318 +05:30 70ce5f0b-d130-4763-8d6a-6b5f54f6acae INF CORS policy execution successful. 2024-09-07 11:54:36.318 +05:30 44019d5d-c165-4057-9a9d-6cb76a55fc4a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:36.318 +05:30 70ce5f0b-d130-4763-8d6a-6b5f54f6acae INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:36.318 +05:30 e2fe536d-c063-414c-b712-1dd00e23076d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:36.318 +05:30 1a46b050-f678-4e46-bff0-3acb5a996aa1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:36.318 +05:30 e2fe536d-c063-414c-b712-1dd00e23076d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:36.318 +05:30 1a46b050-f678-4e46-bff0-3acb5a996aa1 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:36.322 +05:30 d1fb0dea-7360-4458-a394-c152c3997220 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:54:36.322 +05:30 1a46b050-f678-4e46-bff0-3acb5a996aa1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:36.322 +05:30 e2fe536d-c063-414c-b712-1dd00e23076d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:36.322 +05:30 d1fb0dea-7360-4458-a394-c152c3997220 INF CORS policy execution successful. 2024-09-07 11:54:36.322 +05:30 e2fe536d-c063-414c-b712-1dd00e23076d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.7974ms 2024-09-07 11:54:36.322 +05:30 e2fe536d-c063-414c-b712-1dd00e23076d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:36.322 +05:30 1a46b050-f678-4e46-bff0-3acb5a996aa1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.7195ms 2024-09-07 11:54:36.322 +05:30 d1fb0dea-7360-4458-a394-c152c3997220 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:36.322 +05:30 1a46b050-f678-4e46-bff0-3acb5a996aa1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:36.322 +05:30 e2fe536d-c063-414c-b712-1dd00e23076d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 44019d5d-c165-4057-9a9d-6cb76a55fc4a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:36.322 +05:30 c9441ab4-7c1a-4123-9d83-ffd416a09bbb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:36.322 +05:30 1a46b050-f678-4e46-bff0-3acb5a996aa1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 70ce5f0b-d130-4763-8d6a-6b5f54f6acae}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:36.322 +05:30 c9441ab4-7c1a-4123-9d83-ffd416a09bbb INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:36.323 +05:30 e2fe536d-c063-414c-b712-1dd00e23076d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 5.3277ms 2024-09-07 11:54:36.323 +05:30 1a46b050-f678-4e46-bff0-3acb5a996aa1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 5.366ms 2024-09-07 11:54:36.324 +05:30 c9441ab4-7c1a-4123-9d83-ffd416a09bbb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:36.325 +05:30 c9441ab4-7c1a-4123-9d83-ffd416a09bbb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.1135ms 2024-09-07 11:54:36.325 +05:30 c9441ab4-7c1a-4123-9d83-ffd416a09bbb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:36.325 +05:30 c9441ab4-7c1a-4123-9d83-ffd416a09bbb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d1fb0dea-7360-4458-a394-c152c3997220}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:36.325 +05:30 c9441ab4-7c1a-4123-9d83-ffd416a09bbb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 3.3171ms 2024-09-07 11:54:36.331 +05:30 cfa4d794-8963-4215-8b1c-31d9e412784a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:54:36.332 +05:30 cfa4d794-8963-4215-8b1c-31d9e412784a INF CORS policy execution successful. 2024-09-07 11:54:36.333 +05:30 cfa4d794-8963-4215-8b1c-31d9e412784a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:36.333 +05:30 4548d1dd-5001-449b-81a9-61cc749fdf9f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:36.333 +05:30 4548d1dd-5001-449b-81a9-61cc749fdf9f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:36.337 +05:30 4548d1dd-5001-449b-81a9-61cc749fdf9f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:36.337 +05:30 4548d1dd-5001-449b-81a9-61cc749fdf9f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.7511ms 2024-09-07 11:54:36.337 +05:30 4548d1dd-5001-449b-81a9-61cc749fdf9f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:36.337 +05:30 4548d1dd-5001-449b-81a9-61cc749fdf9f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cfa4d794-8963-4215-8b1c-31d9e412784a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:36.337 +05:30 4548d1dd-5001-449b-81a9-61cc749fdf9f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 6.0396ms 2024-09-07 11:54:40.010 +05:30 783df5d4-bf3e-48b5-9937-e33098d8b516 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.011 +05:30 28220e3b-828e-4b3e-97a9-3250c5f6cf06 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.011 +05:30 783df5d4-bf3e-48b5-9937-e33098d8b516 INF CORS policy execution successful. 2024-09-07 11:54:40.011 +05:30 28220e3b-828e-4b3e-97a9-3250c5f6cf06 INF CORS policy execution successful. 2024-09-07 11:54:40.011 +05:30 783df5d4-bf3e-48b5-9937-e33098d8b516 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.011 +05:30 28220e3b-828e-4b3e-97a9-3250c5f6cf06 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.3829ms 2024-09-07 11:54:40.011 +05:30 fafd665a-6cec-4a7d-ab3f-ec0b7d93a226 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.011 +05:30 fafd665a-6cec-4a7d-ab3f-ec0b7d93a226 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.014 +05:30 639b2b77-26be-4614-b703-9614ce8a23e4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.015 +05:30 639b2b77-26be-4614-b703-9614ce8a23e4 INF CORS policy execution successful. 2024-09-07 11:54:40.015 +05:30 639b2b77-26be-4614-b703-9614ce8a23e4 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.015 +05:30 c388d5cb-f805-4f91-872f-11a42ab2dfa7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.015 +05:30 c388d5cb-f805-4f91-872f-11a42ab2dfa7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.015 +05:30 fafd665a-6cec-4a7d-ab3f-ec0b7d93a226 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.015 +05:30 fafd665a-6cec-4a7d-ab3f-ec0b7d93a226 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.9564ms 2024-09-07 11:54:40.015 +05:30 fafd665a-6cec-4a7d-ab3f-ec0b7d93a226 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.015 +05:30 fafd665a-6cec-4a7d-ab3f-ec0b7d93a226 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 783df5d4-bf3e-48b5-9937-e33098d8b516}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.016 +05:30 fafd665a-6cec-4a7d-ab3f-ec0b7d93a226 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 5.4166ms 2024-09-07 11:54:40.016 +05:30 d7ffda51-01c8-4d51-8853-d9ededa321b9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.016 +05:30 d7ffda51-01c8-4d51-8853-d9ededa321b9 INF CORS policy execution successful. 2024-09-07 11:54:40.016 +05:30 d7ffda51-01c8-4d51-8853-d9ededa321b9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.2819ms 2024-09-07 11:54:40.017 +05:30 93c93311-28d2-48c4-b5b6-70ce7808c946 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.017 +05:30 93c93311-28d2-48c4-b5b6-70ce7808c946 INF CORS policy execution successful. 2024-09-07 11:54:40.018 +05:30 93c93311-28d2-48c4-b5b6-70ce7808c946 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.4799ms 2024-09-07 11:54:40.018 +05:30 c388d5cb-f805-4f91-872f-11a42ab2dfa7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.018 +05:30 c388d5cb-f805-4f91-872f-11a42ab2dfa7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.1407ms 2024-09-07 11:54:40.018 +05:30 c388d5cb-f805-4f91-872f-11a42ab2dfa7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.018 +05:30 c388d5cb-f805-4f91-872f-11a42ab2dfa7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 639b2b77-26be-4614-b703-9614ce8a23e4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.019 +05:30 c388d5cb-f805-4f91-872f-11a42ab2dfa7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 4.4015ms 2024-09-07 11:54:40.020 +05:30 4a6c14e8-3f9a-463e-8be8-ed02930dacbe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.021 +05:30 4a6c14e8-3f9a-463e-8be8-ed02930dacbe INF CORS policy execution successful. 2024-09-07 11:54:40.021 +05:30 4a6c14e8-3f9a-463e-8be8-ed02930dacbe INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.021 +05:30 88788e73-6bab-4b30-92ed-add8aedd61fd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.021 +05:30 88788e73-6bab-4b30-92ed-add8aedd61fd INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.025 +05:30 88788e73-6bab-4b30-92ed-add8aedd61fd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.025 +05:30 88788e73-6bab-4b30-92ed-add8aedd61fd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.2188ms 2024-09-07 11:54:40.025 +05:30 88788e73-6bab-4b30-92ed-add8aedd61fd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.025 +05:30 88788e73-6bab-4b30-92ed-add8aedd61fd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4a6c14e8-3f9a-463e-8be8-ed02930dacbe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.025 +05:30 88788e73-6bab-4b30-92ed-add8aedd61fd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 4.7648ms 2024-09-07 11:54:40.052 +05:30 59a07acc-ba07-4b34-b165-4584601956c6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.053 +05:30 59a07acc-ba07-4b34-b165-4584601956c6 INF CORS policy execution successful. 2024-09-07 11:54:40.053 +05:30 59a07acc-ba07-4b34-b165-4584601956c6 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.053 +05:30 300beb90-fb7d-4cb2-a8eb-4b9fd5e10bc6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.053 +05:30 300beb90-fb7d-4cb2-a8eb-4b9fd5e10bc6 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.055 +05:30 300beb90-fb7d-4cb2-a8eb-4b9fd5e10bc6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.056 +05:30 300beb90-fb7d-4cb2-a8eb-4b9fd5e10bc6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.4777ms 2024-09-07 11:54:40.056 +05:30 300beb90-fb7d-4cb2-a8eb-4b9fd5e10bc6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.056 +05:30 300beb90-fb7d-4cb2-a8eb-4b9fd5e10bc6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 59a07acc-ba07-4b34-b165-4584601956c6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.056 +05:30 300beb90-fb7d-4cb2-a8eb-4b9fd5e10bc6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 3.9628ms 2024-09-07 11:54:40.059 +05:30 6f1a39de-7cff-4215-8b5f-ff8b5d6fd151 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.059 +05:30 6f1a39de-7cff-4215-8b5f-ff8b5d6fd151 INF CORS policy execution successful. 2024-09-07 11:54:40.060 +05:30 6f1a39de-7cff-4215-8b5f-ff8b5d6fd151 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.5526ms 2024-09-07 11:54:40.065 +05:30 4cef62ca-f7af-4ec2-b9c1-e23c2fb3b3e4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.065 +05:30 4cef62ca-f7af-4ec2-b9c1-e23c2fb3b3e4 INF CORS policy execution successful. 2024-09-07 11:54:40.065 +05:30 4cef62ca-f7af-4ec2-b9c1-e23c2fb3b3e4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 0.4187ms 2024-09-07 11:54:40.065 +05:30 f768dd9a-fa61-42da-8473-3945ba37a2f2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.066 +05:30 f768dd9a-fa61-42da-8473-3945ba37a2f2 INF CORS policy execution successful. 2024-09-07 11:54:40.066 +05:30 f768dd9a-fa61-42da-8473-3945ba37a2f2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.1745ms 2024-09-07 11:54:40.070 +05:30 1c7e4cd3-4270-484c-8357-ea4dab80224d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.070 +05:30 1c7e4cd3-4270-484c-8357-ea4dab80224d INF CORS policy execution successful. 2024-09-07 11:54:40.070 +05:30 1c7e4cd3-4270-484c-8357-ea4dab80224d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.070 +05:30 cccad2f2-7027-4a2d-9c0a-cc39286fe54e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.071 +05:30 cccad2f2-7027-4a2d-9c0a-cc39286fe54e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.073 +05:30 cccad2f2-7027-4a2d-9c0a-cc39286fe54e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.073 +05:30 cccad2f2-7027-4a2d-9c0a-cc39286fe54e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.8077ms 2024-09-07 11:54:40.073 +05:30 cccad2f2-7027-4a2d-9c0a-cc39286fe54e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.074 +05:30 cccad2f2-7027-4a2d-9c0a-cc39286fe54e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1c7e4cd3-4270-484c-8357-ea4dab80224d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.074 +05:30 cccad2f2-7027-4a2d-9c0a-cc39286fe54e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 3.9342ms 2024-09-07 11:54:40.076 +05:30 59eb5c17-295f-46e0-a7a9-7823769454ba INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.076 +05:30 59eb5c17-295f-46e0-a7a9-7823769454ba INF CORS policy execution successful. 2024-09-07 11:54:40.077 +05:30 59eb5c17-295f-46e0-a7a9-7823769454ba INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.077 +05:30 be280163-dcea-45e3-9da2-3c6e353b3403 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.077 +05:30 be280163-dcea-45e3-9da2-3c6e353b3403 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.079 +05:30 be280163-dcea-45e3-9da2-3c6e353b3403 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.079 +05:30 be280163-dcea-45e3-9da2-3c6e353b3403 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.2963ms 2024-09-07 11:54:40.079 +05:30 be280163-dcea-45e3-9da2-3c6e353b3403 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.079 +05:30 be280163-dcea-45e3-9da2-3c6e353b3403 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 59eb5c17-295f-46e0-a7a9-7823769454ba}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.079 +05:30 be280163-dcea-45e3-9da2-3c6e353b3403 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 3.3762ms 2024-09-07 11:54:40.098 +05:30 b616f787-1296-4fd6-93fc-b0b7dd6cbcb5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.098 +05:30 b616f787-1296-4fd6-93fc-b0b7dd6cbcb5 INF CORS policy execution successful. 2024-09-07 11:54:40.098 +05:30 b616f787-1296-4fd6-93fc-b0b7dd6cbcb5 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.099 +05:30 b0306772-229b-4fbd-9e7d-5ce74d5e0f7f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.099 +05:30 b0306772-229b-4fbd-9e7d-5ce74d5e0f7f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.099 +05:30 a1bbed2f-32e7-4485-9cec-a3f50f4bf5db INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.099 +05:30 a1bbed2f-32e7-4485-9cec-a3f50f4bf5db INF CORS policy execution successful. 2024-09-07 11:54:40.100 +05:30 a1bbed2f-32e7-4485-9cec-a3f50f4bf5db INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.100 +05:30 c86c3c0a-b40d-4ec6-8cda-9201d6fd56ea INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.100 +05:30 c86c3c0a-b40d-4ec6-8cda-9201d6fd56ea INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.101 +05:30 b0306772-229b-4fbd-9e7d-5ce74d5e0f7f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.102 +05:30 b0306772-229b-4fbd-9e7d-5ce74d5e0f7f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.7774ms 2024-09-07 11:54:40.102 +05:30 b0306772-229b-4fbd-9e7d-5ce74d5e0f7f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.102 +05:30 b0306772-229b-4fbd-9e7d-5ce74d5e0f7f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b616f787-1296-4fd6-93fc-b0b7dd6cbcb5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.102 +05:30 b0306772-229b-4fbd-9e7d-5ce74d5e0f7f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 4.367ms 2024-09-07 11:54:40.102 +05:30 c86c3c0a-b40d-4ec6-8cda-9201d6fd56ea INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.102 +05:30 c86c3c0a-b40d-4ec6-8cda-9201d6fd56ea INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.5168ms 2024-09-07 11:54:40.102 +05:30 c86c3c0a-b40d-4ec6-8cda-9201d6fd56ea INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.102 +05:30 c86c3c0a-b40d-4ec6-8cda-9201d6fd56ea INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a1bbed2f-32e7-4485-9cec-a3f50f4bf5db}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.103 +05:30 c86c3c0a-b40d-4ec6-8cda-9201d6fd56ea INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.6881ms 2024-09-07 11:54:40.117 +05:30 03df66ac-3cf8-4022-a8ac-534a4b6688eb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.118 +05:30 03df66ac-3cf8-4022-a8ac-534a4b6688eb INF CORS policy execution successful. 2024-09-07 11:54:40.118 +05:30 56b74a51-1ac6-42cb-8537-56608802001a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:54:40.118 +05:30 03df66ac-3cf8-4022-a8ac-534a4b6688eb INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.118 +05:30 56b74a51-1ac6-42cb-8537-56608802001a INF CORS policy execution successful. 2024-09-07 11:54:40.118 +05:30 e6f6f66b-a097-4fe2-9b33-2434603c1a80 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.118 +05:30 56b74a51-1ac6-42cb-8537-56608802001a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:40.118 +05:30 e6f6f66b-a097-4fe2-9b33-2434603c1a80 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.118 +05:30 7816e771-da8c-440b-9d69-01849e5e2edc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.118 +05:30 7816e771-da8c-440b-9d69-01849e5e2edc INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:40.121 +05:30 7816e771-da8c-440b-9d69-01849e5e2edc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.121 +05:30 7816e771-da8c-440b-9d69-01849e5e2edc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.5281ms 2024-09-07 11:54:40.121 +05:30 e6f6f66b-a097-4fe2-9b33-2434603c1a80 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:40.121 +05:30 7816e771-da8c-440b-9d69-01849e5e2edc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.121 +05:30 e6f6f66b-a097-4fe2-9b33-2434603c1a80 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.8326ms 2024-09-07 11:54:40.121 +05:30 7816e771-da8c-440b-9d69-01849e5e2edc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 56b74a51-1ac6-42cb-8537-56608802001a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.121 +05:30 e6f6f66b-a097-4fe2-9b33-2434603c1a80 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:40.121 +05:30 e6f6f66b-a097-4fe2-9b33-2434603c1a80 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 03df66ac-3cf8-4022-a8ac-534a4b6688eb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:40.121 +05:30 7816e771-da8c-440b-9d69-01849e5e2edc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 3.6739ms 2024-09-07 11:54:40.122 +05:30 e6f6f66b-a097-4fe2-9b33-2434603c1a80 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 4.2524ms 2024-09-07 11:54:45.170 +05:30 7505036e-f6c5-4b07-a766-feda36361c47 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:54:45.170 +05:30 7505036e-f6c5-4b07-a766-feda36361c47 INF CORS policy execution successful. 2024-09-07 11:54:45.170 +05:30 7505036e-f6c5-4b07-a766-feda36361c47 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.6273ms 2024-09-07 11:54:45.222 +05:30 622d02a5-7814-4c47-84f6-1c107440dae8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:54:45.223 +05:30 622d02a5-7814-4c47-84f6-1c107440dae8 INF CORS policy execution successful. 2024-09-07 11:54:45.223 +05:30 622d02a5-7814-4c47-84f6-1c107440dae8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:45.223 +05:30 11dc61a5-7701-485f-b66e-070c1792ea5c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:54:45.223 +05:30 11dc61a5-7701-485f-b66e-070c1792ea5c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:45.231 +05:30 11dc61a5-7701-485f-b66e-070c1792ea5c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:45.231 +05:30 11dc61a5-7701-485f-b66e-070c1792ea5c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 7.9295ms 2024-09-07 11:54:45.232 +05:30 11dc61a5-7701-485f-b66e-070c1792ea5c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:54:45.232 +05:30 11dc61a5-7701-485f-b66e-070c1792ea5c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 622d02a5-7814-4c47-84f6-1c107440dae8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:54:45.233 +05:30 11dc61a5-7701-485f-b66e-070c1792ea5c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 10.2625ms 2024-09-07 11:54:46.968 +05:30 300bcb5a-9323-4bde-bb32-b63497ec79c1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:54:46.968 +05:30 4ca9c73a-e2f9-462a-85aa-e9df7f59710f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:54:46.968 +05:30 4ca9c73a-e2f9-462a-85aa-e9df7f59710f INF CORS policy execution successful. 2024-09-07 11:54:46.968 +05:30 300bcb5a-9323-4bde-bb32-b63497ec79c1 INF CORS policy execution successful. 2024-09-07 11:54:46.969 +05:30 300bcb5a-9323-4bde-bb32-b63497ec79c1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.8679ms 2024-09-07 11:54:46.969 +05:30 4ca9c73a-e2f9-462a-85aa-e9df7f59710f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.8669ms 2024-09-07 11:54:46.971 +05:30 e64ddb56-f6ce-4eda-9e42-53bfc0327b18 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:54:46.971 +05:30 e64ddb56-f6ce-4eda-9e42-53bfc0327b18 INF CORS policy execution successful. 2024-09-07 11:54:46.971 +05:30 4077ba48-fc1a-472f-9df8-286cdf7c366c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:54:46.972 +05:30 4077ba48-fc1a-472f-9df8-286cdf7c366c INF CORS policy execution successful. 2024-09-07 11:54:46.971 +05:30 e64ddb56-f6ce-4eda-9e42-53bfc0327b18 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.4739ms 2024-09-07 11:54:46.972 +05:30 5a054b81-d34b-40a2-a9ca-b094edc247d2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:54:46.972 +05:30 5a054b81-d34b-40a2-a9ca-b094edc247d2 INF CORS policy execution successful. 2024-09-07 11:54:46.972 +05:30 5a054b81-d34b-40a2-a9ca-b094edc247d2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.2053ms 2024-09-07 11:54:46.972 +05:30 4077ba48-fc1a-472f-9df8-286cdf7c366c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.3018ms 2024-09-07 11:54:46.978 +05:30 bcc93e08-fba8-4cce-b13f-18ed4217ad43 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:54:46.978 +05:30 bcc93e08-fba8-4cce-b13f-18ed4217ad43 INF CORS policy execution successful. 2024-09-07 11:54:46.978 +05:30 bcc93e08-fba8-4cce-b13f-18ed4217ad43 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.6425ms 2024-09-07 11:54:47.011 +05:30 7418e6d0-32f2-4c8b-8c7d-b00dd742ce97 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.011 +05:30 dc9cd3c7-5180-473e-9af9-23a7911b9c33 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.011 +05:30 7418e6d0-32f2-4c8b-8c7d-b00dd742ce97 INF CORS policy execution successful. 2024-09-07 11:54:47.011 +05:30 dc9cd3c7-5180-473e-9af9-23a7911b9c33 INF CORS policy execution successful. 2024-09-07 11:54:47.011 +05:30 dc9cd3c7-5180-473e-9af9-23a7911b9c33 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.5186ms 2024-09-07 11:54:47.011 +05:30 7418e6d0-32f2-4c8b-8c7d-b00dd742ce97 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.5114ms 2024-09-07 11:54:47.017 +05:30 ebdfcb9d-371e-4db1-9fc4-ebd86cf0409a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.017 +05:30 ebdfcb9d-371e-4db1-9fc4-ebd86cf0409a INF CORS policy execution successful. 2024-09-07 11:54:47.017 +05:30 ebdfcb9d-371e-4db1-9fc4-ebd86cf0409a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 0.5842ms 2024-09-07 11:54:47.032 +05:30 421b4825-4e74-4a65-88ae-2fb0305e0f45 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=326&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.033 +05:30 6c310cd7-3b9f-4bde-b431-89405030a981 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.033 +05:30 421b4825-4e74-4a65-88ae-2fb0305e0f45 INF CORS policy execution successful. 2024-09-07 11:54:47.033 +05:30 6c310cd7-3b9f-4bde-b431-89405030a981 INF CORS policy execution successful. 2024-09-07 11:54:47.033 +05:30 421b4825-4e74-4a65-88ae-2fb0305e0f45 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=326&tagId=20&languageId=1 - 204 null null 0.4032ms 2024-09-07 11:54:47.033 +05:30 6c310cd7-3b9f-4bde-b431-89405030a981 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.2891ms 2024-09-07 11:54:47.039 +05:30 58aecba4-4234-42c3-b131-cfb2e7bbfc28 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.040 +05:30 58aecba4-4234-42c3-b131-cfb2e7bbfc28 INF CORS policy execution successful. 2024-09-07 11:54:47.040 +05:30 58aecba4-4234-42c3-b131-cfb2e7bbfc28 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.040 +05:30 36dbfbf7-2115-4967-ae9a-27144c3458a0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.040 +05:30 36dbfbf7-2115-4967-ae9a-27144c3458a0 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.044 +05:30 36dbfbf7-2115-4967-ae9a-27144c3458a0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.044 +05:30 36dbfbf7-2115-4967-ae9a-27144c3458a0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.3867ms 2024-09-07 11:54:47.044 +05:30 36dbfbf7-2115-4967-ae9a-27144c3458a0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.044 +05:30 36dbfbf7-2115-4967-ae9a-27144c3458a0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 58aecba4-4234-42c3-b131-cfb2e7bbfc28}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.044 +05:30 36dbfbf7-2115-4967-ae9a-27144c3458a0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 5.1286ms 2024-09-07 11:54:47.054 +05:30 2c3f0c56-dd55-4f91-8cad-e3d9ac6951ab INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.054 +05:30 b67bebcf-5179-48bc-b645-6797275ccfcf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.055 +05:30 2c3f0c56-dd55-4f91-8cad-e3d9ac6951ab INF CORS policy execution successful. 2024-09-07 11:54:47.055 +05:30 b67bebcf-5179-48bc-b645-6797275ccfcf INF CORS policy execution successful. 2024-09-07 11:54:47.055 +05:30 2c3f0c56-dd55-4f91-8cad-e3d9ac6951ab INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.055 +05:30 b67bebcf-5179-48bc-b645-6797275ccfcf INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.055 +05:30 1e4e45ac-ba99-4cc8-9068-9cd65dedd91f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.055 +05:30 d8c6d86f-773b-4126-a4b6-76f50e0bd0db INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.055 +05:30 1e4e45ac-ba99-4cc8-9068-9cd65dedd91f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.056 +05:30 d8c6d86f-773b-4126-a4b6-76f50e0bd0db INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.058 +05:30 1e4e45ac-ba99-4cc8-9068-9cd65dedd91f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.058 +05:30 1e4e45ac-ba99-4cc8-9068-9cd65dedd91f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.833ms 2024-09-07 11:54:47.058 +05:30 1e4e45ac-ba99-4cc8-9068-9cd65dedd91f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.059 +05:30 d8c6d86f-773b-4126-a4b6-76f50e0bd0db INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.059 +05:30 1e4e45ac-ba99-4cc8-9068-9cd65dedd91f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2c3f0c56-dd55-4f91-8cad-e3d9ac6951ab}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.059 +05:30 d8c6d86f-773b-4126-a4b6-76f50e0bd0db INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.1103ms 2024-09-07 11:54:47.059 +05:30 d8c6d86f-773b-4126-a4b6-76f50e0bd0db INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.059 +05:30 d8c6d86f-773b-4126-a4b6-76f50e0bd0db INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b67bebcf-5179-48bc-b645-6797275ccfcf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.059 +05:30 1e4e45ac-ba99-4cc8-9068-9cd65dedd91f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 4.5112ms 2024-09-07 11:54:47.059 +05:30 d8c6d86f-773b-4126-a4b6-76f50e0bd0db INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 4.6938ms 2024-09-07 11:54:47.072 +05:30 581c62b1-0211-43a6-933f-ffc617cdcc26 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.072 +05:30 581c62b1-0211-43a6-933f-ffc617cdcc26 INF CORS policy execution successful. 2024-09-07 11:54:47.073 +05:30 581c62b1-0211-43a6-933f-ffc617cdcc26 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.073 +05:30 8d06ebce-ee60-4ec3-87e1-088687cdd653 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.073 +05:30 8d06ebce-ee60-4ec3-87e1-088687cdd653 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.077 +05:30 8d06ebce-ee60-4ec3-87e1-088687cdd653 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.078 +05:30 8d06ebce-ee60-4ec3-87e1-088687cdd653 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.7146ms 2024-09-07 11:54:47.078 +05:30 8d06ebce-ee60-4ec3-87e1-088687cdd653 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.078 +05:30 8d06ebce-ee60-4ec3-87e1-088687cdd653 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 581c62b1-0211-43a6-933f-ffc617cdcc26}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.078 +05:30 8d06ebce-ee60-4ec3-87e1-088687cdd653 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 6.6647ms 2024-09-07 11:54:47.083 +05:30 db6bf813-5b12-40c2-973f-5c6c62cb357f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.084 +05:30 db6bf813-5b12-40c2-973f-5c6c62cb357f INF CORS policy execution successful. 2024-09-07 11:54:47.084 +05:30 db6bf813-5b12-40c2-973f-5c6c62cb357f INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.084 +05:30 ee40eb56-70f2-49b5-a576-9631b59d5d00 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.084 +05:30 ab9f3913-8aa1-41db-9ecb-40e45c3b2514 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.084 +05:30 ee40eb56-70f2-49b5-a576-9631b59d5d00 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.084 +05:30 ab9f3913-8aa1-41db-9ecb-40e45c3b2514 INF CORS policy execution successful. 2024-09-07 11:54:47.085 +05:30 ab9f3913-8aa1-41db-9ecb-40e45c3b2514 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.085 +05:30 7249550e-434a-42a1-88ed-bf0bcc5f0d66 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.085 +05:30 7249550e-434a-42a1-88ed-bf0bcc5f0d66 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.087 +05:30 ee40eb56-70f2-49b5-a576-9631b59d5d00 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.087 +05:30 7249550e-434a-42a1-88ed-bf0bcc5f0d66 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.088 +05:30 ee40eb56-70f2-49b5-a576-9631b59d5d00 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.3316ms 2024-09-07 11:54:47.088 +05:30 ee40eb56-70f2-49b5-a576-9631b59d5d00 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.088 +05:30 7249550e-434a-42a1-88ed-bf0bcc5f0d66 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.9671ms 2024-09-07 11:54:47.088 +05:30 ee40eb56-70f2-49b5-a576-9631b59d5d00 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: db6bf813-5b12-40c2-973f-5c6c62cb357f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.088 +05:30 7249550e-434a-42a1-88ed-bf0bcc5f0d66 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.088 +05:30 7249550e-434a-42a1-88ed-bf0bcc5f0d66 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ab9f3913-8aa1-41db-9ecb-40e45c3b2514}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.088 +05:30 ee40eb56-70f2-49b5-a576-9631b59d5d00 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 5.0012ms 2024-09-07 11:54:47.089 +05:30 7249550e-434a-42a1-88ed-bf0bcc5f0d66 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 4.5172ms 2024-09-07 11:54:47.092 +05:30 9691bd1e-1811-472e-9e9a-7f80eaffac9c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.093 +05:30 9691bd1e-1811-472e-9e9a-7f80eaffac9c INF CORS policy execution successful. 2024-09-07 11:54:47.093 +05:30 9691bd1e-1811-472e-9e9a-7f80eaffac9c INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.093 +05:30 b5e1f3c8-7908-43e6-9db3-aa3c63718903 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.093 +05:30 b5e1f3c8-7908-43e6-9db3-aa3c63718903 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.095 +05:30 b5e1f3c8-7908-43e6-9db3-aa3c63718903 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.095 +05:30 b5e1f3c8-7908-43e6-9db3-aa3c63718903 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.3814ms 2024-09-07 11:54:47.096 +05:30 b5e1f3c8-7908-43e6-9db3-aa3c63718903 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.096 +05:30 b5e1f3c8-7908-43e6-9db3-aa3c63718903 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9691bd1e-1811-472e-9e9a-7f80eaffac9c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.096 +05:30 b5e1f3c8-7908-43e6-9db3-aa3c63718903 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.4052ms 2024-09-07 11:54:47.101 +05:30 e176317d-fd60-4586-a423-2658eb812a4e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.101 +05:30 cd60076e-96c1-49ff-b28e-cec54e29d494 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.102 +05:30 cd60076e-96c1-49ff-b28e-cec54e29d494 INF CORS policy execution successful. 2024-09-07 11:54:47.102 +05:30 e176317d-fd60-4586-a423-2658eb812a4e INF CORS policy execution successful. 2024-09-07 11:54:47.102 +05:30 cd60076e-96c1-49ff-b28e-cec54e29d494 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.102 +05:30 e176317d-fd60-4586-a423-2658eb812a4e INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.102 +05:30 40791436-6d13-4a29-84a3-71b7411c869b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.102 +05:30 ad664b92-a128-4e9d-999e-a0570910d9d8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.102 +05:30 40791436-6d13-4a29-84a3-71b7411c869b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.102 +05:30 ad664b92-a128-4e9d-999e-a0570910d9d8 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.105 +05:30 ad664b92-a128-4e9d-999e-a0570910d9d8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.105 +05:30 40791436-6d13-4a29-84a3-71b7411c869b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.106 +05:30 ad664b92-a128-4e9d-999e-a0570910d9d8 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.1301ms 2024-09-07 11:54:47.106 +05:30 40791436-6d13-4a29-84a3-71b7411c869b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.2753ms 2024-09-07 11:54:47.106 +05:30 ad664b92-a128-4e9d-999e-a0570910d9d8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.106 +05:30 40791436-6d13-4a29-84a3-71b7411c869b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.106 +05:30 40791436-6d13-4a29-84a3-71b7411c869b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cd60076e-96c1-49ff-b28e-cec54e29d494}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.106 +05:30 ad664b92-a128-4e9d-999e-a0570910d9d8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e176317d-fd60-4586-a423-2658eb812a4e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.106 +05:30 ad664b92-a128-4e9d-999e-a0570910d9d8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 4.9288ms 2024-09-07 11:54:47.106 +05:30 40791436-6d13-4a29-84a3-71b7411c869b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 4.9797ms 2024-09-07 11:54:47.133 +05:30 10df48de-9001-4396-9c57-c789d90e3d7d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=326&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.134 +05:30 10df48de-9001-4396-9c57-c789d90e3d7d INF CORS policy execution successful. 2024-09-07 11:54:47.134 +05:30 10df48de-9001-4396-9c57-c789d90e3d7d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=326&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.135 +05:30 2d185ffe-b092-4396-bf1b-63326fdcbcf0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.135 +05:30 2d185ffe-b092-4396-bf1b-63326fdcbcf0 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.139 +05:30 2d185ffe-b092-4396-bf1b-63326fdcbcf0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.140 +05:30 2d185ffe-b092-4396-bf1b-63326fdcbcf0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.8412ms 2024-09-07 11:54:47.140 +05:30 2d185ffe-b092-4396-bf1b-63326fdcbcf0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.140 +05:30 2d185ffe-b092-4396-bf1b-63326fdcbcf0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 10df48de-9001-4396-9c57-c789d90e3d7d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 184} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":326,\"Caption\":\"iCountry\",\"Language\":\"English\",\"FieldType\":\"table\"}]"} 2024-09-07 11:54:47.140 +05:30 2d185ffe-b092-4396-bf1b-63326fdcbcf0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=326&tagId=20&languageId=1 - 200 184 application/json; charset=utf-8 7.4084ms 2024-09-07 11:54:47.148 +05:30 19ca73e1-3911-424a-82da-169d9dd532b0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:54:47.149 +05:30 19ca73e1-3911-424a-82da-169d9dd532b0 INF CORS policy execution successful. 2024-09-07 11:54:47.149 +05:30 19ca73e1-3911-424a-82da-169d9dd532b0 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:54:47.149 +05:30 c3329d05-90f6-4092-8960-c4bb567a98c8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.149 +05:30 c3329d05-90f6-4092-8960-c4bb567a98c8 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:54:47.152 +05:30 c3329d05-90f6-4092-8960-c4bb567a98c8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:54:47.152 +05:30 c3329d05-90f6-4092-8960-c4bb567a98c8 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.8598ms 2024-09-07 11:54:47.152 +05:30 c3329d05-90f6-4092-8960-c4bb567a98c8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:54:47.152 +05:30 c3329d05-90f6-4092-8960-c4bb567a98c8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 19ca73e1-3911-424a-82da-169d9dd532b0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:54:47.153 +05:30 c3329d05-90f6-4092-8960-c4bb567a98c8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 4.3591ms 2024-09-07 11:55:14.046 +05:30 e5b50289-a155-42a3-8b61-b810bb7efba2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:55:14.048 +05:30 e5b50289-a155-42a3-8b61-b810bb7efba2 INF CORS policy execution successful. 2024-09-07 11:55:14.049 +05:30 e5b50289-a155-42a3-8b61-b810bb7efba2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 3.1903ms 2024-09-07 11:55:14.099 +05:30 8f44b468-7390-4236-9328-66aab771e747 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:55:14.100 +05:30 8f44b468-7390-4236-9328-66aab771e747 INF CORS policy execution successful. 2024-09-07 11:55:14.101 +05:30 8f44b468-7390-4236-9328-66aab771e747 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:14.101 +05:30 7d1cc9b4-ec7b-4448-af3e-7662dd902d75 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:55:14.101 +05:30 7d1cc9b4-ec7b-4448-af3e-7662dd902d75 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:14.108 +05:30 7d1cc9b4-ec7b-4448-af3e-7662dd902d75 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:14.109 +05:30 7d1cc9b4-ec7b-4448-af3e-7662dd902d75 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 7.3354ms 2024-09-07 11:55:14.109 +05:30 7d1cc9b4-ec7b-4448-af3e-7662dd902d75 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:55:14.109 +05:30 7d1cc9b4-ec7b-4448-af3e-7662dd902d75 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8f44b468-7390-4236-9328-66aab771e747}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:55:14.110 +05:30 7d1cc9b4-ec7b-4448-af3e-7662dd902d75 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 10.2086ms 2024-09-07 11:55:14.508 +05:30 b77a645f-98bb-4248-94d3-bc0ab3fc96d7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:55:14.509 +05:30 b77a645f-98bb-4248-94d3-bc0ab3fc96d7 INF CORS policy execution successful. 2024-09-07 11:55:14.509 +05:30 b77a645f-98bb-4248-94d3-bc0ab3fc96d7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5773ms 2024-09-07 11:55:14.555 +05:30 19d52d12-4534-414a-bfbe-453fc0a24597 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:55:14.556 +05:30 19d52d12-4534-414a-bfbe-453fc0a24597 INF CORS policy execution successful. 2024-09-07 11:55:14.556 +05:30 19d52d12-4534-414a-bfbe-453fc0a24597 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:14.556 +05:30 bcb99ebf-0af2-4cb8-b8ed-221bea334f61 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:55:14.556 +05:30 bcb99ebf-0af2-4cb8-b8ed-221bea334f61 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:14.560 +05:30 bcb99ebf-0af2-4cb8-b8ed-221bea334f61 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:14.560 +05:30 bcb99ebf-0af2-4cb8-b8ed-221bea334f61 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.4243ms 2024-09-07 11:55:14.560 +05:30 bcb99ebf-0af2-4cb8-b8ed-221bea334f61 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:55:14.560 +05:30 bcb99ebf-0af2-4cb8-b8ed-221bea334f61 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 19d52d12-4534-414a-bfbe-453fc0a24597}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:55:14.560 +05:30 bcb99ebf-0af2-4cb8-b8ed-221bea334f61 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 5.2142ms 2024-09-07 11:55:16.757 +05:30 63ab88c1-82d6-4c9d-b994-ba876a1d1708 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:55:16.757 +05:30 63ab88c1-82d6-4c9d-b994-ba876a1d1708 INF CORS policy execution successful. 2024-09-07 11:55:16.758 +05:30 63ab88c1-82d6-4c9d-b994-ba876a1d1708 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6587ms 2024-09-07 11:55:16.763 +05:30 093a21ae-a4fd-42c8-9f17-ed66128c863a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:55:16.763 +05:30 093a21ae-a4fd-42c8-9f17-ed66128c863a INF CORS policy execution successful. 2024-09-07 11:55:16.763 +05:30 093a21ae-a4fd-42c8-9f17-ed66128c863a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4227ms 2024-09-07 11:55:16.807 +05:30 a82d85f3-8d42-4325-9d31-d0acbb2e6201 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:55:16.807 +05:30 a82d85f3-8d42-4325-9d31-d0acbb2e6201 INF CORS policy execution successful. 2024-09-07 11:55:16.808 +05:30 a82d85f3-8d42-4325-9d31-d0acbb2e6201 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:16.808 +05:30 068db2c9-831d-40ab-b9bf-c2735fcd5177 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:55:16.808 +05:30 068db2c9-831d-40ab-b9bf-c2735fcd5177 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:55:16.811 +05:30 068db2c9-831d-40ab-b9bf-c2735fcd5177 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:16.811 +05:30 068db2c9-831d-40ab-b9bf-c2735fcd5177 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.8749ms 2024-09-07 11:55:16.811 +05:30 068db2c9-831d-40ab-b9bf-c2735fcd5177 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:55:16.811 +05:30 068db2c9-831d-40ab-b9bf-c2735fcd5177 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a82d85f3-8d42-4325-9d31-d0acbb2e6201}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:55:16.812 +05:30 068db2c9-831d-40ab-b9bf-c2735fcd5177 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.6797ms 2024-09-07 11:55:16.862 +05:30 cad4708f-60bd-432c-9029-02561c190123 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:55:16.862 +05:30 cad4708f-60bd-432c-9029-02561c190123 INF CORS policy execution successful. 2024-09-07 11:55:16.863 +05:30 cad4708f-60bd-432c-9029-02561c190123 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:16.863 +05:30 32c9bf1b-8c57-4359-bf9b-d39805af070d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:55:16.863 +05:30 32c9bf1b-8c57-4359-bf9b-d39805af070d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:55:16.866 +05:30 32c9bf1b-8c57-4359-bf9b-d39805af070d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:16.867 +05:30 32c9bf1b-8c57-4359-bf9b-d39805af070d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.3795ms 2024-09-07 11:55:16.867 +05:30 32c9bf1b-8c57-4359-bf9b-d39805af070d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:55:16.867 +05:30 32c9bf1b-8c57-4359-bf9b-d39805af070d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cad4708f-60bd-432c-9029-02561c190123}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:55:16.867 +05:30 32c9bf1b-8c57-4359-bf9b-d39805af070d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.8027ms 2024-09-07 11:55:19.090 +05:30 c10ded9a-30e9-483f-a821-d91aa2675e10 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:55:19.090 +05:30 c10ded9a-30e9-483f-a821-d91aa2675e10 INF CORS policy execution successful. 2024-09-07 11:55:19.091 +05:30 c10ded9a-30e9-483f-a821-d91aa2675e10 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5316ms 2024-09-07 11:55:19.137 +05:30 d7ffec7f-4efd-4245-8bab-2f7b09bb3090 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:55:19.138 +05:30 d7ffec7f-4efd-4245-8bab-2f7b09bb3090 INF CORS policy execution successful. 2024-09-07 11:55:19.138 +05:30 d7ffec7f-4efd-4245-8bab-2f7b09bb3090 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:19.138 +05:30 8ff60559-9f1f-465f-9ef0-b29a0c00ef3b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:55:19.139 +05:30 8ff60559-9f1f-465f-9ef0-b29a0c00ef3b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:19.145 +05:30 8ff60559-9f1f-465f-9ef0-b29a0c00ef3b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:19.145 +05:30 8ff60559-9f1f-465f-9ef0-b29a0c00ef3b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.2451ms 2024-09-07 11:55:19.145 +05:30 8ff60559-9f1f-465f-9ef0-b29a0c00ef3b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:55:19.145 +05:30 8ff60559-9f1f-465f-9ef0-b29a0c00ef3b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d7ffec7f-4efd-4245-8bab-2f7b09bb3090}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:55:19.145 +05:30 8ff60559-9f1f-465f-9ef0-b29a0c00ef3b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 8.0592ms 2024-09-07 11:55:19.387 +05:30 723feb5f-3d71-4bb4-8498-c76d3976d70b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:55:19.387 +05:30 723feb5f-3d71-4bb4-8498-c76d3976d70b INF CORS policy execution successful. 2024-09-07 11:55:19.387 +05:30 723feb5f-3d71-4bb4-8498-c76d3976d70b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.4399ms 2024-09-07 11:55:19.435 +05:30 a61e3c76-95ed-4aed-bb66-d3338b5f5cb5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:55:19.435 +05:30 a61e3c76-95ed-4aed-bb66-d3338b5f5cb5 INF CORS policy execution successful. 2024-09-07 11:55:19.435 +05:30 a61e3c76-95ed-4aed-bb66-d3338b5f5cb5 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:19.435 +05:30 2e0282d7-9d7d-42bb-a49b-b61775c522ae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:55:19.436 +05:30 2e0282d7-9d7d-42bb-a49b-b61775c522ae INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:55:19.437 +05:30 2e0282d7-9d7d-42bb-a49b-b61775c522ae INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:19.438 +05:30 2e0282d7-9d7d-42bb-a49b-b61775c522ae INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 1.9838ms 2024-09-07 11:55:19.438 +05:30 2e0282d7-9d7d-42bb-a49b-b61775c522ae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:55:19.438 +05:30 2e0282d7-9d7d-42bb-a49b-b61775c522ae INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a61e3c76-95ed-4aed-bb66-d3338b5f5cb5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:55:19.438 +05:30 2e0282d7-9d7d-42bb-a49b-b61775c522ae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 3.2601ms 2024-09-07 11:55:26.814 +05:30 6ae76613-5621-49a9-9307-173d627de33d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:55:26.814 +05:30 6ae76613-5621-49a9-9307-173d627de33d INF CORS policy execution successful. 2024-09-07 11:55:26.815 +05:30 6ae76613-5621-49a9-9307-173d627de33d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.9294ms 2024-09-07 11:55:26.868 +05:30 ab51b4a0-2159-40af-8739-59f9e28cf89d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:55:26.869 +05:30 ab51b4a0-2159-40af-8739-59f9e28cf89d INF CORS policy execution successful. 2024-09-07 11:55:26.869 +05:30 ab51b4a0-2159-40af-8739-59f9e28cf89d INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:26.870 +05:30 d2b6d1d5-61ea-4a9b-a8fd-83df6f1b5007 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:55:26.870 +05:30 d2b6d1d5-61ea-4a9b-a8fd-83df6f1b5007 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:26.876 +05:30 d2b6d1d5-61ea-4a9b-a8fd-83df6f1b5007 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:26.876 +05:30 d2b6d1d5-61ea-4a9b-a8fd-83df6f1b5007 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.1664ms 2024-09-07 11:55:26.876 +05:30 d2b6d1d5-61ea-4a9b-a8fd-83df6f1b5007 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:55:26.876 +05:30 d2b6d1d5-61ea-4a9b-a8fd-83df6f1b5007 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ab51b4a0-2159-40af-8739-59f9e28cf89d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:55:26.877 +05:30 d2b6d1d5-61ea-4a9b-a8fd-83df6f1b5007 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 8.3926ms 2024-09-07 11:55:30.450 +05:30 7285032c-66e7-47ae-8b80-779a93261b91 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.450 +05:30 7285032c-66e7-47ae-8b80-779a93261b91 INF CORS policy execution successful. 2024-09-07 11:55:30.451 +05:30 7285032c-66e7-47ae-8b80-779a93261b91 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.9675ms 2024-09-07 11:55:30.451 +05:30 63799011-84f3-4212-b178-8a04c84024c5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.451 +05:30 63799011-84f3-4212-b178-8a04c84024c5 INF CORS policy execution successful. 2024-09-07 11:55:30.452 +05:30 63799011-84f3-4212-b178-8a04c84024c5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.5256ms 2024-09-07 11:55:30.453 +05:30 1f7051bb-8704-4877-8b35-5405e897e8cb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.453 +05:30 1f7051bb-8704-4877-8b35-5405e897e8cb INF CORS policy execution successful. 2024-09-07 11:55:30.453 +05:30 1f7051bb-8704-4877-8b35-5405e897e8cb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.4654ms 2024-09-07 11:55:30.457 +05:30 5e5cfd43-fec8-4158-ba95-c1dbd6c330d1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.457 +05:30 5e5cfd43-fec8-4158-ba95-c1dbd6c330d1 INF CORS policy execution successful. 2024-09-07 11:55:30.457 +05:30 5e5cfd43-fec8-4158-ba95-c1dbd6c330d1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.4781ms 2024-09-07 11:55:30.458 +05:30 429576b4-effc-4473-b997-1705cd843883 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.458 +05:30 429576b4-effc-4473-b997-1705cd843883 INF CORS policy execution successful. 2024-09-07 11:55:30.458 +05:30 429576b4-effc-4473-b997-1705cd843883 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.4254ms 2024-09-07 11:55:30.459 +05:30 6af6e294-ff25-49d9-866e-63871f4bfbf9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.459 +05:30 6af6e294-ff25-49d9-866e-63871f4bfbf9 INF CORS policy execution successful. 2024-09-07 11:55:30.460 +05:30 6af6e294-ff25-49d9-866e-63871f4bfbf9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.5562ms 2024-09-07 11:55:30.493 +05:30 bd2e30b0-357e-4f11-8ee0-e145e7c7cfbf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.493 +05:30 2e829ed0-50b8-49a4-aeba-2b712ca0833c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.493 +05:30 bd2e30b0-357e-4f11-8ee0-e145e7c7cfbf INF CORS policy execution successful. 2024-09-07 11:55:30.493 +05:30 2e829ed0-50b8-49a4-aeba-2b712ca0833c INF CORS policy execution successful. 2024-09-07 11:55:30.494 +05:30 2e829ed0-50b8-49a4-aeba-2b712ca0833c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.4807ms 2024-09-07 11:55:30.494 +05:30 bd2e30b0-357e-4f11-8ee0-e145e7c7cfbf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.7628ms 2024-09-07 11:55:30.498 +05:30 da0b4c73-53e1-4e1c-8864-cc9b1f889de9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.498 +05:30 da0b4c73-53e1-4e1c-8864-cc9b1f889de9 INF CORS policy execution successful. 2024-09-07 11:55:30.498 +05:30 da0b4c73-53e1-4e1c-8864-cc9b1f889de9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 0.422ms 2024-09-07 11:55:30.507 +05:30 b625cd7b-7302-4532-baf9-ce87c49bd25e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.507 +05:30 3f390ecb-d79e-42a0-906c-48cd8be8b6c3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.507 +05:30 b625cd7b-7302-4532-baf9-ce87c49bd25e INF CORS policy execution successful. 2024-09-07 11:55:30.508 +05:30 b625cd7b-7302-4532-baf9-ce87c49bd25e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.525ms 2024-09-07 11:55:30.508 +05:30 3f390ecb-d79e-42a0-906c-48cd8be8b6c3 INF CORS policy execution successful. 2024-09-07 11:55:30.508 +05:30 167815f6-0602-4781-9c76-971c9167c22e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=326&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.508 +05:30 3f390ecb-d79e-42a0-906c-48cd8be8b6c3 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.508 +05:30 167815f6-0602-4781-9c76-971c9167c22e INF CORS policy execution successful. 2024-09-07 11:55:30.508 +05:30 8eda484d-362d-461e-bab9-46e2e4fee963 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.508 +05:30 167815f6-0602-4781-9c76-971c9167c22e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=326&tagId=20&languageId=1 - 204 null null 0.4039ms 2024-09-07 11:55:30.508 +05:30 8eda484d-362d-461e-bab9-46e2e4fee963 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.512 +05:30 8eda484d-362d-461e-bab9-46e2e4fee963 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.512 +05:30 8eda484d-362d-461e-bab9-46e2e4fee963 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.3774ms 2024-09-07 11:55:30.512 +05:30 8eda484d-362d-461e-bab9-46e2e4fee963 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.512 +05:30 8eda484d-362d-461e-bab9-46e2e4fee963 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3f390ecb-d79e-42a0-906c-48cd8be8b6c3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.513 +05:30 8eda484d-362d-461e-bab9-46e2e4fee963 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 5.3314ms 2024-09-07 11:55:30.547 +05:30 d5a85141-6ff3-4fea-a043-b57d46bd4bf2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.547 +05:30 d5a85141-6ff3-4fea-a043-b57d46bd4bf2 INF CORS policy execution successful. 2024-09-07 11:55:30.588 +05:30 d5a85141-6ff3-4fea-a043-b57d46bd4bf2 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.588 +05:30 b25c07b3-12bb-4005-bfd9-5e062c54bf68 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.588 +05:30 08a53ec4-125d-420f-b460-727410ff64f3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.588 +05:30 7b2d8856-fe35-4113-a64f-99b43d11cd54 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.588 +05:30 7b2d8856-fe35-4113-a64f-99b43d11cd54 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.588 +05:30 08a53ec4-125d-420f-b460-727410ff64f3 INF CORS policy execution successful. 2024-09-07 11:55:30.588 +05:30 b25c07b3-12bb-4005-bfd9-5e062c54bf68 INF CORS policy execution successful. 2024-09-07 11:55:30.588 +05:30 08a53ec4-125d-420f-b460-727410ff64f3 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.588 +05:30 b25c07b3-12bb-4005-bfd9-5e062c54bf68 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.589 +05:30 7bf1c95e-3fa8-4c83-8de9-846014d0363b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.589 +05:30 1efa6b0d-bd90-4898-9cae-36d0a2ebf860 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.589 +05:30 7bf1c95e-3fa8-4c83-8de9-846014d0363b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.589 +05:30 1efa6b0d-bd90-4898-9cae-36d0a2ebf860 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.589 +05:30 da480a6a-4efe-4747-bb03-fe37e5d7dd63 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.590 +05:30 da480a6a-4efe-4747-bb03-fe37e5d7dd63 INF CORS policy execution successful. 2024-09-07 11:55:30.590 +05:30 da480a6a-4efe-4747-bb03-fe37e5d7dd63 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.590 +05:30 a7422707-153d-4cf0-8587-c5a448c73a26 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.590 +05:30 a7422707-153d-4cf0-8587-c5a448c73a26 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.591 +05:30 92c19fe9-2381-4529-8087-425688c83742 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.591 +05:30 92c19fe9-2381-4529-8087-425688c83742 INF CORS policy execution successful. 2024-09-07 11:55:30.591 +05:30 92c19fe9-2381-4529-8087-425688c83742 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.591 +05:30 28c9e6ad-8b90-4f22-bda9-731e64237961 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.591 +05:30 28c9e6ad-8b90-4f22-bda9-731e64237961 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.594 +05:30 7b2d8856-fe35-4113-a64f-99b43d11cd54 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.594 +05:30 7b2d8856-fe35-4113-a64f-99b43d11cd54 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 5.8524ms 2024-09-07 11:55:30.594 +05:30 7b2d8856-fe35-4113-a64f-99b43d11cd54 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.594 +05:30 7b2d8856-fe35-4113-a64f-99b43d11cd54 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d5a85141-6ff3-4fea-a043-b57d46bd4bf2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.595 +05:30 7b2d8856-fe35-4113-a64f-99b43d11cd54 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 48.2094ms 2024-09-07 11:55:30.597 +05:30 7bf1c95e-3fa8-4c83-8de9-846014d0363b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.598 +05:30 7bf1c95e-3fa8-4c83-8de9-846014d0363b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 8.7285ms 2024-09-07 11:55:30.598 +05:30 7bf1c95e-3fa8-4c83-8de9-846014d0363b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.598 +05:30 7bf1c95e-3fa8-4c83-8de9-846014d0363b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b25c07b3-12bb-4005-bfd9-5e062c54bf68}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.598 +05:30 7bf1c95e-3fa8-4c83-8de9-846014d0363b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 10.4957ms 2024-09-07 11:55:30.599 +05:30 1efa6b0d-bd90-4898-9cae-36d0a2ebf860 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.599 +05:30 1efa6b0d-bd90-4898-9cae-36d0a2ebf860 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 10.1044ms 2024-09-07 11:55:30.599 +05:30 1efa6b0d-bd90-4898-9cae-36d0a2ebf860 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.599 +05:30 1efa6b0d-bd90-4898-9cae-36d0a2ebf860 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 08a53ec4-125d-420f-b460-727410ff64f3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.599 +05:30 1efa6b0d-bd90-4898-9cae-36d0a2ebf860 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 11.7531ms 2024-09-07 11:55:30.600 +05:30 fb57d88e-4875-429d-9a47-042d829d998c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.601 +05:30 fb57d88e-4875-429d-9a47-042d829d998c INF CORS policy execution successful. 2024-09-07 11:55:30.601 +05:30 fb57d88e-4875-429d-9a47-042d829d998c INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.602 +05:30 b216a060-27de-46a0-b3ac-fc62a453ccdc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.602 +05:30 b216a060-27de-46a0-b3ac-fc62a453ccdc INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.608 +05:30 b216a060-27de-46a0-b3ac-fc62a453ccdc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.608 +05:30 b216a060-27de-46a0-b3ac-fc62a453ccdc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 6.2765ms 2024-09-07 11:55:30.608 +05:30 b216a060-27de-46a0-b3ac-fc62a453ccdc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.608 +05:30 b216a060-27de-46a0-b3ac-fc62a453ccdc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fb57d88e-4875-429d-9a47-042d829d998c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.609 +05:30 b216a060-27de-46a0-b3ac-fc62a453ccdc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 8.4606ms 2024-09-07 11:55:30.613 +05:30 28c9e6ad-8b90-4f22-bda9-731e64237961 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.613 +05:30 a7422707-153d-4cf0-8587-c5a448c73a26 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.613 +05:30 28c9e6ad-8b90-4f22-bda9-731e64237961 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 21.7828ms 2024-09-07 11:55:30.613 +05:30 a7422707-153d-4cf0-8587-c5a448c73a26 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 23.388ms 2024-09-07 11:55:30.613 +05:30 28c9e6ad-8b90-4f22-bda9-731e64237961 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.613 +05:30 a7422707-153d-4cf0-8587-c5a448c73a26 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.614 +05:30 28c9e6ad-8b90-4f22-bda9-731e64237961 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 92c19fe9-2381-4529-8087-425688c83742}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.614 +05:30 a7422707-153d-4cf0-8587-c5a448c73a26 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: da480a6a-4efe-4747-bb03-fe37e5d7dd63}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.614 +05:30 28c9e6ad-8b90-4f22-bda9-731e64237961 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 22.9501ms 2024-09-07 11:55:30.614 +05:30 a7422707-153d-4cf0-8587-c5a448c73a26 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 24.4687ms 2024-09-07 11:55:30.662 +05:30 ee85f097-152c-4003-b5c9-9d252b5374aa INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.662 +05:30 ee85f097-152c-4003-b5c9-9d252b5374aa INF CORS policy execution successful. 2024-09-07 11:55:30.662 +05:30 ee85f097-152c-4003-b5c9-9d252b5374aa INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.662 +05:30 e60ef129-c098-474b-abf1-2279e12e4d6b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.662 +05:30 e60ef129-c098-474b-abf1-2279e12e4d6b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.665 +05:30 e60ef129-c098-474b-abf1-2279e12e4d6b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.665 +05:30 e60ef129-c098-474b-abf1-2279e12e4d6b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.6666ms 2024-09-07 11:55:30.665 +05:30 e60ef129-c098-474b-abf1-2279e12e4d6b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.665 +05:30 e60ef129-c098-474b-abf1-2279e12e4d6b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ee85f097-152c-4003-b5c9-9d252b5374aa}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.666 +05:30 e60ef129-c098-474b-abf1-2279e12e4d6b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.9863ms 2024-09-07 11:55:30.669 +05:30 5f9c5d00-2c6f-47dc-b05a-f4357a4bc94d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.669 +05:30 06a4cb68-4d73-4207-b7eb-825c61590f06 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.669 +05:30 5f9c5d00-2c6f-47dc-b05a-f4357a4bc94d INF CORS policy execution successful. 2024-09-07 11:55:30.669 +05:30 06a4cb68-4d73-4207-b7eb-825c61590f06 INF CORS policy execution successful. 2024-09-07 11:55:30.669 +05:30 5f9c5d00-2c6f-47dc-b05a-f4357a4bc94d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.669 +05:30 06a4cb68-4d73-4207-b7eb-825c61590f06 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.669 +05:30 59f41284-874a-4c8b-adec-c83285c96c54 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.669 +05:30 d6997be2-9298-4ca5-b301-99985c15955e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.669 +05:30 59f41284-874a-4c8b-adec-c83285c96c54 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.669 +05:30 d6997be2-9298-4ca5-b301-99985c15955e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.671 +05:30 59f41284-874a-4c8b-adec-c83285c96c54 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.671 +05:30 d6997be2-9298-4ca5-b301-99985c15955e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.671 +05:30 59f41284-874a-4c8b-adec-c83285c96c54 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.9551ms 2024-09-07 11:55:30.671 +05:30 59f41284-874a-4c8b-adec-c83285c96c54 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.671 +05:30 d6997be2-9298-4ca5-b301-99985c15955e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.9917ms 2024-09-07 11:55:30.671 +05:30 d6997be2-9298-4ca5-b301-99985c15955e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.671 +05:30 59f41284-874a-4c8b-adec-c83285c96c54 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5f9c5d00-2c6f-47dc-b05a-f4357a4bc94d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.671 +05:30 d6997be2-9298-4ca5-b301-99985c15955e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 06a4cb68-4d73-4207-b7eb-825c61590f06}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:55:30.672 +05:30 d6997be2-9298-4ca5-b301-99985c15955e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 2.9882ms 2024-09-07 11:55:30.672 +05:30 59f41284-874a-4c8b-adec-c83285c96c54 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 3.0351ms 2024-09-07 11:55:30.675 +05:30 6491534d-2650-4ddc-87d7-a92d4c3f888b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=326&tagId=20&languageId=1 - null null 2024-09-07 11:55:30.675 +05:30 6491534d-2650-4ddc-87d7-a92d4c3f888b INF CORS policy execution successful. 2024-09-07 11:55:30.675 +05:30 6491534d-2650-4ddc-87d7-a92d4c3f888b INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=326&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:55:30.675 +05:30 f65d748e-6f93-43c4-a9d0-19a4ab4f18f1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.675 +05:30 f65d748e-6f93-43c4-a9d0-19a4ab4f18f1 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:55:30.681 +05:30 f65d748e-6f93-43c4-a9d0-19a4ab4f18f1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:55:30.681 +05:30 f65d748e-6f93-43c4-a9d0-19a4ab4f18f1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 5.2085ms 2024-09-07 11:55:30.681 +05:30 f65d748e-6f93-43c4-a9d0-19a4ab4f18f1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:55:30.681 +05:30 f65d748e-6f93-43c4-a9d0-19a4ab4f18f1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6491534d-2650-4ddc-87d7-a92d4c3f888b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 184} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":326,\"Caption\":\"iCountry\",\"Language\":\"English\",\"FieldType\":\"table\"}]"} 2024-09-07 11:55:30.681 +05:30 f65d748e-6f93-43c4-a9d0-19a4ab4f18f1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=326&tagId=20&languageId=1 - 200 184 application/json; charset=utf-8 6.2493ms 2024-09-07 11:56:00.964 +05:30 3c10653d-1d61-4f3a-b93b-f742bb583232 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:56:00.966 +05:30 3c10653d-1d61-4f3a-b93b-f742bb583232 INF CORS policy execution successful. 2024-09-07 11:56:00.966 +05:30 3c10653d-1d61-4f3a-b93b-f742bb583232 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 2.5165ms 2024-09-07 11:56:01.132 +05:30 b46d19bb-fe68-481d-907c-872413f15a89 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:56:01.133 +05:30 b46d19bb-fe68-481d-907c-872413f15a89 INF CORS policy execution successful. 2024-09-07 11:56:01.134 +05:30 b46d19bb-fe68-481d-907c-872413f15a89 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:01.136 +05:30 0ec7f28c-d672-471b-988d-32f63eb3dbab INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:01.139 +05:30 0ec7f28c-d672-471b-988d-32f63eb3dbab INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:01.154 +05:30 0ec7f28c-d672-471b-988d-32f63eb3dbab INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:01.155 +05:30 0ec7f28c-d672-471b-988d-32f63eb3dbab INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.801ms 2024-09-07 11:56:01.155 +05:30 0ec7f28c-d672-471b-988d-32f63eb3dbab INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:01.155 +05:30 0ec7f28c-d672-471b-988d-32f63eb3dbab INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b46d19bb-fe68-481d-907c-872413f15a89}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:56:01.156 +05:30 0ec7f28c-d672-471b-988d-32f63eb3dbab INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 23.5694ms 2024-09-07 11:56:02.547 +05:30 ea45b5f9-1f54-4e7a-baf4-7572045e519b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:56:02.548 +05:30 ea45b5f9-1f54-4e7a-baf4-7572045e519b INF CORS policy execution successful. 2024-09-07 11:56:02.548 +05:30 ea45b5f9-1f54-4e7a-baf4-7572045e519b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:02.548 +05:30 ef585447-cda6-491a-b6c2-dca50739c27c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:02.548 +05:30 ef585447-cda6-491a-b6c2-dca50739c27c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:02.555 +05:30 ef585447-cda6-491a-b6c2-dca50739c27c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:02.555 +05:30 ef585447-cda6-491a-b6c2-dca50739c27c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.5874ms 2024-09-07 11:56:02.555 +05:30 ef585447-cda6-491a-b6c2-dca50739c27c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:02.555 +05:30 ef585447-cda6-491a-b6c2-dca50739c27c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ea45b5f9-1f54-4e7a-baf4-7572045e519b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:56:02.556 +05:30 ef585447-cda6-491a-b6c2-dca50739c27c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 8.418ms 2024-09-07 11:56:07.737 +05:30 0c5b68c2-822b-4dd8-953e-6ab153031eb5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:56:07.738 +05:30 0c5b68c2-822b-4dd8-953e-6ab153031eb5 INF CORS policy execution successful. 2024-09-07 11:56:07.738 +05:30 0c5b68c2-822b-4dd8-953e-6ab153031eb5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5355ms 2024-09-07 11:56:07.788 +05:30 b467d1a4-7279-475f-b832-3c09d28ed709 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:56:07.789 +05:30 b467d1a4-7279-475f-b832-3c09d28ed709 INF CORS policy execution successful. 2024-09-07 11:56:07.789 +05:30 b467d1a4-7279-475f-b832-3c09d28ed709 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:07.789 +05:30 5fd76438-292e-4a4a-9262-6d021f36fc6f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:56:07.789 +05:30 5fd76438-292e-4a4a-9262-6d021f36fc6f INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:07.793 +05:30 5fd76438-292e-4a4a-9262-6d021f36fc6f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:07.794 +05:30 5fd76438-292e-4a4a-9262-6d021f36fc6f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.3795ms 2024-09-07 11:56:07.794 +05:30 5fd76438-292e-4a4a-9262-6d021f36fc6f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:56:07.794 +05:30 5fd76438-292e-4a4a-9262-6d021f36fc6f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b467d1a4-7279-475f-b832-3c09d28ed709}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:56:07.795 +05:30 5fd76438-292e-4a4a-9262-6d021f36fc6f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 742 application/json; charset=utf-8 6.4061ms 2024-09-07 11:56:08.226 +05:30 66c5c237-73e2-409d-b10f-ec0e967262b7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:56:08.226 +05:30 66c5c237-73e2-409d-b10f-ec0e967262b7 INF CORS policy execution successful. 2024-09-07 11:56:08.226 +05:30 66c5c237-73e2-409d-b10f-ec0e967262b7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4792ms 2024-09-07 11:56:08.280 +05:30 e52133cc-a326-45dc-bcf5-e4ff84db8a26 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:56:08.280 +05:30 e52133cc-a326-45dc-bcf5-e4ff84db8a26 INF CORS policy execution successful. 2024-09-07 11:56:08.280 +05:30 e52133cc-a326-45dc-bcf5-e4ff84db8a26 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:08.280 +05:30 490fa196-4a54-49be-ba24-8bb1fafc522b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:56:08.281 +05:30 490fa196-4a54-49be-ba24-8bb1fafc522b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:08.284 +05:30 490fa196-4a54-49be-ba24-8bb1fafc522b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:08.284 +05:30 490fa196-4a54-49be-ba24-8bb1fafc522b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.0706ms 2024-09-07 11:56:08.284 +05:30 490fa196-4a54-49be-ba24-8bb1fafc522b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:56:08.284 +05:30 490fa196-4a54-49be-ba24-8bb1fafc522b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e52133cc-a326-45dc-bcf5-e4ff84db8a26}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 742} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:56:08.284 +05:30 490fa196-4a54-49be-ba24-8bb1fafc522b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 742 application/json; charset=utf-8 4.5607ms 2024-09-07 11:56:10.685 +05:30 5f61c4c1-d904-4771-b9a8-41bbc950fbba INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:56:10.685 +05:30 5f61c4c1-d904-4771-b9a8-41bbc950fbba INF CORS policy execution successful. 2024-09-07 11:56:10.685 +05:30 5f61c4c1-d904-4771-b9a8-41bbc950fbba INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.699ms 2024-09-07 11:56:10.693 +05:30 4a077289-2cb0-457c-b806-0db158ded192 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:56:10.693 +05:30 4a077289-2cb0-457c-b806-0db158ded192 INF CORS policy execution successful. 2024-09-07 11:56:10.693 +05:30 4a077289-2cb0-457c-b806-0db158ded192 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5209ms 2024-09-07 11:56:10.739 +05:30 7a7bcb9c-49a0-4682-8373-cf1fe59faab3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:56:10.740 +05:30 7a7bcb9c-49a0-4682-8373-cf1fe59faab3 INF CORS policy execution successful. 2024-09-07 11:56:10.741 +05:30 7a7bcb9c-49a0-4682-8373-cf1fe59faab3 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:10.741 +05:30 1b60a61f-bfdd-4511-bac3-a2c6c9c78f34 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:56:10.741 +05:30 1b60a61f-bfdd-4511-bac3-a2c6c9c78f34 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:56:10.747 +05:30 1b60a61f-bfdd-4511-bac3-a2c6c9c78f34 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:10.747 +05:30 1b60a61f-bfdd-4511-bac3-a2c6c9c78f34 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.8442ms 2024-09-07 11:56:10.747 +05:30 1b60a61f-bfdd-4511-bac3-a2c6c9c78f34 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:56:10.747 +05:30 1b60a61f-bfdd-4511-bac3-a2c6c9c78f34 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7a7bcb9c-49a0-4682-8373-cf1fe59faab3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:56:10.747 +05:30 1b60a61f-bfdd-4511-bac3-a2c6c9c78f34 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 8.7129ms 2024-09-07 11:56:10.804 +05:30 f4831e1d-95ab-490e-b140-21b904de9b3a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:56:10.804 +05:30 f4831e1d-95ab-490e-b140-21b904de9b3a INF CORS policy execution successful. 2024-09-07 11:56:10.805 +05:30 f4831e1d-95ab-490e-b140-21b904de9b3a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:10.805 +05:30 4fbb1fc0-6d7a-4b70-9070-d2642ea59a24 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:56:10.805 +05:30 4fbb1fc0-6d7a-4b70-9070-d2642ea59a24 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:56:10.807 +05:30 4fbb1fc0-6d7a-4b70-9070-d2642ea59a24 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:10.807 +05:30 4fbb1fc0-6d7a-4b70-9070-d2642ea59a24 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.4032ms 2024-09-07 11:56:10.807 +05:30 4fbb1fc0-6d7a-4b70-9070-d2642ea59a24 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:56:10.808 +05:30 4fbb1fc0-6d7a-4b70-9070-d2642ea59a24 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f4831e1d-95ab-490e-b140-21b904de9b3a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:56:10.808 +05:30 4fbb1fc0-6d7a-4b70-9070-d2642ea59a24 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.0616ms 2024-09-07 11:56:12.535 +05:30 c6ea0948-1d0f-4a7d-9269-d4b4a269ad2e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:56:12.535 +05:30 c6ea0948-1d0f-4a7d-9269-d4b4a269ad2e INF CORS policy execution successful. 2024-09-07 11:56:12.535 +05:30 c6ea0948-1d0f-4a7d-9269-d4b4a269ad2e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7318ms 2024-09-07 11:56:12.593 +05:30 dd9fd057-defd-4ed1-8687-ca853eda1ac5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:56:12.594 +05:30 dd9fd057-defd-4ed1-8687-ca853eda1ac5 INF CORS policy execution successful. 2024-09-07 11:56:12.594 +05:30 dd9fd057-defd-4ed1-8687-ca853eda1ac5 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:12.594 +05:30 f682d3f1-2173-4ced-91d5-88a12ae3f3bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:12.594 +05:30 f682d3f1-2173-4ced-91d5-88a12ae3f3bc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:12.603 +05:30 f682d3f1-2173-4ced-91d5-88a12ae3f3bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:12.603 +05:30 f682d3f1-2173-4ced-91d5-88a12ae3f3bc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 9.2081ms 2024-09-07 11:56:12.603 +05:30 f682d3f1-2173-4ced-91d5-88a12ae3f3bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:12.604 +05:30 f682d3f1-2173-4ced-91d5-88a12ae3f3bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dd9fd057-defd-4ed1-8687-ca853eda1ac5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:56:12.604 +05:30 f682d3f1-2173-4ced-91d5-88a12ae3f3bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 11.1842ms 2024-09-07 11:56:12.833 +05:30 a9c954e8-a2c9-40a3-a9e9-845c206f9e42 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:56:12.834 +05:30 a9c954e8-a2c9-40a3-a9e9-845c206f9e42 INF CORS policy execution successful. 2024-09-07 11:56:12.834 +05:30 a9c954e8-a2c9-40a3-a9e9-845c206f9e42 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.747ms 2024-09-07 11:56:12.894 +05:30 fa35f3d5-0f79-4974-bbc4-ff96498e7c5a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:56:12.894 +05:30 fa35f3d5-0f79-4974-bbc4-ff96498e7c5a INF CORS policy execution successful. 2024-09-07 11:56:12.894 +05:30 fa35f3d5-0f79-4974-bbc4-ff96498e7c5a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:12.895 +05:30 cc8067f8-6b76-46b3-8cf6-72ab2a7600e9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:56:12.895 +05:30 cc8067f8-6b76-46b3-8cf6-72ab2a7600e9 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:56:12.897 +05:30 cc8067f8-6b76-46b3-8cf6-72ab2a7600e9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:12.897 +05:30 cc8067f8-6b76-46b3-8cf6-72ab2a7600e9 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.6297ms 2024-09-07 11:56:12.897 +05:30 cc8067f8-6b76-46b3-8cf6-72ab2a7600e9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:56:12.898 +05:30 cc8067f8-6b76-46b3-8cf6-72ab2a7600e9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fa35f3d5-0f79-4974-bbc4-ff96498e7c5a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:56:12.898 +05:30 cc8067f8-6b76-46b3-8cf6-72ab2a7600e9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 4.4761ms 2024-09-07 11:56:37.634 +05:30 a33b6dd6-eba5-4ecc-8f52-f478145dc3c3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:56:37.635 +05:30 a33b6dd6-eba5-4ecc-8f52-f478145dc3c3 INF CORS policy execution successful. 2024-09-07 11:56:37.636 +05:30 a33b6dd6-eba5-4ecc-8f52-f478145dc3c3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.3523ms 2024-09-07 11:56:37.688 +05:30 9da39ec0-cdc2-4c33-9ffa-af6dfda0fee6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:56:37.689 +05:30 9da39ec0-cdc2-4c33-9ffa-af6dfda0fee6 INF CORS policy execution successful. 2024-09-07 11:56:37.690 +05:30 9da39ec0-cdc2-4c33-9ffa-af6dfda0fee6 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:37.690 +05:30 20879a94-acf5-4222-8409-2b5d770f863c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:37.691 +05:30 20879a94-acf5-4222-8409-2b5d770f863c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:37.705 +05:30 20879a94-acf5-4222-8409-2b5d770f863c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:37.706 +05:30 20879a94-acf5-4222-8409-2b5d770f863c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.3408ms 2024-09-07 11:56:37.706 +05:30 20879a94-acf5-4222-8409-2b5d770f863c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:37.707 +05:30 20879a94-acf5-4222-8409-2b5d770f863c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9da39ec0-cdc2-4c33-9ffa-af6dfda0fee6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:56:37.707 +05:30 20879a94-acf5-4222-8409-2b5d770f863c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 19.0407ms 2024-09-07 11:56:47.500 +05:30 3d4e48b1-7d8e-4c05-9e48-ea769ee5304b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:56:47.501 +05:30 3d4e48b1-7d8e-4c05-9e48-ea769ee5304b INF CORS policy execution successful. 2024-09-07 11:56:47.501 +05:30 3d4e48b1-7d8e-4c05-9e48-ea769ee5304b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.876ms 2024-09-07 11:56:47.554 +05:30 580280bc-9038-4b0d-afa2-8a0461b2d71c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:56:47.555 +05:30 580280bc-9038-4b0d-afa2-8a0461b2d71c INF CORS policy execution successful. 2024-09-07 11:56:47.555 +05:30 580280bc-9038-4b0d-afa2-8a0461b2d71c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:47.555 +05:30 e17b9d44-78de-4921-87ff-48cbeac36cf3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:47.556 +05:30 e17b9d44-78de-4921-87ff-48cbeac36cf3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:47.564 +05:30 e17b9d44-78de-4921-87ff-48cbeac36cf3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:47.565 +05:30 e17b9d44-78de-4921-87ff-48cbeac36cf3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 8.9155ms 2024-09-07 11:56:47.565 +05:30 e17b9d44-78de-4921-87ff-48cbeac36cf3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:47.565 +05:30 e17b9d44-78de-4921-87ff-48cbeac36cf3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 580280bc-9038-4b0d-afa2-8a0461b2d71c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:56:47.565 +05:30 e17b9d44-78de-4921-87ff-48cbeac36cf3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 11.41ms 2024-09-07 11:56:48.847 +05:30 ce065ecb-7a83-4327-ab37-b8effd280747 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:56:48.849 +05:30 ce065ecb-7a83-4327-ab37-b8effd280747 INF CORS policy execution successful. 2024-09-07 11:56:48.849 +05:30 ce065ecb-7a83-4327-ab37-b8effd280747 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:48.849 +05:30 0d62e0bb-2c45-46cd-8f39-53e94e581006 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:48.850 +05:30 0d62e0bb-2c45-46cd-8f39-53e94e581006 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:48.859 +05:30 0d62e0bb-2c45-46cd-8f39-53e94e581006 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:48.859 +05:30 0d62e0bb-2c45-46cd-8f39-53e94e581006 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 9.1534ms 2024-09-07 11:56:48.859 +05:30 0d62e0bb-2c45-46cd-8f39-53e94e581006 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:48.859 +05:30 0d62e0bb-2c45-46cd-8f39-53e94e581006 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ce065ecb-7a83-4327-ab37-b8effd280747}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:56:48.860 +05:30 0d62e0bb-2c45-46cd-8f39-53e94e581006 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 12.5023ms 2024-09-07 11:56:53.823 +05:30 2d597ff5-36ee-4a5c-9a90-c1557f72fa88 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:56:53.823 +05:30 2d597ff5-36ee-4a5c-9a90-c1557f72fa88 INF CORS policy execution successful. 2024-09-07 11:56:53.824 +05:30 2d597ff5-36ee-4a5c-9a90-c1557f72fa88 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.6823ms 2024-09-07 11:56:53.877 +05:30 2ca2d18a-a4bb-4a73-b8cb-3815074190fd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 11:56:53.877 +05:30 2ca2d18a-a4bb-4a73-b8cb-3815074190fd INF CORS policy execution successful. 2024-09-07 11:56:53.877 +05:30 2ca2d18a-a4bb-4a73-b8cb-3815074190fd INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:56:53.878 +05:30 b7b588fb-fb2e-4c4c-a408-94a73c5eaf51 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:53.878 +05:30 b7b588fb-fb2e-4c4c-a408-94a73c5eaf51 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:56:53.881 +05:30 b7b588fb-fb2e-4c4c-a408-94a73c5eaf51 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:56:53.882 +05:30 b7b588fb-fb2e-4c4c-a408-94a73c5eaf51 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 3.9008ms 2024-09-07 11:56:53.882 +05:30 b7b588fb-fb2e-4c4c-a408-94a73c5eaf51 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:56:53.882 +05:30 b7b588fb-fb2e-4c4c-a408-94a73c5eaf51 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2ca2d18a-a4bb-4a73-b8cb-3815074190fd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 11:56:53.882 +05:30 b7b588fb-fb2e-4c4c-a408-94a73c5eaf51 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 5.3185ms 2024-09-07 11:57:03.038 +05:30 70e44f50-9d29-4cc3-9491-61637ce4afdb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:57:03.038 +05:30 70e44f50-9d29-4cc3-9491-61637ce4afdb INF CORS policy execution successful. 2024-09-07 11:57:03.039 +05:30 70e44f50-9d29-4cc3-9491-61637ce4afdb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.096ms 2024-09-07 11:57:03.096 +05:30 3e110fb2-b84b-4e79-a9c7-bed487ffd210 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:57:03.097 +05:30 3e110fb2-b84b-4e79-a9c7-bed487ffd210 INF CORS policy execution successful. 2024-09-07 11:57:03.097 +05:30 3e110fb2-b84b-4e79-a9c7-bed487ffd210 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:03.098 +05:30 e08ed839-23e4-47b5-9231-6c80e2b656cd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:57:03.098 +05:30 e08ed839-23e4-47b5-9231-6c80e2b656cd INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:03.109 +05:30 e08ed839-23e4-47b5-9231-6c80e2b656cd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:03.110 +05:30 e08ed839-23e4-47b5-9231-6c80e2b656cd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 11.7713ms 2024-09-07 11:57:03.110 +05:30 e08ed839-23e4-47b5-9231-6c80e2b656cd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:57:03.110 +05:30 e08ed839-23e4-47b5-9231-6c80e2b656cd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3e110fb2-b84b-4e79-a9c7-bed487ffd210}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:57:03.111 +05:30 e08ed839-23e4-47b5-9231-6c80e2b656cd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.1248ms 2024-09-07 11:57:08.049 +05:30 94347727-6210-407d-9d44-9178aad0762e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.050 +05:30 94347727-6210-407d-9d44-9178aad0762e INF CORS policy execution successful. 2024-09-07 11:57:08.050 +05:30 94347727-6210-407d-9d44-9178aad0762e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.8716ms 2024-09-07 11:57:08.059 +05:30 fb2efab4-191e-4b28-9afe-313cd811e1e1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.059 +05:30 d72966cd-2526-4117-a91b-590ceaf1d9e7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.059 +05:30 fb2efab4-191e-4b28-9afe-313cd811e1e1 INF CORS policy execution successful. 2024-09-07 11:57:08.059 +05:30 d72966cd-2526-4117-a91b-590ceaf1d9e7 INF CORS policy execution successful. 2024-09-07 11:57:08.059 +05:30 fb2efab4-191e-4b28-9afe-313cd811e1e1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.466ms 2024-09-07 11:57:08.059 +05:30 d72966cd-2526-4117-a91b-590ceaf1d9e7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.479ms 2024-09-07 11:57:08.060 +05:30 cb5f0cfd-964a-44f6-8a02-3a1bde4ab504 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.060 +05:30 cb5f0cfd-964a-44f6-8a02-3a1bde4ab504 INF CORS policy execution successful. 2024-09-07 11:57:08.060 +05:30 cb5f0cfd-964a-44f6-8a02-3a1bde4ab504 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.2094ms 2024-09-07 11:57:08.060 +05:30 7003a352-1dde-476a-87c6-987652451131 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.060 +05:30 7003a352-1dde-476a-87c6-987652451131 INF CORS policy execution successful. 2024-09-07 11:57:08.061 +05:30 7003a352-1dde-476a-87c6-987652451131 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.5125ms 2024-09-07 11:57:08.061 +05:30 742f57b3-afe0-4fee-9ad4-bbf8c9ebe030 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.062 +05:30 742f57b3-afe0-4fee-9ad4-bbf8c9ebe030 INF CORS policy execution successful. 2024-09-07 11:57:08.062 +05:30 742f57b3-afe0-4fee-9ad4-bbf8c9ebe030 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.3736ms 2024-09-07 11:57:08.103 +05:30 958777cb-8353-430d-9571-f1380a808871 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.103 +05:30 958777cb-8353-430d-9571-f1380a808871 INF CORS policy execution successful. 2024-09-07 11:57:08.103 +05:30 958777cb-8353-430d-9571-f1380a808871 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.4916ms 2024-09-07 11:57:08.104 +05:30 367d22e3-24ac-4b0f-aa5b-8058eb207708 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.105 +05:30 367d22e3-24ac-4b0f-aa5b-8058eb207708 INF CORS policy execution successful. 2024-09-07 11:57:08.105 +05:30 c37828df-d8d2-4b3a-b3a9-ab00dbdc2311 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.105 +05:30 367d22e3-24ac-4b0f-aa5b-8058eb207708 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:08.105 +05:30 d0a1919a-fbc6-4da7-bf70-d9a03d282399 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.105 +05:30 c37828df-d8d2-4b3a-b3a9-ab00dbdc2311 INF CORS policy execution successful. 2024-09-07 11:57:08.105 +05:30 d0a1919a-fbc6-4da7-bf70-d9a03d282399 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:08.106 +05:30 c37828df-d8d2-4b3a-b3a9-ab00dbdc2311 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:08.106 +05:30 ec59fa75-7843-49cf-99b7-db84dc852fb9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.106 +05:30 ec59fa75-7843-49cf-99b7-db84dc852fb9 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:08.110 +05:30 d0a1919a-fbc6-4da7-bf70-d9a03d282399 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:08.110 +05:30 a42392b3-bda7-45c9-b323-a3ad30404d6d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.110 +05:30 d0a1919a-fbc6-4da7-bf70-d9a03d282399 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.1834ms 2024-09-07 11:57:08.110 +05:30 d0a1919a-fbc6-4da7-bf70-d9a03d282399 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.110 +05:30 a42392b3-bda7-45c9-b323-a3ad30404d6d INF CORS policy execution successful. 2024-09-07 11:57:08.110 +05:30 d0a1919a-fbc6-4da7-bf70-d9a03d282399 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 367d22e3-24ac-4b0f-aa5b-8058eb207708}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:57:08.110 +05:30 a42392b3-bda7-45c9-b323-a3ad30404d6d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:08.110 +05:30 657b85d9-f532-4a1a-9dbb-55f86113131b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.110 +05:30 d0a1919a-fbc6-4da7-bf70-d9a03d282399 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 5.8189ms 2024-09-07 11:57:08.110 +05:30 657b85d9-f532-4a1a-9dbb-55f86113131b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:08.111 +05:30 ec59fa75-7843-49cf-99b7-db84dc852fb9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:08.111 +05:30 ec59fa75-7843-49cf-99b7-db84dc852fb9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.6878ms 2024-09-07 11:57:08.111 +05:30 ec59fa75-7843-49cf-99b7-db84dc852fb9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.111 +05:30 ec59fa75-7843-49cf-99b7-db84dc852fb9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c37828df-d8d2-4b3a-b3a9-ab00dbdc2311}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:57:08.111 +05:30 ec59fa75-7843-49cf-99b7-db84dc852fb9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 6.2359ms 2024-09-07 11:57:08.112 +05:30 657b85d9-f532-4a1a-9dbb-55f86113131b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:08.112 +05:30 657b85d9-f532-4a1a-9dbb-55f86113131b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.0616ms 2024-09-07 11:57:08.112 +05:30 657b85d9-f532-4a1a-9dbb-55f86113131b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.112 +05:30 657b85d9-f532-4a1a-9dbb-55f86113131b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a42392b3-bda7-45c9-b323-a3ad30404d6d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:57:08.113 +05:30 657b85d9-f532-4a1a-9dbb-55f86113131b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 3.1469ms 2024-09-07 11:57:08.113 +05:30 ab20399e-c9b2-4c15-9426-cbf76825d2b4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.113 +05:30 ab20399e-c9b2-4c15-9426-cbf76825d2b4 INF CORS policy execution successful. 2024-09-07 11:57:08.114 +05:30 ab20399e-c9b2-4c15-9426-cbf76825d2b4 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:08.114 +05:30 dc924547-1e83-4bcd-bcf7-52d23face046 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.114 +05:30 dc924547-1e83-4bcd-bcf7-52d23face046 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:08.115 +05:30 5e6b2fa0-cd16-478d-916d-36116ad3e1bb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.115 +05:30 5e6b2fa0-cd16-478d-916d-36116ad3e1bb INF CORS policy execution successful. 2024-09-07 11:57:08.115 +05:30 5e6b2fa0-cd16-478d-916d-36116ad3e1bb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.3326ms 2024-09-07 11:57:08.117 +05:30 dc924547-1e83-4bcd-bcf7-52d23face046 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:08.117 +05:30 dc924547-1e83-4bcd-bcf7-52d23face046 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.7168ms 2024-09-07 11:57:08.117 +05:30 dc924547-1e83-4bcd-bcf7-52d23face046 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.117 +05:30 dc924547-1e83-4bcd-bcf7-52d23face046 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ab20399e-c9b2-4c15-9426-cbf76825d2b4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:57:08.117 +05:30 dc924547-1e83-4bcd-bcf7-52d23face046 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 3.9547ms 2024-09-07 11:57:08.184 +05:30 936ee7af-95d8-474f-b8f1-d5a7247c6ec6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.185 +05:30 a6c9ce93-572f-4336-8639-602583981fc9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.185 +05:30 936ee7af-95d8-474f-b8f1-d5a7247c6ec6 INF CORS policy execution successful. 2024-09-07 11:57:08.185 +05:30 a6c9ce93-572f-4336-8639-602583981fc9 INF CORS policy execution successful. 2024-09-07 11:57:08.185 +05:30 936ee7af-95d8-474f-b8f1-d5a7247c6ec6 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:08.185 +05:30 a6c9ce93-572f-4336-8639-602583981fc9 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:08.185 +05:30 1223fc79-648e-47f0-9db3-47eb78a8d80e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.185 +05:30 d6a85eae-1fb2-447f-bc6a-567510dcf767 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.186 +05:30 1223fc79-648e-47f0-9db3-47eb78a8d80e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:08.186 +05:30 9c4a4017-3626-4880-9910-bab00a46331a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.186 +05:30 9c4a4017-3626-4880-9910-bab00a46331a INF CORS policy execution successful. 2024-09-07 11:57:08.186 +05:30 9c4a4017-3626-4880-9910-bab00a46331a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:08.186 +05:30 fce2a80a-2161-429a-b872-f19372698468 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.186 +05:30 fce2a80a-2161-429a-b872-f19372698468 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:08.186 +05:30 d6a85eae-1fb2-447f-bc6a-567510dcf767 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:08.188 +05:30 1223fc79-648e-47f0-9db3-47eb78a8d80e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:08.189 +05:30 1223fc79-648e-47f0-9db3-47eb78a8d80e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.9761ms 2024-09-07 11:57:08.189 +05:30 1223fc79-648e-47f0-9db3-47eb78a8d80e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.189 +05:30 1223fc79-648e-47f0-9db3-47eb78a8d80e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 936ee7af-95d8-474f-b8f1-d5a7247c6ec6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:57:08.189 +05:30 fce2a80a-2161-429a-b872-f19372698468 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:08.189 +05:30 1223fc79-648e-47f0-9db3-47eb78a8d80e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 4.8124ms 2024-09-07 11:57:08.189 +05:30 fce2a80a-2161-429a-b872-f19372698468 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.8528ms 2024-09-07 11:57:08.189 +05:30 fce2a80a-2161-429a-b872-f19372698468 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.189 +05:30 fce2a80a-2161-429a-b872-f19372698468 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9c4a4017-3626-4880-9910-bab00a46331a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:57:08.189 +05:30 d6a85eae-1fb2-447f-bc6a-567510dcf767 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:08.189 +05:30 d6a85eae-1fb2-447f-bc6a-567510dcf767 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.0371ms 2024-09-07 11:57:08.189 +05:30 d6a85eae-1fb2-447f-bc6a-567510dcf767 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.190 +05:30 d6a85eae-1fb2-447f-bc6a-567510dcf767 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a6c9ce93-572f-4336-8639-602583981fc9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:57:08.190 +05:30 fce2a80a-2161-429a-b872-f19372698468 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 3.9258ms 2024-09-07 11:57:08.190 +05:30 d6a85eae-1fb2-447f-bc6a-567510dcf767 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 5.267ms 2024-09-07 11:57:08.198 +05:30 01592f67-0a23-423f-8991-efa63600f971 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 11:57:08.199 +05:30 01592f67-0a23-423f-8991-efa63600f971 INF CORS policy execution successful. 2024-09-07 11:57:08.199 +05:30 01592f67-0a23-423f-8991-efa63600f971 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:08.199 +05:30 9b50efcb-a036-4f62-a6c3-f5f25efa27b6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.199 +05:30 9b50efcb-a036-4f62-a6c3-f5f25efa27b6 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:08.202 +05:30 9b50efcb-a036-4f62-a6c3-f5f25efa27b6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:08.202 +05:30 9b50efcb-a036-4f62-a6c3-f5f25efa27b6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.0398ms 2024-09-07 11:57:08.203 +05:30 9b50efcb-a036-4f62-a6c3-f5f25efa27b6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 11:57:08.203 +05:30 9b50efcb-a036-4f62-a6c3-f5f25efa27b6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 01592f67-0a23-423f-8991-efa63600f971}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 11:57:08.203 +05:30 9b50efcb-a036-4f62-a6c3-f5f25efa27b6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 4.7129ms 2024-09-07 11:57:19.965 +05:30 c30c451e-ada1-48bb-9c6c-944b3ccd8e0f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 11:57:19.965 +05:30 c30c451e-ada1-48bb-9c6c-944b3ccd8e0f INF CORS policy execution successful. 2024-09-07 11:57:19.966 +05:30 c30c451e-ada1-48bb-9c6c-944b3ccd8e0f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 1.682ms 2024-09-07 11:57:20.017 +05:30 a921c882-f2e5-437c-b465-e81562ac7634 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 2030 2024-09-07 11:57:20.018 +05:30 a921c882-f2e5-437c-b465-e81562ac7634 INF CORS policy execution successful. 2024-09-07 11:57:20.018 +05:30 a921c882-f2e5-437c-b465-e81562ac7634 INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Content-Length: 2030}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":0,"tagId":20,"name":"layout22","condition":"","availInMobileApp":false,"languageId":1,"summaryViewFields":[{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":193,"field_Name":"sCode","caption":"Code","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":194,"field_Name":"bGroup","caption":"bGroup","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":195,"field_Name":"iParent","caption":"iParent","alignment":1,"width":80,"order":5,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":196,"field_Name":"iStatus","caption":"iStatus","alignment":1,"width":80,"order":6,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":198,"field_Name":"dCreatedOn","caption":"dCreatedOn","alignment":1,"width":80,"order":7,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":200,"field_Name":"dModifiedOn","caption":"dModifiedOn","alignment":1,"width":80,"order":8,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false}],"language_Name":"English"} 2024-09-07 11:57:20.019 +05:30 51344df7-3bd2-4704-8b5b-50c6f31791d4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 11:57:20.029 +05:30 51344df7-3bd2-4704-8b5b-50c6f31791d4 INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:20.216 +05:30 51344df7-3bd2-4704-8b5b-50c6f31791d4 INF Executing ConflictObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:20.218 +05:30 51344df7-3bd2-4704-8b5b-50c6f31791d4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 188.7098ms 2024-09-07 11:57:20.218 +05:30 51344df7-3bd2-4704-8b5b-50c6f31791d4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 11:57:20.218 +05:30 51344df7-3bd2-4704-8b5b-50c6f31791d4 INF HTTP Response: StatusCode: 409 Headers: {X-Correlation-Id: a921c882-f2e5-437c-b465-e81562ac7634}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 111} Body: {"status":"Failure","statusCode":3002,"message":"SummaryView with the same Name already exists.","result":null} 2024-09-07 11:57:20.219 +05:30 51344df7-3bd2-4704-8b5b-50c6f31791d4 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 409 111 application/json; charset=utf-8 201.4888ms 2024-09-07 11:57:25.317 +05:30 5fa06fbc-d1c1-454a-a6ff-9188ebf9ecf6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 11:57:25.317 +05:30 5fa06fbc-d1c1-454a-a6ff-9188ebf9ecf6 INF CORS policy execution successful. 2024-09-07 11:57:25.318 +05:30 5fa06fbc-d1c1-454a-a6ff-9188ebf9ecf6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 0.6231ms 2024-09-07 11:57:25.365 +05:30 f3225b7d-aaf5-4340-af0e-1d96f2b3aeaf INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 2030 2024-09-07 11:57:25.365 +05:30 f3225b7d-aaf5-4340-af0e-1d96f2b3aeaf INF CORS policy execution successful. 2024-09-07 11:57:25.366 +05:30 f3225b7d-aaf5-4340-af0e-1d96f2b3aeaf INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Content-Length: 2030}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":0,"tagId":20,"name":"layout23","condition":"","availInMobileApp":false,"languageId":1,"summaryViewFields":[{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":193,"field_Name":"sCode","caption":"Code","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":194,"field_Name":"bGroup","caption":"bGroup","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":195,"field_Name":"iParent","caption":"iParent","alignment":1,"width":80,"order":5,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":196,"field_Name":"iStatus","caption":"iStatus","alignment":1,"width":80,"order":6,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":198,"field_Name":"dCreatedOn","caption":"dCreatedOn","alignment":1,"width":80,"order":7,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":200,"field_Name":"dModifiedOn","caption":"dModifiedOn","alignment":1,"width":80,"order":8,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false}],"language_Name":"English"} 2024-09-07 11:57:25.366 +05:30 a64f02fc-c9eb-4de8-9fe8-671c2b24eae5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 11:57:25.366 +05:30 a64f02fc-c9eb-4de8-9fe8-671c2b24eae5 INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:25.382 +05:30 a64f02fc-c9eb-4de8-9fe8-671c2b24eae5 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:25.383 +05:30 a64f02fc-c9eb-4de8-9fe8-671c2b24eae5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 16.3451ms 2024-09-07 11:57:25.383 +05:30 a64f02fc-c9eb-4de8-9fe8-671c2b24eae5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 11:57:25.383 +05:30 a64f02fc-c9eb-4de8-9fe8-671c2b24eae5 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: f3225b7d-aaf5-4340-af0e-1d96f2b3aeaf}, {Location: http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 100} Body: {"status":"Success","statusCode":2001,"message":"SummaryView Inserted Successfully.","result":"118"} 2024-09-07 11:57:25.383 +05:30 a64f02fc-c9eb-4de8-9fe8-671c2b24eae5 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 201 100 application/json; charset=utf-8 18.1037ms 2024-09-07 11:57:25.645 +05:30 44309ee4-7f28-460f-ae7e-eaf56d7edc50 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:57:25.646 +05:30 44309ee4-7f28-460f-ae7e-eaf56d7edc50 INF CORS policy execution successful. 2024-09-07 11:57:25.646 +05:30 44309ee4-7f28-460f-ae7e-eaf56d7edc50 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.4729ms 2024-09-07 11:57:25.702 +05:30 1c5bbf3e-230b-4b30-9dd4-f7734217e82f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:57:25.702 +05:30 1c5bbf3e-230b-4b30-9dd4-f7734217e82f INF CORS policy execution successful. 2024-09-07 11:57:25.702 +05:30 1c5bbf3e-230b-4b30-9dd4-f7734217e82f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:25.703 +05:30 863c76ee-0fcc-474f-a410-519002407a43 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:25.703 +05:30 863c76ee-0fcc-474f-a410-519002407a43 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:25.706 +05:30 863c76ee-0fcc-474f-a410-519002407a43 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:25.706 +05:30 863c76ee-0fcc-474f-a410-519002407a43 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.6648ms 2024-09-07 11:57:25.707 +05:30 863c76ee-0fcc-474f-a410-519002407a43 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:25.707 +05:30 863c76ee-0fcc-474f-a410-519002407a43 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1c5bbf3e-230b-4b30-9dd4-f7734217e82f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:57:25.707 +05:30 863c76ee-0fcc-474f-a410-519002407a43 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 5.0794ms 2024-09-07 11:57:26.125 +05:30 1e4c3932-cc63-4f01-a748-e3ed0ab9c812 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:57:26.126 +05:30 1e4c3932-cc63-4f01-a748-e3ed0ab9c812 INF CORS policy execution successful. 2024-09-07 11:57:26.126 +05:30 1e4c3932-cc63-4f01-a748-e3ed0ab9c812 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.9067ms 2024-09-07 11:57:26.182 +05:30 62b06692-1e1f-4719-95d0-10dcc40ffb11 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:57:26.182 +05:30 62b06692-1e1f-4719-95d0-10dcc40ffb11 INF CORS policy execution successful. 2024-09-07 11:57:26.182 +05:30 62b06692-1e1f-4719-95d0-10dcc40ffb11 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:26.183 +05:30 dade92ce-b5a1-4a20-8bc1-7c50f7e762fb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:26.183 +05:30 dade92ce-b5a1-4a20-8bc1-7c50f7e762fb INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:26.188 +05:30 dade92ce-b5a1-4a20-8bc1-7c50f7e762fb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:26.188 +05:30 dade92ce-b5a1-4a20-8bc1-7c50f7e762fb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 5.4228ms 2024-09-07 11:57:26.188 +05:30 dade92ce-b5a1-4a20-8bc1-7c50f7e762fb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:26.188 +05:30 dade92ce-b5a1-4a20-8bc1-7c50f7e762fb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 62b06692-1e1f-4719-95d0-10dcc40ffb11}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:57:26.189 +05:30 dade92ce-b5a1-4a20-8bc1-7c50f7e762fb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 7.2366ms 2024-09-07 11:57:29.168 +05:30 e927c509-8bf4-49f1-b29e-6354d2327f1a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:57:29.169 +05:30 e927c509-8bf4-49f1-b29e-6354d2327f1a INF CORS policy execution successful. 2024-09-07 11:57:29.169 +05:30 e927c509-8bf4-49f1-b29e-6354d2327f1a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:29.169 +05:30 be75b683-aa6f-492c-88b2-eae43da0ed9f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:29.169 +05:30 be75b683-aa6f-492c-88b2-eae43da0ed9f INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:29.189 +05:30 be75b683-aa6f-492c-88b2-eae43da0ed9f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:29.189 +05:30 be75b683-aa6f-492c-88b2-eae43da0ed9f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 19.8176ms 2024-09-07 11:57:29.189 +05:30 be75b683-aa6f-492c-88b2-eae43da0ed9f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:29.190 +05:30 be75b683-aa6f-492c-88b2-eae43da0ed9f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e927c509-8bf4-49f1-b29e-6354d2327f1a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:57:29.191 +05:30 be75b683-aa6f-492c-88b2-eae43da0ed9f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 22.2035ms 2024-09-07 11:57:31.524 +05:30 6dbe641e-931c-4d11-a691-1ee280a33719 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout23&tagId=20 - null null 2024-09-07 11:57:31.525 +05:30 6dbe641e-931c-4d11-a691-1ee280a33719 INF CORS policy execution successful. 2024-09-07 11:57:31.525 +05:30 6dbe641e-931c-4d11-a691-1ee280a33719 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout23&tagId=20 - 204 null null 0.7225ms 2024-09-07 11:57:31.584 +05:30 8c9d2116-d2d8-4352-884c-0c8e9063a458 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout23&tagId=20 - null null 2024-09-07 11:57:31.585 +05:30 8c9d2116-d2d8-4352-884c-0c8e9063a458 INF CORS policy execution successful. 2024-09-07 11:57:31.585 +05:30 8c9d2116-d2d8-4352-884c-0c8e9063a458 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout23&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:31.585 +05:30 cd521cae-f786-4012-a267-1baa96a45324 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:31.586 +05:30 cd521cae-f786-4012-a267-1baa96a45324 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:31.595 +05:30 cd521cae-f786-4012-a267-1baa96a45324 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:31.596 +05:30 cd521cae-f786-4012-a267-1baa96a45324 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.9586ms 2024-09-07 11:57:31.596 +05:30 cd521cae-f786-4012-a267-1baa96a45324 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:31.596 +05:30 cd521cae-f786-4012-a267-1baa96a45324 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8c9d2116-d2d8-4352-884c-0c8e9063a458}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":118,\"Name\":\"layout23\"}]"} 2024-09-07 11:57:31.596 +05:30 cd521cae-f786-4012-a267-1baa96a45324 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout23&tagId=20 - 200 132 application/json; charset=utf-8 11.7214ms 2024-09-07 11:57:35.881 +05:30 74db359c-354f-4a02-8f73-147ec57215fe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=118 - null null 2024-09-07 11:57:35.881 +05:30 9250f7f2-5260-4e1a-8068-aaeaea30e280 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=118 - null null 2024-09-07 11:57:35.881 +05:30 9250f7f2-5260-4e1a-8068-aaeaea30e280 INF CORS policy execution successful. 2024-09-07 11:57:35.881 +05:30 74db359c-354f-4a02-8f73-147ec57215fe INF CORS policy execution successful. 2024-09-07 11:57:35.882 +05:30 9250f7f2-5260-4e1a-8068-aaeaea30e280 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=118 - 204 null null 0.6041ms 2024-09-07 11:57:35.882 +05:30 74db359c-354f-4a02-8f73-147ec57215fe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=118 - 204 null null 0.6731ms 2024-09-07 11:57:35.936 +05:30 9ff4f01e-128b-4168-8411-bc09e0e36c72 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=118 - null null 2024-09-07 11:57:35.937 +05:30 9ff4f01e-128b-4168-8411-bc09e0e36c72 INF CORS policy execution successful. 2024-09-07 11:57:35.937 +05:30 9ff4f01e-128b-4168-8411-bc09e0e36c72 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=118 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:35.937 +05:30 cc6fa46f-9995-45c6-84e8-c9e75b055070 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:57:35.937 +05:30 cc6fa46f-9995-45c6-84e8-c9e75b055070 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:35.959 +05:30 cc6fa46f-9995-45c6-84e8-c9e75b055070 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:35.960 +05:30 cc6fa46f-9995-45c6-84e8-c9e75b055070 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 22.7688ms 2024-09-07 11:57:35.960 +05:30 cc6fa46f-9995-45c6-84e8-c9e75b055070 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:57:35.961 +05:30 cc6fa46f-9995-45c6-84e8-c9e75b055070 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9ff4f01e-128b-4168-8411-bc09e0e36c72}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2621} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":118,\"Name\":\"layout23\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":118,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":200,\"FieldName\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\",\"Alignment\":1,\"Width\":80,\"Order\":8,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:57:35.961 +05:30 cc6fa46f-9995-45c6-84e8-c9e75b055070 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=118 - 200 2621 application/json; charset=utf-8 25.2448ms 2024-09-07 11:57:36.010 +05:30 f4dc7c62-a5e4-4c9d-9681-1c9a10a294b9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=118 - null null 2024-09-07 11:57:36.010 +05:30 f4dc7c62-a5e4-4c9d-9681-1c9a10a294b9 INF CORS policy execution successful. 2024-09-07 11:57:36.010 +05:30 f4dc7c62-a5e4-4c9d-9681-1c9a10a294b9 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=118 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:36.010 +05:30 16789d12-0e32-4172-939d-ff32b0f4186a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.010 +05:30 16789d12-0e32-4172-939d-ff32b0f4186a INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:36.027 +05:30 16789d12-0e32-4172-939d-ff32b0f4186a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:36.028 +05:30 16789d12-0e32-4172-939d-ff32b0f4186a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 17.0153ms 2024-09-07 11:57:36.028 +05:30 16789d12-0e32-4172-939d-ff32b0f4186a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.028 +05:30 16789d12-0e32-4172-939d-ff32b0f4186a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f4dc7c62-a5e4-4c9d-9681-1c9a10a294b9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2621} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":118,\"Name\":\"layout23\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":118,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":118,\"Field\":200,\"FieldName\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\",\"Alignment\":1,\"Width\":80,\"Order\":8,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 11:57:36.028 +05:30 16789d12-0e32-4172-939d-ff32b0f4186a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=118 - 200 2621 application/json; charset=utf-8 18.7929ms 2024-09-07 11:57:36.136 +05:30 63db23c0-7832-4416-a160-b05e69112513 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:57:36.136 +05:30 63db23c0-7832-4416-a160-b05e69112513 INF CORS policy execution successful. 2024-09-07 11:57:36.136 +05:30 63db23c0-7832-4416-a160-b05e69112513 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5951ms 2024-09-07 11:57:36.188 +05:30 245716d3-2bb7-4cdd-87b9-d0175977f6ab INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:57:36.188 +05:30 245716d3-2bb7-4cdd-87b9-d0175977f6ab INF CORS policy execution successful. 2024-09-07 11:57:36.189 +05:30 245716d3-2bb7-4cdd-87b9-d0175977f6ab INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:36.189 +05:30 ce7f14bb-150b-4a38-a589-1dde94f14c14 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.189 +05:30 ce7f14bb-150b-4a38-a589-1dde94f14c14 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:36.200 +05:30 ce7f14bb-150b-4a38-a589-1dde94f14c14 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:36.200 +05:30 ce7f14bb-150b-4a38-a589-1dde94f14c14 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 11.2007ms 2024-09-07 11:57:36.200 +05:30 ce7f14bb-150b-4a38-a589-1dde94f14c14 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.200 +05:30 ce7f14bb-150b-4a38-a589-1dde94f14c14 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 245716d3-2bb7-4cdd-87b9-d0175977f6ab}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:57:36.201 +05:30 ce7f14bb-150b-4a38-a589-1dde94f14c14 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 13.0586ms 2024-09-07 11:57:36.350 +05:30 d43aa79b-44f8-4f68-8381-f85721d03fb8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:57:36.350 +05:30 85e1d02f-01e0-4108-ae06-0840fdd8262b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:57:36.350 +05:30 d43aa79b-44f8-4f68-8381-f85721d03fb8 INF CORS policy execution successful. 2024-09-07 11:57:36.350 +05:30 85e1d02f-01e0-4108-ae06-0840fdd8262b INF CORS policy execution successful. 2024-09-07 11:57:36.351 +05:30 d43aa79b-44f8-4f68-8381-f85721d03fb8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5794ms 2024-09-07 11:57:36.351 +05:30 85e1d02f-01e0-4108-ae06-0840fdd8262b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4026ms 2024-09-07 11:57:36.410 +05:30 ae4cb3a1-cc4b-44f8-8ffd-423d0abad60b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:57:36.412 +05:30 ae4cb3a1-cc4b-44f8-8ffd-423d0abad60b INF CORS policy execution successful. 2024-09-07 11:57:36.413 +05:30 ae4cb3a1-cc4b-44f8-8ffd-423d0abad60b INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:36.413 +05:30 b7c5ff76-8ad8-4a5f-acbc-7f3ddafb8588 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.414 +05:30 b7c5ff76-8ad8-4a5f-acbc-7f3ddafb8588 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:57:36.433 +05:30 b7c5ff76-8ad8-4a5f-acbc-7f3ddafb8588 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:36.433 +05:30 b7c5ff76-8ad8-4a5f-acbc-7f3ddafb8588 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 19.6125ms 2024-09-07 11:57:36.433 +05:30 b7c5ff76-8ad8-4a5f-acbc-7f3ddafb8588 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.434 +05:30 b7c5ff76-8ad8-4a5f-acbc-7f3ddafb8588 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ae4cb3a1-cc4b-44f8-8ffd-423d0abad60b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:57:36.434 +05:30 b7c5ff76-8ad8-4a5f-acbc-7f3ddafb8588 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 23.8241ms 2024-09-07 11:57:36.484 +05:30 07ffe865-0beb-4f3c-996f-cd8791c01074 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:57:36.485 +05:30 07ffe865-0beb-4f3c-996f-cd8791c01074 INF CORS policy execution successful. 2024-09-07 11:57:36.485 +05:30 07ffe865-0beb-4f3c-996f-cd8791c01074 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:36.486 +05:30 1f175f58-f2b8-4a56-94d7-c73ff87b3f9a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.486 +05:30 1f175f58-f2b8-4a56-94d7-c73ff87b3f9a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:57:36.501 +05:30 1f175f58-f2b8-4a56-94d7-c73ff87b3f9a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:36.501 +05:30 1f175f58-f2b8-4a56-94d7-c73ff87b3f9a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 15.2724ms 2024-09-07 11:57:36.501 +05:30 1f175f58-f2b8-4a56-94d7-c73ff87b3f9a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.501 +05:30 1f175f58-f2b8-4a56-94d7-c73ff87b3f9a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 07ffe865-0beb-4f3c-996f-cd8791c01074}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:57:36.502 +05:30 1f175f58-f2b8-4a56-94d7-c73ff87b3f9a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 17.6445ms 2024-09-07 11:57:36.643 +05:30 492d558c-9229-4305-ad94-57d9cc37a94f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:57:36.643 +05:30 492d558c-9229-4305-ad94-57d9cc37a94f INF CORS policy execution successful. 2024-09-07 11:57:36.643 +05:30 492d558c-9229-4305-ad94-57d9cc37a94f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5603ms 2024-09-07 11:57:36.696 +05:30 20636a99-666e-420f-920f-0d7f3b609a62 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:57:36.696 +05:30 20636a99-666e-420f-920f-0d7f3b609a62 INF CORS policy execution successful. 2024-09-07 11:57:36.697 +05:30 20636a99-666e-420f-920f-0d7f3b609a62 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:36.697 +05:30 c794077e-dffc-479a-a442-5f219bb4ff82 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.697 +05:30 c794077e-dffc-479a-a442-5f219bb4ff82 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:57:36.711 +05:30 c794077e-dffc-479a-a442-5f219bb4ff82 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:36.711 +05:30 c794077e-dffc-479a-a442-5f219bb4ff82 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.9341ms 2024-09-07 11:57:36.711 +05:30 c794077e-dffc-479a-a442-5f219bb4ff82 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:36.711 +05:30 c794077e-dffc-479a-a442-5f219bb4ff82 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 20636a99-666e-420f-920f-0d7f3b609a62}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:57:36.711 +05:30 c794077e-dffc-479a-a442-5f219bb4ff82 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 15.4656ms 2024-09-07 11:57:39.815 +05:30 a504cdf5-6a36-4c3a-98cf-0dcade5e60e9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:57:39.815 +05:30 a504cdf5-6a36-4c3a-98cf-0dcade5e60e9 INF CORS policy execution successful. 2024-09-07 11:57:39.816 +05:30 a504cdf5-6a36-4c3a-98cf-0dcade5e60e9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.7271ms 2024-09-07 11:57:39.865 +05:30 6b7071c2-fe0c-49c5-96f1-0db8c0ae8a19 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:57:39.866 +05:30 6b7071c2-fe0c-49c5-96f1-0db8c0ae8a19 INF CORS policy execution successful. 2024-09-07 11:57:39.866 +05:30 6b7071c2-fe0c-49c5-96f1-0db8c0ae8a19 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:39.866 +05:30 39b6e9c1-5005-47b0-9897-a9492d3cdb5f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:39.867 +05:30 39b6e9c1-5005-47b0-9897-a9492d3cdb5f INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:39.881 +05:30 39b6e9c1-5005-47b0-9897-a9492d3cdb5f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:39.882 +05:30 39b6e9c1-5005-47b0-9897-a9492d3cdb5f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 15.074ms 2024-09-07 11:57:39.882 +05:30 39b6e9c1-5005-47b0-9897-a9492d3cdb5f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:39.882 +05:30 39b6e9c1-5005-47b0-9897-a9492d3cdb5f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6b7071c2-fe0c-49c5-96f1-0db8c0ae8a19}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:57:39.882 +05:30 39b6e9c1-5005-47b0-9897-a9492d3cdb5f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 17.0202ms 2024-09-07 11:57:40.340 +05:30 d9562629-cd4a-43fb-9d82-d039e03b726f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:57:40.340 +05:30 d9562629-cd4a-43fb-9d82-d039e03b726f INF CORS policy execution successful. 2024-09-07 11:57:40.341 +05:30 d9562629-cd4a-43fb-9d82-d039e03b726f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4514ms 2024-09-07 11:57:40.395 +05:30 d8eaa7ed-f4c7-471f-97ab-7c5efb2fcb9f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:57:40.395 +05:30 d8eaa7ed-f4c7-471f-97ab-7c5efb2fcb9f INF CORS policy execution successful. 2024-09-07 11:57:40.396 +05:30 d8eaa7ed-f4c7-471f-97ab-7c5efb2fcb9f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:40.396 +05:30 4f372248-9875-4367-87dd-f42173f74b2a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:40.396 +05:30 4f372248-9875-4367-87dd-f42173f74b2a INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:40.399 +05:30 4f372248-9875-4367-87dd-f42173f74b2a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:40.399 +05:30 4f372248-9875-4367-87dd-f42173f74b2a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.1825ms 2024-09-07 11:57:40.399 +05:30 4f372248-9875-4367-87dd-f42173f74b2a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:57:40.399 +05:30 4f372248-9875-4367-87dd-f42173f74b2a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d8eaa7ed-f4c7-471f-97ab-7c5efb2fcb9f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:57:40.400 +05:30 4f372248-9875-4367-87dd-f42173f74b2a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 4.6331ms 2024-09-07 11:57:44.749 +05:30 35e12d7b-96fa-4cfb-b61a-956550be1031 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:57:44.750 +05:30 35e12d7b-96fa-4cfb-b61a-956550be1031 INF CORS policy execution successful. 2024-09-07 11:57:44.750 +05:30 35e12d7b-96fa-4cfb-b61a-956550be1031 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.1496ms 2024-09-07 11:57:44.757 +05:30 366323d0-8b17-448e-a254-c71fec142979 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:57:44.757 +05:30 366323d0-8b17-448e-a254-c71fec142979 INF CORS policy execution successful. 2024-09-07 11:57:44.757 +05:30 366323d0-8b17-448e-a254-c71fec142979 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5459ms 2024-09-07 11:57:44.805 +05:30 cb71a4ca-e88a-4afd-9739-21b7047a47f4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:57:44.807 +05:30 cb71a4ca-e88a-4afd-9739-21b7047a47f4 INF CORS policy execution successful. 2024-09-07 11:57:44.807 +05:30 cb71a4ca-e88a-4afd-9739-21b7047a47f4 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:44.808 +05:30 52684e4e-2ae7-4a42-8534-9fa943292e9a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:44.808 +05:30 52684e4e-2ae7-4a42-8534-9fa943292e9a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:57:44.833 +05:30 52684e4e-2ae7-4a42-8534-9fa943292e9a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:44.834 +05:30 52684e4e-2ae7-4a42-8534-9fa943292e9a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 25.8404ms 2024-09-07 11:57:44.834 +05:30 52684e4e-2ae7-4a42-8534-9fa943292e9a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:44.834 +05:30 52684e4e-2ae7-4a42-8534-9fa943292e9a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cb71a4ca-e88a-4afd-9739-21b7047a47f4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:57:44.835 +05:30 52684e4e-2ae7-4a42-8534-9fa943292e9a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 30.2987ms 2024-09-07 11:57:44.884 +05:30 d9864b07-f82c-413a-92e2-3daa62b1d16b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:57:44.885 +05:30 d9864b07-f82c-413a-92e2-3daa62b1d16b INF CORS policy execution successful. 2024-09-07 11:57:44.885 +05:30 d9864b07-f82c-413a-92e2-3daa62b1d16b INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:44.886 +05:30 e17ec3ac-d283-442c-aab0-4a847f41075f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:44.886 +05:30 e17ec3ac-d283-442c-aab0-4a847f41075f INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:57:44.889 +05:30 e17ec3ac-d283-442c-aab0-4a847f41075f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:44.889 +05:30 e17ec3ac-d283-442c-aab0-4a847f41075f INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.0941ms 2024-09-07 11:57:44.889 +05:30 e17ec3ac-d283-442c-aab0-4a847f41075f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:44.889 +05:30 e17ec3ac-d283-442c-aab0-4a847f41075f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d9864b07-f82c-413a-92e2-3daa62b1d16b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:57:44.889 +05:30 e17ec3ac-d283-442c-aab0-4a847f41075f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.7325ms 2024-09-07 11:57:47.114 +05:30 423a19eb-a3a4-440c-8eae-6f4506c290b5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:57:47.115 +05:30 423a19eb-a3a4-440c-8eae-6f4506c290b5 INF CORS policy execution successful. 2024-09-07 11:57:47.115 +05:30 423a19eb-a3a4-440c-8eae-6f4506c290b5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7325ms 2024-09-07 11:57:47.170 +05:30 124d7469-9b76-4e94-a468-bb6359c2927c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:57:47.171 +05:30 124d7469-9b76-4e94-a468-bb6359c2927c INF CORS policy execution successful. 2024-09-07 11:57:47.171 +05:30 124d7469-9b76-4e94-a468-bb6359c2927c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:47.171 +05:30 9c52a9b1-9db5-4e1c-b3ba-a41e4cdadd6c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:57:47.171 +05:30 9c52a9b1-9db5-4e1c-b3ba-a41e4cdadd6c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:57:47.181 +05:30 9c52a9b1-9db5-4e1c-b3ba-a41e4cdadd6c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:47.181 +05:30 9c52a9b1-9db5-4e1c-b3ba-a41e4cdadd6c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 10.1712ms 2024-09-07 11:57:47.182 +05:30 9c52a9b1-9db5-4e1c-b3ba-a41e4cdadd6c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:57:47.182 +05:30 9c52a9b1-9db5-4e1c-b3ba-a41e4cdadd6c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 124d7469-9b76-4e94-a468-bb6359c2927c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:57:47.182 +05:30 9c52a9b1-9db5-4e1c-b3ba-a41e4cdadd6c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 12.3002ms 2024-09-07 11:57:47.414 +05:30 5ba2729f-3db9-470f-adde-d4c5aab6853f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:57:47.415 +05:30 5ba2729f-3db9-470f-adde-d4c5aab6853f INF CORS policy execution successful. 2024-09-07 11:57:47.415 +05:30 5ba2729f-3db9-470f-adde-d4c5aab6853f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6699ms 2024-09-07 11:57:47.462 +05:30 42a673dc-9b84-4eec-8212-80fdcb8c8e6a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:57:47.463 +05:30 42a673dc-9b84-4eec-8212-80fdcb8c8e6a INF CORS policy execution successful. 2024-09-07 11:57:47.464 +05:30 42a673dc-9b84-4eec-8212-80fdcb8c8e6a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:57:47.464 +05:30 14f215f1-a81a-4ecf-89ac-fd78245b3b4c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:47.464 +05:30 14f215f1-a81a-4ecf-89ac-fd78245b3b4c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:57:47.467 +05:30 14f215f1-a81a-4ecf-89ac-fd78245b3b4c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:57:47.467 +05:30 14f215f1-a81a-4ecf-89ac-fd78245b3b4c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.9934ms 2024-09-07 11:57:47.467 +05:30 14f215f1-a81a-4ecf-89ac-fd78245b3b4c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:57:47.467 +05:30 14f215f1-a81a-4ecf-89ac-fd78245b3b4c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 42a673dc-9b84-4eec-8212-80fdcb8c8e6a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:57:47.468 +05:30 14f215f1-a81a-4ecf-89ac-fd78245b3b4c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.2555ms 2024-09-07 11:58:31.815 +05:30 09156ca9-e5a0-44a6-987c-facc4dda6ce7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:58:31.817 +05:30 09156ca9-e5a0-44a6-987c-facc4dda6ce7 INF CORS policy execution successful. 2024-09-07 11:58:31.818 +05:30 09156ca9-e5a0-44a6-987c-facc4dda6ce7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.7124ms 2024-09-07 11:58:31.867 +05:30 7725652c-c10c-4b59-93d0-508667786148 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:58:31.868 +05:30 7725652c-c10c-4b59-93d0-508667786148 INF CORS policy execution successful. 2024-09-07 11:58:31.869 +05:30 7725652c-c10c-4b59-93d0-508667786148 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:31.870 +05:30 97acfd49-55bd-4b55-ad2b-d6460961102b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:58:31.870 +05:30 97acfd49-55bd-4b55-ad2b-d6460961102b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:58:31.880 +05:30 97acfd49-55bd-4b55-ad2b-d6460961102b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:31.880 +05:30 97acfd49-55bd-4b55-ad2b-d6460961102b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 10.3229ms 2024-09-07 11:58:31.881 +05:30 97acfd49-55bd-4b55-ad2b-d6460961102b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:58:31.881 +05:30 97acfd49-55bd-4b55-ad2b-d6460961102b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7725652c-c10c-4b59-93d0-508667786148}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:58:31.882 +05:30 97acfd49-55bd-4b55-ad2b-d6460961102b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 14.933ms 2024-09-07 11:58:42.122 +05:30 81ed7a81-ce30-4ef3-8679-86374ed52a2d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:58:42.123 +05:30 81ed7a81-ce30-4ef3-8679-86374ed52a2d INF CORS policy execution successful. 2024-09-07 11:58:42.123 +05:30 81ed7a81-ce30-4ef3-8679-86374ed52a2d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7599ms 2024-09-07 11:58:42.173 +05:30 9052d731-5092-4738-ac18-019e3e37e6b9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:58:42.173 +05:30 9052d731-5092-4738-ac18-019e3e37e6b9 INF CORS policy execution successful. 2024-09-07 11:58:42.173 +05:30 9052d731-5092-4738-ac18-019e3e37e6b9 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:42.174 +05:30 d5d35111-b695-4e43-881b-781481e136a2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:58:42.174 +05:30 d5d35111-b695-4e43-881b-781481e136a2 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:58:42.178 +05:30 d5d35111-b695-4e43-881b-781481e136a2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:42.179 +05:30 d5d35111-b695-4e43-881b-781481e136a2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.8305ms 2024-09-07 11:58:42.179 +05:30 d5d35111-b695-4e43-881b-781481e136a2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:58:42.179 +05:30 d5d35111-b695-4e43-881b-781481e136a2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9052d731-5092-4738-ac18-019e3e37e6b9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:58:42.179 +05:30 d5d35111-b695-4e43-881b-781481e136a2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 6.7004ms 2024-09-07 11:58:51.272 +05:30 63e391ba-0bd9-43d2-a111-3b739ba65cc6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:58:51.272 +05:30 63e391ba-0bd9-43d2-a111-3b739ba65cc6 INF CORS policy execution successful. 2024-09-07 11:58:51.273 +05:30 63e391ba-0bd9-43d2-a111-3b739ba65cc6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.1395ms 2024-09-07 11:58:51.273 +05:30 56287be3-ea00-43cb-b1b7-d4acf77170de INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:58:51.273 +05:30 56287be3-ea00-43cb-b1b7-d4acf77170de INF CORS policy execution successful. 2024-09-07 11:58:51.273 +05:30 56287be3-ea00-43cb-b1b7-d4acf77170de INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.2339ms 2024-09-07 11:58:51.333 +05:30 afbbf8d9-fc2f-4133-a1ff-c4c623e05061 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:58:51.333 +05:30 afbbf8d9-fc2f-4133-a1ff-c4c623e05061 INF CORS policy execution successful. 2024-09-07 11:58:51.333 +05:30 afbbf8d9-fc2f-4133-a1ff-c4c623e05061 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.334 +05:30 72318f0f-1c0d-4ae9-b75c-e86421b36ddc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.334 +05:30 72318f0f-1c0d-4ae9-b75c-e86421b36ddc INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.344 +05:30 72318f0f-1c0d-4ae9-b75c-e86421b36ddc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.345 +05:30 72318f0f-1c0d-4ae9-b75c-e86421b36ddc INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 10.7027ms 2024-09-07 11:58:51.345 +05:30 72318f0f-1c0d-4ae9-b75c-e86421b36ddc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.345 +05:30 72318f0f-1c0d-4ae9-b75c-e86421b36ddc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: afbbf8d9-fc2f-4133-a1ff-c4c623e05061}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:58:51.345 +05:30 72318f0f-1c0d-4ae9-b75c-e86421b36ddc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 12.504ms 2024-09-07 11:58:51.398 +05:30 d26f90bc-4bfe-4814-b99c-002884e88ce7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:58:51.398 +05:30 d26f90bc-4bfe-4814-b99c-002884e88ce7 INF CORS policy execution successful. 2024-09-07 11:58:51.399 +05:30 d26f90bc-4bfe-4814-b99c-002884e88ce7 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.399 +05:30 2e33010a-e0db-4818-a6f0-5d88a75167a8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.399 +05:30 2e33010a-e0db-4818-a6f0-5d88a75167a8 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.401 +05:30 2e33010a-e0db-4818-a6f0-5d88a75167a8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.401 +05:30 2e33010a-e0db-4818-a6f0-5d88a75167a8 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.3041ms 2024-09-07 11:58:51.401 +05:30 2e33010a-e0db-4818-a6f0-5d88a75167a8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.401 +05:30 2e33010a-e0db-4818-a6f0-5d88a75167a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d26f90bc-4bfe-4814-b99c-002884e88ce7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:58:51.401 +05:30 2e33010a-e0db-4818-a6f0-5d88a75167a8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 3.5974ms 2024-09-07 11:58:51.460 +05:30 1b1d097b-f9de-46f2-8367-eaa02895d667 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:58:51.461 +05:30 1b1d097b-f9de-46f2-8367-eaa02895d667 INF CORS policy execution successful. 2024-09-07 11:58:51.461 +05:30 1b1d097b-f9de-46f2-8367-eaa02895d667 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.461 +05:30 3b8407bd-df07-4570-81d5-d191a516c798 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.461 +05:30 3b8407bd-df07-4570-81d5-d191a516c798 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.463 +05:30 3b8407bd-df07-4570-81d5-d191a516c798 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.464 +05:30 3b8407bd-df07-4570-81d5-d191a516c798 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.419ms 2024-09-07 11:58:51.464 +05:30 3b8407bd-df07-4570-81d5-d191a516c798 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.464 +05:30 3b8407bd-df07-4570-81d5-d191a516c798 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1b1d097b-f9de-46f2-8367-eaa02895d667}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:58:51.464 +05:30 3b8407bd-df07-4570-81d5-d191a516c798 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 4.4055ms 2024-09-07 11:58:51.518 +05:30 af855055-d716-4176-9f40-377ebefb2d11 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 11:58:51.518 +05:30 af855055-d716-4176-9f40-377ebefb2d11 INF CORS policy execution successful. 2024-09-07 11:58:51.518 +05:30 af855055-d716-4176-9f40-377ebefb2d11 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.518 +05:30 82cccd3b-3018-40b5-92f6-5eaa7581e96b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.519 +05:30 82cccd3b-3018-40b5-92f6-5eaa7581e96b INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.521 +05:30 82cccd3b-3018-40b5-92f6-5eaa7581e96b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.521 +05:30 82cccd3b-3018-40b5-92f6-5eaa7581e96b INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.2804ms 2024-09-07 11:58:51.521 +05:30 82cccd3b-3018-40b5-92f6-5eaa7581e96b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.521 +05:30 82cccd3b-3018-40b5-92f6-5eaa7581e96b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: af855055-d716-4176-9f40-377ebefb2d11}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 11:58:51.521 +05:30 82cccd3b-3018-40b5-92f6-5eaa7581e96b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 3.6604ms 2024-09-07 11:58:51.638 +05:30 f3eb02d1-7826-41f1-b4b7-409fdf308c26 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:58:51.638 +05:30 3c017984-b8f8-4c1e-b839-9830f7bdfecd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:58:51.638 +05:30 f3eb02d1-7826-41f1-b4b7-409fdf308c26 INF CORS policy execution successful. 2024-09-07 11:58:51.638 +05:30 3c017984-b8f8-4c1e-b839-9830f7bdfecd INF CORS policy execution successful. 2024-09-07 11:58:51.638 +05:30 f3eb02d1-7826-41f1-b4b7-409fdf308c26 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.5739ms 2024-09-07 11:58:51.638 +05:30 3c017984-b8f8-4c1e-b839-9830f7bdfecd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.5422ms 2024-09-07 11:58:51.638 +05:30 3a913b61-30be-4e41-b506-f6cb534ca837 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:58:51.638 +05:30 ac065a89-dc4b-4420-8c3c-a5d746e7bc6b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:58:51.638 +05:30 ac065a89-dc4b-4420-8c3c-a5d746e7bc6b INF CORS policy execution successful. 2024-09-07 11:58:51.638 +05:30 3a913b61-30be-4e41-b506-f6cb534ca837 INF CORS policy execution successful. 2024-09-07 11:58:51.639 +05:30 ac065a89-dc4b-4420-8c3c-a5d746e7bc6b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.2048ms 2024-09-07 11:58:51.639 +05:30 3a913b61-30be-4e41-b506-f6cb534ca837 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.3042ms 2024-09-07 11:58:51.641 +05:30 45797b44-aa59-42bd-912c-26a124f8218c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:58:51.641 +05:30 45797b44-aa59-42bd-912c-26a124f8218c INF CORS policy execution successful. 2024-09-07 11:58:51.642 +05:30 45797b44-aa59-42bd-912c-26a124f8218c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.3164ms 2024-09-07 11:58:51.648 +05:30 51e5f357-0985-4347-ba8d-033b9c08ec83 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:58:51.649 +05:30 51e5f357-0985-4347-ba8d-033b9c08ec83 INF CORS policy execution successful. 2024-09-07 11:58:51.649 +05:30 51e5f357-0985-4347-ba8d-033b9c08ec83 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.3581ms 2024-09-07 11:58:51.681 +05:30 fd3549d6-dc8d-4205-b4cf-c9fc0e5c7bc7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:58:51.681 +05:30 2f1a896a-b9a1-42d7-a2b6-275a5dad5809 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:58:51.681 +05:30 fd3549d6-dc8d-4205-b4cf-c9fc0e5c7bc7 INF CORS policy execution successful. 2024-09-07 11:58:51.681 +05:30 2f1a896a-b9a1-42d7-a2b6-275a5dad5809 INF CORS policy execution successful. 2024-09-07 11:58:51.682 +05:30 fd3549d6-dc8d-4205-b4cf-c9fc0e5c7bc7 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.682 +05:30 2f1a896a-b9a1-42d7-a2b6-275a5dad5809 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.682 +05:30 22ab157c-44cc-4a42-a231-7a7bb9e06c6b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.682 +05:30 d5936fbd-d9e9-4797-9cc2-3a63aa029b88 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.682 +05:30 d5936fbd-d9e9-4797-9cc2-3a63aa029b88 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.682 +05:30 22ab157c-44cc-4a42-a231-7a7bb9e06c6b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.686 +05:30 22ab157c-44cc-4a42-a231-7a7bb9e06c6b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.687 +05:30 22ab157c-44cc-4a42-a231-7a7bb9e06c6b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.3061ms 2024-09-07 11:58:51.687 +05:30 22ab157c-44cc-4a42-a231-7a7bb9e06c6b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.687 +05:30 22ab157c-44cc-4a42-a231-7a7bb9e06c6b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2f1a896a-b9a1-42d7-a2b6-275a5dad5809}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:58:51.687 +05:30 7ce61832-88d3-4316-a3d0-64405c30210b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:58:51.688 +05:30 22ab157c-44cc-4a42-a231-7a7bb9e06c6b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 6.648ms 2024-09-07 11:58:51.688 +05:30 7ce61832-88d3-4316-a3d0-64405c30210b INF CORS policy execution successful. 2024-09-07 11:58:51.688 +05:30 7ce61832-88d3-4316-a3d0-64405c30210b INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.689 +05:30 645af8af-79a3-4525-aeb1-d4af2168904c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.689 +05:30 645af8af-79a3-4525-aeb1-d4af2168904c INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.691 +05:30 d5936fbd-d9e9-4797-9cc2-3a63aa029b88 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.691 +05:30 d5936fbd-d9e9-4797-9cc2-3a63aa029b88 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.7716ms 2024-09-07 11:58:51.691 +05:30 d5936fbd-d9e9-4797-9cc2-3a63aa029b88 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.691 +05:30 d5936fbd-d9e9-4797-9cc2-3a63aa029b88 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fd3549d6-dc8d-4205-b4cf-c9fc0e5c7bc7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:58:51.692 +05:30 d5936fbd-d9e9-4797-9cc2-3a63aa029b88 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 10.9911ms 2024-09-07 11:58:51.711 +05:30 4ef8f819-f860-4c08-80f4-c6683a6ec04f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:58:51.711 +05:30 4ef8f819-f860-4c08-80f4-c6683a6ec04f INF CORS policy execution successful. 2024-09-07 11:58:51.712 +05:30 4ef8f819-f860-4c08-80f4-c6683a6ec04f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 1.1165ms 2024-09-07 11:58:51.718 +05:30 645af8af-79a3-4525-aeb1-d4af2168904c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.718 +05:30 645af8af-79a3-4525-aeb1-d4af2168904c INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 29.3839ms 2024-09-07 11:58:51.718 +05:30 645af8af-79a3-4525-aeb1-d4af2168904c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.719 +05:30 645af8af-79a3-4525-aeb1-d4af2168904c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7ce61832-88d3-4316-a3d0-64405c30210b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:58:51.720 +05:30 645af8af-79a3-4525-aeb1-d4af2168904c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 32.7324ms 2024-09-07 11:58:51.732 +05:30 7e98b0aa-6ab3-4719-9228-a21565255d23 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 11:58:51.733 +05:30 7e98b0aa-6ab3-4719-9228-a21565255d23 INF CORS policy execution successful. 2024-09-07 11:58:51.733 +05:30 7e98b0aa-6ab3-4719-9228-a21565255d23 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.733 +05:30 e6105c94-8f44-4503-97a6-07c85f1eadec INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.734 +05:30 e6105c94-8f44-4503-97a6-07c85f1eadec INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.737 +05:30 e6105c94-8f44-4503-97a6-07c85f1eadec INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.737 +05:30 e6105c94-8f44-4503-97a6-07c85f1eadec INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.5571ms 2024-09-07 11:58:51.737 +05:30 e6105c94-8f44-4503-97a6-07c85f1eadec INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.737 +05:30 e6105c94-8f44-4503-97a6-07c85f1eadec INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7e98b0aa-6ab3-4719-9228-a21565255d23}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:58:51.738 +05:30 77481065-fe39-4410-92a0-9e2ba6c24b24 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 11:58:51.738 +05:30 e6105c94-8f44-4503-97a6-07c85f1eadec INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 6.5582ms 2024-09-07 11:58:51.739 +05:30 77481065-fe39-4410-92a0-9e2ba6c24b24 INF CORS policy execution successful. 2024-09-07 11:58:51.739 +05:30 77481065-fe39-4410-92a0-9e2ba6c24b24 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.740 +05:30 152366d5-4822-4099-86ff-a24771f2912d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.740 +05:30 152366d5-4822-4099-86ff-a24771f2912d INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.758 +05:30 152366d5-4822-4099-86ff-a24771f2912d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.758 +05:30 152366d5-4822-4099-86ff-a24771f2912d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 18.0474ms 2024-09-07 11:58:51.759 +05:30 152366d5-4822-4099-86ff-a24771f2912d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.759 +05:30 152366d5-4822-4099-86ff-a24771f2912d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 77481065-fe39-4410-92a0-9e2ba6c24b24}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:58:51.759 +05:30 152366d5-4822-4099-86ff-a24771f2912d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 21.3519ms 2024-09-07 11:58:51.771 +05:30 4ea22ea8-c93e-4700-a105-d6350395ef07 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 11:58:51.772 +05:30 4ea22ea8-c93e-4700-a105-d6350395ef07 INF CORS policy execution successful. 2024-09-07 11:58:51.772 +05:30 4ea22ea8-c93e-4700-a105-d6350395ef07 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.775 +05:30 a575dcab-5895-4f80-bc33-8b81fbf0f587 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.775 +05:30 a575dcab-5895-4f80-bc33-8b81fbf0f587 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.781 +05:30 076eba8f-2b0c-4d16-a1ae-b76aad0d982d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 11:58:51.782 +05:30 076eba8f-2b0c-4d16-a1ae-b76aad0d982d INF CORS policy execution successful. 2024-09-07 11:58:51.782 +05:30 076eba8f-2b0c-4d16-a1ae-b76aad0d982d INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:51.782 +05:30 9adbf8b3-9e08-4ecd-a063-cc0ab4a44441 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.782 +05:30 9adbf8b3-9e08-4ecd-a063-cc0ab4a44441 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 11:58:51.812 +05:30 9adbf8b3-9e08-4ecd-a063-cc0ab4a44441 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.812 +05:30 9adbf8b3-9e08-4ecd-a063-cc0ab4a44441 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 29.687ms 2024-09-07 11:58:51.812 +05:30 9adbf8b3-9e08-4ecd-a063-cc0ab4a44441 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.813 +05:30 9adbf8b3-9e08-4ecd-a063-cc0ab4a44441 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 076eba8f-2b0c-4d16-a1ae-b76aad0d982d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 11:58:51.813 +05:30 9adbf8b3-9e08-4ecd-a063-cc0ab4a44441 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 31.7969ms 2024-09-07 11:58:51.859 +05:30 a575dcab-5895-4f80-bc33-8b81fbf0f587 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:51.859 +05:30 a575dcab-5895-4f80-bc33-8b81fbf0f587 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 84.33ms 2024-09-07 11:58:51.859 +05:30 a575dcab-5895-4f80-bc33-8b81fbf0f587 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 11:58:51.860 +05:30 a575dcab-5895-4f80-bc33-8b81fbf0f587 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4ea22ea8-c93e-4700-a105-d6350395ef07}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 11:58:51.860 +05:30 a575dcab-5895-4f80-bc33-8b81fbf0f587 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 88.9154ms 2024-09-07 11:58:52.036 +05:30 78663077-fdc0-4ebc-8bfa-d9601b3575dc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:58:52.036 +05:30 78663077-fdc0-4ebc-8bfa-d9601b3575dc INF CORS policy execution successful. 2024-09-07 11:58:52.036 +05:30 78663077-fdc0-4ebc-8bfa-d9601b3575dc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.511ms 2024-09-07 11:58:52.363 +05:30 a912494d-1f1e-40eb-83ea-8174e828975b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 11:58:52.364 +05:30 a912494d-1f1e-40eb-83ea-8174e828975b INF CORS policy execution successful. 2024-09-07 11:58:52.364 +05:30 a912494d-1f1e-40eb-83ea-8174e828975b INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:52.364 +05:30 266b452b-ee2b-44e9-8825-8fdeee5f5708 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:58:52.364 +05:30 266b452b-ee2b-44e9-8825-8fdeee5f5708 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:58:52.367 +05:30 266b452b-ee2b-44e9-8825-8fdeee5f5708 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:52.367 +05:30 266b452b-ee2b-44e9-8825-8fdeee5f5708 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 2.7963ms 2024-09-07 11:58:52.367 +05:30 266b452b-ee2b-44e9-8825-8fdeee5f5708 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:58:52.367 +05:30 266b452b-ee2b-44e9-8825-8fdeee5f5708 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a912494d-1f1e-40eb-83ea-8174e828975b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 11:58:52.367 +05:30 266b452b-ee2b-44e9-8825-8fdeee5f5708 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 4.2234ms 2024-09-07 11:58:52.469 +05:30 a0408db8-467b-449a-9d9e-3c457d77b65b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:58:52.469 +05:30 a0408db8-467b-449a-9d9e-3c457d77b65b INF CORS policy execution successful. 2024-09-07 11:58:52.469 +05:30 a0408db8-467b-449a-9d9e-3c457d77b65b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.5378ms 2024-09-07 11:58:52.655 +05:30 3c481081-3aad-4343-9b07-a8f88c5380cf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 11:58:52.656 +05:30 3c481081-3aad-4343-9b07-a8f88c5380cf INF CORS policy execution successful. 2024-09-07 11:58:52.656 +05:30 3c481081-3aad-4343-9b07-a8f88c5380cf INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:58:52.656 +05:30 bd4f25b5-6e76-43e9-8bac-6d5ced6761fa INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:58:52.656 +05:30 bd4f25b5-6e76-43e9-8bac-6d5ced6761fa INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:58:52.660 +05:30 bd4f25b5-6e76-43e9-8bac-6d5ced6761fa INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:58:52.660 +05:30 bd4f25b5-6e76-43e9-8bac-6d5ced6761fa INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.5483ms 2024-09-07 11:58:52.660 +05:30 bd4f25b5-6e76-43e9-8bac-6d5ced6761fa INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 11:58:52.660 +05:30 bd4f25b5-6e76-43e9-8bac-6d5ced6761fa INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3c481081-3aad-4343-9b07-a8f88c5380cf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 11:58:52.661 +05:30 bd4f25b5-6e76-43e9-8bac-6d5ced6761fa INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 5.4047ms 2024-09-07 11:59:01.304 +05:30 fd8dba13-e186-49c9-90f4-4383be4ee076 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:59:01.304 +05:30 fd8dba13-e186-49c9-90f4-4383be4ee076 INF CORS policy execution successful. 2024-09-07 11:59:01.305 +05:30 fd8dba13-e186-49c9-90f4-4383be4ee076 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.768ms 2024-09-07 11:59:01.323 +05:30 053ef7e1-aa28-4322-b966-2359acac597a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:59:01.323 +05:30 053ef7e1-aa28-4322-b966-2359acac597a INF CORS policy execution successful. 2024-09-07 11:59:01.323 +05:30 053ef7e1-aa28-4322-b966-2359acac597a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5194ms 2024-09-07 11:59:01.367 +05:30 5c8c3e08-a52d-45f4-9f1b-84df41c4f534 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:59:01.368 +05:30 5c8c3e08-a52d-45f4-9f1b-84df41c4f534 INF CORS policy execution successful. 2024-09-07 11:59:01.368 +05:30 5c8c3e08-a52d-45f4-9f1b-84df41c4f534 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:59:01.368 +05:30 48665327-761f-46ff-8725-7f576d9a4002 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:59:01.368 +05:30 48665327-761f-46ff-8725-7f576d9a4002 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:59:01.383 +05:30 48665327-761f-46ff-8725-7f576d9a4002 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:59:01.383 +05:30 48665327-761f-46ff-8725-7f576d9a4002 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 14.844ms 2024-09-07 11:59:01.383 +05:30 48665327-761f-46ff-8725-7f576d9a4002 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:59:01.383 +05:30 48665327-761f-46ff-8725-7f576d9a4002 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5c8c3e08-a52d-45f4-9f1b-84df41c4f534}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:59:01.384 +05:30 48665327-761f-46ff-8725-7f576d9a4002 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 16.8676ms 2024-09-07 11:59:01.438 +05:30 b76456ad-08e9-44aa-b2f9-83273c6c7207 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 11:59:01.439 +05:30 b76456ad-08e9-44aa-b2f9-83273c6c7207 INF CORS policy execution successful. 2024-09-07 11:59:01.439 +05:30 b76456ad-08e9-44aa-b2f9-83273c6c7207 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:59:01.440 +05:30 b6a38157-8e53-479b-83ee-e4f2c65927a0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:59:01.440 +05:30 b6a38157-8e53-479b-83ee-e4f2c65927a0 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:59:01.443 +05:30 b6a38157-8e53-479b-83ee-e4f2c65927a0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:59:01.443 +05:30 b6a38157-8e53-479b-83ee-e4f2c65927a0 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.6041ms 2024-09-07 11:59:01.444 +05:30 b6a38157-8e53-479b-83ee-e4f2c65927a0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:59:01.444 +05:30 b6a38157-8e53-479b-83ee-e4f2c65927a0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b76456ad-08e9-44aa-b2f9-83273c6c7207}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 11:59:01.444 +05:30 b6a38157-8e53-479b-83ee-e4f2c65927a0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.9564ms 2024-09-07 11:59:02.938 +05:30 8cb7a886-c205-4fed-8293-a85d6e1e3125 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:59:02.938 +05:30 8cb7a886-c205-4fed-8293-a85d6e1e3125 INF CORS policy execution successful. 2024-09-07 11:59:02.939 +05:30 8cb7a886-c205-4fed-8293-a85d6e1e3125 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.77ms 2024-09-07 11:59:03.004 +05:30 c8c1a061-616b-4202-8103-47bcfc54c8c7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:59:03.004 +05:30 c8c1a061-616b-4202-8103-47bcfc54c8c7 INF CORS policy execution successful. 2024-09-07 11:59:03.004 +05:30 c8c1a061-616b-4202-8103-47bcfc54c8c7 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:59:03.005 +05:30 e8f23ddf-bc63-4907-8cdf-a73f488390ec INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:59:03.005 +05:30 e8f23ddf-bc63-4907-8cdf-a73f488390ec INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:59:03.018 +05:30 e8f23ddf-bc63-4907-8cdf-a73f488390ec INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:59:03.018 +05:30 e8f23ddf-bc63-4907-8cdf-a73f488390ec INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 13.5274ms 2024-09-07 11:59:03.018 +05:30 e8f23ddf-bc63-4907-8cdf-a73f488390ec INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:59:03.018 +05:30 e8f23ddf-bc63-4907-8cdf-a73f488390ec INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c8c1a061-616b-4202-8103-47bcfc54c8c7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:59:03.019 +05:30 e8f23ddf-bc63-4907-8cdf-a73f488390ec INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.185ms 2024-09-07 11:59:03.234 +05:30 ddb05088-d1b6-44d2-82a1-de846cbaebc2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:59:03.234 +05:30 ddb05088-d1b6-44d2-82a1-de846cbaebc2 INF CORS policy execution successful. 2024-09-07 11:59:03.235 +05:30 ddb05088-d1b6-44d2-82a1-de846cbaebc2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5425ms 2024-09-07 11:59:03.285 +05:30 206b2c7e-eeb8-4172-b624-170c1502455a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 11:59:03.286 +05:30 206b2c7e-eeb8-4172-b624-170c1502455a INF CORS policy execution successful. 2024-09-07 11:59:03.286 +05:30 206b2c7e-eeb8-4172-b624-170c1502455a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:59:03.286 +05:30 761530e0-8256-4f06-bc0b-c299fb00148d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:59:03.286 +05:30 761530e0-8256-4f06-bc0b-c299fb00148d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 11:59:03.299 +05:30 761530e0-8256-4f06-bc0b-c299fb00148d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:59:03.299 +05:30 761530e0-8256-4f06-bc0b-c299fb00148d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 12.9382ms 2024-09-07 11:59:03.299 +05:30 761530e0-8256-4f06-bc0b-c299fb00148d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 11:59:03.299 +05:30 761530e0-8256-4f06-bc0b-c299fb00148d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 206b2c7e-eeb8-4172-b624-170c1502455a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 11:59:03.300 +05:30 761530e0-8256-4f06-bc0b-c299fb00148d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 14.6843ms 2024-09-07 11:59:16.712 +05:30 1b1943bc-7640-4d81-80d7-c53b5d0df46c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:59:16.712 +05:30 1b1943bc-7640-4d81-80d7-c53b5d0df46c INF CORS policy execution successful. 2024-09-07 11:59:16.713 +05:30 1b1943bc-7640-4d81-80d7-c53b5d0df46c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.1312ms 2024-09-07 11:59:16.755 +05:30 7e2cf817-22ba-49df-9d39-c7af22dcaa35 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 11:59:16.755 +05:30 7e2cf817-22ba-49df-9d39-c7af22dcaa35 INF CORS policy execution successful. 2024-09-07 11:59:16.756 +05:30 7e2cf817-22ba-49df-9d39-c7af22dcaa35 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 11:59:16.756 +05:30 ea39f1ba-9bf1-469c-abc0-ed6d194fcccb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:59:16.756 +05:30 ea39f1ba-9bf1-469c-abc0-ed6d194fcccb INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 11:59:16.777 +05:30 ea39f1ba-9bf1-469c-abc0-ed6d194fcccb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 11:59:16.778 +05:30 ea39f1ba-9bf1-469c-abc0-ed6d194fcccb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 21.1724ms 2024-09-07 11:59:16.778 +05:30 ea39f1ba-9bf1-469c-abc0-ed6d194fcccb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 11:59:16.778 +05:30 ea39f1ba-9bf1-469c-abc0-ed6d194fcccb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7e2cf817-22ba-49df-9d39-c7af22dcaa35}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 11:59:16.778 +05:30 ea39f1ba-9bf1-469c-abc0-ed6d194fcccb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 23.5822ms 2024-09-07 12:00:15.960 +05:30 4cfe9316-8c29-49d7-a902-97b7b37c94ce INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:00:15.963 +05:30 4cfe9316-8c29-49d7-a902-97b7b37c94ce INF CORS policy execution successful. 2024-09-07 12:00:15.964 +05:30 4cfe9316-8c29-49d7-a902-97b7b37c94ce INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 3.6174ms 2024-09-07 12:00:16.006 +05:30 e7d91f5d-ace5-4881-af8d-7cca7286ed46 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:00:16.008 +05:30 e7d91f5d-ace5-4881-af8d-7cca7286ed46 INF CORS policy execution successful. 2024-09-07 12:00:16.009 +05:30 e7d91f5d-ace5-4881-af8d-7cca7286ed46 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:16.009 +05:30 84f52fa6-5fe6-4445-b4e6-e9cc35cffa7c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:00:16.010 +05:30 84f52fa6-5fe6-4445-b4e6-e9cc35cffa7c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:00:16.021 +05:30 84f52fa6-5fe6-4445-b4e6-e9cc35cffa7c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:16.021 +05:30 84f52fa6-5fe6-4445-b4e6-e9cc35cffa7c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 11.2375ms 2024-09-07 12:00:16.021 +05:30 84f52fa6-5fe6-4445-b4e6-e9cc35cffa7c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:00:16.022 +05:30 84f52fa6-5fe6-4445-b4e6-e9cc35cffa7c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e7d91f5d-ace5-4881-af8d-7cca7286ed46}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:00:16.022 +05:30 84f52fa6-5fe6-4445-b4e6-e9cc35cffa7c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.9625ms 2024-09-07 12:00:32.167 +05:30 e6a8c3d8-5a61-4dc3-9768-6b4ddad6cc88 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:00:32.168 +05:30 e6a8c3d8-5a61-4dc3-9768-6b4ddad6cc88 INF CORS policy execution successful. 2024-09-07 12:00:32.168 +05:30 e6a8c3d8-5a61-4dc3-9768-6b4ddad6cc88 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.8453ms 2024-09-07 12:00:32.516 +05:30 7e537955-8302-4f4a-9562-0f4feadd0d50 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:00:32.517 +05:30 7e537955-8302-4f4a-9562-0f4feadd0d50 INF CORS policy execution successful. 2024-09-07 12:00:32.518 +05:30 7e537955-8302-4f4a-9562-0f4feadd0d50 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:32.518 +05:30 a5e8e3d4-465f-4c83-b5fb-2a3474c8eeb0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:00:32.519 +05:30 a5e8e3d4-465f-4c83-b5fb-2a3474c8eeb0 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:00:32.534 +05:30 a5e8e3d4-465f-4c83-b5fb-2a3474c8eeb0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:32.535 +05:30 a5e8e3d4-465f-4c83-b5fb-2a3474c8eeb0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 16.091ms 2024-09-07 12:00:32.535 +05:30 a5e8e3d4-465f-4c83-b5fb-2a3474c8eeb0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:00:32.535 +05:30 a5e8e3d4-465f-4c83-b5fb-2a3474c8eeb0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7e537955-8302-4f4a-9562-0f4feadd0d50}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:00:32.536 +05:30 a5e8e3d4-465f-4c83-b5fb-2a3474c8eeb0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 19.5285ms 2024-09-07 12:00:32.900 +05:30 1e54f8cc-4e8a-41fb-a9d1-ac7a9a53e227 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:00:32.901 +05:30 1e54f8cc-4e8a-41fb-a9d1-ac7a9a53e227 INF CORS policy execution successful. 2024-09-07 12:00:32.902 +05:30 1e54f8cc-4e8a-41fb-a9d1-ac7a9a53e227 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.2644ms 2024-09-07 12:00:33.028 +05:30 1e66b62a-681c-482e-a07b-d05b992af0c5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:00:33.029 +05:30 1e66b62a-681c-482e-a07b-d05b992af0c5 INF CORS policy execution successful. 2024-09-07 12:00:33.030 +05:30 1e66b62a-681c-482e-a07b-d05b992af0c5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:33.030 +05:30 5297ea36-98bc-4fcf-acbd-8f95476043dc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:00:33.030 +05:30 5297ea36-98bc-4fcf-acbd-8f95476043dc INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:00:33.039 +05:30 5297ea36-98bc-4fcf-acbd-8f95476043dc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:33.040 +05:30 5297ea36-98bc-4fcf-acbd-8f95476043dc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.3658ms 2024-09-07 12:00:33.040 +05:30 5297ea36-98bc-4fcf-acbd-8f95476043dc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:00:33.040 +05:30 5297ea36-98bc-4fcf-acbd-8f95476043dc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1e66b62a-681c-482e-a07b-d05b992af0c5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:00:33.041 +05:30 5297ea36-98bc-4fcf-acbd-8f95476043dc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 13.2869ms 2024-09-07 12:00:33.623 +05:30 a4a582c4-3f4c-4de1-946a-84d36c004319 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - null null 2024-09-07 12:00:33.623 +05:30 a4a582c4-3f4c-4de1-946a-84d36c004319 INF CORS policy execution successful. 2024-09-07 12:00:33.624 +05:30 a4a582c4-3f4c-4de1-946a-84d36c004319 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - 204 null null 0.6238ms 2024-09-07 12:00:33.680 +05:30 6c8ec417-e4e6-4c5d-9950-e63bfae15c55 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - null 0 2024-09-07 12:00:33.681 +05:30 6c8ec417-e4e6-4c5d-9950-e63bfae15c55 INF CORS policy execution successful. 2024-09-07 12:00:33.681 +05:30 6c8ec417-e4e6-4c5d-9950-e63bfae15c55 INF HTTP request: Path: /userpreference/updatepreferencemode QueryString: ?preferenceModeId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:33.681 +05:30 640a310c-3b15-418d-a711-eec017e4fd3f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:00:33.682 +05:30 640a310c-3b15-418d-a711-eec017e4fd3f INF Route matched with {action = "UpdatePreferenceMode", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceMode(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:00:33.702 +05:30 640a310c-3b15-418d-a711-eec017e4fd3f INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:33.704 +05:30 640a310c-3b15-418d-a711-eec017e4fd3f INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api) in 22.4708ms 2024-09-07 12:00:33.704 +05:30 640a310c-3b15-418d-a711-eec017e4fd3f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:00:33.704 +05:30 640a310c-3b15-418d-a711-eec017e4fd3f INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 6c8ec417-e4e6-4c5d-9950-e63bfae15c55}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 101} Body: {"status":"Success","statusCode":2001,"message":"Mode preference updated successfully.","result":"7"} 2024-09-07 12:00:33.705 +05:30 640a310c-3b15-418d-a711-eec017e4fd3f INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - 201 101 application/json; charset=utf-8 24.719ms 2024-09-07 12:00:33.793 +05:30 f52511f5-5074-4a1b-b743-111512cf25df INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:00:33.793 +05:30 f52511f5-5074-4a1b-b743-111512cf25df INF CORS policy execution successful. 2024-09-07 12:00:33.794 +05:30 f52511f5-5074-4a1b-b743-111512cf25df INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.2185ms 2024-09-07 12:00:33.874 +05:30 9915acc3-bcd7-464b-8ef3-b84c85547dd2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:00:33.875 +05:30 9915acc3-bcd7-464b-8ef3-b84c85547dd2 INF CORS policy execution successful. 2024-09-07 12:00:33.876 +05:30 9915acc3-bcd7-464b-8ef3-b84c85547dd2 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:33.877 +05:30 e6e85f1b-fe32-466d-8084-50d0de7c78c9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:00:33.877 +05:30 e6e85f1b-fe32-466d-8084-50d0de7c78c9 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:00:33.885 +05:30 e6e85f1b-fe32-466d-8084-50d0de7c78c9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:33.886 +05:30 e6e85f1b-fe32-466d-8084-50d0de7c78c9 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 8.4036ms 2024-09-07 12:00:33.886 +05:30 e6e85f1b-fe32-466d-8084-50d0de7c78c9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:00:33.886 +05:30 e6e85f1b-fe32-466d-8084-50d0de7c78c9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9915acc3-bcd7-464b-8ef3-b84c85547dd2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":1}]"} 2024-09-07 12:00:33.886 +05:30 e6e85f1b-fe32-466d-8084-50d0de7c78c9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 12.3027ms 2024-09-07 12:00:36.500 +05:30 fb7d41d2-eedb-493b-97fd-b5957893a605 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:00:36.500 +05:30 fb7d41d2-eedb-493b-97fd-b5957893a605 INF CORS policy execution successful. 2024-09-07 12:00:36.501 +05:30 fb7d41d2-eedb-493b-97fd-b5957893a605 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.9975ms 2024-09-07 12:00:36.501 +05:30 29bff7fa-a971-4abf-979c-be74a175959c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:00:36.501 +05:30 29bff7fa-a971-4abf-979c-be74a175959c INF CORS policy execution successful. 2024-09-07 12:00:36.502 +05:30 29bff7fa-a971-4abf-979c-be74a175959c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5727ms 2024-09-07 12:00:36.546 +05:30 affaba0d-4bcb-4803-8f92-d7bac1e4f959 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:00:36.547 +05:30 affaba0d-4bcb-4803-8f92-d7bac1e4f959 INF CORS policy execution successful. 2024-09-07 12:00:36.547 +05:30 affaba0d-4bcb-4803-8f92-d7bac1e4f959 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:36.547 +05:30 6be0588e-bcc8-476b-a7ec-14cd8c066466 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:36.548 +05:30 6be0588e-bcc8-476b-a7ec-14cd8c066466 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:00:36.610 +05:30 6be0588e-bcc8-476b-a7ec-14cd8c066466 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:36.611 +05:30 6be0588e-bcc8-476b-a7ec-14cd8c066466 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 62.4865ms 2024-09-07 12:00:36.611 +05:30 6be0588e-bcc8-476b-a7ec-14cd8c066466 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:36.611 +05:30 6be0588e-bcc8-476b-a7ec-14cd8c066466 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: affaba0d-4bcb-4803-8f92-d7bac1e4f959}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:00:36.611 +05:30 6be0588e-bcc8-476b-a7ec-14cd8c066466 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 65.8508ms 2024-09-07 12:00:36.653 +05:30 54c396e3-ba8e-4417-9cee-cfa5d0a93161 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:00:36.654 +05:30 54c396e3-ba8e-4417-9cee-cfa5d0a93161 INF CORS policy execution successful. 2024-09-07 12:00:36.654 +05:30 54c396e3-ba8e-4417-9cee-cfa5d0a93161 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:36.654 +05:30 a5065260-3eb4-49fa-96c4-06ae4a081aad INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:36.654 +05:30 a5065260-3eb4-49fa-96c4-06ae4a081aad INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:00:36.657 +05:30 a5065260-3eb4-49fa-96c4-06ae4a081aad INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:36.657 +05:30 a5065260-3eb4-49fa-96c4-06ae4a081aad INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.7458ms 2024-09-07 12:00:36.657 +05:30 a5065260-3eb4-49fa-96c4-06ae4a081aad INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:36.658 +05:30 a5065260-3eb4-49fa-96c4-06ae4a081aad INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 54c396e3-ba8e-4417-9cee-cfa5d0a93161}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:00:36.658 +05:30 a5065260-3eb4-49fa-96c4-06ae4a081aad INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.6742ms 2024-09-07 12:00:38.352 +05:30 1af53928-ff7d-4ed0-9b1c-50b5def774e2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:00:38.352 +05:30 1af53928-ff7d-4ed0-9b1c-50b5def774e2 INF CORS policy execution successful. 2024-09-07 12:00:38.353 +05:30 1af53928-ff7d-4ed0-9b1c-50b5def774e2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.034ms 2024-09-07 12:00:38.401 +05:30 284eeb95-1b61-4914-add8-8f8e769448e8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:00:38.402 +05:30 284eeb95-1b61-4914-add8-8f8e769448e8 INF CORS policy execution successful. 2024-09-07 12:00:38.402 +05:30 284eeb95-1b61-4914-add8-8f8e769448e8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:38.403 +05:30 03146794-51ce-49a3-8619-598129575e9b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:00:38.403 +05:30 03146794-51ce-49a3-8619-598129575e9b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:00:38.412 +05:30 03146794-51ce-49a3-8619-598129575e9b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:38.412 +05:30 03146794-51ce-49a3-8619-598129575e9b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 9.173ms 2024-09-07 12:00:38.412 +05:30 03146794-51ce-49a3-8619-598129575e9b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:00:38.412 +05:30 03146794-51ce-49a3-8619-598129575e9b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 284eeb95-1b61-4914-add8-8f8e769448e8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:00:38.413 +05:30 03146794-51ce-49a3-8619-598129575e9b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 11.6785ms 2024-09-07 12:00:38.648 +05:30 40aa4bc5-96fd-4a9f-894b-bfb16326bec3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:00:38.649 +05:30 40aa4bc5-96fd-4a9f-894b-bfb16326bec3 INF CORS policy execution successful. 2024-09-07 12:00:38.649 +05:30 40aa4bc5-96fd-4a9f-894b-bfb16326bec3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.7142ms 2024-09-07 12:00:38.697 +05:30 aeee986c-c1d2-4a32-9aee-af643f781a3b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:00:38.698 +05:30 aeee986c-c1d2-4a32-9aee-af643f781a3b INF CORS policy execution successful. 2024-09-07 12:00:38.698 +05:30 aeee986c-c1d2-4a32-9aee-af643f781a3b INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:38.698 +05:30 a36dbfef-cfdf-4002-8f25-6e49997eabc4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:38.699 +05:30 a36dbfef-cfdf-4002-8f25-6e49997eabc4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:00:38.701 +05:30 a36dbfef-cfdf-4002-8f25-6e49997eabc4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:38.702 +05:30 a36dbfef-cfdf-4002-8f25-6e49997eabc4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.0617ms 2024-09-07 12:00:38.702 +05:30 a36dbfef-cfdf-4002-8f25-6e49997eabc4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:38.702 +05:30 a36dbfef-cfdf-4002-8f25-6e49997eabc4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: aeee986c-c1d2-4a32-9aee-af643f781a3b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:00:38.702 +05:30 a36dbfef-cfdf-4002-8f25-6e49997eabc4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.4172ms 2024-09-07 12:00:50.984 +05:30 2db04b8f-561f-4718-8828-0c051935b46c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:00:50.985 +05:30 2db04b8f-561f-4718-8828-0c051935b46c INF CORS policy execution successful. 2024-09-07 12:00:50.985 +05:30 2db04b8f-561f-4718-8828-0c051935b46c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.9293ms 2024-09-07 12:00:51.026 +05:30 35513e6f-ee69-47bf-b2bc-5b1dc6341701 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:00:51.027 +05:30 35513e6f-ee69-47bf-b2bc-5b1dc6341701 INF CORS policy execution successful. 2024-09-07 12:00:51.027 +05:30 35513e6f-ee69-47bf-b2bc-5b1dc6341701 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:51.027 +05:30 658e36d5-169a-47f5-b2d5-458d9fd73b6c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:00:51.027 +05:30 658e36d5-169a-47f5-b2d5-458d9fd73b6c INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:00:51.034 +05:30 658e36d5-169a-47f5-b2d5-458d9fd73b6c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:51.034 +05:30 658e36d5-169a-47f5-b2d5-458d9fd73b6c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 6.7056ms 2024-09-07 12:00:51.034 +05:30 658e36d5-169a-47f5-b2d5-458d9fd73b6c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:00:51.034 +05:30 658e36d5-169a-47f5-b2d5-458d9fd73b6c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 35513e6f-ee69-47bf-b2bc-5b1dc6341701}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:00:51.035 +05:30 658e36d5-169a-47f5-b2d5-458d9fd73b6c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 8.951ms 2024-09-07 12:00:51.447 +05:30 ac28790f-9685-4232-afde-94036895a9fe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:00:51.465 +05:30 ac28790f-9685-4232-afde-94036895a9fe INF CORS policy execution successful. 2024-09-07 12:00:51.465 +05:30 ac28790f-9685-4232-afde-94036895a9fe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 18.1792ms 2024-09-07 12:00:51.519 +05:30 ae2f8d7d-a82f-4063-968c-609325c16911 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:00:51.519 +05:30 ae2f8d7d-a82f-4063-968c-609325c16911 INF CORS policy execution successful. 2024-09-07 12:00:51.519 +05:30 ae2f8d7d-a82f-4063-968c-609325c16911 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:51.520 +05:30 c9377fdc-9388-48ae-a889-5907ddf32272 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:00:51.520 +05:30 c9377fdc-9388-48ae-a889-5907ddf32272 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:00:51.525 +05:30 c9377fdc-9388-48ae-a889-5907ddf32272 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:51.526 +05:30 c9377fdc-9388-48ae-a889-5907ddf32272 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 5.7285ms 2024-09-07 12:00:51.526 +05:30 c9377fdc-9388-48ae-a889-5907ddf32272 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:00:51.526 +05:30 c9377fdc-9388-48ae-a889-5907ddf32272 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ae2f8d7d-a82f-4063-968c-609325c16911}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:00:51.527 +05:30 c9377fdc-9388-48ae-a889-5907ddf32272 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 8.1631ms 2024-09-07 12:00:52.526 +05:30 d64cc00b-7c13-4faa-bcc2-b932c0640a3f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - null null 2024-09-07 12:00:52.527 +05:30 d64cc00b-7c13-4faa-bcc2-b932c0640a3f INF CORS policy execution successful. 2024-09-07 12:00:52.527 +05:30 d64cc00b-7c13-4faa-bcc2-b932c0640a3f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - 204 null null 0.5117ms 2024-09-07 12:00:52.578 +05:30 14926bd1-bd82-46df-987f-b674b75e746a INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - null 0 2024-09-07 12:00:52.579 +05:30 14926bd1-bd82-46df-987f-b674b75e746a INF CORS policy execution successful. 2024-09-07 12:00:52.579 +05:30 14926bd1-bd82-46df-987f-b674b75e746a INF HTTP request: Path: /userpreference/updatepreferencemode QueryString: ?preferenceModeId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:52.579 +05:30 7bbcbff4-df18-483d-8a83-a7b33d1d9be2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:00:52.579 +05:30 7bbcbff4-df18-483d-8a83-a7b33d1d9be2 INF Route matched with {action = "UpdatePreferenceMode", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceMode(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:00:52.585 +05:30 7bbcbff4-df18-483d-8a83-a7b33d1d9be2 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:52.586 +05:30 7bbcbff4-df18-483d-8a83-a7b33d1d9be2 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api) in 6.4788ms 2024-09-07 12:00:52.586 +05:30 7bbcbff4-df18-483d-8a83-a7b33d1d9be2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:00:52.586 +05:30 7bbcbff4-df18-483d-8a83-a7b33d1d9be2 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 14926bd1-bd82-46df-987f-b674b75e746a}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 101} Body: {"status":"Success","statusCode":2001,"message":"Mode preference updated successfully.","result":"7"} 2024-09-07 12:00:52.587 +05:30 7bbcbff4-df18-483d-8a83-a7b33d1d9be2 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - 201 101 application/json; charset=utf-8 8.2457ms 2024-09-07 12:00:52.649 +05:30 aebefc64-7f11-4a75-955d-72d306c07d98 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:00:52.649 +05:30 aebefc64-7f11-4a75-955d-72d306c07d98 INF CORS policy execution successful. 2024-09-07 12:00:52.649 +05:30 aebefc64-7f11-4a75-955d-72d306c07d98 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.7692ms 2024-09-07 12:00:52.705 +05:30 8363dd95-db2d-4df9-83c5-220ac8423195 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:00:52.705 +05:30 8363dd95-db2d-4df9-83c5-220ac8423195 INF CORS policy execution successful. 2024-09-07 12:00:52.705 +05:30 8363dd95-db2d-4df9-83c5-220ac8423195 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:52.706 +05:30 4a81e180-f43c-4ce1-9dfd-9846591a00f0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:00:52.706 +05:30 4a81e180-f43c-4ce1-9dfd-9846591a00f0 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:00:52.709 +05:30 4a81e180-f43c-4ce1-9dfd-9846591a00f0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:52.709 +05:30 4a81e180-f43c-4ce1-9dfd-9846591a00f0 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.9882ms 2024-09-07 12:00:52.709 +05:30 4a81e180-f43c-4ce1-9dfd-9846591a00f0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:00:52.709 +05:30 4a81e180-f43c-4ce1-9dfd-9846591a00f0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8363dd95-db2d-4df9-83c5-220ac8423195}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:00:52.710 +05:30 4a81e180-f43c-4ce1-9dfd-9846591a00f0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 5.2099ms 2024-09-07 12:00:55.536 +05:30 77cb4255-1ba0-4ca8-a33e-02cb2bc23f1b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - null null 2024-09-07 12:00:55.536 +05:30 77cb4255-1ba0-4ca8-a33e-02cb2bc23f1b INF CORS policy execution successful. 2024-09-07 12:00:55.537 +05:30 77cb4255-1ba0-4ca8-a33e-02cb2bc23f1b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - 204 null null 0.5166ms 2024-09-07 12:00:55.591 +05:30 4e61b847-7f4d-4767-b47a-063865a85f1a INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - null 0 2024-09-07 12:00:55.592 +05:30 4e61b847-7f4d-4767-b47a-063865a85f1a INF CORS policy execution successful. 2024-09-07 12:00:55.592 +05:30 4e61b847-7f4d-4767-b47a-063865a85f1a INF HTTP request: Path: /userpreference/updatepreferencemode QueryString: ?preferenceModeId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:55.592 +05:30 fe37f866-3465-417a-b3ee-d6152a8a7de4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:00:55.592 +05:30 fe37f866-3465-417a-b3ee-d6152a8a7de4 INF Route matched with {action = "UpdatePreferenceMode", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceMode(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:00:55.598 +05:30 fe37f866-3465-417a-b3ee-d6152a8a7de4 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:55.599 +05:30 fe37f866-3465-417a-b3ee-d6152a8a7de4 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api) in 6.1198ms 2024-09-07 12:00:55.599 +05:30 fe37f866-3465-417a-b3ee-d6152a8a7de4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:00:55.599 +05:30 fe37f866-3465-417a-b3ee-d6152a8a7de4 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 4e61b847-7f4d-4767-b47a-063865a85f1a}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 101} Body: {"status":"Success","statusCode":2001,"message":"Mode preference updated successfully.","result":"7"} 2024-09-07 12:00:55.599 +05:30 fe37f866-3465-417a-b3ee-d6152a8a7de4 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - 201 101 application/json; charset=utf-8 8.6165ms 2024-09-07 12:00:55.669 +05:30 79d2ef92-e002-46ac-b0e5-e667a64fd1f7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:00:55.670 +05:30 79d2ef92-e002-46ac-b0e5-e667a64fd1f7 INF CORS policy execution successful. 2024-09-07 12:00:55.670 +05:30 79d2ef92-e002-46ac-b0e5-e667a64fd1f7 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:55.670 +05:30 482d6cec-77b0-4ff0-af1e-aec21465a78f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:00:55.670 +05:30 482d6cec-77b0-4ff0-af1e-aec21465a78f INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:00:55.674 +05:30 482d6cec-77b0-4ff0-af1e-aec21465a78f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:55.674 +05:30 482d6cec-77b0-4ff0-af1e-aec21465a78f INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 3.8338ms 2024-09-07 12:00:55.674 +05:30 482d6cec-77b0-4ff0-af1e-aec21465a78f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:00:55.674 +05:30 482d6cec-77b0-4ff0-af1e-aec21465a78f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 79d2ef92-e002-46ac-b0e5-e667a64fd1f7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":1}]"} 2024-09-07 12:00:55.675 +05:30 482d6cec-77b0-4ff0-af1e-aec21465a78f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 5.3232ms 2024-09-07 12:00:59.253 +05:30 d4844094-4ae4-4dfc-97ed-a1396a9dee04 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:00:59.253 +05:30 d4844094-4ae4-4dfc-97ed-a1396a9dee04 INF CORS policy execution successful. 2024-09-07 12:00:59.254 +05:30 d4844094-4ae4-4dfc-97ed-a1396a9dee04 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6181ms 2024-09-07 12:00:59.261 +05:30 c89e7b66-194a-42df-b124-6af5b46ceef6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:00:59.261 +05:30 c89e7b66-194a-42df-b124-6af5b46ceef6 INF CORS policy execution successful. 2024-09-07 12:00:59.261 +05:30 c89e7b66-194a-42df-b124-6af5b46ceef6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5992ms 2024-09-07 12:00:59.309 +05:30 73f94e0e-06f0-4623-a492-367b21eb5f10 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:00:59.309 +05:30 73f94e0e-06f0-4623-a492-367b21eb5f10 INF CORS policy execution successful. 2024-09-07 12:00:59.310 +05:30 73f94e0e-06f0-4623-a492-367b21eb5f10 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:59.310 +05:30 08dcbf0c-24ee-425a-a18a-e70cc360747b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:59.310 +05:30 08dcbf0c-24ee-425a-a18a-e70cc360747b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:00:59.313 +05:30 08dcbf0c-24ee-425a-a18a-e70cc360747b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:59.313 +05:30 08dcbf0c-24ee-425a-a18a-e70cc360747b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.0848ms 2024-09-07 12:00:59.313 +05:30 08dcbf0c-24ee-425a-a18a-e70cc360747b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:59.313 +05:30 08dcbf0c-24ee-425a-a18a-e70cc360747b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 73f94e0e-06f0-4623-a492-367b21eb5f10}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:00:59.313 +05:30 08dcbf0c-24ee-425a-a18a-e70cc360747b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.6553ms 2024-09-07 12:00:59.369 +05:30 a37a7735-2a72-4f66-a171-972904e23a75 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:00:59.370 +05:30 a37a7735-2a72-4f66-a171-972904e23a75 INF CORS policy execution successful. 2024-09-07 12:00:59.370 +05:30 a37a7735-2a72-4f66-a171-972904e23a75 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:00:59.370 +05:30 8f2b4045-5611-4188-a7a4-b305fca8aa5a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:59.370 +05:30 8f2b4045-5611-4188-a7a4-b305fca8aa5a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:00:59.374 +05:30 8f2b4045-5611-4188-a7a4-b305fca8aa5a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:00:59.374 +05:30 8f2b4045-5611-4188-a7a4-b305fca8aa5a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.9718ms 2024-09-07 12:00:59.375 +05:30 8f2b4045-5611-4188-a7a4-b305fca8aa5a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:00:59.375 +05:30 8f2b4045-5611-4188-a7a4-b305fca8aa5a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a37a7735-2a72-4f66-a171-972904e23a75}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:00:59.375 +05:30 8f2b4045-5611-4188-a7a4-b305fca8aa5a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.6374ms 2024-09-07 12:01:00.312 +05:30 ef0b29c7-4127-4f01-82e1-9e1ba8830b20 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=Chinese&search= - null null 2024-09-07 12:01:00.313 +05:30 ef0b29c7-4127-4f01-82e1-9e1ba8830b20 INF CORS policy execution successful. 2024-09-07 12:01:00.313 +05:30 ef0b29c7-4127-4f01-82e1-9e1ba8830b20 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=Chinese&search= - 204 null null 0.6825ms 2024-09-07 12:01:00.365 +05:30 3b6a5ee1-f10f-49de-b143-8366650691c6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=Chinese&search= - null null 2024-09-07 12:01:00.366 +05:30 3b6a5ee1-f10f-49de-b143-8366650691c6 INF CORS policy execution successful. 2024-09-07 12:01:00.366 +05:30 3b6a5ee1-f10f-49de-b143-8366650691c6 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=Chinese&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:00.367 +05:30 9e96e1f4-f0ac-4c87-b1d6-eb8041c69942 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:01:00.367 +05:30 9e96e1f4-f0ac-4c87-b1d6-eb8041c69942 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:01:00.372 +05:30 9e96e1f4-f0ac-4c87-b1d6-eb8041c69942 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:00.372 +05:30 9e96e1f4-f0ac-4c87-b1d6-eb8041c69942 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.917ms 2024-09-07 12:01:00.372 +05:30 9e96e1f4-f0ac-4c87-b1d6-eb8041c69942 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:01:00.372 +05:30 9e96e1f4-f0ac-4c87-b1d6-eb8041c69942 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3b6a5ee1-f10f-49de-b143-8366650691c6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:01:00.372 +05:30 9e96e1f4-f0ac-4c87-b1d6-eb8041c69942 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=Chinese&search= - 200 962 application/json; charset=utf-8 7.0184ms 2024-09-07 12:01:00.608 +05:30 76c185b4-a0c9-45c9-999b-435f523dbdd3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=Chinese - null null 2024-09-07 12:01:00.608 +05:30 76c185b4-a0c9-45c9-999b-435f523dbdd3 INF CORS policy execution successful. 2024-09-07 12:01:00.609 +05:30 76c185b4-a0c9-45c9-999b-435f523dbdd3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=Chinese - 204 null null 1.0545ms 2024-09-07 12:01:00.667 +05:30 5e6c6146-e2ad-4446-97b9-3caab8dc4610 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=Chinese - null null 2024-09-07 12:01:00.667 +05:30 5e6c6146-e2ad-4446-97b9-3caab8dc4610 INF CORS policy execution successful. 2024-09-07 12:01:00.668 +05:30 5e6c6146-e2ad-4446-97b9-3caab8dc4610 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=Chinese Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:00.668 +05:30 5801a313-1e70-4d62-b40a-f9b37264de37 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:01:00.668 +05:30 5801a313-1e70-4d62-b40a-f9b37264de37 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:01:00.671 +05:30 5801a313-1e70-4d62-b40a-f9b37264de37 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:00.671 +05:30 5801a313-1e70-4d62-b40a-f9b37264de37 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.1623ms 2024-09-07 12:01:00.671 +05:30 5801a313-1e70-4d62-b40a-f9b37264de37 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:01:00.671 +05:30 5801a313-1e70-4d62-b40a-f9b37264de37 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5e6c6146-e2ad-4446-97b9-3caab8dc4610}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":3,\"Name\":\"Chinese\"}]"} 2024-09-07 12:01:00.672 +05:30 5801a313-1e70-4d62-b40a-f9b37264de37 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=Chinese - 200 120 application/json; charset=utf-8 4.9912ms 2024-09-07 12:01:04.305 +05:30 bb61c48e-ef85-4bda-b383-bd47880f570b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:01:04.305 +05:30 bb61c48e-ef85-4bda-b383-bd47880f570b INF CORS policy execution successful. 2024-09-07 12:01:04.306 +05:30 bb61c48e-ef85-4bda-b383-bd47880f570b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 1.2906ms 2024-09-07 12:01:04.355 +05:30 3f97c2f1-9e6a-4a7e-ad1f-412f4410f13b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:01:04.358 +05:30 3f97c2f1-9e6a-4a7e-ad1f-412f4410f13b INF CORS policy execution successful. 2024-09-07 12:01:04.358 +05:30 3f97c2f1-9e6a-4a7e-ad1f-412f4410f13b INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:04.359 +05:30 bb79a19a-a078-420f-a1c3-2c1b5eefdc67 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:01:04.359 +05:30 bb79a19a-a078-420f-a1c3-2c1b5eefdc67 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:01:04.369 +05:30 bb79a19a-a078-420f-a1c3-2c1b5eefdc67 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:04.369 +05:30 bb79a19a-a078-420f-a1c3-2c1b5eefdc67 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 10.3215ms 2024-09-07 12:01:04.369 +05:30 bb79a19a-a078-420f-a1c3-2c1b5eefdc67 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:01:04.370 +05:30 bb79a19a-a078-420f-a1c3-2c1b5eefdc67 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3f97c2f1-9e6a-4a7e-ad1f-412f4410f13b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:01:04.370 +05:30 bb79a19a-a078-420f-a1c3-2c1b5eefdc67 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 15.0094ms 2024-09-07 12:01:04.775 +05:30 c65b7b10-73c0-4557-8ef8-606dee984d9e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:01:04.775 +05:30 c65b7b10-73c0-4557-8ef8-606dee984d9e INF CORS policy execution successful. 2024-09-07 12:01:04.776 +05:30 c65b7b10-73c0-4557-8ef8-606dee984d9e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5657ms 2024-09-07 12:01:04.827 +05:30 bd6f0fb7-b76d-47a7-b64a-8e51a30b6276 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:01:04.828 +05:30 bd6f0fb7-b76d-47a7-b64a-8e51a30b6276 INF CORS policy execution successful. 2024-09-07 12:01:04.829 +05:30 bd6f0fb7-b76d-47a7-b64a-8e51a30b6276 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:04.829 +05:30 fb570e79-738b-46ad-b22b-feea096e29c7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:01:04.829 +05:30 fb570e79-738b-46ad-b22b-feea096e29c7 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:01:04.833 +05:30 fb570e79-738b-46ad-b22b-feea096e29c7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:04.834 +05:30 fb570e79-738b-46ad-b22b-feea096e29c7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.3073ms 2024-09-07 12:01:04.834 +05:30 fb570e79-738b-46ad-b22b-feea096e29c7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:01:04.834 +05:30 fb570e79-738b-46ad-b22b-feea096e29c7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bd6f0fb7-b76d-47a7-b64a-8e51a30b6276}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:01:04.835 +05:30 fb570e79-738b-46ad-b22b-feea096e29c7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 7.4374ms 2024-09-07 12:01:06.059 +05:30 f5118bf9-054b-4b71-a478-8d0c65f04d6b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - null null 2024-09-07 12:01:06.059 +05:30 f5118bf9-054b-4b71-a478-8d0c65f04d6b INF CORS policy execution successful. 2024-09-07 12:01:06.059 +05:30 f5118bf9-054b-4b71-a478-8d0c65f04d6b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - 204 null null 0.5557ms 2024-09-07 12:01:06.119 +05:30 af212b61-3dfe-492d-9b36-16c897a4bdab INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - null 0 2024-09-07 12:01:06.120 +05:30 af212b61-3dfe-492d-9b36-16c897a4bdab INF CORS policy execution successful. 2024-09-07 12:01:06.120 +05:30 af212b61-3dfe-492d-9b36-16c897a4bdab INF HTTP request: Path: /userpreference/updatepreferencemode QueryString: ?preferenceModeId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:06.120 +05:30 6bbf54c7-c37a-4572-a4bd-af71033b645b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:01:06.120 +05:30 6bbf54c7-c37a-4572-a4bd-af71033b645b INF Route matched with {action = "UpdatePreferenceMode", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceMode(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:01:06.125 +05:30 6bbf54c7-c37a-4572-a4bd-af71033b645b INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:06.126 +05:30 6bbf54c7-c37a-4572-a4bd-af71033b645b INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api) in 5.7496ms 2024-09-07 12:01:06.126 +05:30 6bbf54c7-c37a-4572-a4bd-af71033b645b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:01:06.126 +05:30 6bbf54c7-c37a-4572-a4bd-af71033b645b INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: af212b61-3dfe-492d-9b36-16c897a4bdab}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 101} Body: {"status":"Success","statusCode":2001,"message":"Mode preference updated successfully.","result":"7"} 2024-09-07 12:01:06.127 +05:30 6bbf54c7-c37a-4572-a4bd-af71033b645b INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - 201 101 application/json; charset=utf-8 7.6722ms 2024-09-07 12:01:06.244 +05:30 1c0c4db0-cd9f-47ef-b369-94b70f2bcff7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:01:06.245 +05:30 1c0c4db0-cd9f-47ef-b369-94b70f2bcff7 INF CORS policy execution successful. 2024-09-07 12:01:06.245 +05:30 1c0c4db0-cd9f-47ef-b369-94b70f2bcff7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.7048ms 2024-09-07 12:01:06.331 +05:30 95bd84cd-db5e-4fd1-ae6a-ebcafe644052 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:01:06.332 +05:30 95bd84cd-db5e-4fd1-ae6a-ebcafe644052 INF CORS policy execution successful. 2024-09-07 12:01:06.332 +05:30 95bd84cd-db5e-4fd1-ae6a-ebcafe644052 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:06.332 +05:30 de6a3508-8933-4bd1-8650-ef01d5cb37bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:01:06.332 +05:30 de6a3508-8933-4bd1-8650-ef01d5cb37bc INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:01:06.334 +05:30 de6a3508-8933-4bd1-8650-ef01d5cb37bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:06.335 +05:30 de6a3508-8933-4bd1-8650-ef01d5cb37bc INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.5153ms 2024-09-07 12:01:06.335 +05:30 de6a3508-8933-4bd1-8650-ef01d5cb37bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:01:06.335 +05:30 de6a3508-8933-4bd1-8650-ef01d5cb37bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 95bd84cd-db5e-4fd1-ae6a-ebcafe644052}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:01:06.335 +05:30 de6a3508-8933-4bd1-8650-ef01d5cb37bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 4.1337ms 2024-09-07 12:01:09.167 +05:30 07134f60-e707-4971-9efd-578a0cc96aba INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:01:09.167 +05:30 07134f60-e707-4971-9efd-578a0cc96aba INF CORS policy execution successful. 2024-09-07 12:01:09.168 +05:30 07134f60-e707-4971-9efd-578a0cc96aba INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.636ms 2024-09-07 12:01:09.171 +05:30 ff066ab7-46d9-468f-8d44-c9a683aef3c5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:01:09.171 +05:30 ff066ab7-46d9-468f-8d44-c9a683aef3c5 INF CORS policy execution successful. 2024-09-07 12:01:09.171 +05:30 ff066ab7-46d9-468f-8d44-c9a683aef3c5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.3882ms 2024-09-07 12:01:09.213 +05:30 1f8eed73-6e6b-4497-afd7-15a7d1c242c4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:01:09.214 +05:30 1f8eed73-6e6b-4497-afd7-15a7d1c242c4 INF CORS policy execution successful. 2024-09-07 12:01:09.214 +05:30 1f8eed73-6e6b-4497-afd7-15a7d1c242c4 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:09.214 +05:30 77c8de17-13ba-4825-a0ea-b882599c6058 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:01:09.214 +05:30 77c8de17-13ba-4825-a0ea-b882599c6058 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:01:09.217 +05:30 77c8de17-13ba-4825-a0ea-b882599c6058 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:09.217 +05:30 77c8de17-13ba-4825-a0ea-b882599c6058 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.8745ms 2024-09-07 12:01:09.217 +05:30 77c8de17-13ba-4825-a0ea-b882599c6058 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:01:09.217 +05:30 77c8de17-13ba-4825-a0ea-b882599c6058 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1f8eed73-6e6b-4497-afd7-15a7d1c242c4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:01:09.218 +05:30 77c8de17-13ba-4825-a0ea-b882599c6058 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.9846ms 2024-09-07 12:01:09.265 +05:30 94c1a1fa-446b-4234-93cd-8f5bcb72961e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:01:09.266 +05:30 94c1a1fa-446b-4234-93cd-8f5bcb72961e INF CORS policy execution successful. 2024-09-07 12:01:09.266 +05:30 94c1a1fa-446b-4234-93cd-8f5bcb72961e INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:09.266 +05:30 a2026232-ae09-491a-a748-bfc5f78f0078 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:01:09.266 +05:30 a2026232-ae09-491a-a748-bfc5f78f0078 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:01:09.270 +05:30 a2026232-ae09-491a-a748-bfc5f78f0078 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:09.271 +05:30 a2026232-ae09-491a-a748-bfc5f78f0078 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.4617ms 2024-09-07 12:01:09.271 +05:30 a2026232-ae09-491a-a748-bfc5f78f0078 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:01:09.271 +05:30 a2026232-ae09-491a-a748-bfc5f78f0078 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 94c1a1fa-446b-4234-93cd-8f5bcb72961e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:01:09.272 +05:30 a2026232-ae09-491a-a748-bfc5f78f0078 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 6.7071ms 2024-09-07 12:01:38.505 +05:30 bc93bc28-a166-4f3a-83e9-99a66e92c44f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:01:38.506 +05:30 bc93bc28-a166-4f3a-83e9-99a66e92c44f INF CORS policy execution successful. 2024-09-07 12:01:38.506 +05:30 bc93bc28-a166-4f3a-83e9-99a66e92c44f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.3143ms 2024-09-07 12:01:38.558 +05:30 5581460c-7fff-477d-a989-f1cc21cbff59 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:01:38.560 +05:30 5581460c-7fff-477d-a989-f1cc21cbff59 INF CORS policy execution successful. 2024-09-07 12:01:38.561 +05:30 5581460c-7fff-477d-a989-f1cc21cbff59 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:38.561 +05:30 dd602cbe-e740-40fb-a8fc-f3deed24c882 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:01:38.562 +05:30 dd602cbe-e740-40fb-a8fc-f3deed24c882 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:01:38.573 +05:30 dd602cbe-e740-40fb-a8fc-f3deed24c882 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:38.573 +05:30 dd602cbe-e740-40fb-a8fc-f3deed24c882 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 11.1731ms 2024-09-07 12:01:38.573 +05:30 dd602cbe-e740-40fb-a8fc-f3deed24c882 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:01:38.573 +05:30 dd602cbe-e740-40fb-a8fc-f3deed24c882 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5581460c-7fff-477d-a989-f1cc21cbff59}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:01:38.574 +05:30 dd602cbe-e740-40fb-a8fc-f3deed24c882 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.4269ms 2024-09-07 12:01:38.803 +05:30 5bc33b5e-d796-4e69-8c57-bf5425e2423d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:01:38.804 +05:30 5bc33b5e-d796-4e69-8c57-bf5425e2423d INF CORS policy execution successful. 2024-09-07 12:01:38.804 +05:30 5bc33b5e-d796-4e69-8c57-bf5425e2423d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.9952ms 2024-09-07 12:01:38.863 +05:30 106bb20d-35c7-4bcd-8a02-c7ca824b3281 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:01:38.864 +05:30 106bb20d-35c7-4bcd-8a02-c7ca824b3281 INF CORS policy execution successful. 2024-09-07 12:01:38.864 +05:30 106bb20d-35c7-4bcd-8a02-c7ca824b3281 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:38.864 +05:30 16cb0114-1514-494b-9d34-59da287072c2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:01:38.864 +05:30 16cb0114-1514-494b-9d34-59da287072c2 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:01:38.867 +05:30 16cb0114-1514-494b-9d34-59da287072c2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:38.867 +05:30 16cb0114-1514-494b-9d34-59da287072c2 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.9326ms 2024-09-07 12:01:38.867 +05:30 16cb0114-1514-494b-9d34-59da287072c2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:01:38.868 +05:30 16cb0114-1514-494b-9d34-59da287072c2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 106bb20d-35c7-4bcd-8a02-c7ca824b3281}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:01:38.868 +05:30 16cb0114-1514-494b-9d34-59da287072c2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 5.0127ms 2024-09-07 12:01:41.825 +05:30 28c3b480-d591-47e6-91a5-91bf8257e6ef INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:01:41.825 +05:30 28c3b480-d591-47e6-91a5-91bf8257e6ef INF CORS policy execution successful. 2024-09-07 12:01:41.826 +05:30 28c3b480-d591-47e6-91a5-91bf8257e6ef INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.9196ms 2024-09-07 12:01:41.877 +05:30 40447145-edca-4b31-a64e-37b5c301485a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:01:41.877 +05:30 40447145-edca-4b31-a64e-37b5c301485a INF CORS policy execution successful. 2024-09-07 12:01:41.878 +05:30 40447145-edca-4b31-a64e-37b5c301485a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:41.878 +05:30 3e938b21-a551-4067-a431-7e255e31147e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:01:41.878 +05:30 3e938b21-a551-4067-a431-7e255e31147e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:01:41.914 +05:30 3e938b21-a551-4067-a431-7e255e31147e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:41.914 +05:30 3e938b21-a551-4067-a431-7e255e31147e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 36.3476ms 2024-09-07 12:01:41.914 +05:30 3e938b21-a551-4067-a431-7e255e31147e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:01:41.915 +05:30 3e938b21-a551-4067-a431-7e255e31147e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 40447145-edca-4b31-a64e-37b5c301485a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:01:41.915 +05:30 3e938b21-a551-4067-a431-7e255e31147e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 38.2028ms 2024-09-07 12:01:57.737 +05:30 56b9f211-297e-465b-aa56-b604b4fca9d1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:01:57.738 +05:30 56b9f211-297e-465b-aa56-b604b4fca9d1 INF CORS policy execution successful. 2024-09-07 12:01:57.738 +05:30 56b9f211-297e-465b-aa56-b604b4fca9d1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7457ms 2024-09-07 12:01:57.777 +05:30 f5343ee3-2d63-45b3-a084-3a7f1ede9005 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:01:57.778 +05:30 f5343ee3-2d63-45b3-a084-3a7f1ede9005 INF CORS policy execution successful. 2024-09-07 12:01:57.778 +05:30 f5343ee3-2d63-45b3-a084-3a7f1ede9005 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:01:57.778 +05:30 d32c93db-7571-4171-b3a1-7d418c46eb0c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:01:57.778 +05:30 d32c93db-7571-4171-b3a1-7d418c46eb0c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:01:57.786 +05:30 d32c93db-7571-4171-b3a1-7d418c46eb0c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:01:57.787 +05:30 d32c93db-7571-4171-b3a1-7d418c46eb0c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 8.2489ms 2024-09-07 12:01:57.787 +05:30 d32c93db-7571-4171-b3a1-7d418c46eb0c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:01:57.787 +05:30 d32c93db-7571-4171-b3a1-7d418c46eb0c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f5343ee3-2d63-45b3-a084-3a7f1ede9005}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:01:57.787 +05:30 d32c93db-7571-4171-b3a1-7d418c46eb0c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 9.8754ms 2024-09-07 12:02:01.946 +05:30 c8f1af67-8e52-4bed-b496-892815e3a0bf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:02:01.947 +05:30 c8f1af67-8e52-4bed-b496-892815e3a0bf INF CORS policy execution successful. 2024-09-07 12:02:01.947 +05:30 c8f1af67-8e52-4bed-b496-892815e3a0bf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.7345ms 2024-09-07 12:02:01.950 +05:30 13395a83-d38f-4889-aa0f-c47f535bfc8b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:02:01.951 +05:30 13395a83-d38f-4889-aa0f-c47f535bfc8b INF CORS policy execution successful. 2024-09-07 12:02:01.951 +05:30 13395a83-d38f-4889-aa0f-c47f535bfc8b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.5893ms 2024-09-07 12:02:01.959 +05:30 f3838ab0-260b-481d-b6f4-42b2cf2bbad4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:02:01.959 +05:30 f3838ab0-260b-481d-b6f4-42b2cf2bbad4 INF CORS policy execution successful. 2024-09-07 12:02:01.960 +05:30 f3838ab0-260b-481d-b6f4-42b2cf2bbad4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.923ms 2024-09-07 12:02:01.989 +05:30 7827d54f-44a1-4932-9234-852fe57c6017 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:02:01.990 +05:30 7827d54f-44a1-4932-9234-852fe57c6017 INF CORS policy execution successful. 2024-09-07 12:02:01.991 +05:30 7827d54f-44a1-4932-9234-852fe57c6017 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:02:01.991 +05:30 3e98c92c-8824-4cb3-8deb-f813a99a2a14 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:02:01.992 +05:30 3e98c92c-8824-4cb3-8deb-f813a99a2a14 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:02:02.002 +05:30 3e98c92c-8824-4cb3-8deb-f813a99a2a14 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:02:02.002 +05:30 3e98c92c-8824-4cb3-8deb-f813a99a2a14 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 10.6507ms 2024-09-07 12:02:02.002 +05:30 3e98c92c-8824-4cb3-8deb-f813a99a2a14 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:02:02.003 +05:30 3e98c92c-8824-4cb3-8deb-f813a99a2a14 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7827d54f-44a1-4932-9234-852fe57c6017}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:02:02.003 +05:30 4de8f094-32e8-4154-95d0-2f17a73b27bb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:02:02.003 +05:30 3e98c92c-8824-4cb3-8deb-f813a99a2a14 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 13.5692ms 2024-09-07 12:02:02.003 +05:30 4de8f094-32e8-4154-95d0-2f17a73b27bb INF CORS policy execution successful. 2024-09-07 12:02:02.004 +05:30 4de8f094-32e8-4154-95d0-2f17a73b27bb INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:02:02.004 +05:30 e1887645-75af-4e31-bb97-809e9c8814a7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:02:02.004 +05:30 e1887645-75af-4e31-bb97-809e9c8814a7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:02:02.009 +05:30 e1887645-75af-4e31-bb97-809e9c8814a7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:02:02.009 +05:30 e1887645-75af-4e31-bb97-809e9c8814a7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 5.2474ms 2024-09-07 12:02:02.010 +05:30 e1887645-75af-4e31-bb97-809e9c8814a7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:02:02.010 +05:30 3549505b-3f63-479b-b09b-e83d102af642 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:02:02.010 +05:30 e1887645-75af-4e31-bb97-809e9c8814a7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4de8f094-32e8-4154-95d0-2f17a73b27bb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:02:02.010 +05:30 3549505b-3f63-479b-b09b-e83d102af642 INF CORS policy execution successful. 2024-09-07 12:02:02.010 +05:30 3549505b-3f63-479b-b09b-e83d102af642 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:02:02.010 +05:30 e1887645-75af-4e31-bb97-809e9c8814a7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 7.4526ms 2024-09-07 12:02:02.011 +05:30 d688b743-b495-463b-85c0-b26d564b9769 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:02:02.011 +05:30 d688b743-b495-463b-85c0-b26d564b9769 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:02:02.032 +05:30 d688b743-b495-463b-85c0-b26d564b9769 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:02:02.033 +05:30 d688b743-b495-463b-85c0-b26d564b9769 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 21.9561ms 2024-09-07 12:02:02.033 +05:30 d688b743-b495-463b-85c0-b26d564b9769 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:02:02.033 +05:30 d688b743-b495-463b-85c0-b26d564b9769 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3549505b-3f63-479b-b09b-e83d102af642}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:02:02.034 +05:30 d688b743-b495-463b-85c0-b26d564b9769 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 24.0961ms 2024-09-07 12:06:11.515 +05:30 5efd89a1-df4e-4b1f-b7e9-67f3cfc03a26 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:06:11.516 +05:30 5efd89a1-df4e-4b1f-b7e9-67f3cfc03a26 INF CORS policy execution successful. 2024-09-07 12:06:11.517 +05:30 5efd89a1-df4e-4b1f-b7e9-67f3cfc03a26 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.6803ms 2024-09-07 12:06:11.577 +05:30 70626a6b-88ba-40dd-93ce-61164c3c72f6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:06:11.580 +05:30 70626a6b-88ba-40dd-93ce-61164c3c72f6 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:33:14 AM', Current time (UTC): '9/7/2024 6:36:11 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:06:11.583 +05:30 70626a6b-88ba-40dd-93ce-61164c3c72f6 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:33:14 AM', Current time (UTC): '9/7/2024 6:36:11 AM'. 2024-09-07 12:06:11.583 +05:30 70626a6b-88ba-40dd-93ce-61164c3c72f6 INF CORS policy execution successful. 2024-09-07 12:06:11.584 +05:30 70626a6b-88ba-40dd-93ce-61164c3c72f6 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:11.585 +05:30 6ff0b012-e857-4d87-9b71-5cb4fdcce823 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:06:11.586 +05:30 6ff0b012-e857-4d87-9b71-5cb4fdcce823 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:06:11.586 +05:30 6ff0b012-e857-4d87-9b71-5cb4fdcce823 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 70626a6b-88ba-40dd-93ce-61164c3c72f6}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:33:14'"} Body: 2024-09-07 12:06:11.587 +05:30 6ff0b012-e857-4d87-9b71-5cb4fdcce823 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 401 null null 9.3729ms 2024-09-07 12:06:11.947 +05:30 d776d13f-7a0c-4adc-a10b-fa5d1af14c88 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:06:11.947 +05:30 d776d13f-7a0c-4adc-a10b-fa5d1af14c88 INF CORS policy execution successful. 2024-09-07 12:06:11.947 +05:30 d776d13f-7a0c-4adc-a10b-fa5d1af14c88 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4958ms 2024-09-07 12:06:11.965 +05:30 47cdc338-9f1d-40eb-a13d-84bfe4006539 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:06:11.966 +05:30 47cdc338-9f1d-40eb-a13d-84bfe4006539 INF CORS policy execution successful. 2024-09-07 12:06:11.966 +05:30 47cdc338-9f1d-40eb-a13d-84bfe4006539 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzEsImV4cCI6MTcyNTY5MTU3MSwiaWF0IjoxNzI1NjkwOTcxfQ.5W7tdBfYLqjvyQJwd1unWpq9-hfuaArMlBHsbNIJdiE}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:11.966 +05:30 6656b139-39f6-40eb-ac10-d80a384f7fba INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:11.967 +05:30 6656b139-39f6-40eb-ac10-d80a384f7fba INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:12.001 +05:30 6656b139-39f6-40eb-ac10-d80a384f7fba INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:12.002 +05:30 6656b139-39f6-40eb-ac10-d80a384f7fba INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 34.9398ms 2024-09-07 12:06:12.002 +05:30 6656b139-39f6-40eb-ac10-d80a384f7fba INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:12.003 +05:30 6656b139-39f6-40eb-ac10-d80a384f7fba INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 47cdc338-9f1d-40eb-a13d-84bfe4006539}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:06:12.004 +05:30 6656b139-39f6-40eb-ac10-d80a384f7fba INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 38.2864ms 2024-09-07 12:06:12.020 +05:30 769772ab-5de1-4fc5-ae25-0d3aab0cae7a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:06:12.021 +05:30 769772ab-5de1-4fc5-ae25-0d3aab0cae7a INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:33:14 AM', Current time (UTC): '9/7/2024 6:36:12 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:06:12.022 +05:30 769772ab-5de1-4fc5-ae25-0d3aab0cae7a INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:33:14 AM', Current time (UTC): '9/7/2024 6:36:12 AM'. 2024-09-07 12:06:12.022 +05:30 769772ab-5de1-4fc5-ae25-0d3aab0cae7a INF CORS policy execution successful. 2024-09-07 12:06:12.022 +05:30 769772ab-5de1-4fc5-ae25-0d3aab0cae7a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTAxOTQsImV4cCI6MTcyNTY5MDc5NCwiaWF0IjoxNzI1NjkwMTk0fQ.1gglEoHRXRdT_W1k1y0aEg047p8U5wZC5pZXy_87jEM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:12.022 +05:30 b2020b44-8916-476c-b69b-81daa1f7e4b2 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:06:12.023 +05:30 b2020b44-8916-476c-b69b-81daa1f7e4b2 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:06:12.023 +05:30 b2020b44-8916-476c-b69b-81daa1f7e4b2 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 769772ab-5de1-4fc5-ae25-0d3aab0cae7a}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:33:14'"} Body: 2024-09-07 12:06:12.023 +05:30 b2020b44-8916-476c-b69b-81daa1f7e4b2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 401 null null 2.681ms 2024-09-07 12:06:12.426 +05:30 2909fb78-ffe0-4544-a5af-52769a8b4942 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - null null 2024-09-07 12:06:12.426 +05:30 2909fb78-ffe0-4544-a5af-52769a8b4942 INF CORS policy execution successful. 2024-09-07 12:06:12.427 +05:30 2909fb78-ffe0-4544-a5af-52769a8b4942 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - 204 null null 0.4869ms 2024-09-07 12:06:12.484 +05:30 f73caf56-4bf1-4e7d-ab48-82422f37e907 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - null 0 2024-09-07 12:06:12.485 +05:30 f73caf56-4bf1-4e7d-ab48-82422f37e907 INF CORS policy execution successful. 2024-09-07 12:06:12.485 +05:30 f73caf56-4bf1-4e7d-ab48-82422f37e907 INF HTTP request: Path: /userpreference/updatepreferencemode QueryString: ?preferenceModeId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzEsImV4cCI6MTcyNTY5MTU3MSwiaWF0IjoxNzI1NjkwOTcxfQ.5W7tdBfYLqjvyQJwd1unWpq9-hfuaArMlBHsbNIJdiE}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:12.485 +05:30 a48095a4-ba36-4d18-a0a9-3fdf92b17a40 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:06:12.485 +05:30 a48095a4-ba36-4d18-a0a9-3fdf92b17a40 INF Route matched with {action = "UpdatePreferenceMode", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceMode(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:06:12.488 +05:30 367a5f28-edd8-4290-a22f-6fb67672a4e6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:06:12.488 +05:30 367a5f28-edd8-4290-a22f-6fb67672a4e6 INF CORS policy execution successful. 2024-09-07 12:06:12.489 +05:30 367a5f28-edd8-4290-a22f-6fb67672a4e6 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:12.489 +05:30 2cd1d9bf-0f9e-49e2-8e1f-30a272412353 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:12.489 +05:30 2cd1d9bf-0f9e-49e2-8e1f-30a272412353 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:12.501 +05:30 a48095a4-ba36-4d18-a0a9-3fdf92b17a40 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:12.503 +05:30 a48095a4-ba36-4d18-a0a9-3fdf92b17a40 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api) in 17.6836ms 2024-09-07 12:06:12.503 +05:30 a48095a4-ba36-4d18-a0a9-3fdf92b17a40 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:06:12.503 +05:30 a48095a4-ba36-4d18-a0a9-3fdf92b17a40 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: f73caf56-4bf1-4e7d-ab48-82422f37e907}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 101} Body: {"status":"Success","statusCode":2001,"message":"Mode preference updated successfully.","result":"7"} 2024-09-07 12:06:12.503 +05:30 a48095a4-ba36-4d18-a0a9-3fdf92b17a40 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=1 - 201 101 application/json; charset=utf-8 19.2141ms 2024-09-07 12:06:12.513 +05:30 2cd1d9bf-0f9e-49e2-8e1f-30a272412353 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:12.513 +05:30 2cd1d9bf-0f9e-49e2-8e1f-30a272412353 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 23.6538ms 2024-09-07 12:06:12.513 +05:30 2cd1d9bf-0f9e-49e2-8e1f-30a272412353 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:12.513 +05:30 2cd1d9bf-0f9e-49e2-8e1f-30a272412353 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 367a5f28-edd8-4290-a22f-6fb67672a4e6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:06:12.513 +05:30 2cd1d9bf-0f9e-49e2-8e1f-30a272412353 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 25.4371ms 2024-09-07 12:06:12.652 +05:30 15017811-ba5a-47c1-92fc-abb29ad916d4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:06:12.652 +05:30 15017811-ba5a-47c1-92fc-abb29ad916d4 INF CORS policy execution successful. 2024-09-07 12:06:12.653 +05:30 15017811-ba5a-47c1-92fc-abb29ad916d4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.6772ms 2024-09-07 12:06:12.720 +05:30 3e28ab23-82ef-4d60-b259-38922d7b7ce9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:06:12.720 +05:30 3e28ab23-82ef-4d60-b259-38922d7b7ce9 INF CORS policy execution successful. 2024-09-07 12:06:12.720 +05:30 3e28ab23-82ef-4d60-b259-38922d7b7ce9 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:12.721 +05:30 62eaf73c-17a0-4c4c-817e-a2e837fae241 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:06:12.721 +05:30 62eaf73c-17a0-4c4c-817e-a2e837fae241 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:06:12.730 +05:30 62eaf73c-17a0-4c4c-817e-a2e837fae241 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:12.730 +05:30 62eaf73c-17a0-4c4c-817e-a2e837fae241 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 9.1536ms 2024-09-07 12:06:12.730 +05:30 62eaf73c-17a0-4c4c-817e-a2e837fae241 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:06:12.730 +05:30 62eaf73c-17a0-4c4c-817e-a2e837fae241 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3e28ab23-82ef-4d60-b259-38922d7b7ce9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":1}]"} 2024-09-07 12:06:12.731 +05:30 62eaf73c-17a0-4c4c-817e-a2e837fae241 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 11.0525ms 2024-09-07 12:06:14.913 +05:30 dd5fb604-474a-4f00-8996-e09150e62cbe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:14.914 +05:30 dd5fb604-474a-4f00-8996-e09150e62cbe INF CORS policy execution successful. 2024-09-07 12:06:14.914 +05:30 dd5fb604-474a-4f00-8996-e09150e62cbe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.8816ms 2024-09-07 12:06:14.922 +05:30 ecb37cad-5dab-4fa0-b50c-b06cc37c890c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:14.923 +05:30 ecb37cad-5dab-4fa0-b50c-b06cc37c890c INF CORS policy execution successful. 2024-09-07 12:06:14.923 +05:30 ecb37cad-5dab-4fa0-b50c-b06cc37c890c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.3665ms 2024-09-07 12:06:14.977 +05:30 ad9be5e1-3d43-48d8-b334-a46eece2da74 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:14.978 +05:30 ad9be5e1-3d43-48d8-b334-a46eece2da74 INF CORS policy execution successful. 2024-09-07 12:06:14.978 +05:30 ad9be5e1-3d43-48d8-b334-a46eece2da74 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:14.978 +05:30 143a0a4d-b9a3-484f-a3a9-00eb7b464a45 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:14.978 +05:30 143a0a4d-b9a3-484f-a3a9-00eb7b464a45 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:06:14.992 +05:30 143a0a4d-b9a3-484f-a3a9-00eb7b464a45 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:14.992 +05:30 143a0a4d-b9a3-484f-a3a9-00eb7b464a45 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.9444ms 2024-09-07 12:06:14.992 +05:30 143a0a4d-b9a3-484f-a3a9-00eb7b464a45 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:14.993 +05:30 143a0a4d-b9a3-484f-a3a9-00eb7b464a45 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ad9be5e1-3d43-48d8-b334-a46eece2da74}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:06:14.993 +05:30 143a0a4d-b9a3-484f-a3a9-00eb7b464a45 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 15.468ms 2024-09-07 12:06:15.049 +05:30 d54a2b08-ed99-4de0-a116-85d5e5d3f49d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:15.050 +05:30 d54a2b08-ed99-4de0-a116-85d5e5d3f49d INF CORS policy execution successful. 2024-09-07 12:06:15.050 +05:30 d54a2b08-ed99-4de0-a116-85d5e5d3f49d INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:15.050 +05:30 df22393c-0784-4410-b0f0-91512f84c368 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:15.050 +05:30 df22393c-0784-4410-b0f0-91512f84c368 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:06:15.059 +05:30 df22393c-0784-4410-b0f0-91512f84c368 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:15.059 +05:30 df22393c-0784-4410-b0f0-91512f84c368 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 9.0129ms 2024-09-07 12:06:15.060 +05:30 df22393c-0784-4410-b0f0-91512f84c368 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:15.060 +05:30 df22393c-0784-4410-b0f0-91512f84c368 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d54a2b08-ed99-4de0-a116-85d5e5d3f49d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:06:15.060 +05:30 df22393c-0784-4410-b0f0-91512f84c368 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 10.5086ms 2024-09-07 12:06:16.590 +05:30 7b3357e6-3ae4-4e1c-92f2-1a60987adbbd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:06:16.591 +05:30 7b3357e6-3ae4-4e1c-92f2-1a60987adbbd INF CORS policy execution successful. 2024-09-07 12:06:16.592 +05:30 7b3357e6-3ae4-4e1c-92f2-1a60987adbbd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.3648ms 2024-09-07 12:06:16.650 +05:30 2f9808e2-f29c-4be1-a8a7-b9068b130e63 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:06:16.650 +05:30 2f9808e2-f29c-4be1-a8a7-b9068b130e63 INF CORS policy execution successful. 2024-09-07 12:06:16.651 +05:30 2f9808e2-f29c-4be1-a8a7-b9068b130e63 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:16.651 +05:30 e7beca15-558c-414b-98f5-0c5026fc525a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:06:16.651 +05:30 e7beca15-558c-414b-98f5-0c5026fc525a INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:16.669 +05:30 e7beca15-558c-414b-98f5-0c5026fc525a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:16.669 +05:30 e7beca15-558c-414b-98f5-0c5026fc525a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.1709ms 2024-09-07 12:06:16.669 +05:30 e7beca15-558c-414b-98f5-0c5026fc525a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:06:16.669 +05:30 e7beca15-558c-414b-98f5-0c5026fc525a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2f9808e2-f29c-4be1-a8a7-b9068b130e63}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:06:16.670 +05:30 e7beca15-558c-414b-98f5-0c5026fc525a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 19.8459ms 2024-09-07 12:06:16.885 +05:30 265894cb-f24d-48e7-b1e4-11f56e26e79c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:06:16.886 +05:30 265894cb-f24d-48e7-b1e4-11f56e26e79c INF CORS policy execution successful. 2024-09-07 12:06:16.886 +05:30 265894cb-f24d-48e7-b1e4-11f56e26e79c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.404ms 2024-09-07 12:06:16.944 +05:30 75192f0d-a651-4821-97d2-13c21814ceb4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:06:16.945 +05:30 75192f0d-a651-4821-97d2-13c21814ceb4 INF CORS policy execution successful. 2024-09-07 12:06:16.945 +05:30 75192f0d-a651-4821-97d2-13c21814ceb4 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:16.945 +05:30 91529a43-33fc-4285-916e-a544a2478cd0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:16.945 +05:30 91529a43-33fc-4285-916e-a544a2478cd0 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:06:16.961 +05:30 91529a43-33fc-4285-916e-a544a2478cd0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:16.962 +05:30 91529a43-33fc-4285-916e-a544a2478cd0 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 16.2399ms 2024-09-07 12:06:16.962 +05:30 91529a43-33fc-4285-916e-a544a2478cd0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:16.962 +05:30 91529a43-33fc-4285-916e-a544a2478cd0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 75192f0d-a651-4821-97d2-13c21814ceb4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:06:16.962 +05:30 91529a43-33fc-4285-916e-a544a2478cd0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 18.6056ms 2024-09-07 12:06:37.401 +05:30 d1aa1232-5b30-4e13-8ac0-b2d5c97f6726 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:06:37.402 +05:30 d1aa1232-5b30-4e13-8ac0-b2d5c97f6726 INF CORS policy execution successful. 2024-09-07 12:06:37.402 +05:30 d1aa1232-5b30-4e13-8ac0-b2d5c97f6726 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.0487ms 2024-09-07 12:06:37.498 +05:30 216d18b6-e7df-4971-be68-e8366653eb63 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:06:37.499 +05:30 216d18b6-e7df-4971-be68-e8366653eb63 INF CORS policy execution successful. 2024-09-07 12:06:37.499 +05:30 216d18b6-e7df-4971-be68-e8366653eb63 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:37.500 +05:30 2dfb7c5c-b0bc-4ab2-80e6-5b92fe850fe0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:06:37.500 +05:30 2dfb7c5c-b0bc-4ab2-80e6-5b92fe850fe0 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:37.526 +05:30 2dfb7c5c-b0bc-4ab2-80e6-5b92fe850fe0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:37.527 +05:30 2dfb7c5c-b0bc-4ab2-80e6-5b92fe850fe0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 26.3433ms 2024-09-07 12:06:37.527 +05:30 2dfb7c5c-b0bc-4ab2-80e6-5b92fe850fe0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:06:37.527 +05:30 2dfb7c5c-b0bc-4ab2-80e6-5b92fe850fe0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 216d18b6-e7df-4971-be68-e8366653eb63}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:06:37.527 +05:30 2dfb7c5c-b0bc-4ab2-80e6-5b92fe850fe0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 29.4986ms 2024-09-07 12:06:45.010 +05:30 12ec1fff-f533-4758-90bb-41605354d728 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:06:45.012 +05:30 12ec1fff-f533-4758-90bb-41605354d728 INF CORS policy execution successful. 2024-09-07 12:06:45.014 +05:30 12ec1fff-f533-4758-90bb-41605354d728 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 9.9164ms 2024-09-07 12:06:45.072 +05:30 c9bb19c5-e66b-4c9d-8e43-bf98b048a1b2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:06:45.073 +05:30 c9bb19c5-e66b-4c9d-8e43-bf98b048a1b2 INF CORS policy execution successful. 2024-09-07 12:06:45.073 +05:30 c9bb19c5-e66b-4c9d-8e43-bf98b048a1b2 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:45.073 +05:30 23c1b677-7f25-494f-a59f-8a6b7e53a858 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:06:45.074 +05:30 23c1b677-7f25-494f-a59f-8a6b7e53a858 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:45.113 +05:30 23c1b677-7f25-494f-a59f-8a6b7e53a858 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:45.114 +05:30 23c1b677-7f25-494f-a59f-8a6b7e53a858 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 39.742ms 2024-09-07 12:06:45.114 +05:30 23c1b677-7f25-494f-a59f-8a6b7e53a858 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:06:45.115 +05:30 23c1b677-7f25-494f-a59f-8a6b7e53a858 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c9bb19c5-e66b-4c9d-8e43-bf98b048a1b2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:06:45.117 +05:30 23c1b677-7f25-494f-a59f-8a6b7e53a858 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 45.2689ms 2024-09-07 12:06:47.552 +05:30 74fc114d-542a-44cd-be33-4478d14dccc6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:06:47.552 +05:30 74fc114d-542a-44cd-be33-4478d14dccc6 INF CORS policy execution successful. 2024-09-07 12:06:47.552 +05:30 74fc114d-542a-44cd-be33-4478d14dccc6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.7922ms 2024-09-07 12:06:47.599 +05:30 faae9cb4-34b6-440f-881d-f18c4581bd51 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:06:47.600 +05:30 faae9cb4-34b6-440f-881d-f18c4581bd51 INF CORS policy execution successful. 2024-09-07 12:06:47.600 +05:30 faae9cb4-34b6-440f-881d-f18c4581bd51 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:47.600 +05:30 1230c148-e872-4480-b8fa-ad3e26c5135f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:47.601 +05:30 1230c148-e872-4480-b8fa-ad3e26c5135f INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:47.619 +05:30 1230c148-e872-4480-b8fa-ad3e26c5135f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:47.619 +05:30 1230c148-e872-4480-b8fa-ad3e26c5135f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 18.3003ms 2024-09-07 12:06:47.619 +05:30 1230c148-e872-4480-b8fa-ad3e26c5135f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:47.619 +05:30 1230c148-e872-4480-b8fa-ad3e26c5135f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: faae9cb4-34b6-440f-881d-f18c4581bd51}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:06:47.620 +05:30 1230c148-e872-4480-b8fa-ad3e26c5135f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 20.4865ms 2024-09-07 12:06:48.017 +05:30 2d08a191-843e-4959-a560-f713023ae14c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:06:48.018 +05:30 2d08a191-843e-4959-a560-f713023ae14c INF CORS policy execution successful. 2024-09-07 12:06:48.019 +05:30 2d08a191-843e-4959-a560-f713023ae14c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.2253ms 2024-09-07 12:06:48.070 +05:30 7d0e7787-678b-4472-8670-90083d0ca67e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:06:48.071 +05:30 7d0e7787-678b-4472-8670-90083d0ca67e INF CORS policy execution successful. 2024-09-07 12:06:48.071 +05:30 7d0e7787-678b-4472-8670-90083d0ca67e INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:48.071 +05:30 5c0c7585-363c-4695-8686-f785a53c04b5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:48.071 +05:30 5c0c7585-363c-4695-8686-f785a53c04b5 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:48.074 +05:30 5c0c7585-363c-4695-8686-f785a53c04b5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:48.074 +05:30 5c0c7585-363c-4695-8686-f785a53c04b5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 2.9851ms 2024-09-07 12:06:48.074 +05:30 5c0c7585-363c-4695-8686-f785a53c04b5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:48.075 +05:30 5c0c7585-363c-4695-8686-f785a53c04b5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7d0e7787-678b-4472-8670-90083d0ca67e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:06:48.075 +05:30 5c0c7585-363c-4695-8686-f785a53c04b5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 4.7647ms 2024-09-07 12:06:48.857 +05:30 9c3e93c5-3672-4357-bd84-7aaf6dedc2aa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - null null 2024-09-07 12:06:48.858 +05:30 9c3e93c5-3672-4357-bd84-7aaf6dedc2aa INF CORS policy execution successful. 2024-09-07 12:06:48.858 +05:30 9c3e93c5-3672-4357-bd84-7aaf6dedc2aa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - 204 null null 0.6181ms 2024-09-07 12:06:48.912 +05:30 f822ded0-7b97-42ec-90a6-1104136220d9 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - null 0 2024-09-07 12:06:48.912 +05:30 f822ded0-7b97-42ec-90a6-1104136220d9 INF CORS policy execution successful. 2024-09-07 12:06:48.912 +05:30 f822ded0-7b97-42ec-90a6-1104136220d9 INF HTTP request: Path: /userpreference/updatepreferencemode QueryString: ?preferenceModeId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:48.913 +05:30 1fd5389d-829d-4bc7-bd29-310ee37eda22 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:06:48.913 +05:30 1fd5389d-829d-4bc7-bd29-310ee37eda22 INF Route matched with {action = "UpdatePreferenceMode", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceMode(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:06:48.929 +05:30 1fd5389d-829d-4bc7-bd29-310ee37eda22 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:48.930 +05:30 1fd5389d-829d-4bc7-bd29-310ee37eda22 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api) in 17.2973ms 2024-09-07 12:06:48.930 +05:30 1fd5389d-829d-4bc7-bd29-310ee37eda22 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceMode (Sang.CoreSettings.Api)' 2024-09-07 12:06:48.930 +05:30 1fd5389d-829d-4bc7-bd29-310ee37eda22 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: f822ded0-7b97-42ec-90a6-1104136220d9}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 101} Body: {"status":"Success","statusCode":2001,"message":"Mode preference updated successfully.","result":"7"} 2024-09-07 12:06:48.931 +05:30 1fd5389d-829d-4bc7-bd29-310ee37eda22 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencemode?preferenceModeId=2 - 201 101 application/json; charset=utf-8 19.1309ms 2024-09-07 12:06:48.992 +05:30 2ec8e449-90a5-4ac8-aa41-6e74d352ac2b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:06:48.992 +05:30 2ec8e449-90a5-4ac8-aa41-6e74d352ac2b INF CORS policy execution successful. 2024-09-07 12:06:48.993 +05:30 2ec8e449-90a5-4ac8-aa41-6e74d352ac2b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.6117ms 2024-09-07 12:06:49.046 +05:30 f8f95239-b701-41bc-9475-63d07ec300ef INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:06:49.046 +05:30 f8f95239-b701-41bc-9475-63d07ec300ef INF CORS policy execution successful. 2024-09-07 12:06:49.047 +05:30 f8f95239-b701-41bc-9475-63d07ec300ef INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:49.047 +05:30 cef26822-f3b8-49b3-9342-72605a2ea5c5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:06:49.047 +05:30 cef26822-f3b8-49b3-9342-72605a2ea5c5 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:06:49.059 +05:30 cef26822-f3b8-49b3-9342-72605a2ea5c5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:49.059 +05:30 cef26822-f3b8-49b3-9342-72605a2ea5c5 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 11.962ms 2024-09-07 12:06:49.059 +05:30 cef26822-f3b8-49b3-9342-72605a2ea5c5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:06:49.059 +05:30 cef26822-f3b8-49b3-9342-72605a2ea5c5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f8f95239-b701-41bc-9475-63d07ec300ef}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:06:49.059 +05:30 cef26822-f3b8-49b3-9342-72605a2ea5c5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 13.5448ms 2024-09-07 12:06:51.423 +05:30 0524361d-586c-4d95-91a9-4f70bf9cede7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:51.424 +05:30 0524361d-586c-4d95-91a9-4f70bf9cede7 INF CORS policy execution successful. 2024-09-07 12:06:51.424 +05:30 0524361d-586c-4d95-91a9-4f70bf9cede7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6127ms 2024-09-07 12:06:51.432 +05:30 61d6e0ac-de8f-462a-a36e-fe1bd04998c6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:51.433 +05:30 61d6e0ac-de8f-462a-a36e-fe1bd04998c6 INF CORS policy execution successful. 2024-09-07 12:06:51.433 +05:30 61d6e0ac-de8f-462a-a36e-fe1bd04998c6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.405ms 2024-09-07 12:06:51.475 +05:30 1f8a2b27-4b8a-451c-b0fe-974d25f7088c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:51.475 +05:30 1f8a2b27-4b8a-451c-b0fe-974d25f7088c INF CORS policy execution successful. 2024-09-07 12:06:51.475 +05:30 1f8a2b27-4b8a-451c-b0fe-974d25f7088c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:51.476 +05:30 6afe8a1f-ed9f-45aa-b442-f37bd0bbece5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:51.476 +05:30 6afe8a1f-ed9f-45aa-b442-f37bd0bbece5 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:06:51.488 +05:30 6afe8a1f-ed9f-45aa-b442-f37bd0bbece5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:51.488 +05:30 6afe8a1f-ed9f-45aa-b442-f37bd0bbece5 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 12.05ms 2024-09-07 12:06:51.488 +05:30 6afe8a1f-ed9f-45aa-b442-f37bd0bbece5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:51.488 +05:30 6afe8a1f-ed9f-45aa-b442-f37bd0bbece5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1f8a2b27-4b8a-451c-b0fe-974d25f7088c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:06:51.489 +05:30 6afe8a1f-ed9f-45aa-b442-f37bd0bbece5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 13.9114ms 2024-09-07 12:06:51.541 +05:30 3b014b51-1986-4944-a479-86c5d9e88b50 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:51.542 +05:30 3b014b51-1986-4944-a479-86c5d9e88b50 INF CORS policy execution successful. 2024-09-07 12:06:51.542 +05:30 3b014b51-1986-4944-a479-86c5d9e88b50 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:51.542 +05:30 5af1c297-feb5-4840-8fe4-eba76be79434 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:51.542 +05:30 5af1c297-feb5-4840-8fe4-eba76be79434 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:06:51.544 +05:30 5af1c297-feb5-4840-8fe4-eba76be79434 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:51.544 +05:30 5af1c297-feb5-4840-8fe4-eba76be79434 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.1264ms 2024-09-07 12:06:51.544 +05:30 5af1c297-feb5-4840-8fe4-eba76be79434 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:51.544 +05:30 5af1c297-feb5-4840-8fe4-eba76be79434 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3b014b51-1986-4944-a479-86c5d9e88b50}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:06:51.545 +05:30 5af1c297-feb5-4840-8fe4-eba76be79434 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.5486ms 2024-09-07 12:06:52.999 +05:30 b539f297-ec92-41d8-9002-f0f170868bd9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:06:52.999 +05:30 b539f297-ec92-41d8-9002-f0f170868bd9 INF CORS policy execution successful. 2024-09-07 12:06:52.999 +05:30 b539f297-ec92-41d8-9002-f0f170868bd9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.6395ms 2024-09-07 12:06:53.053 +05:30 3e0460c6-f8c1-47da-af74-0088b8034a37 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:06:53.054 +05:30 3e0460c6-f8c1-47da-af74-0088b8034a37 INF CORS policy execution successful. 2024-09-07 12:06:53.054 +05:30 3e0460c6-f8c1-47da-af74-0088b8034a37 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:53.054 +05:30 6ba89c81-cdfe-48d2-8a52-6a8a8c055f48 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:06:53.055 +05:30 6ba89c81-cdfe-48d2-8a52-6a8a8c055f48 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:53.073 +05:30 6ba89c81-cdfe-48d2-8a52-6a8a8c055f48 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:53.073 +05:30 6ba89c81-cdfe-48d2-8a52-6a8a8c055f48 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.5177ms 2024-09-07 12:06:53.073 +05:30 6ba89c81-cdfe-48d2-8a52-6a8a8c055f48 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:06:53.073 +05:30 6ba89c81-cdfe-48d2-8a52-6a8a8c055f48 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3e0460c6-f8c1-47da-af74-0088b8034a37}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:06:53.074 +05:30 6ba89c81-cdfe-48d2-8a52-6a8a8c055f48 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 20.5582ms 2024-09-07 12:06:53.314 +05:30 48c9506b-9843-473e-aa77-db73584c46bd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:06:53.314 +05:30 48c9506b-9843-473e-aa77-db73584c46bd INF CORS policy execution successful. 2024-09-07 12:06:53.315 +05:30 48c9506b-9843-473e-aa77-db73584c46bd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6054ms 2024-09-07 12:06:53.367 +05:30 256968dc-936c-4250-a3a5-b878b809f6ca INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:06:53.368 +05:30 256968dc-936c-4250-a3a5-b878b809f6ca INF CORS policy execution successful. 2024-09-07 12:06:53.368 +05:30 256968dc-936c-4250-a3a5-b878b809f6ca INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:53.369 +05:30 b3b5a4f3-c4e5-434a-92a6-45676b4db1ec INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:53.369 +05:30 b3b5a4f3-c4e5-434a-92a6-45676b4db1ec INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:06:53.377 +05:30 b3b5a4f3-c4e5-434a-92a6-45676b4db1ec INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:53.378 +05:30 b3b5a4f3-c4e5-434a-92a6-45676b4db1ec INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.755ms 2024-09-07 12:06:53.378 +05:30 b3b5a4f3-c4e5-434a-92a6-45676b4db1ec INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:53.378 +05:30 b3b5a4f3-c4e5-434a-92a6-45676b4db1ec INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 256968dc-936c-4250-a3a5-b878b809f6ca}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:06:53.378 +05:30 b3b5a4f3-c4e5-434a-92a6-45676b4db1ec INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 10.8162ms 2024-09-07 12:06:54.801 +05:30 12298b6a-7de7-472a-b58c-8c32eb918d68 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:06:54.801 +05:30 12298b6a-7de7-472a-b58c-8c32eb918d68 INF CORS policy execution successful. 2024-09-07 12:06:54.801 +05:30 12298b6a-7de7-472a-b58c-8c32eb918d68 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.985ms 2024-09-07 12:06:54.854 +05:30 3916143b-c2a5-4faa-a496-eb036000bb84 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:06:54.855 +05:30 3916143b-c2a5-4faa-a496-eb036000bb84 INF CORS policy execution successful. 2024-09-07 12:06:54.855 +05:30 3916143b-c2a5-4faa-a496-eb036000bb84 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:54.855 +05:30 94d640dc-348f-430d-8370-d305013f9cae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:54.855 +05:30 94d640dc-348f-430d-8370-d305013f9cae INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:54.867 +05:30 94d640dc-348f-430d-8370-d305013f9cae INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:54.867 +05:30 94d640dc-348f-430d-8370-d305013f9cae INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.4715ms 2024-09-07 12:06:54.867 +05:30 94d640dc-348f-430d-8370-d305013f9cae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:54.867 +05:30 94d640dc-348f-430d-8370-d305013f9cae INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3916143b-c2a5-4faa-a496-eb036000bb84}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:06:54.868 +05:30 94d640dc-348f-430d-8370-d305013f9cae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 13.6473ms 2024-09-07 12:06:55.269 +05:30 30276977-c7b3-47ac-9816-55262a70e189 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:06:55.269 +05:30 30276977-c7b3-47ac-9816-55262a70e189 INF CORS policy execution successful. 2024-09-07 12:06:55.269 +05:30 30276977-c7b3-47ac-9816-55262a70e189 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4666ms 2024-09-07 12:06:55.329 +05:30 6890558e-66c6-4ad1-ad6b-095c5ccd8576 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:06:55.331 +05:30 6890558e-66c6-4ad1-ad6b-095c5ccd8576 INF CORS policy execution successful. 2024-09-07 12:06:55.332 +05:30 6890558e-66c6-4ad1-ad6b-095c5ccd8576 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:55.333 +05:30 532d6628-4a88-4cd7-b61b-08ea96f869c6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:55.333 +05:30 532d6628-4a88-4cd7-b61b-08ea96f869c6 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:06:55.365 +05:30 532d6628-4a88-4cd7-b61b-08ea96f869c6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:55.365 +05:30 532d6628-4a88-4cd7-b61b-08ea96f869c6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 32.3993ms 2024-09-07 12:06:55.366 +05:30 532d6628-4a88-4cd7-b61b-08ea96f869c6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:06:55.366 +05:30 532d6628-4a88-4cd7-b61b-08ea96f869c6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6890558e-66c6-4ad1-ad6b-095c5ccd8576}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:06:55.369 +05:30 532d6628-4a88-4cd7-b61b-08ea96f869c6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 39.1065ms 2024-09-07 12:06:58.822 +05:30 33aaaffe-e73c-4138-9adc-2465c4a297db INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:58.823 +05:30 33aaaffe-e73c-4138-9adc-2465c4a297db INF CORS policy execution successful. 2024-09-07 12:06:58.823 +05:30 33aaaffe-e73c-4138-9adc-2465c4a297db INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.757ms 2024-09-07 12:06:58.832 +05:30 d02da175-bedf-4a88-9c7b-3b03299b4e60 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:58.832 +05:30 d02da175-bedf-4a88-9c7b-3b03299b4e60 INF CORS policy execution successful. 2024-09-07 12:06:58.832 +05:30 d02da175-bedf-4a88-9c7b-3b03299b4e60 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5948ms 2024-09-07 12:06:58.877 +05:30 bd770892-b026-4877-8df5-69e249741f8d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:58.877 +05:30 bd770892-b026-4877-8df5-69e249741f8d INF CORS policy execution successful. 2024-09-07 12:06:58.878 +05:30 bd770892-b026-4877-8df5-69e249741f8d INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:58.878 +05:30 8d373c87-d7b2-4887-8e44-82597b1e2aad INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:58.879 +05:30 8d373c87-d7b2-4887-8e44-82597b1e2aad INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:06:58.892 +05:30 8d373c87-d7b2-4887-8e44-82597b1e2aad INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:58.892 +05:30 8d373c87-d7b2-4887-8e44-82597b1e2aad INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.7237ms 2024-09-07 12:06:58.893 +05:30 8d373c87-d7b2-4887-8e44-82597b1e2aad INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:58.893 +05:30 8d373c87-d7b2-4887-8e44-82597b1e2aad INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bd770892-b026-4877-8df5-69e249741f8d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:06:58.893 +05:30 8d373c87-d7b2-4887-8e44-82597b1e2aad INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 16.5748ms 2024-09-07 12:06:58.947 +05:30 7cbdfa68-8265-4dfd-8525-854c0d5a9db0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:06:58.947 +05:30 7cbdfa68-8265-4dfd-8525-854c0d5a9db0 INF CORS policy execution successful. 2024-09-07 12:06:58.947 +05:30 7cbdfa68-8265-4dfd-8525-854c0d5a9db0 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:06:58.948 +05:30 146af057-5496-4b13-b733-ee3b8fc3acc2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:58.948 +05:30 146af057-5496-4b13-b733-ee3b8fc3acc2 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:06:58.950 +05:30 146af057-5496-4b13-b733-ee3b8fc3acc2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:06:58.951 +05:30 146af057-5496-4b13-b733-ee3b8fc3acc2 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.9956ms 2024-09-07 12:06:58.951 +05:30 146af057-5496-4b13-b733-ee3b8fc3acc2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:06:58.951 +05:30 146af057-5496-4b13-b733-ee3b8fc3acc2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7cbdfa68-8265-4dfd-8525-854c0d5a9db0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:06:58.952 +05:30 146af057-5496-4b13-b733-ee3b8fc3acc2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.5257ms 2024-09-07 12:07:00.022 +05:30 f7be1820-c551-4e47-8c08-0f9718c85907 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:07:00.023 +05:30 f7be1820-c551-4e47-8c08-0f9718c85907 INF CORS policy execution successful. 2024-09-07 12:07:00.023 +05:30 f7be1820-c551-4e47-8c08-0f9718c85907 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.7619ms 2024-09-07 12:07:00.075 +05:30 36f9eb70-e98c-40fd-9516-7810c8217b49 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:07:00.076 +05:30 36f9eb70-e98c-40fd-9516-7810c8217b49 INF CORS policy execution successful. 2024-09-07 12:07:00.076 +05:30 36f9eb70-e98c-40fd-9516-7810c8217b49 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:00.076 +05:30 5e60c926-2f31-4db2-a5a8-f457182beb1b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:07:00.076 +05:30 5e60c926-2f31-4db2-a5a8-f457182beb1b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:00.089 +05:30 5e60c926-2f31-4db2-a5a8-f457182beb1b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:00.090 +05:30 5e60c926-2f31-4db2-a5a8-f457182beb1b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 13.0963ms 2024-09-07 12:07:00.090 +05:30 5e60c926-2f31-4db2-a5a8-f457182beb1b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:07:00.090 +05:30 5e60c926-2f31-4db2-a5a8-f457182beb1b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 36f9eb70-e98c-40fd-9516-7810c8217b49}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:07:00.090 +05:30 5e60c926-2f31-4db2-a5a8-f457182beb1b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 14.9979ms 2024-09-07 12:07:00.592 +05:30 091d2cfb-f4d6-4949-b784-234a2768022b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:07:00.592 +05:30 091d2cfb-f4d6-4949-b784-234a2768022b INF CORS policy execution successful. 2024-09-07 12:07:00.593 +05:30 091d2cfb-f4d6-4949-b784-234a2768022b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.9285ms 2024-09-07 12:07:00.645 +05:30 77a03c4c-272d-450d-bf23-c6108d8e346c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:07:00.645 +05:30 77a03c4c-272d-450d-bf23-c6108d8e346c INF CORS policy execution successful. 2024-09-07 12:07:00.646 +05:30 77a03c4c-272d-450d-bf23-c6108d8e346c INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:00.646 +05:30 17d19049-46fe-4a5f-bc2f-2bbb5843116c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:07:00.646 +05:30 17d19049-46fe-4a5f-bc2f-2bbb5843116c INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:00.655 +05:30 17d19049-46fe-4a5f-bc2f-2bbb5843116c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:00.656 +05:30 17d19049-46fe-4a5f-bc2f-2bbb5843116c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.7574ms 2024-09-07 12:07:00.656 +05:30 17d19049-46fe-4a5f-bc2f-2bbb5843116c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:07:00.656 +05:30 17d19049-46fe-4a5f-bc2f-2bbb5843116c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 77a03c4c-272d-450d-bf23-c6108d8e346c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:07:00.656 +05:30 17d19049-46fe-4a5f-bc2f-2bbb5843116c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 11.315ms 2024-09-07 12:07:19.739 +05:30 c643e146-23ff-48fc-a962-cf9efb250b5b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:07:19.744 +05:30 c643e146-23ff-48fc-a962-cf9efb250b5b INF CORS policy execution successful. 2024-09-07 12:07:19.745 +05:30 c643e146-23ff-48fc-a962-cf9efb250b5b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 5.6644ms 2024-09-07 12:07:19.747 +05:30 e807a37f-cf06-46f4-ad5c-d719a7760810 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:07:19.747 +05:30 e807a37f-cf06-46f4-ad5c-d719a7760810 INF CORS policy execution successful. 2024-09-07 12:07:19.747 +05:30 e807a37f-cf06-46f4-ad5c-d719a7760810 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.345ms 2024-09-07 12:07:19.806 +05:30 87e24cc9-4d3a-4dc3-9a83-4d1a6f8fb12a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:07:19.807 +05:30 87e24cc9-4d3a-4dc3-9a83-4d1a6f8fb12a INF CORS policy execution successful. 2024-09-07 12:07:19.807 +05:30 87e24cc9-4d3a-4dc3-9a83-4d1a6f8fb12a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:19.807 +05:30 a333e073-0cc8-4171-9fe2-1fc14df764d2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:07:19.808 +05:30 a333e073-0cc8-4171-9fe2-1fc14df764d2 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:07:19.823 +05:30 a333e073-0cc8-4171-9fe2-1fc14df764d2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:19.824 +05:30 a333e073-0cc8-4171-9fe2-1fc14df764d2 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 15.9161ms 2024-09-07 12:07:19.824 +05:30 a333e073-0cc8-4171-9fe2-1fc14df764d2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:07:19.824 +05:30 a333e073-0cc8-4171-9fe2-1fc14df764d2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 87e24cc9-4d3a-4dc3-9a83-4d1a6f8fb12a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:07:19.824 +05:30 a333e073-0cc8-4171-9fe2-1fc14df764d2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 18.4667ms 2024-09-07 12:07:19.883 +05:30 a36a1ecc-7b9c-4255-8b1f-ab8bbb6b7ebe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:07:19.884 +05:30 a36a1ecc-7b9c-4255-8b1f-ab8bbb6b7ebe INF CORS policy execution successful. 2024-09-07 12:07:19.884 +05:30 a36a1ecc-7b9c-4255-8b1f-ab8bbb6b7ebe INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:19.884 +05:30 b6f1197e-f587-41ff-8533-d561a58ebdcd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:07:19.884 +05:30 b6f1197e-f587-41ff-8533-d561a58ebdcd INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:07:19.886 +05:30 b6f1197e-f587-41ff-8533-d561a58ebdcd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:19.886 +05:30 b6f1197e-f587-41ff-8533-d561a58ebdcd INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 1.9866ms 2024-09-07 12:07:19.886 +05:30 b6f1197e-f587-41ff-8533-d561a58ebdcd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:07:19.886 +05:30 b6f1197e-f587-41ff-8533-d561a58ebdcd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a36a1ecc-7b9c-4255-8b1f-ab8bbb6b7ebe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:07:19.887 +05:30 b6f1197e-f587-41ff-8533-d561a58ebdcd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.2503ms 2024-09-07 12:07:33.892 +05:30 45894311-48d1-4890-aff2-a17345441467 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:07:33.893 +05:30 45894311-48d1-4890-aff2-a17345441467 INF CORS policy execution successful. 2024-09-07 12:07:33.893 +05:30 45894311-48d1-4890-aff2-a17345441467 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.9545ms 2024-09-07 12:07:33.956 +05:30 0557f5d7-58f7-44aa-9533-fb628d32809f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:07:33.957 +05:30 0557f5d7-58f7-44aa-9533-fb628d32809f INF CORS policy execution successful. 2024-09-07 12:07:33.957 +05:30 0557f5d7-58f7-44aa-9533-fb628d32809f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:33.957 +05:30 3667847e-dac8-4720-b55a-673cbdaff023 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:07:33.958 +05:30 3667847e-dac8-4720-b55a-673cbdaff023 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:34.060 +05:30 3667847e-dac8-4720-b55a-673cbdaff023 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:34.061 +05:30 3667847e-dac8-4720-b55a-673cbdaff023 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 102.7948ms 2024-09-07 12:07:34.061 +05:30 3667847e-dac8-4720-b55a-673cbdaff023 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:07:34.061 +05:30 3667847e-dac8-4720-b55a-673cbdaff023 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0557f5d7-58f7-44aa-9533-fb628d32809f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:07:34.061 +05:30 3667847e-dac8-4720-b55a-673cbdaff023 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 105.2129ms 2024-09-07 12:07:34.188 +05:30 213f6562-3fe0-4600-a087-0a1564e79966 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:07:34.188 +05:30 213f6562-3fe0-4600-a087-0a1564e79966 INF CORS policy execution successful. 2024-09-07 12:07:34.188 +05:30 213f6562-3fe0-4600-a087-0a1564e79966 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6684ms 2024-09-07 12:07:34.247 +05:30 23f4c251-c631-4299-9e5b-783f8cd26d0a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:07:34.248 +05:30 23f4c251-c631-4299-9e5b-783f8cd26d0a INF CORS policy execution successful. 2024-09-07 12:07:34.248 +05:30 23f4c251-c631-4299-9e5b-783f8cd26d0a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:34.248 +05:30 85c5e1a4-7e66-4d1d-b4b3-5962a82a817d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:07:34.248 +05:30 85c5e1a4-7e66-4d1d-b4b3-5962a82a817d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:07:34.421 +05:30 85c5e1a4-7e66-4d1d-b4b3-5962a82a817d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:34.421 +05:30 85c5e1a4-7e66-4d1d-b4b3-5962a82a817d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 172.288ms 2024-09-07 12:07:34.421 +05:30 85c5e1a4-7e66-4d1d-b4b3-5962a82a817d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:07:34.421 +05:30 85c5e1a4-7e66-4d1d-b4b3-5962a82a817d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 23f4c251-c631-4299-9e5b-783f8cd26d0a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:07:34.421 +05:30 85c5e1a4-7e66-4d1d-b4b3-5962a82a817d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 174.0148ms 2024-09-07 12:07:37.273 +05:30 da6431b6-c7a2-4d83-8854-8e0141b144da INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.274 +05:30 da6431b6-c7a2-4d83-8854-8e0141b144da INF CORS policy execution successful. 2024-09-07 12:07:37.274 +05:30 da6431b6-c7a2-4d83-8854-8e0141b144da INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.6441ms 2024-09-07 12:07:37.277 +05:30 3c67c4b7-b55f-4f59-860d-00c94bb93300 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.277 +05:30 3c67c4b7-b55f-4f59-860d-00c94bb93300 INF CORS policy execution successful. 2024-09-07 12:07:37.278 +05:30 3c67c4b7-b55f-4f59-860d-00c94bb93300 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.4235ms 2024-09-07 12:07:37.287 +05:30 9e171009-260f-49a2-bd4b-4be3ecc99399 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.287 +05:30 9e171009-260f-49a2-bd4b-4be3ecc99399 INF CORS policy execution successful. 2024-09-07 12:07:37.287 +05:30 9e171009-260f-49a2-bd4b-4be3ecc99399 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.5725ms 2024-09-07 12:07:37.317 +05:30 55f738b8-a30b-4120-9e16-bdd05c936b15 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.317 +05:30 9b98f11e-9ea4-4c9a-9d88-ed831656d4ce INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.317 +05:30 9b98f11e-9ea4-4c9a-9d88-ed831656d4ce INF CORS policy execution successful. 2024-09-07 12:07:37.317 +05:30 55f738b8-a30b-4120-9e16-bdd05c936b15 INF CORS policy execution successful. 2024-09-07 12:07:37.317 +05:30 55f738b8-a30b-4120-9e16-bdd05c936b15 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.5596ms 2024-09-07 12:07:37.317 +05:30 9b98f11e-9ea4-4c9a-9d88-ed831656d4ce INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.5954ms 2024-09-07 12:07:37.321 +05:30 b3763129-0d40-4484-8235-5b30a6b1d382 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.321 +05:30 e1d34466-0c02-4c51-adbd-23ce67203f20 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.321 +05:30 b3763129-0d40-4484-8235-5b30a6b1d382 INF CORS policy execution successful. 2024-09-07 12:07:37.321 +05:30 e1d34466-0c02-4c51-adbd-23ce67203f20 INF CORS policy execution successful. 2024-09-07 12:07:37.321 +05:30 e1d34466-0c02-4c51-adbd-23ce67203f20 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.2859ms 2024-09-07 12:07:37.321 +05:30 b3763129-0d40-4484-8235-5b30a6b1d382 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:37.322 +05:30 7221eadf-f0ca-4b69-8017-11e1e372980b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.322 +05:30 7221eadf-f0ca-4b69-8017-11e1e372980b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:37.327 +05:30 ef51ea4a-5e8f-492a-9a43-d909ff50d5a7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.327 +05:30 ef51ea4a-5e8f-492a-9a43-d909ff50d5a7 INF CORS policy execution successful. 2024-09-07 12:07:37.328 +05:30 ef51ea4a-5e8f-492a-9a43-d909ff50d5a7 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:37.328 +05:30 0f5ceb31-13f2-47ba-a8a3-b4c194b3c516 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.328 +05:30 0f5ceb31-13f2-47ba-a8a3-b4c194b3c516 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:37.342 +05:30 e1f76577-d3cd-498e-ada8-b250ec4b0b32 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.342 +05:30 e1f76577-d3cd-498e-ada8-b250ec4b0b32 INF CORS policy execution successful. 2024-09-07 12:07:37.342 +05:30 e1f76577-d3cd-498e-ada8-b250ec4b0b32 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:37.342 +05:30 06cb1789-09fa-46a1-947b-2e0088f9b9db INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.342 +05:30 06cb1789-09fa-46a1-947b-2e0088f9b9db INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:37.344 +05:30 7221eadf-f0ca-4b69-8017-11e1e372980b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:37.344 +05:30 7221eadf-f0ca-4b69-8017-11e1e372980b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 22.6788ms 2024-09-07 12:07:37.345 +05:30 7221eadf-f0ca-4b69-8017-11e1e372980b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.345 +05:30 7221eadf-f0ca-4b69-8017-11e1e372980b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b3763129-0d40-4484-8235-5b30a6b1d382}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:07:37.345 +05:30 7221eadf-f0ca-4b69-8017-11e1e372980b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 24.4679ms 2024-09-07 12:07:37.346 +05:30 06cb1789-09fa-46a1-947b-2e0088f9b9db INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:37.346 +05:30 06cb1789-09fa-46a1-947b-2e0088f9b9db INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.8344ms 2024-09-07 12:07:37.346 +05:30 06cb1789-09fa-46a1-947b-2e0088f9b9db INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.346 +05:30 06cb1789-09fa-46a1-947b-2e0088f9b9db INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e1f76577-d3cd-498e-ada8-b250ec4b0b32}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:07:37.346 +05:30 0f5ceb31-13f2-47ba-a8a3-b4c194b3c516 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:37.346 +05:30 0f5ceb31-13f2-47ba-a8a3-b4c194b3c516 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 18.498ms 2024-09-07 12:07:37.347 +05:30 0f5ceb31-13f2-47ba-a8a3-b4c194b3c516 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.347 +05:30 06cb1789-09fa-46a1-947b-2e0088f9b9db INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 5.0568ms 2024-09-07 12:07:37.347 +05:30 0f5ceb31-13f2-47ba-a8a3-b4c194b3c516 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ef51ea4a-5e8f-492a-9a43-d909ff50d5a7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:07:37.347 +05:30 0f5ceb31-13f2-47ba-a8a3-b4c194b3c516 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 19.6822ms 2024-09-07 12:07:37.359 +05:30 c0108481-2165-465b-b810-ac5d66114fae INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.359 +05:30 c0108481-2165-465b-b810-ac5d66114fae INF CORS policy execution successful. 2024-09-07 12:07:37.360 +05:30 c0108481-2165-465b-b810-ac5d66114fae INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:37.360 +05:30 26c2e6ee-49ff-4005-8671-e2d994b0fd56 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.360 +05:30 26c2e6ee-49ff-4005-8671-e2d994b0fd56 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:37.361 +05:30 78bee6a2-746f-475c-be52-853876fc9a9b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.362 +05:30 78bee6a2-746f-475c-be52-853876fc9a9b INF CORS policy execution successful. 2024-09-07 12:07:37.362 +05:30 78bee6a2-746f-475c-be52-853876fc9a9b INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:37.362 +05:30 01f349c5-5133-4f25-b8ed-3b50b72ffffb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.362 +05:30 01f349c5-5133-4f25-b8ed-3b50b72ffffb INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:37.363 +05:30 26c2e6ee-49ff-4005-8671-e2d994b0fd56 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:37.363 +05:30 26c2e6ee-49ff-4005-8671-e2d994b0fd56 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.0672ms 2024-09-07 12:07:37.363 +05:30 26c2e6ee-49ff-4005-8671-e2d994b0fd56 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.363 +05:30 26c2e6ee-49ff-4005-8671-e2d994b0fd56 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c0108481-2165-465b-b810-ac5d66114fae}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:07:37.364 +05:30 26c2e6ee-49ff-4005-8671-e2d994b0fd56 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 4.5243ms 2024-09-07 12:07:37.364 +05:30 01f349c5-5133-4f25-b8ed-3b50b72ffffb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:37.364 +05:30 01f349c5-5133-4f25-b8ed-3b50b72ffffb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.1743ms 2024-09-07 12:07:37.364 +05:30 01f349c5-5133-4f25-b8ed-3b50b72ffffb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.365 +05:30 01f349c5-5133-4f25-b8ed-3b50b72ffffb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 78bee6a2-746f-475c-be52-853876fc9a9b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:07:37.365 +05:30 01f349c5-5133-4f25-b8ed-3b50b72ffffb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 3.5334ms 2024-09-07 12:07:37.367 +05:30 d06dc1d3-b2fc-44c8-8e4e-07cdb1aaa74f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:07:37.367 +05:30 d06dc1d3-b2fc-44c8-8e4e-07cdb1aaa74f INF CORS policy execution successful. 2024-09-07 12:07:37.367 +05:30 d06dc1d3-b2fc-44c8-8e4e-07cdb1aaa74f INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:07:37.367 +05:30 6fc2bc2f-b4d5-4e4c-8d9c-4880dbe3ae8a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.367 +05:30 6fc2bc2f-b4d5-4e4c-8d9c-4880dbe3ae8a INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:07:37.375 +05:30 6fc2bc2f-b4d5-4e4c-8d9c-4880dbe3ae8a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:07:37.375 +05:30 6fc2bc2f-b4d5-4e4c-8d9c-4880dbe3ae8a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 7.6558ms 2024-09-07 12:07:37.375 +05:30 6fc2bc2f-b4d5-4e4c-8d9c-4880dbe3ae8a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:07:37.375 +05:30 6fc2bc2f-b4d5-4e4c-8d9c-4880dbe3ae8a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d06dc1d3-b2fc-44c8-8e4e-07cdb1aaa74f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:07:37.376 +05:30 6fc2bc2f-b4d5-4e4c-8d9c-4880dbe3ae8a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 8.8277ms 2024-09-07 12:08:04.609 +05:30 92386a1c-4e3c-4df9-b51e-d0a03b671aaf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:08:04.611 +05:30 92386a1c-4e3c-4df9-b51e-d0a03b671aaf INF CORS policy execution successful. 2024-09-07 12:08:04.612 +05:30 92386a1c-4e3c-4df9-b51e-d0a03b671aaf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.7915ms 2024-09-07 12:08:04.662 +05:30 c97b8f72-d3c5-4b04-98e7-4f23b597ed2c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:08:04.663 +05:30 c97b8f72-d3c5-4b04-98e7-4f23b597ed2c INF CORS policy execution successful. 2024-09-07 12:08:04.664 +05:30 c97b8f72-d3c5-4b04-98e7-4f23b597ed2c INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:04.665 +05:30 90402eae-e683-4a61-a85e-95014f77fb01 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:08:04.666 +05:30 90402eae-e683-4a61-a85e-95014f77fb01 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:04.687 +05:30 90402eae-e683-4a61-a85e-95014f77fb01 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:04.688 +05:30 90402eae-e683-4a61-a85e-95014f77fb01 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 21.9391ms 2024-09-07 12:08:04.688 +05:30 90402eae-e683-4a61-a85e-95014f77fb01 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:08:04.688 +05:30 90402eae-e683-4a61-a85e-95014f77fb01 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c97b8f72-d3c5-4b04-98e7-4f23b597ed2c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:08:04.689 +05:30 90402eae-e683-4a61-a85e-95014f77fb01 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 27.0177ms 2024-09-07 12:08:05.175 +05:30 d5275a9b-60e6-4ad9-ba16-c28952b9ee14 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:08:05.175 +05:30 d5275a9b-60e6-4ad9-ba16-c28952b9ee14 INF CORS policy execution successful. 2024-09-07 12:08:05.175 +05:30 d5275a9b-60e6-4ad9-ba16-c28952b9ee14 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5636ms 2024-09-07 12:08:05.224 +05:30 6e589883-8088-4833-97e0-57173c931d21 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:08:05.224 +05:30 6e589883-8088-4833-97e0-57173c931d21 INF CORS policy execution successful. 2024-09-07 12:08:05.224 +05:30 6e589883-8088-4833-97e0-57173c931d21 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:05.225 +05:30 52e04240-42e4-41fc-8e59-0da119eb924c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:08:05.225 +05:30 52e04240-42e4-41fc-8e59-0da119eb924c INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:05.228 +05:30 52e04240-42e4-41fc-8e59-0da119eb924c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:05.228 +05:30 52e04240-42e4-41fc-8e59-0da119eb924c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.5934ms 2024-09-07 12:08:05.228 +05:30 52e04240-42e4-41fc-8e59-0da119eb924c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:08:05.229 +05:30 52e04240-42e4-41fc-8e59-0da119eb924c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6e589883-8088-4833-97e0-57173c931d21}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:08:05.229 +05:30 52e04240-42e4-41fc-8e59-0da119eb924c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 5.3785ms 2024-09-07 12:08:06.721 +05:30 cdd0f5d3-ba68-4ca4-aa27-24f333db1638 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:08:06.722 +05:30 cdd0f5d3-ba68-4ca4-aa27-24f333db1638 INF CORS policy execution successful. 2024-09-07 12:08:06.722 +05:30 cdd0f5d3-ba68-4ca4-aa27-24f333db1638 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4591ms 2024-09-07 12:08:06.725 +05:30 ae8d5809-1363-4e94-999d-69d9a21ed0fe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:08:06.725 +05:30 ae8d5809-1363-4e94-999d-69d9a21ed0fe INF CORS policy execution successful. 2024-09-07 12:08:06.725 +05:30 ae8d5809-1363-4e94-999d-69d9a21ed0fe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.3362ms 2024-09-07 12:08:06.779 +05:30 f9dd359d-72c0-4223-946a-82379f16d8df INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:08:06.780 +05:30 f9dd359d-72c0-4223-946a-82379f16d8df INF CORS policy execution successful. 2024-09-07 12:08:06.780 +05:30 f9dd359d-72c0-4223-946a-82379f16d8df INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:06.781 +05:30 d5bb69ac-3cb7-4ec4-a4dc-28c73750c3d0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:06.781 +05:30 d5bb69ac-3cb7-4ec4-a4dc-28c73750c3d0 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:08:06.797 +05:30 d5bb69ac-3cb7-4ec4-a4dc-28c73750c3d0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:06.798 +05:30 d5bb69ac-3cb7-4ec4-a4dc-28c73750c3d0 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 16.4288ms 2024-09-07 12:08:06.798 +05:30 d5bb69ac-3cb7-4ec4-a4dc-28c73750c3d0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:06.798 +05:30 d5bb69ac-3cb7-4ec4-a4dc-28c73750c3d0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f9dd359d-72c0-4223-946a-82379f16d8df}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:08:06.798 +05:30 d5bb69ac-3cb7-4ec4-a4dc-28c73750c3d0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 19.582ms 2024-09-07 12:08:06.857 +05:30 2b19b9a5-991d-4fe0-a7c0-4990286ef561 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:08:06.858 +05:30 2b19b9a5-991d-4fe0-a7c0-4990286ef561 INF CORS policy execution successful. 2024-09-07 12:08:06.858 +05:30 2b19b9a5-991d-4fe0-a7c0-4990286ef561 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:06.858 +05:30 bc4a643b-d108-47b2-b396-91866d09abd6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:06.858 +05:30 bc4a643b-d108-47b2-b396-91866d09abd6 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:08:06.861 +05:30 bc4a643b-d108-47b2-b396-91866d09abd6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:06.861 +05:30 bc4a643b-d108-47b2-b396-91866d09abd6 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.3788ms 2024-09-07 12:08:06.861 +05:30 bc4a643b-d108-47b2-b396-91866d09abd6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:06.861 +05:30 bc4a643b-d108-47b2-b396-91866d09abd6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2b19b9a5-991d-4fe0-a7c0-4990286ef561}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:08:06.861 +05:30 bc4a643b-d108-47b2-b396-91866d09abd6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.9662ms 2024-09-07 12:08:34.192 +05:30 6a89e8b8-2995-4ba7-9f11-49977be39150 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:08:34.193 +05:30 6a89e8b8-2995-4ba7-9f11-49977be39150 INF CORS policy execution successful. 2024-09-07 12:08:34.193 +05:30 6a89e8b8-2995-4ba7-9f11-49977be39150 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 1.2488ms 2024-09-07 12:08:34.237 +05:30 a9c9506a-c6f8-4ba7-9742-053c086bb28b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:08:34.238 +05:30 a9c9506a-c6f8-4ba7-9742-053c086bb28b INF CORS policy execution successful. 2024-09-07 12:08:34.238 +05:30 a9c9506a-c6f8-4ba7-9742-053c086bb28b INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:34.239 +05:30 04552510-8a81-4b34-b871-5101904a81df INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:08:34.239 +05:30 04552510-8a81-4b34-b871-5101904a81df INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:34.256 +05:30 04552510-8a81-4b34-b871-5101904a81df INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:34.256 +05:30 04552510-8a81-4b34-b871-5101904a81df INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 16.9453ms 2024-09-07 12:08:34.256 +05:30 04552510-8a81-4b34-b871-5101904a81df INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:08:34.256 +05:30 04552510-8a81-4b34-b871-5101904a81df INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a9c9506a-c6f8-4ba7-9742-053c086bb28b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:08:34.257 +05:30 04552510-8a81-4b34-b871-5101904a81df INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 777 application/json; charset=utf-8 20.143ms 2024-09-07 12:08:34.652 +05:30 94fcb64c-49d1-4f00-915c-a0074844fc60 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:08:34.653 +05:30 94fcb64c-49d1-4f00-915c-a0074844fc60 INF CORS policy execution successful. 2024-09-07 12:08:34.653 +05:30 94fcb64c-49d1-4f00-915c-a0074844fc60 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5719ms 2024-09-07 12:08:34.697 +05:30 ff903cb8-0c91-4523-8e32-6b0705474023 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:08:34.698 +05:30 ff903cb8-0c91-4523-8e32-6b0705474023 INF CORS policy execution successful. 2024-09-07 12:08:34.698 +05:30 ff903cb8-0c91-4523-8e32-6b0705474023 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:34.699 +05:30 8c0aab29-08d5-4f07-88bd-d58ba4558cac INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:08:34.699 +05:30 8c0aab29-08d5-4f07-88bd-d58ba4558cac INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:34.704 +05:30 8c0aab29-08d5-4f07-88bd-d58ba4558cac INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:34.704 +05:30 8c0aab29-08d5-4f07-88bd-d58ba4558cac INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 5.2048ms 2024-09-07 12:08:34.704 +05:30 8c0aab29-08d5-4f07-88bd-d58ba4558cac INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:08:34.705 +05:30 8c0aab29-08d5-4f07-88bd-d58ba4558cac INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ff903cb8-0c91-4523-8e32-6b0705474023}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 777} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:08:34.705 +05:30 8c0aab29-08d5-4f07-88bd-d58ba4558cac INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 777 application/json; charset=utf-8 8.2653ms 2024-09-07 12:08:37.365 +05:30 cfe69747-1967-48ff-9fe4-96903d66c11a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:08:37.366 +05:30 cfe69747-1967-48ff-9fe4-96903d66c11a INF CORS policy execution successful. 2024-09-07 12:08:37.366 +05:30 cfe69747-1967-48ff-9fe4-96903d66c11a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5505ms 2024-09-07 12:08:37.370 +05:30 26331d3f-9219-4c81-8716-d24b6a8409a8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:08:37.370 +05:30 26331d3f-9219-4c81-8716-d24b6a8409a8 INF CORS policy execution successful. 2024-09-07 12:08:37.371 +05:30 26331d3f-9219-4c81-8716-d24b6a8409a8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4551ms 2024-09-07 12:08:37.431 +05:30 ee44bbe4-d52e-4c7f-aaa9-55bb8df2efd9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:08:37.431 +05:30 ee44bbe4-d52e-4c7f-aaa9-55bb8df2efd9 INF CORS policy execution successful. 2024-09-07 12:08:37.431 +05:30 ee44bbe4-d52e-4c7f-aaa9-55bb8df2efd9 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:37.431 +05:30 ffa064ff-2a76-4169-900d-6c77cb8b3ad7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:37.432 +05:30 ffa064ff-2a76-4169-900d-6c77cb8b3ad7 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:08:37.444 +05:30 ffa064ff-2a76-4169-900d-6c77cb8b3ad7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:37.444 +05:30 ffa064ff-2a76-4169-900d-6c77cb8b3ad7 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 12.8211ms 2024-09-07 12:08:37.444 +05:30 ffa064ff-2a76-4169-900d-6c77cb8b3ad7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:37.445 +05:30 ffa064ff-2a76-4169-900d-6c77cb8b3ad7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ee44bbe4-d52e-4c7f-aaa9-55bb8df2efd9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:08:37.445 +05:30 ffa064ff-2a76-4169-900d-6c77cb8b3ad7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 14.3799ms 2024-09-07 12:08:37.496 +05:30 79062d89-b6bd-48db-96f3-8a090af14953 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:08:37.497 +05:30 79062d89-b6bd-48db-96f3-8a090af14953 INF CORS policy execution successful. 2024-09-07 12:08:37.497 +05:30 79062d89-b6bd-48db-96f3-8a090af14953 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:37.497 +05:30 1b1a0d39-07e6-4183-86ae-b82008eb7412 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:37.497 +05:30 1b1a0d39-07e6-4183-86ae-b82008eb7412 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:08:37.499 +05:30 1b1a0d39-07e6-4183-86ae-b82008eb7412 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:37.500 +05:30 1b1a0d39-07e6-4183-86ae-b82008eb7412 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.4501ms 2024-09-07 12:08:37.500 +05:30 1b1a0d39-07e6-4183-86ae-b82008eb7412 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:37.500 +05:30 1b1a0d39-07e6-4183-86ae-b82008eb7412 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 79062d89-b6bd-48db-96f3-8a090af14953}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:08:37.500 +05:30 1b1a0d39-07e6-4183-86ae-b82008eb7412 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.8017ms 2024-09-07 12:08:48.862 +05:30 0fdf41ab-ab57-4530-908b-222fa22201c6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:08:48.862 +05:30 0fdf41ab-ab57-4530-908b-222fa22201c6 INF CORS policy execution successful. 2024-09-07 12:08:48.863 +05:30 0fdf41ab-ab57-4530-908b-222fa22201c6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.1411ms 2024-09-07 12:08:48.908 +05:30 72438c21-7306-4bf6-9314-591ba62a73c5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:08:48.909 +05:30 72438c21-7306-4bf6-9314-591ba62a73c5 INF CORS policy execution successful. 2024-09-07 12:08:48.909 +05:30 72438c21-7306-4bf6-9314-591ba62a73c5 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:48.910 +05:30 5fbfca46-8fdd-49cf-928c-2c5c83f1f3d9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:08:48.910 +05:30 5fbfca46-8fdd-49cf-928c-2c5c83f1f3d9 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:48.932 +05:30 5fbfca46-8fdd-49cf-928c-2c5c83f1f3d9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:48.932 +05:30 5fbfca46-8fdd-49cf-928c-2c5c83f1f3d9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 21.8746ms 2024-09-07 12:08:48.932 +05:30 5fbfca46-8fdd-49cf-928c-2c5c83f1f3d9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:08:48.932 +05:30 5fbfca46-8fdd-49cf-928c-2c5c83f1f3d9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 72438c21-7306-4bf6-9314-591ba62a73c5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:08:48.933 +05:30 5fbfca46-8fdd-49cf-928c-2c5c83f1f3d9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 24.6109ms 2024-09-07 12:08:49.176 +05:30 4809c463-0b53-41cf-b348-8886bef33c7e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:08:49.179 +05:30 4809c463-0b53-41cf-b348-8886bef33c7e INF CORS policy execution successful. 2024-09-07 12:08:49.179 +05:30 4809c463-0b53-41cf-b348-8886bef33c7e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 3.4227ms 2024-09-07 12:08:49.226 +05:30 6a374936-2ef6-42dd-8e82-cd7c44637aa3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:08:49.226 +05:30 6a374936-2ef6-42dd-8e82-cd7c44637aa3 INF CORS policy execution successful. 2024-09-07 12:08:49.227 +05:30 6a374936-2ef6-42dd-8e82-cd7c44637aa3 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:49.227 +05:30 44dc6ca2-2362-42b3-bfb3-b25b712f875d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:49.227 +05:30 44dc6ca2-2362-42b3-bfb3-b25b712f875d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:08:49.237 +05:30 44dc6ca2-2362-42b3-bfb3-b25b712f875d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:49.237 +05:30 44dc6ca2-2362-42b3-bfb3-b25b712f875d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 9.8397ms 2024-09-07 12:08:49.237 +05:30 44dc6ca2-2362-42b3-bfb3-b25b712f875d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:08:49.237 +05:30 44dc6ca2-2362-42b3-bfb3-b25b712f875d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6a374936-2ef6-42dd-8e82-cd7c44637aa3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:08:49.238 +05:30 44dc6ca2-2362-42b3-bfb3-b25b712f875d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 12.1266ms 2024-09-07 12:08:51.738 +05:30 6cb3e0cf-0710-483d-a3ca-dbd258c1637f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:08:51.738 +05:30 6cb3e0cf-0710-483d-a3ca-dbd258c1637f INF CORS policy execution successful. 2024-09-07 12:08:51.738 +05:30 a24028ee-67ff-4fb3-bc44-af4d796dc0f5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:08:51.739 +05:30 a24028ee-67ff-4fb3-bc44-af4d796dc0f5 INF CORS policy execution successful. 2024-09-07 12:08:51.739 +05:30 6cb3e0cf-0710-483d-a3ca-dbd258c1637f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 1.0533ms 2024-09-07 12:08:51.739 +05:30 a24028ee-67ff-4fb3-bc44-af4d796dc0f5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 1.4092ms 2024-09-07 12:08:51.741 +05:30 cddea5a5-e4ee-4619-a0b1-d6843a4cdc07 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:08:51.742 +05:30 cddea5a5-e4ee-4619-a0b1-d6843a4cdc07 INF CORS policy execution successful. 2024-09-07 12:08:51.742 +05:30 cddea5a5-e4ee-4619-a0b1-d6843a4cdc07 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.4917ms 2024-09-07 12:08:51.742 +05:30 1a3487b8-d402-4b98-9dfa-394588200366 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:08:51.742 +05:30 1a3487b8-d402-4b98-9dfa-394588200366 INF CORS policy execution successful. 2024-09-07 12:08:51.742 +05:30 1a3487b8-d402-4b98-9dfa-394588200366 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.3019ms 2024-09-07 12:08:51.782 +05:30 87ab0458-2e6b-4f0d-9184-526dd681a637 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:08:51.783 +05:30 87ab0458-2e6b-4f0d-9184-526dd681a637 INF CORS policy execution successful. 2024-09-07 12:08:51.783 +05:30 87ab0458-2e6b-4f0d-9184-526dd681a637 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:51.784 +05:30 b8bfb83d-1ba7-4650-9793-28c9c0b74ee4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:51.784 +05:30 b8bfb83d-1ba7-4650-9793-28c9c0b74ee4 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:51.785 +05:30 083c4609-96e7-4be4-9f24-aaf917ddd34f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:08:51.785 +05:30 083c4609-96e7-4be4-9f24-aaf917ddd34f INF CORS policy execution successful. 2024-09-07 12:08:51.785 +05:30 083c4609-96e7-4be4-9f24-aaf917ddd34f INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:51.786 +05:30 3d743b5b-7edd-433e-a78c-5c49e3e41201 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:51.786 +05:30 3d743b5b-7edd-433e-a78c-5c49e3e41201 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:51.788 +05:30 1a173c16-a0e5-490c-a5ca-5590ec395129 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:08:51.788 +05:30 1a173c16-a0e5-490c-a5ca-5590ec395129 INF CORS policy execution successful. 2024-09-07 12:08:51.788 +05:30 1a173c16-a0e5-490c-a5ca-5590ec395129 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:51.788 +05:30 63b2e81f-c216-461b-98a1-fe5f345b96ba INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:51.788 +05:30 63b2e81f-c216-461b-98a1-fe5f345b96ba INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:51.793 +05:30 dc26a1f1-5255-468e-9f6d-f4a6100a47d0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:08:51.793 +05:30 dc26a1f1-5255-468e-9f6d-f4a6100a47d0 INF CORS policy execution successful. 2024-09-07 12:08:51.793 +05:30 dc26a1f1-5255-468e-9f6d-f4a6100a47d0 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:51.794 +05:30 23819efd-65c9-44bf-ad92-a85223e21242 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:51.794 +05:30 23819efd-65c9-44bf-ad92-a85223e21242 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:51.827 +05:30 3d743b5b-7edd-433e-a78c-5c49e3e41201 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:51.827 +05:30 3d743b5b-7edd-433e-a78c-5c49e3e41201 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 41.4561ms 2024-09-07 12:08:51.827 +05:30 3d743b5b-7edd-433e-a78c-5c49e3e41201 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:51.828 +05:30 3d743b5b-7edd-433e-a78c-5c49e3e41201 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 083c4609-96e7-4be4-9f24-aaf917ddd34f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:51.828 +05:30 3d743b5b-7edd-433e-a78c-5c49e3e41201 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 43.1092ms 2024-09-07 12:08:51.862 +05:30 63b2e81f-c216-461b-98a1-fe5f345b96ba INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:51.862 +05:30 b8bfb83d-1ba7-4650-9793-28c9c0b74ee4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:51.862 +05:30 63b2e81f-c216-461b-98a1-fe5f345b96ba INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 73.9329ms 2024-09-07 12:08:51.862 +05:30 b8bfb83d-1ba7-4650-9793-28c9c0b74ee4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 78.6729ms 2024-09-07 12:08:51.862 +05:30 63b2e81f-c216-461b-98a1-fe5f345b96ba INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:51.863 +05:30 b8bfb83d-1ba7-4650-9793-28c9c0b74ee4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:51.863 +05:30 b8bfb83d-1ba7-4650-9793-28c9c0b74ee4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 87ab0458-2e6b-4f0d-9184-526dd681a637}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:51.863 +05:30 63b2e81f-c216-461b-98a1-fe5f345b96ba INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1a173c16-a0e5-490c-a5ca-5590ec395129}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:51.863 +05:30 23819efd-65c9-44bf-ad92-a85223e21242 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:51.863 +05:30 23819efd-65c9-44bf-ad92-a85223e21242 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 69.3835ms 2024-09-07 12:08:51.863 +05:30 63b2e81f-c216-461b-98a1-fe5f345b96ba INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 75.3992ms 2024-09-07 12:08:51.863 +05:30 b8bfb83d-1ba7-4650-9793-28c9c0b74ee4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 80.6908ms 2024-09-07 12:08:51.863 +05:30 23819efd-65c9-44bf-ad92-a85223e21242 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:51.863 +05:30 23819efd-65c9-44bf-ad92-a85223e21242 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dc26a1f1-5255-468e-9f6d-f4a6100a47d0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:51.863 +05:30 23819efd-65c9-44bf-ad92-a85223e21242 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 70.5411ms 2024-09-07 12:08:58.912 +05:30 0d067621-d500-4901-8809-64e785bb10c8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.913 +05:30 0d067621-d500-4901-8809-64e785bb10c8 INF CORS policy execution successful. 2024-09-07 12:08:58.913 +05:30 0d067621-d500-4901-8809-64e785bb10c8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.8781ms 2024-09-07 12:08:58.914 +05:30 3823c5e2-9509-4a5e-b2c5-17bfcee1d89c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.914 +05:30 3823c5e2-9509-4a5e-b2c5-17bfcee1d89c INF CORS policy execution successful. 2024-09-07 12:08:58.914 +05:30 3823c5e2-9509-4a5e-b2c5-17bfcee1d89c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.2657ms 2024-09-07 12:08:58.914 +05:30 dbdf5a89-5a58-4e56-a404-238429885fab INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.914 +05:30 dbdf5a89-5a58-4e56-a404-238429885fab INF CORS policy execution successful. 2024-09-07 12:08:58.914 +05:30 dbdf5a89-5a58-4e56-a404-238429885fab INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.248ms 2024-09-07 12:08:58.916 +05:30 fb1b3ab9-ea7e-4515-88ca-094690819fe7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.916 +05:30 fb1b3ab9-ea7e-4515-88ca-094690819fe7 INF CORS policy execution successful. 2024-09-07 12:08:58.916 +05:30 f3169f66-d064-4f07-a27f-41bfdcd515de INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.916 +05:30 f3169f66-d064-4f07-a27f-41bfdcd515de INF CORS policy execution successful. 2024-09-07 12:08:58.916 +05:30 fb1b3ab9-ea7e-4515-88ca-094690819fe7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.3082ms 2024-09-07 12:08:58.916 +05:30 f3169f66-d064-4f07-a27f-41bfdcd515de INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.2957ms 2024-09-07 12:08:58.928 +05:30 ff3034f4-642a-4731-b449-5085ef9f49ba INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.928 +05:30 ff3034f4-642a-4731-b449-5085ef9f49ba INF CORS policy execution successful. 2024-09-07 12:08:58.929 +05:30 ff3034f4-642a-4731-b449-5085ef9f49ba INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.4684ms 2024-09-07 12:08:58.955 +05:30 c2e1151a-490e-4184-98f4-13ce3cdf118d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.955 +05:30 c2e1151a-490e-4184-98f4-13ce3cdf118d INF CORS policy execution successful. 2024-09-07 12:08:58.955 +05:30 c2e1151a-490e-4184-98f4-13ce3cdf118d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.4971ms 2024-09-07 12:08:58.957 +05:30 e0b61029-a633-41ac-a3f1-11dedf03c94e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.958 +05:30 e0b61029-a633-41ac-a3f1-11dedf03c94e INF CORS policy execution successful. 2024-09-07 12:08:58.958 +05:30 e0b61029-a633-41ac-a3f1-11dedf03c94e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 0.2932ms 2024-09-07 12:08:58.961 +05:30 dcd1cb83-f060-4c68-862b-fab6181e3d2d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.961 +05:30 dcd1cb83-f060-4c68-862b-fab6181e3d2d INF CORS policy execution successful. 2024-09-07 12:08:58.961 +05:30 dcd1cb83-f060-4c68-862b-fab6181e3d2d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.314ms 2024-09-07 12:08:58.964 +05:30 8b1df0e2-96fa-40e3-8af7-2557db53af74 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.964 +05:30 8b1df0e2-96fa-40e3-8af7-2557db53af74 INF CORS policy execution successful. 2024-09-07 12:08:58.965 +05:30 8b1df0e2-96fa-40e3-8af7-2557db53af74 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:58.965 +05:30 faca086f-fff2-46d0-90f7-c77788fce839 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:58.965 +05:30 faca086f-fff2-46d0-90f7-c77788fce839 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:58.968 +05:30 d480f23b-7ea9-4db7-93fa-bc488c09b71a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.968 +05:30 d480f23b-7ea9-4db7-93fa-bc488c09b71a INF CORS policy execution successful. 2024-09-07 12:08:58.968 +05:30 d480f23b-7ea9-4db7-93fa-bc488c09b71a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.3762ms 2024-09-07 12:08:58.984 +05:30 34bdcee0-7e63-45c1-98ad-761d8a8d3ad2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.984 +05:30 34bdcee0-7e63-45c1-98ad-761d8a8d3ad2 INF CORS policy execution successful. 2024-09-07 12:08:58.984 +05:30 34bdcee0-7e63-45c1-98ad-761d8a8d3ad2 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:58.985 +05:30 9376d838-627e-4720-a8d3-9393c1d156ce INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:58.985 +05:30 9376d838-627e-4720-a8d3-9393c1d156ce INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:58.991 +05:30 faca086f-fff2-46d0-90f7-c77788fce839 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:58.991 +05:30 9376d838-627e-4720-a8d3-9393c1d156ce INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:58.991 +05:30 faca086f-fff2-46d0-90f7-c77788fce839 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 26.1236ms 2024-09-07 12:08:58.991 +05:30 9376d838-627e-4720-a8d3-9393c1d156ce INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 6.4661ms 2024-09-07 12:08:58.991 +05:30 faca086f-fff2-46d0-90f7-c77788fce839 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:58.991 +05:30 9376d838-627e-4720-a8d3-9393c1d156ce INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:58.991 +05:30 9376d838-627e-4720-a8d3-9393c1d156ce INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 34bdcee0-7e63-45c1-98ad-761d8a8d3ad2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:58.991 +05:30 faca086f-fff2-46d0-90f7-c77788fce839 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8b1df0e2-96fa-40e3-8af7-2557db53af74}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:58.992 +05:30 9376d838-627e-4720-a8d3-9393c1d156ce INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 8.2723ms 2024-09-07 12:08:58.992 +05:30 faca086f-fff2-46d0-90f7-c77788fce839 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 28.4903ms 2024-09-07 12:08:58.995 +05:30 05f6d08a-c42d-4f86-a55b-ffa0b9264dad INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:08:58.995 +05:30 05f6d08a-c42d-4f86-a55b-ffa0b9264dad INF CORS policy execution successful. 2024-09-07 12:08:58.995 +05:30 05f6d08a-c42d-4f86-a55b-ffa0b9264dad INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:58.995 +05:30 d2ae17a6-d605-49a6-a1b7-1e92ef46da6b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:58.996 +05:30 d2ae17a6-d605-49a6-a1b7-1e92ef46da6b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:58.998 +05:30 d2ae17a6-d605-49a6-a1b7-1e92ef46da6b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:58.998 +05:30 d2ae17a6-d605-49a6-a1b7-1e92ef46da6b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.815ms 2024-09-07 12:08:58.998 +05:30 d2ae17a6-d605-49a6-a1b7-1e92ef46da6b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:58.999 +05:30 d2ae17a6-d605-49a6-a1b7-1e92ef46da6b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 05f6d08a-c42d-4f86-a55b-ffa0b9264dad}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:58.999 +05:30 d2ae17a6-d605-49a6-a1b7-1e92ef46da6b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 4.0956ms 2024-09-07 12:08:59.001 +05:30 d98bf4f0-d52e-4958-b3d9-f11c17bde8c0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 12:08:59.002 +05:30 d98bf4f0-d52e-4958-b3d9-f11c17bde8c0 INF CORS policy execution successful. 2024-09-07 12:08:59.002 +05:30 d98bf4f0-d52e-4958-b3d9-f11c17bde8c0 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:59.002 +05:30 510f3e75-16ff-41c9-a2b1-00e33e3c81a6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.002 +05:30 510f3e75-16ff-41c9-a2b1-00e33e3c81a6 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:59.004 +05:30 510f3e75-16ff-41c9-a2b1-00e33e3c81a6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:59.005 +05:30 510f3e75-16ff-41c9-a2b1-00e33e3c81a6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.4483ms 2024-09-07 12:08:59.005 +05:30 510f3e75-16ff-41c9-a2b1-00e33e3c81a6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.005 +05:30 510f3e75-16ff-41c9-a2b1-00e33e3c81a6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d98bf4f0-d52e-4958-b3d9-f11c17bde8c0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:59.005 +05:30 510f3e75-16ff-41c9-a2b1-00e33e3c81a6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 3.591ms 2024-09-07 12:08:59.006 +05:30 a92e14d1-6ac5-4e24-8ae8-951c67439c48 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:08:59.006 +05:30 a92e14d1-6ac5-4e24-8ae8-951c67439c48 INF CORS policy execution successful. 2024-09-07 12:08:59.006 +05:30 a92e14d1-6ac5-4e24-8ae8-951c67439c48 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:59.006 +05:30 c9c9a2d5-154d-421c-a451-781d3df059d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.007 +05:30 c9c9a2d5-154d-421c-a451-781d3df059d7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:59.009 +05:30 c9c9a2d5-154d-421c-a451-781d3df059d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:59.009 +05:30 c9c9a2d5-154d-421c-a451-781d3df059d7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.5851ms 2024-09-07 12:08:59.009 +05:30 c9c9a2d5-154d-421c-a451-781d3df059d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.009 +05:30 c9c9a2d5-154d-421c-a451-781d3df059d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a92e14d1-6ac5-4e24-8ae8-951c67439c48}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:59.010 +05:30 c9c9a2d5-154d-421c-a451-781d3df059d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 3.6095ms 2024-09-07 12:08:59.021 +05:30 24e0aea0-e797-4f31-be17-1f2f3fe26990 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:08:59.021 +05:30 24e0aea0-e797-4f31-be17-1f2f3fe26990 INF CORS policy execution successful. 2024-09-07 12:08:59.022 +05:30 24e0aea0-e797-4f31-be17-1f2f3fe26990 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:59.022 +05:30 99b0c03a-38d8-406a-98b8-e3ae455f4345 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.022 +05:30 99b0c03a-38d8-406a-98b8-e3ae455f4345 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:59.025 +05:30 99b0c03a-38d8-406a-98b8-e3ae455f4345 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:59.025 +05:30 99b0c03a-38d8-406a-98b8-e3ae455f4345 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.2745ms 2024-09-07 12:08:59.025 +05:30 99b0c03a-38d8-406a-98b8-e3ae455f4345 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.026 +05:30 99b0c03a-38d8-406a-98b8-e3ae455f4345 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 24e0aea0-e797-4f31-be17-1f2f3fe26990}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:59.026 +05:30 99b0c03a-38d8-406a-98b8-e3ae455f4345 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 5.228ms 2024-09-07 12:08:59.038 +05:30 b1169a17-fa67-48f3-bc16-1ef27514a792 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 12:08:59.038 +05:30 b1169a17-fa67-48f3-bc16-1ef27514a792 INF CORS policy execution successful. 2024-09-07 12:08:59.039 +05:30 b1169a17-fa67-48f3-bc16-1ef27514a792 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:59.039 +05:30 72c5d4e7-2d34-486c-9d4f-08b0aaff23de INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.039 +05:30 72c5d4e7-2d34-486c-9d4f-08b0aaff23de INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:59.042 +05:30 72c5d4e7-2d34-486c-9d4f-08b0aaff23de INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:59.042 +05:30 72c5d4e7-2d34-486c-9d4f-08b0aaff23de INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.9658ms 2024-09-07 12:08:59.042 +05:30 d2100aee-89cc-4cf9-bb26-f1fc022d6f20 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 12:08:59.042 +05:30 72c5d4e7-2d34-486c-9d4f-08b0aaff23de INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.042 +05:30 72c5d4e7-2d34-486c-9d4f-08b0aaff23de INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b1169a17-fa67-48f3-bc16-1ef27514a792}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:59.042 +05:30 d2100aee-89cc-4cf9-bb26-f1fc022d6f20 INF CORS policy execution successful. 2024-09-07 12:08:59.042 +05:30 d2100aee-89cc-4cf9-bb26-f1fc022d6f20 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:59.042 +05:30 72c5d4e7-2d34-486c-9d4f-08b0aaff23de INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 4.522ms 2024-09-07 12:08:59.043 +05:30 4515936a-c43e-4879-8498-1fb820e8fdde INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.043 +05:30 4515936a-c43e-4879-8498-1fb820e8fdde INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:59.046 +05:30 4515936a-c43e-4879-8498-1fb820e8fdde INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:59.046 +05:30 4515936a-c43e-4879-8498-1fb820e8fdde INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.6611ms 2024-09-07 12:08:59.047 +05:30 4515936a-c43e-4879-8498-1fb820e8fdde INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.047 +05:30 4515936a-c43e-4879-8498-1fb820e8fdde INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d2100aee-89cc-4cf9-bb26-f1fc022d6f20}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:59.048 +05:30 4515936a-c43e-4879-8498-1fb820e8fdde INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 5.5859ms 2024-09-07 12:08:59.048 +05:30 ccf5a94f-a646-48c1-a793-c532731fe4b7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 12:08:59.049 +05:30 ccf5a94f-a646-48c1-a793-c532731fe4b7 INF CORS policy execution successful. 2024-09-07 12:08:59.049 +05:30 ccf5a94f-a646-48c1-a793-c532731fe4b7 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:59.049 +05:30 3fd71050-6f84-4994-af72-b97f5d4d450c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.049 +05:30 3fd71050-6f84-4994-af72-b97f5d4d450c INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:59.050 +05:30 daf22855-64cf-486b-8615-9991ec1f0c73 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 12:08:59.051 +05:30 daf22855-64cf-486b-8615-9991ec1f0c73 INF CORS policy execution successful. 2024-09-07 12:08:59.051 +05:30 daf22855-64cf-486b-8615-9991ec1f0c73 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:08:59.051 +05:30 181f5647-dda9-41bf-ae4a-8df103c64541 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.051 +05:30 181f5647-dda9-41bf-ae4a-8df103c64541 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:08:59.052 +05:30 3fd71050-6f84-4994-af72-b97f5d4d450c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:59.053 +05:30 3fd71050-6f84-4994-af72-b97f5d4d450c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.0224ms 2024-09-07 12:08:59.053 +05:30 3fd71050-6f84-4994-af72-b97f5d4d450c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.053 +05:30 3fd71050-6f84-4994-af72-b97f5d4d450c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ccf5a94f-a646-48c1-a793-c532731fe4b7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:59.053 +05:30 3fd71050-6f84-4994-af72-b97f5d4d450c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 4.5702ms 2024-09-07 12:08:59.053 +05:30 181f5647-dda9-41bf-ae4a-8df103c64541 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:08:59.054 +05:30 181f5647-dda9-41bf-ae4a-8df103c64541 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.25ms 2024-09-07 12:08:59.054 +05:30 181f5647-dda9-41bf-ae4a-8df103c64541 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:08:59.054 +05:30 181f5647-dda9-41bf-ae4a-8df103c64541 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: daf22855-64cf-486b-8615-9991ec1f0c73}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:08:59.054 +05:30 181f5647-dda9-41bf-ae4a-8df103c64541 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 3.4264ms 2024-09-07 12:09:03.164 +05:30 8fd0e0a2-e536-4f88-8708-d744983c6385 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 12:09:03.164 +05:30 8fd0e0a2-e536-4f88-8708-d744983c6385 INF CORS policy execution successful. 2024-09-07 12:09:03.165 +05:30 8fd0e0a2-e536-4f88-8708-d744983c6385 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.73ms 2024-09-07 12:09:03.211 +05:30 3bd95b93-5759-4b77-a4f7-70c51432f69b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 12:09:03.212 +05:30 3bd95b93-5759-4b77-a4f7-70c51432f69b INF CORS policy execution successful. 2024-09-07 12:09:03.212 +05:30 3bd95b93-5759-4b77-a4f7-70c51432f69b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:03.213 +05:30 e6f7b574-aa1f-4786-a832-19e41bff41ea INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:09:03.213 +05:30 e6f7b574-aa1f-4786-a832-19e41bff41ea INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:03.231 +05:30 e6f7b574-aa1f-4786-a832-19e41bff41ea INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:03.232 +05:30 e6f7b574-aa1f-4786-a832-19e41bff41ea INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.6811ms 2024-09-07 12:09:03.232 +05:30 e6f7b574-aa1f-4786-a832-19e41bff41ea INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:09:03.232 +05:30 e6f7b574-aa1f-4786-a832-19e41bff41ea INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3bd95b93-5759-4b77-a4f7-70c51432f69b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 12:09:03.232 +05:30 e6f7b574-aa1f-4786-a832-19e41bff41ea INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 21.2673ms 2024-09-07 12:09:12.689 +05:30 d9819e05-5b36-48c5-bbb2-895394f303bb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:09:12.690 +05:30 d9819e05-5b36-48c5-bbb2-895394f303bb INF CORS policy execution successful. 2024-09-07 12:09:12.690 +05:30 d9819e05-5b36-48c5-bbb2-895394f303bb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.9701ms 2024-09-07 12:09:12.738 +05:30 182955bc-787c-400e-b60f-0075f3fceaeb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:09:12.738 +05:30 182955bc-787c-400e-b60f-0075f3fceaeb INF CORS policy execution successful. 2024-09-07 12:09:12.739 +05:30 182955bc-787c-400e-b60f-0075f3fceaeb INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:12.739 +05:30 9564e0ec-1216-41ed-9ec0-5a5228734cbc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:09:12.739 +05:30 9564e0ec-1216-41ed-9ec0-5a5228734cbc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:12.767 +05:30 9564e0ec-1216-41ed-9ec0-5a5228734cbc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:12.768 +05:30 9564e0ec-1216-41ed-9ec0-5a5228734cbc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 28.5758ms 2024-09-07 12:09:12.768 +05:30 9564e0ec-1216-41ed-9ec0-5a5228734cbc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:09:12.768 +05:30 9564e0ec-1216-41ed-9ec0-5a5228734cbc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 182955bc-787c-400e-b60f-0075f3fceaeb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:09:12.769 +05:30 9564e0ec-1216-41ed-9ec0-5a5228734cbc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 30.8869ms 2024-09-07 12:09:20.240 +05:30 6e57a98c-47b0-4a35-9e8f-490f52ed47f3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 12:09:20.240 +05:30 6e57a98c-47b0-4a35-9e8f-490f52ed47f3 INF CORS policy execution successful. 2024-09-07 12:09:20.241 +05:30 6e57a98c-47b0-4a35-9e8f-490f52ed47f3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 1.0122ms 2024-09-07 12:09:20.293 +05:30 69b593be-f9b7-45a7-bdb5-f241b068d0cc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 12:09:20.294 +05:30 69b593be-f9b7-45a7-bdb5-f241b068d0cc INF CORS policy execution successful. 2024-09-07 12:09:20.294 +05:30 69b593be-f9b7-45a7-bdb5-f241b068d0cc INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:20.294 +05:30 5176e6b5-a557-4f29-aa28-b26e0f9282a6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:09:20.295 +05:30 5176e6b5-a557-4f29-aa28-b26e0f9282a6 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:20.313 +05:30 5176e6b5-a557-4f29-aa28-b26e0f9282a6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:20.313 +05:30 5176e6b5-a557-4f29-aa28-b26e0f9282a6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.4475ms 2024-09-07 12:09:20.313 +05:30 5176e6b5-a557-4f29-aa28-b26e0f9282a6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:09:20.313 +05:30 5176e6b5-a557-4f29-aa28-b26e0f9282a6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 69b593be-f9b7-45a7-bdb5-f241b068d0cc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 12:09:20.314 +05:30 5176e6b5-a557-4f29-aa28-b26e0f9282a6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 20.1615ms 2024-09-07 12:09:22.264 +05:30 2fbc9a7f-fbe4-4065-8bdf-35ee09ca8cb2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.264 +05:30 4896b0a9-3f4b-4957-9803-08a10cd0ef1e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.264 +05:30 2fbc9a7f-fbe4-4065-8bdf-35ee09ca8cb2 INF CORS policy execution successful. 2024-09-07 12:09:22.264 +05:30 4896b0a9-3f4b-4957-9803-08a10cd0ef1e INF CORS policy execution successful. 2024-09-07 12:09:22.264 +05:30 2fbc9a7f-fbe4-4065-8bdf-35ee09ca8cb2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.8ms 2024-09-07 12:09:22.264 +05:30 4896b0a9-3f4b-4957-9803-08a10cd0ef1e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.8246ms 2024-09-07 12:09:22.264 +05:30 556c5a37-5db9-4ffc-800d-14da61895994 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.265 +05:30 556c5a37-5db9-4ffc-800d-14da61895994 INF CORS policy execution successful. 2024-09-07 12:09:22.265 +05:30 556c5a37-5db9-4ffc-800d-14da61895994 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.4773ms 2024-09-07 12:09:22.270 +05:30 d3ca2fb0-3b91-4ae3-8188-09f6601c1217 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.270 +05:30 d3ca2fb0-3b91-4ae3-8188-09f6601c1217 INF CORS policy execution successful. 2024-09-07 12:09:22.270 +05:30 4eb383fb-86a5-4149-93c2-4d4b2e058c50 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.270 +05:30 d3ca2fb0-3b91-4ae3-8188-09f6601c1217 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.576ms 2024-09-07 12:09:22.270 +05:30 4eb383fb-86a5-4149-93c2-4d4b2e058c50 INF CORS policy execution successful. 2024-09-07 12:09:22.271 +05:30 4eb383fb-86a5-4149-93c2-4d4b2e058c50 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.4523ms 2024-09-07 12:09:22.278 +05:30 61adc239-a623-481a-8db9-8b5c9564b1aa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.279 +05:30 61adc239-a623-481a-8db9-8b5c9564b1aa INF CORS policy execution successful. 2024-09-07 12:09:22.279 +05:30 61adc239-a623-481a-8db9-8b5c9564b1aa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.9094ms 2024-09-07 12:09:22.306 +05:30 b5a3924c-4d66-4bca-ab0e-fe1a8330d635 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.307 +05:30 b5a3924c-4d66-4bca-ab0e-fe1a8330d635 INF CORS policy execution successful. 2024-09-07 12:09:22.307 +05:30 b5a3924c-4d66-4bca-ab0e-fe1a8330d635 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 0.6321ms 2024-09-07 12:09:22.308 +05:30 150816f4-0aa2-4bf0-a96f-022e515fe1e5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.308 +05:30 150816f4-0aa2-4bf0-a96f-022e515fe1e5 INF CORS policy execution successful. 2024-09-07 12:09:22.308 +05:30 150816f4-0aa2-4bf0-a96f-022e515fe1e5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 0.2923ms 2024-09-07 12:09:22.310 +05:30 06deac73-7541-478b-810f-a05e6afaa362 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.310 +05:30 06deac73-7541-478b-810f-a05e6afaa362 INF CORS policy execution successful. 2024-09-07 12:09:22.310 +05:30 06deac73-7541-478b-810f-a05e6afaa362 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 0.2785ms 2024-09-07 12:09:22.315 +05:30 8811d466-ede9-4423-be2f-5adb1a67d133 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.316 +05:30 8811d466-ede9-4423-be2f-5adb1a67d133 INF CORS policy execution successful. 2024-09-07 12:09:22.316 +05:30 8811d466-ede9-4423-be2f-5adb1a67d133 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 0.3594ms 2024-09-07 12:09:22.323 +05:30 3c65377a-22bf-47cd-bb53-12e0b1d3ec15 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.323 +05:30 3c65377a-22bf-47cd-bb53-12e0b1d3ec15 INF CORS policy execution successful. 2024-09-07 12:09:22.324 +05:30 3c65377a-22bf-47cd-bb53-12e0b1d3ec15 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.324 +05:30 8c489dc9-ea49-4c94-913b-d38c4f51e47b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.324 +05:30 8c489dc9-ea49-4c94-913b-d38c4f51e47b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.333 +05:30 e2d94743-c502-4189-8961-f0ef1279b384 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.333 +05:30 e2d94743-c502-4189-8961-f0ef1279b384 INF CORS policy execution successful. 2024-09-07 12:09:22.334 +05:30 e2d94743-c502-4189-8961-f0ef1279b384 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.334 +05:30 85c665bf-5392-45e3-9067-f910837f3b85 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.334 +05:30 85c665bf-5392-45e3-9067-f910837f3b85 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.348 +05:30 033993ff-0b60-42fe-bbc1-568c8f734381 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.349 +05:30 033993ff-0b60-42fe-bbc1-568c8f734381 INF CORS policy execution successful. 2024-09-07 12:09:22.349 +05:30 033993ff-0b60-42fe-bbc1-568c8f734381 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.349 +05:30 ee1d1021-578a-4801-861f-3b0514e12bb9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.349 +05:30 ee1d1021-578a-4801-861f-3b0514e12bb9 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.354 +05:30 f0a12e10-0ec5-42d0-b4d1-3bcda53a4008 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.354 +05:30 f0a12e10-0ec5-42d0-b4d1-3bcda53a4008 INF CORS policy execution successful. 2024-09-07 12:09:22.354 +05:30 f0a12e10-0ec5-42d0-b4d1-3bcda53a4008 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.354 +05:30 c66a27bb-9f8a-4bb4-8ac3-f21e3557d8c2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.354 +05:30 c66a27bb-9f8a-4bb4-8ac3-f21e3557d8c2 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.356 +05:30 1590e510-a327-4f0d-b82a-49f0155eb1fb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.356 +05:30 1590e510-a327-4f0d-b82a-49f0155eb1fb INF CORS policy execution successful. 2024-09-07 12:09:22.357 +05:30 1590e510-a327-4f0d-b82a-49f0155eb1fb INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.357 +05:30 948c7c55-f99f-4b2d-a486-d9072b54b830 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.357 +05:30 948c7c55-f99f-4b2d-a486-d9072b54b830 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.360 +05:30 8c489dc9-ea49-4c94-913b-d38c4f51e47b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.360 +05:30 8c489dc9-ea49-4c94-913b-d38c4f51e47b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 35.9072ms 2024-09-07 12:09:22.360 +05:30 8c489dc9-ea49-4c94-913b-d38c4f51e47b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.360 +05:30 8c489dc9-ea49-4c94-913b-d38c4f51e47b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3c65377a-22bf-47cd-bb53-12e0b1d3ec15}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.361 +05:30 8c489dc9-ea49-4c94-913b-d38c4f51e47b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 37.7356ms 2024-09-07 12:09:22.361 +05:30 d9093564-636f-4a5f-a89e-6c6281cfc6bf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.361 +05:30 d9093564-636f-4a5f-a89e-6c6281cfc6bf INF CORS policy execution successful. 2024-09-07 12:09:22.361 +05:30 d9093564-636f-4a5f-a89e-6c6281cfc6bf INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.362 +05:30 75dfd788-df9a-47de-b70f-e3662d8a4651 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.362 +05:30 75dfd788-df9a-47de-b70f-e3662d8a4651 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.363 +05:30 85c665bf-5392-45e3-9067-f910837f3b85 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.364 +05:30 85c665bf-5392-45e3-9067-f910837f3b85 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 29.5628ms 2024-09-07 12:09:22.364 +05:30 85c665bf-5392-45e3-9067-f910837f3b85 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.364 +05:30 85c665bf-5392-45e3-9067-f910837f3b85 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e2d94743-c502-4189-8961-f0ef1279b384}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.364 +05:30 85c665bf-5392-45e3-9067-f910837f3b85 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 31.3086ms 2024-09-07 12:09:22.364 +05:30 75dfd788-df9a-47de-b70f-e3662d8a4651 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.364 +05:30 75dfd788-df9a-47de-b70f-e3662d8a4651 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.3914ms 2024-09-07 12:09:22.364 +05:30 75dfd788-df9a-47de-b70f-e3662d8a4651 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.364 +05:30 75dfd788-df9a-47de-b70f-e3662d8a4651 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d9093564-636f-4a5f-a89e-6c6281cfc6bf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.364 +05:30 ee1d1021-578a-4801-861f-3b0514e12bb9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.364 +05:30 75dfd788-df9a-47de-b70f-e3662d8a4651 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 3.3576ms 2024-09-07 12:09:22.364 +05:30 ee1d1021-578a-4801-861f-3b0514e12bb9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 15.3454ms 2024-09-07 12:09:22.364 +05:30 ee1d1021-578a-4801-861f-3b0514e12bb9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.365 +05:30 ee1d1021-578a-4801-861f-3b0514e12bb9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 033993ff-0b60-42fe-bbc1-568c8f734381}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.365 +05:30 ee1d1021-578a-4801-861f-3b0514e12bb9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 16.491ms 2024-09-07 12:09:22.369 +05:30 c66a27bb-9f8a-4bb4-8ac3-f21e3557d8c2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.369 +05:30 c66a27bb-9f8a-4bb4-8ac3-f21e3557d8c2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 14.3623ms 2024-09-07 12:09:22.369 +05:30 c66a27bb-9f8a-4bb4-8ac3-f21e3557d8c2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.369 +05:30 c66a27bb-9f8a-4bb4-8ac3-f21e3557d8c2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f0a12e10-0ec5-42d0-b4d1-3bcda53a4008}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.369 +05:30 948c7c55-f99f-4b2d-a486-d9072b54b830 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.369 +05:30 948c7c55-f99f-4b2d-a486-d9072b54b830 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 12.3384ms 2024-09-07 12:09:22.369 +05:30 948c7c55-f99f-4b2d-a486-d9072b54b830 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.369 +05:30 c66a27bb-9f8a-4bb4-8ac3-f21e3557d8c2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 15.564ms 2024-09-07 12:09:22.369 +05:30 948c7c55-f99f-4b2d-a486-d9072b54b830 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1590e510-a327-4f0d-b82a-49f0155eb1fb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.369 +05:30 948c7c55-f99f-4b2d-a486-d9072b54b830 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 13.2504ms 2024-09-07 12:09:22.407 +05:30 0593a747-4223-400a-80bc-e839d881bf1c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.407 +05:30 0593a747-4223-400a-80bc-e839d881bf1c INF CORS policy execution successful. 2024-09-07 12:09:22.407 +05:30 0593a747-4223-400a-80bc-e839d881bf1c INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.408 +05:30 2df3a388-a171-4eeb-be4c-a8a50d1ce867 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.408 +05:30 2df3a388-a171-4eeb-be4c-a8a50d1ce867 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.410 +05:30 2df3a388-a171-4eeb-be4c-a8a50d1ce867 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.411 +05:30 2df3a388-a171-4eeb-be4c-a8a50d1ce867 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.7708ms 2024-09-07 12:09:22.411 +05:30 2df3a388-a171-4eeb-be4c-a8a50d1ce867 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.411 +05:30 2df3a388-a171-4eeb-be4c-a8a50d1ce867 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0593a747-4223-400a-80bc-e839d881bf1c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 12:09:22.411 +05:30 2df3a388-a171-4eeb-be4c-a8a50d1ce867 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 4.3761ms 2024-09-07 12:09:22.411 +05:30 57e969ed-f601-415d-8cf0-cb4828fa6b23 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.411 +05:30 57e969ed-f601-415d-8cf0-cb4828fa6b23 INF CORS policy execution successful. 2024-09-07 12:09:22.411 +05:30 57e969ed-f601-415d-8cf0-cb4828fa6b23 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.411 +05:30 bc0b4bdd-66aa-42a3-9b2f-2dc698ad02d4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.412 +05:30 bc0b4bdd-66aa-42a3-9b2f-2dc698ad02d4 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.412 +05:30 aba4e654-d590-48b2-a927-f6124d7a5e0e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.412 +05:30 aba4e654-d590-48b2-a927-f6124d7a5e0e INF CORS policy execution successful. 2024-09-07 12:09:22.412 +05:30 aba4e654-d590-48b2-a927-f6124d7a5e0e INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.412 +05:30 e533c5fc-10a3-418d-95a2-7a4a1b419d2f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.412 +05:30 e533c5fc-10a3-418d-95a2-7a4a1b419d2f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.414 +05:30 e533c5fc-10a3-418d-95a2-7a4a1b419d2f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.414 +05:30 e533c5fc-10a3-418d-95a2-7a4a1b419d2f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.8507ms 2024-09-07 12:09:22.414 +05:30 e533c5fc-10a3-418d-95a2-7a4a1b419d2f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.414 +05:30 e533c5fc-10a3-418d-95a2-7a4a1b419d2f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: aba4e654-d590-48b2-a927-f6124d7a5e0e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.414 +05:30 bc0b4bdd-66aa-42a3-9b2f-2dc698ad02d4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.414 +05:30 bc0b4bdd-66aa-42a3-9b2f-2dc698ad02d4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.5207ms 2024-09-07 12:09:22.414 +05:30 bc0b4bdd-66aa-42a3-9b2f-2dc698ad02d4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.414 +05:30 bc0b4bdd-66aa-42a3-9b2f-2dc698ad02d4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 57e969ed-f601-415d-8cf0-cb4828fa6b23}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.414 +05:30 e533c5fc-10a3-418d-95a2-7a4a1b419d2f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 2.7049ms 2024-09-07 12:09:22.414 +05:30 bc0b4bdd-66aa-42a3-9b2f-2dc698ad02d4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.4951ms 2024-09-07 12:09:22.420 +05:30 d6aff04b-30d3-48f9-9344-d033461fa136 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 12:09:22.420 +05:30 d6aff04b-30d3-48f9-9344-d033461fa136 INF CORS policy execution successful. 2024-09-07 12:09:22.421 +05:30 d6aff04b-30d3-48f9-9344-d033461fa136 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:22.421 +05:30 10a3378c-28c2-43e6-83d3-0e2b6db7c770 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.421 +05:30 10a3378c-28c2-43e6-83d3-0e2b6db7c770 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:22.423 +05:30 10a3378c-28c2-43e6-83d3-0e2b6db7c770 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:22.423 +05:30 10a3378c-28c2-43e6-83d3-0e2b6db7c770 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.455ms 2024-09-07 12:09:22.423 +05:30 10a3378c-28c2-43e6-83d3-0e2b6db7c770 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:22.423 +05:30 10a3378c-28c2-43e6-83d3-0e2b6db7c770 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d6aff04b-30d3-48f9-9344-d033461fa136}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:22.424 +05:30 10a3378c-28c2-43e6-83d3-0e2b6db7c770 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 3.6812ms 2024-09-07 12:09:23.643 +05:30 0027e93c-dcdb-46f6-a469-653a1f8b12fb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.643 +05:30 cf252355-ab4e-48b3-b832-425f6756a0e9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.643 +05:30 0027e93c-dcdb-46f6-a469-653a1f8b12fb INF CORS policy execution successful. 2024-09-07 12:09:23.643 +05:30 0d20e566-caea-434c-8187-9c7c09f416f1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.643 +05:30 cf252355-ab4e-48b3-b832-425f6756a0e9 INF CORS policy execution successful. 2024-09-07 12:09:23.643 +05:30 0027e93c-dcdb-46f6-a469-653a1f8b12fb INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.644 +05:30 0d20e566-caea-434c-8187-9c7c09f416f1 INF CORS policy execution successful. 2024-09-07 12:09:23.644 +05:30 cf252355-ab4e-48b3-b832-425f6756a0e9 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.644 +05:30 33addcda-32a0-4fb2-8448-2e9637e2fc34 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.644 +05:30 0d20e566-caea-434c-8187-9c7c09f416f1 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.644 +05:30 fc993019-f875-45f4-aeee-977876feed5d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.644 +05:30 4503a7c6-1a42-47f4-b975-1bd265b591e3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.644 +05:30 fc993019-f875-45f4-aeee-977876feed5d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.644 +05:30 4503a7c6-1a42-47f4-b975-1bd265b591e3 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.644 +05:30 33addcda-32a0-4fb2-8448-2e9637e2fc34 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.647 +05:30 458fe723-3998-4a24-9d5d-ab8034d77647 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.647 +05:30 9ebbc963-5592-46b8-8d8b-43d9074fc210 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.647 +05:30 9ebbc963-5592-46b8-8d8b-43d9074fc210 INF CORS policy execution successful. 2024-09-07 12:09:23.647 +05:30 458fe723-3998-4a24-9d5d-ab8034d77647 INF CORS policy execution successful. 2024-09-07 12:09:23.647 +05:30 9ebbc963-5592-46b8-8d8b-43d9074fc210 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.647 +05:30 458fe723-3998-4a24-9d5d-ab8034d77647 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.647 +05:30 d30ea5f5-9a43-41b6-a3f6-35a418cc7287 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.647 +05:30 6286cf9b-6f08-4c66-8d15-58e953ee6e03 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.647 +05:30 d30ea5f5-9a43-41b6-a3f6-35a418cc7287 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.647 +05:30 6286cf9b-6f08-4c66-8d15-58e953ee6e03 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.656 +05:30 30ca224b-872a-420c-95a8-fd07e8223b97 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.657 +05:30 30ca224b-872a-420c-95a8-fd07e8223b97 INF CORS policy execution successful. 2024-09-07 12:09:23.657 +05:30 30ca224b-872a-420c-95a8-fd07e8223b97 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.657 +05:30 6793425a-6957-4b07-a194-ac9868113137 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.657 +05:30 6793425a-6957-4b07-a194-ac9868113137 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.679 +05:30 4503a7c6-1a42-47f4-b975-1bd265b591e3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.679 +05:30 4503a7c6-1a42-47f4-b975-1bd265b591e3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 34.7726ms 2024-09-07 12:09:23.679 +05:30 4503a7c6-1a42-47f4-b975-1bd265b591e3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.679 +05:30 fc993019-f875-45f4-aeee-977876feed5d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.679 +05:30 4503a7c6-1a42-47f4-b975-1bd265b591e3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0d20e566-caea-434c-8187-9c7c09f416f1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.679 +05:30 fc993019-f875-45f4-aeee-977876feed5d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 35.0281ms 2024-09-07 12:09:23.679 +05:30 fc993019-f875-45f4-aeee-977876feed5d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.679 +05:30 fc993019-f875-45f4-aeee-977876feed5d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cf252355-ab4e-48b3-b832-425f6756a0e9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.680 +05:30 4503a7c6-1a42-47f4-b975-1bd265b591e3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 36.4481ms 2024-09-07 12:09:23.680 +05:30 fc993019-f875-45f4-aeee-977876feed5d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 37.0567ms 2024-09-07 12:09:23.680 +05:30 33addcda-32a0-4fb2-8448-2e9637e2fc34 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.680 +05:30 33addcda-32a0-4fb2-8448-2e9637e2fc34 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 35.8047ms 2024-09-07 12:09:23.680 +05:30 33addcda-32a0-4fb2-8448-2e9637e2fc34 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.680 +05:30 33addcda-32a0-4fb2-8448-2e9637e2fc34 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0027e93c-dcdb-46f6-a469-653a1f8b12fb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.680 +05:30 33addcda-32a0-4fb2-8448-2e9637e2fc34 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 37.9391ms 2024-09-07 12:09:23.682 +05:30 6286cf9b-6f08-4c66-8d15-58e953ee6e03 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.682 +05:30 6793425a-6957-4b07-a194-ac9868113137 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.682 +05:30 6286cf9b-6f08-4c66-8d15-58e953ee6e03 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 34.2305ms 2024-09-07 12:09:23.682 +05:30 6793425a-6957-4b07-a194-ac9868113137 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 24.768ms 2024-09-07 12:09:23.682 +05:30 6793425a-6957-4b07-a194-ac9868113137 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.682 +05:30 6286cf9b-6f08-4c66-8d15-58e953ee6e03 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.682 +05:30 6793425a-6957-4b07-a194-ac9868113137 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 30ca224b-872a-420c-95a8-fd07e8223b97}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.682 +05:30 6286cf9b-6f08-4c66-8d15-58e953ee6e03 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 458fe723-3998-4a24-9d5d-ab8034d77647}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.682 +05:30 6793425a-6957-4b07-a194-ac9868113137 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 25.9453ms 2024-09-07 12:09:23.682 +05:30 6286cf9b-6f08-4c66-8d15-58e953ee6e03 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 35.3022ms 2024-09-07 12:09:23.682 +05:30 d30ea5f5-9a43-41b6-a3f6-35a418cc7287 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.683 +05:30 d30ea5f5-9a43-41b6-a3f6-35a418cc7287 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 35.1302ms 2024-09-07 12:09:23.683 +05:30 d30ea5f5-9a43-41b6-a3f6-35a418cc7287 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.683 +05:30 d30ea5f5-9a43-41b6-a3f6-35a418cc7287 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9ebbc963-5592-46b8-8d8b-43d9074fc210}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.683 +05:30 d30ea5f5-9a43-41b6-a3f6-35a418cc7287 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 35.9779ms 2024-09-07 12:09:23.722 +05:30 54104aa0-3665-40bc-9264-dc910a807808 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.723 +05:30 54104aa0-3665-40bc-9264-dc910a807808 INF CORS policy execution successful. 2024-09-07 12:09:23.723 +05:30 54104aa0-3665-40bc-9264-dc910a807808 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.723 +05:30 8ef53e82-66d6-4a75-ba4f-1bcc56eccbc0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.723 +05:30 8ef53e82-66d6-4a75-ba4f-1bcc56eccbc0 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.724 +05:30 1e016ae7-c237-424f-a1d2-3617e1e93e3d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.724 +05:30 1e016ae7-c237-424f-a1d2-3617e1e93e3d INF CORS policy execution successful. 2024-09-07 12:09:23.724 +05:30 1e016ae7-c237-424f-a1d2-3617e1e93e3d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.724 +05:30 94db3b5b-4eae-4890-8d09-1fc102559493 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.724 +05:30 94db3b5b-4eae-4890-8d09-1fc102559493 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.727 +05:30 94db3b5b-4eae-4890-8d09-1fc102559493 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.727 +05:30 94db3b5b-4eae-4890-8d09-1fc102559493 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.1404ms 2024-09-07 12:09:23.727 +05:30 94db3b5b-4eae-4890-8d09-1fc102559493 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.727 +05:30 94db3b5b-4eae-4890-8d09-1fc102559493 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1e016ae7-c237-424f-a1d2-3617e1e93e3d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 12:09:23.727 +05:30 8ef53e82-66d6-4a75-ba4f-1bcc56eccbc0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.727 +05:30 8ef53e82-66d6-4a75-ba4f-1bcc56eccbc0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.7754ms 2024-09-07 12:09:23.727 +05:30 8ef53e82-66d6-4a75-ba4f-1bcc56eccbc0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.727 +05:30 94db3b5b-4eae-4890-8d09-1fc102559493 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 2.9566ms 2024-09-07 12:09:23.727 +05:30 8ef53e82-66d6-4a75-ba4f-1bcc56eccbc0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 54104aa0-3665-40bc-9264-dc910a807808}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.727 +05:30 8ef53e82-66d6-4a75-ba4f-1bcc56eccbc0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 4.8709ms 2024-09-07 12:09:23.728 +05:30 d796fdc8-1c8c-425d-816f-a6cfbd1e215d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.728 +05:30 d796fdc8-1c8c-425d-816f-a6cfbd1e215d INF CORS policy execution successful. 2024-09-07 12:09:23.729 +05:30 d796fdc8-1c8c-425d-816f-a6cfbd1e215d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.729 +05:30 3317b17b-1c10-4dc1-8ea1-6c3864e0c755 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.729 +05:30 3317b17b-1c10-4dc1-8ea1-6c3864e0c755 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.731 +05:30 3317b17b-1c10-4dc1-8ea1-6c3864e0c755 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.731 +05:30 3317b17b-1c10-4dc1-8ea1-6c3864e0c755 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 1.8075ms 2024-09-07 12:09:23.731 +05:30 3317b17b-1c10-4dc1-8ea1-6c3864e0c755 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.731 +05:30 3317b17b-1c10-4dc1-8ea1-6c3864e0c755 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d796fdc8-1c8c-425d-816f-a6cfbd1e215d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.731 +05:30 3317b17b-1c10-4dc1-8ea1-6c3864e0c755 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 2.7265ms 2024-09-07 12:09:23.737 +05:30 a8e56504-437a-4907-b26c-0acb1df4c800 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 12:09:23.737 +05:30 a8e56504-437a-4907-b26c-0acb1df4c800 INF CORS policy execution successful. 2024-09-07 12:09:23.737 +05:30 a8e56504-437a-4907-b26c-0acb1df4c800 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:23.737 +05:30 7aec1bf6-2955-403d-9ef2-5f6a3e419b52 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.738 +05:30 7aec1bf6-2955-403d-9ef2-5f6a3e419b52 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:23.740 +05:30 7aec1bf6-2955-403d-9ef2-5f6a3e419b52 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:23.740 +05:30 7aec1bf6-2955-403d-9ef2-5f6a3e419b52 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.4913ms 2024-09-07 12:09:23.747 +05:30 7aec1bf6-2955-403d-9ef2-5f6a3e419b52 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:09:23.747 +05:30 7aec1bf6-2955-403d-9ef2-5f6a3e419b52 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a8e56504-437a-4907-b26c-0acb1df4c800}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:09:23.748 +05:30 7aec1bf6-2955-403d-9ef2-5f6a3e419b52 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 10.779ms 2024-09-07 12:09:45.015 +05:30 d1d81af1-c7b6-42d7-8216-396d60bb804a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 12:09:45.016 +05:30 d1d81af1-c7b6-42d7-8216-396d60bb804a INF CORS policy execution successful. 2024-09-07 12:09:45.016 +05:30 d1d81af1-c7b6-42d7-8216-396d60bb804a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 0.7303ms 2024-09-07 12:09:45.073 +05:30 3fd65724-570a-4228-b7bf-6339ded0fa0a INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 2502 2024-09-07 12:09:45.073 +05:30 3fd65724-570a-4228-b7bf-6339ded0fa0a INF CORS policy execution successful. 2024-09-07 12:09:45.074 +05:30 3fd65724-570a-4228-b7bf-6339ded0fa0a INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Content-Length: 2502}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":0,"tagId":20,"name":"layout24","condition":"","availInMobileApp":false,"languageId":1,"summaryViewFields":[{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":193,"field_Name":"sCode","caption":"Code","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":194,"field_Name":"bGroup","caption":"bGroup","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":195,"field_Name":"iParent","caption":"iParent","alignment":1,"width":80,"order":5,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":196,"field_Name":"iStatus","caption":"iStatus","alignment":1,"width":80,"order":6,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":197,"field_Name":"iCreatedBy","caption":"iCreatedBy","alignment":1,"width":80,"order":7,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":198,"field_Name":"dCreatedOn","caption":"dCreatedOn","alignment":1,"width":80,"order":8,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":199,"field_Name":"iModifiedBy","caption":"iModifiedBy","alignment":1,"width":80,"order":9,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":332,"field_Name":"iBE","caption":"BE","alignment":1,"width":80,"order":10,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false}],"language_Name":"English"} 2024-09-07 12:09:45.074 +05:30 2420ac41-109a-43d7-bfbf-51c28b947d3e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:09:45.074 +05:30 2420ac41-109a-43d7-bfbf-51c28b947d3e INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:45.146 +05:30 2420ac41-109a-43d7-bfbf-51c28b947d3e INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:45.150 +05:30 2420ac41-109a-43d7-bfbf-51c28b947d3e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 75.3836ms 2024-09-07 12:09:45.150 +05:30 2420ac41-109a-43d7-bfbf-51c28b947d3e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:09:45.151 +05:30 2420ac41-109a-43d7-bfbf-51c28b947d3e INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 3fd65724-570a-4228-b7bf-6339ded0fa0a}, {Location: http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 100} Body: {"status":"Success","statusCode":2001,"message":"SummaryView Inserted Successfully.","result":"119"} 2024-09-07 12:09:45.152 +05:30 2420ac41-109a-43d7-bfbf-51c28b947d3e INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 201 100 application/json; charset=utf-8 78.7427ms 2024-09-07 12:09:45.410 +05:30 35420c60-626b-4adc-a9e2-3f5a44c676cb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:09:45.411 +05:30 35420c60-626b-4adc-a9e2-3f5a44c676cb INF CORS policy execution successful. 2024-09-07 12:09:45.411 +05:30 35420c60-626b-4adc-a9e2-3f5a44c676cb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.462ms 2024-09-07 12:09:45.464 +05:30 95436c8d-ec44-4632-b94a-a8f16a69c5e5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:09:45.465 +05:30 95436c8d-ec44-4632-b94a-a8f16a69c5e5 INF CORS policy execution successful. 2024-09-07 12:09:45.465 +05:30 95436c8d-ec44-4632-b94a-a8f16a69c5e5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:45.465 +05:30 ae0ddd37-cd21-4934-b703-daccd71ab0b7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:09:45.465 +05:30 ae0ddd37-cd21-4934-b703-daccd71ab0b7 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:45.475 +05:30 ae0ddd37-cd21-4934-b703-daccd71ab0b7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:45.476 +05:30 ae0ddd37-cd21-4934-b703-daccd71ab0b7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 10.2074ms 2024-09-07 12:09:45.476 +05:30 ae0ddd37-cd21-4934-b703-daccd71ab0b7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:09:45.476 +05:30 ae0ddd37-cd21-4934-b703-daccd71ab0b7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 95436c8d-ec44-4632-b94a-a8f16a69c5e5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:09:45.476 +05:30 ae0ddd37-cd21-4934-b703-daccd71ab0b7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 11.9785ms 2024-09-07 12:09:45.855 +05:30 23f227db-2f75-4da1-ac03-b38b2ff0d77f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:09:45.855 +05:30 23f227db-2f75-4da1-ac03-b38b2ff0d77f INF CORS policy execution successful. 2024-09-07 12:09:45.855 +05:30 23f227db-2f75-4da1-ac03-b38b2ff0d77f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.459ms 2024-09-07 12:09:45.914 +05:30 071d54a5-5f6e-4fc8-ae94-29c316ee5fd4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:09:45.915 +05:30 071d54a5-5f6e-4fc8-ae94-29c316ee5fd4 INF CORS policy execution successful. 2024-09-07 12:09:45.915 +05:30 071d54a5-5f6e-4fc8-ae94-29c316ee5fd4 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:09:45.915 +05:30 64c87ff2-bf82-4c2c-8a55-8dd847e14c2b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:09:45.916 +05:30 64c87ff2-bf82-4c2c-8a55-8dd847e14c2b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:09:45.930 +05:30 64c87ff2-bf82-4c2c-8a55-8dd847e14c2b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:09:45.930 +05:30 64c87ff2-bf82-4c2c-8a55-8dd847e14c2b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.8816ms 2024-09-07 12:09:45.931 +05:30 64c87ff2-bf82-4c2c-8a55-8dd847e14c2b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:09:45.931 +05:30 64c87ff2-bf82-4c2c-8a55-8dd847e14c2b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 071d54a5-5f6e-4fc8-ae94-29c316ee5fd4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:09:45.931 +05:30 64c87ff2-bf82-4c2c-8a55-8dd847e14c2b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 16.7942ms 2024-09-07 12:10:06.706 +05:30 663ddb7d-fe26-4372-ba6f-1fb082730bd1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:06.707 +05:30 663ddb7d-fe26-4372-ba6f-1fb082730bd1 INF CORS policy execution successful. 2024-09-07 12:10:06.708 +05:30 663ddb7d-fe26-4372-ba6f-1fb082730bd1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.8911ms 2024-09-07 12:10:06.766 +05:30 c1e7f2e7-eed7-4846-bdde-b9dd3b2d7b3a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:06.768 +05:30 c1e7f2e7-eed7-4846-bdde-b9dd3b2d7b3a INF CORS policy execution successful. 2024-09-07 12:10:06.768 +05:30 c1e7f2e7-eed7-4846-bdde-b9dd3b2d7b3a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:06.769 +05:30 6bd2cbfd-0a82-4b83-9549-2313c118bbcf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:06.769 +05:30 6bd2cbfd-0a82-4b83-9549-2313c118bbcf INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:06.791 +05:30 6bd2cbfd-0a82-4b83-9549-2313c118bbcf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:06.792 +05:30 6bd2cbfd-0a82-4b83-9549-2313c118bbcf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 22.1344ms 2024-09-07 12:10:06.792 +05:30 6bd2cbfd-0a82-4b83-9549-2313c118bbcf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:06.792 +05:30 6bd2cbfd-0a82-4b83-9549-2313c118bbcf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c1e7f2e7-eed7-4846-bdde-b9dd3b2d7b3a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:10:06.793 +05:30 6bd2cbfd-0a82-4b83-9549-2313c118bbcf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 26.6421ms 2024-09-07 12:10:10.532 +05:30 90c5c25e-c821-472d-a2c2-15d0676568a2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - null null 2024-09-07 12:10:10.532 +05:30 90c5c25e-c821-472d-a2c2-15d0676568a2 INF CORS policy execution successful. 2024-09-07 12:10:10.533 +05:30 90c5c25e-c821-472d-a2c2-15d0676568a2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - 204 null null 0.7088ms 2024-09-07 12:10:10.585 +05:30 8d3aa159-d46f-4dd8-ae2c-0d3dcbc03b6d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - null null 2024-09-07 12:10:10.586 +05:30 8d3aa159-d46f-4dd8-ae2c-0d3dcbc03b6d INF CORS policy execution successful. 2024-09-07 12:10:10.586 +05:30 8d3aa159-d46f-4dd8-ae2c-0d3dcbc03b6d INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout24&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:10.586 +05:30 8bd62dbb-f1ca-4624-a1c8-fe3f11511fce INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:10.586 +05:30 8bd62dbb-f1ca-4624-a1c8-fe3f11511fce INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:10.602 +05:30 8bd62dbb-f1ca-4624-a1c8-fe3f11511fce INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:10.602 +05:30 8bd62dbb-f1ca-4624-a1c8-fe3f11511fce INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 15.8787ms 2024-09-07 12:10:10.603 +05:30 8bd62dbb-f1ca-4624-a1c8-fe3f11511fce INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:10.603 +05:30 8bd62dbb-f1ca-4624-a1c8-fe3f11511fce INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8d3aa159-d46f-4dd8-ae2c-0d3dcbc03b6d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":119,\"Name\":\"layout24\"}]"} 2024-09-07 12:10:10.603 +05:30 8bd62dbb-f1ca-4624-a1c8-fe3f11511fce INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - 200 132 application/json; charset=utf-8 18.4794ms 2024-09-07 12:10:22.302 +05:30 de58983a-1f77-46ee-84a5-e10227f2be9d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:22.303 +05:30 de58983a-1f77-46ee-84a5-e10227f2be9d INF CORS policy execution successful. 2024-09-07 12:10:22.304 +05:30 de58983a-1f77-46ee-84a5-e10227f2be9d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 2.3458ms 2024-09-07 12:10:22.360 +05:30 0696ea8d-55bd-40f0-bb64-d0a00f98daa6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:22.361 +05:30 0696ea8d-55bd-40f0-bb64-d0a00f98daa6 INF CORS policy execution successful. 2024-09-07 12:10:22.361 +05:30 0696ea8d-55bd-40f0-bb64-d0a00f98daa6 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:22.362 +05:30 c51e3c15-01e5-49d4-a049-5b856c188dfd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:22.362 +05:30 c51e3c15-01e5-49d4-a049-5b856c188dfd INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:22.376 +05:30 c51e3c15-01e5-49d4-a049-5b856c188dfd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:22.376 +05:30 c51e3c15-01e5-49d4-a049-5b856c188dfd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 13.7619ms 2024-09-07 12:10:22.376 +05:30 c51e3c15-01e5-49d4-a049-5b856c188dfd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:22.376 +05:30 c51e3c15-01e5-49d4-a049-5b856c188dfd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0696ea8d-55bd-40f0-bb64-d0a00f98daa6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:10:22.376 +05:30 c51e3c15-01e5-49d4-a049-5b856c188dfd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 15.9896ms 2024-09-07 12:10:25.183 +05:30 0723d718-a2cd-4dc1-b104-c10fc27e799b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout20&tagId=20 - null null 2024-09-07 12:10:25.183 +05:30 0723d718-a2cd-4dc1-b104-c10fc27e799b INF CORS policy execution successful. 2024-09-07 12:10:25.183 +05:30 0723d718-a2cd-4dc1-b104-c10fc27e799b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout20&tagId=20 - 204 null null 0.6453ms 2024-09-07 12:10:25.242 +05:30 9a0e4ebc-3668-452a-b17c-56d21803f528 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout20&tagId=20 - null null 2024-09-07 12:10:25.243 +05:30 9a0e4ebc-3668-452a-b17c-56d21803f528 INF CORS policy execution successful. 2024-09-07 12:10:25.243 +05:30 9a0e4ebc-3668-452a-b17c-56d21803f528 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout20&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:25.243 +05:30 19f2be29-c12c-44c6-9cf3-1bba9385b1c7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:25.243 +05:30 19f2be29-c12c-44c6-9cf3-1bba9385b1c7 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:25.254 +05:30 19f2be29-c12c-44c6-9cf3-1bba9385b1c7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:25.254 +05:30 19f2be29-c12c-44c6-9cf3-1bba9385b1c7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 10.713ms 2024-09-07 12:10:25.254 +05:30 19f2be29-c12c-44c6-9cf3-1bba9385b1c7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:25.254 +05:30 19f2be29-c12c-44c6-9cf3-1bba9385b1c7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9a0e4ebc-3668-452a-b17c-56d21803f528}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":115,\"Name\":\"layout20\"}]"} 2024-09-07 12:10:25.255 +05:30 19f2be29-c12c-44c6-9cf3-1bba9385b1c7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout20&tagId=20 - 200 132 application/json; charset=utf-8 12.5583ms 2024-09-07 12:10:26.601 +05:30 f38d10bb-541a-4b0a-84e3-10f4859f457c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:26.602 +05:30 f38d10bb-541a-4b0a-84e3-10f4859f457c INF CORS policy execution successful. 2024-09-07 12:10:26.603 +05:30 f38d10bb-541a-4b0a-84e3-10f4859f457c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.8298ms 2024-09-07 12:10:26.670 +05:30 10ab6071-eb90-4e0a-be76-b3e5aa7804ce INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:26.671 +05:30 10ab6071-eb90-4e0a-be76-b3e5aa7804ce INF CORS policy execution successful. 2024-09-07 12:10:26.672 +05:30 10ab6071-eb90-4e0a-be76-b3e5aa7804ce INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:26.672 +05:30 bfdd9a51-cbab-454b-9fc9-1844a0d64408 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:26.673 +05:30 bfdd9a51-cbab-454b-9fc9-1844a0d64408 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:26.690 +05:30 bfdd9a51-cbab-454b-9fc9-1844a0d64408 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:26.691 +05:30 bfdd9a51-cbab-454b-9fc9-1844a0d64408 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 18.1539ms 2024-09-07 12:10:26.691 +05:30 bfdd9a51-cbab-454b-9fc9-1844a0d64408 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:26.691 +05:30 bfdd9a51-cbab-454b-9fc9-1844a0d64408 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 10ab6071-eb90-4e0a-be76-b3e5aa7804ce}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:10:26.692 +05:30 bfdd9a51-cbab-454b-9fc9-1844a0d64408 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 21.1847ms 2024-09-07 12:10:30.611 +05:30 5a26ba7a-4da9-4f00-844f-ea89513c972d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout21&tagId=20 - null null 2024-09-07 12:10:30.611 +05:30 5a26ba7a-4da9-4f00-844f-ea89513c972d INF CORS policy execution successful. 2024-09-07 12:10:30.612 +05:30 5a26ba7a-4da9-4f00-844f-ea89513c972d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout21&tagId=20 - 204 null null 0.6897ms 2024-09-07 12:10:30.678 +05:30 0ee27acd-d702-4ffa-862a-a5dc9748355a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout21&tagId=20 - null null 2024-09-07 12:10:30.679 +05:30 0ee27acd-d702-4ffa-862a-a5dc9748355a INF CORS policy execution successful. 2024-09-07 12:10:30.679 +05:30 0ee27acd-d702-4ffa-862a-a5dc9748355a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout21&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:30.679 +05:30 5cf72697-5bed-4502-a5e2-e14a0b62d027 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:30.680 +05:30 5cf72697-5bed-4502-a5e2-e14a0b62d027 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:30.692 +05:30 5cf72697-5bed-4502-a5e2-e14a0b62d027 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:30.692 +05:30 5cf72697-5bed-4502-a5e2-e14a0b62d027 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 12.3593ms 2024-09-07 12:10:30.692 +05:30 5cf72697-5bed-4502-a5e2-e14a0b62d027 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:30.692 +05:30 5cf72697-5bed-4502-a5e2-e14a0b62d027 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0ee27acd-d702-4ffa-862a-a5dc9748355a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":116,\"Name\":\"layout21\"}]"} 2024-09-07 12:10:30.693 +05:30 5cf72697-5bed-4502-a5e2-e14a0b62d027 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout21&tagId=20 - 200 132 application/json; charset=utf-8 14.4278ms 2024-09-07 12:10:32.220 +05:30 d8b16c21-012d-4428-873f-b43ef21efedb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:32.221 +05:30 d8b16c21-012d-4428-873f-b43ef21efedb INF CORS policy execution successful. 2024-09-07 12:10:32.221 +05:30 d8b16c21-012d-4428-873f-b43ef21efedb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5761ms 2024-09-07 12:10:32.276 +05:30 7233a394-2f8a-4cb1-95e7-31b3e3772d47 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:32.277 +05:30 7233a394-2f8a-4cb1-95e7-31b3e3772d47 INF CORS policy execution successful. 2024-09-07 12:10:32.277 +05:30 7233a394-2f8a-4cb1-95e7-31b3e3772d47 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:32.277 +05:30 43715f9b-cbfd-4d2f-98f1-bad04c45f493 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:32.277 +05:30 43715f9b-cbfd-4d2f-98f1-bad04c45f493 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:32.292 +05:30 43715f9b-cbfd-4d2f-98f1-bad04c45f493 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:32.292 +05:30 43715f9b-cbfd-4d2f-98f1-bad04c45f493 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.7376ms 2024-09-07 12:10:32.292 +05:30 43715f9b-cbfd-4d2f-98f1-bad04c45f493 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:32.292 +05:30 43715f9b-cbfd-4d2f-98f1-bad04c45f493 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7233a394-2f8a-4cb1-95e7-31b3e3772d47}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:10:32.293 +05:30 43715f9b-cbfd-4d2f-98f1-bad04c45f493 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 16.4972ms 2024-09-07 12:10:36.956 +05:30 76ecdb45-e672-474d-8196-271d90821ded INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout23&tagId=20 - null null 2024-09-07 12:10:36.957 +05:30 76ecdb45-e672-474d-8196-271d90821ded INF CORS policy execution successful. 2024-09-07 12:10:36.957 +05:30 76ecdb45-e672-474d-8196-271d90821ded INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout23&tagId=20 - 204 null null 0.9385ms 2024-09-07 12:10:37.047 +05:30 f7627bff-da6d-4073-aa6c-544ba87fb42a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout23&tagId=20 - null null 2024-09-07 12:10:37.048 +05:30 f7627bff-da6d-4073-aa6c-544ba87fb42a INF CORS policy execution successful. 2024-09-07 12:10:37.048 +05:30 f7627bff-da6d-4073-aa6c-544ba87fb42a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout23&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:37.048 +05:30 b1033284-41e1-44b2-9842-c9fcdecaef4f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:37.049 +05:30 b1033284-41e1-44b2-9842-c9fcdecaef4f INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:37.064 +05:30 b1033284-41e1-44b2-9842-c9fcdecaef4f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:37.064 +05:30 b1033284-41e1-44b2-9842-c9fcdecaef4f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 15.5931ms 2024-09-07 12:10:37.064 +05:30 b1033284-41e1-44b2-9842-c9fcdecaef4f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:37.064 +05:30 b1033284-41e1-44b2-9842-c9fcdecaef4f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f7627bff-da6d-4073-aa6c-544ba87fb42a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":118,\"Name\":\"layout23\"}]"} 2024-09-07 12:10:37.065 +05:30 b1033284-41e1-44b2-9842-c9fcdecaef4f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout23&tagId=20 - 200 132 application/json; charset=utf-8 17.4435ms 2024-09-07 12:10:40.218 +05:30 ca9d557b-7984-4638-8a2a-d9b4b4712b13 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:40.218 +05:30 ca9d557b-7984-4638-8a2a-d9b4b4712b13 INF CORS policy execution successful. 2024-09-07 12:10:40.218 +05:30 ca9d557b-7984-4638-8a2a-d9b4b4712b13 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.6081ms 2024-09-07 12:10:40.272 +05:30 66e8fa32-5174-4453-81a9-a7b1b3c5a966 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:10:40.273 +05:30 66e8fa32-5174-4453-81a9-a7b1b3c5a966 INF CORS policy execution successful. 2024-09-07 12:10:40.273 +05:30 66e8fa32-5174-4453-81a9-a7b1b3c5a966 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:40.273 +05:30 6a03d9f4-78eb-4277-ba2b-142328c1cb3b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:40.273 +05:30 6a03d9f4-78eb-4277-ba2b-142328c1cb3b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:40.286 +05:30 6a03d9f4-78eb-4277-ba2b-142328c1cb3b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:40.286 +05:30 6a03d9f4-78eb-4277-ba2b-142328c1cb3b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 13.0692ms 2024-09-07 12:10:40.286 +05:30 6a03d9f4-78eb-4277-ba2b-142328c1cb3b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:40.287 +05:30 6a03d9f4-78eb-4277-ba2b-142328c1cb3b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 66e8fa32-5174-4453-81a9-a7b1b3c5a966}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:10:40.287 +05:30 6a03d9f4-78eb-4277-ba2b-142328c1cb3b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 14.5276ms 2024-09-07 12:10:43.923 +05:30 1fa82b17-ff5d-412b-9a62-91ee81b7f8e7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - null null 2024-09-07 12:10:43.923 +05:30 1fa82b17-ff5d-412b-9a62-91ee81b7f8e7 INF CORS policy execution successful. 2024-09-07 12:10:43.923 +05:30 1fa82b17-ff5d-412b-9a62-91ee81b7f8e7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - 204 null null 0.6186ms 2024-09-07 12:10:43.986 +05:30 a60a6656-4278-4792-90bc-a86d14cc109f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - null null 2024-09-07 12:10:43.987 +05:30 a60a6656-4278-4792-90bc-a86d14cc109f INF CORS policy execution successful. 2024-09-07 12:10:43.987 +05:30 a60a6656-4278-4792-90bc-a86d14cc109f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout24&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:10:43.987 +05:30 c91f08ab-939a-4ed3-a7ad-c930a9968ae4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:43.987 +05:30 c91f08ab-939a-4ed3-a7ad-c930a9968ae4 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:10:43.996 +05:30 c91f08ab-939a-4ed3-a7ad-c930a9968ae4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:10:43.997 +05:30 c91f08ab-939a-4ed3-a7ad-c930a9968ae4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.5223ms 2024-09-07 12:10:43.997 +05:30 c91f08ab-939a-4ed3-a7ad-c930a9968ae4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:10:43.997 +05:30 c91f08ab-939a-4ed3-a7ad-c930a9968ae4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a60a6656-4278-4792-90bc-a86d14cc109f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":119,\"Name\":\"layout24\"}]"} 2024-09-07 12:10:43.998 +05:30 c91f08ab-939a-4ed3-a7ad-c930a9968ae4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - 200 132 application/json; charset=utf-8 11.8448ms 2024-09-07 12:11:19.063 +05:30 0f724230-8799-40cf-92ad-93b571231ba6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:11:19.064 +05:30 0f724230-8799-40cf-92ad-93b571231ba6 INF CORS policy execution successful. 2024-09-07 12:11:19.065 +05:30 0f724230-8799-40cf-92ad-93b571231ba6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 204 null null 1.6771ms 2024-09-07 12:11:19.069 +05:30 1591af02-f6aa-4095-af69-2467b0f168d7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:11:19.069 +05:30 1591af02-f6aa-4095-af69-2467b0f168d7 INF CORS policy execution successful. 2024-09-07 12:11:19.070 +05:30 1591af02-f6aa-4095-af69-2467b0f168d7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 204 null null 0.528ms 2024-09-07 12:11:19.118 +05:30 bde2b9e2-1ce7-43c4-86c3-3f60f437d32d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:11:19.120 +05:30 bde2b9e2-1ce7-43c4-86c3-3f60f437d32d INF CORS policy execution successful. 2024-09-07 12:11:19.121 +05:30 bde2b9e2-1ce7-43c4-86c3-3f60f437d32d INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=119 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:19.122 +05:30 70c2c6be-86bf-44ae-a5d0-36b4f4016407 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.123 +05:30 70c2c6be-86bf-44ae-a5d0-36b4f4016407 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:19.132 +05:30 4d4a42be-001d-4725-a040-44274f877d01 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:11:19.133 +05:30 4d4a42be-001d-4725-a040-44274f877d01 INF CORS policy execution successful. 2024-09-07 12:11:19.133 +05:30 4d4a42be-001d-4725-a040-44274f877d01 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=119 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:19.133 +05:30 f67a4820-3f4b-4ed9-9bc4-53a5d11d6839 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.133 +05:30 f67a4820-3f4b-4ed9-9bc4-53a5d11d6839 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:19.177 +05:30 70c2c6be-86bf-44ae-a5d0-36b4f4016407 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:19.178 +05:30 70c2c6be-86bf-44ae-a5d0-36b4f4016407 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 55.6479ms 2024-09-07 12:11:19.179 +05:30 70c2c6be-86bf-44ae-a5d0-36b4f4016407 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.179 +05:30 70c2c6be-86bf-44ae-a5d0-36b4f4016407 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bde2b9e2-1ce7-43c4-86c3-3f60f437d32d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 3199} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":119,\"Name\":\"layout24\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":119,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":8,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\",\"Alignment\":1,\"Width\":80,\"Order\":9,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":332,\"FieldName\":\"iBE\",\"Caption\":\"BE\",\"Alignment\":1,\"Width\":80,\"Order\":10,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:11:19.183 +05:30 f67a4820-3f4b-4ed9-9bc4-53a5d11d6839 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:19.183 +05:30 f67a4820-3f4b-4ed9-9bc4-53a5d11d6839 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 49.8166ms 2024-09-07 12:11:19.184 +05:30 f67a4820-3f4b-4ed9-9bc4-53a5d11d6839 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.184 +05:30 f67a4820-3f4b-4ed9-9bc4-53a5d11d6839 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4d4a42be-001d-4725-a040-44274f877d01}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 3199} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":119,\"Name\":\"layout24\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":119,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":8,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\",\"Alignment\":1,\"Width\":80,\"Order\":9,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":332,\"FieldName\":\"iBE\",\"Caption\":\"BE\",\"Alignment\":1,\"Width\":80,\"Order\":10,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:11:19.184 +05:30 70c2c6be-86bf-44ae-a5d0-36b4f4016407 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 200 3199 application/json; charset=utf-8 66.208ms 2024-09-07 12:11:19.185 +05:30 f67a4820-3f4b-4ed9-9bc4-53a5d11d6839 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 200 3199 application/json; charset=utf-8 52.7789ms 2024-09-07 12:11:19.430 +05:30 254f0dba-2361-4bfb-a2f5-7d41946263fd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:11:19.430 +05:30 254f0dba-2361-4bfb-a2f5-7d41946263fd INF CORS policy execution successful. 2024-09-07 12:11:19.430 +05:30 254f0dba-2361-4bfb-a2f5-7d41946263fd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4521ms 2024-09-07 12:11:19.439 +05:30 19daa791-d2df-4150-aced-6582b681198e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:11:19.439 +05:30 19daa791-d2df-4150-aced-6582b681198e INF CORS policy execution successful. 2024-09-07 12:11:19.439 +05:30 19daa791-d2df-4150-aced-6582b681198e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5138ms 2024-09-07 12:11:19.478 +05:30 92f03a5f-db1b-415d-8796-0432be7c6519 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:11:19.479 +05:30 92f03a5f-db1b-415d-8796-0432be7c6519 INF CORS policy execution successful. 2024-09-07 12:11:19.479 +05:30 92f03a5f-db1b-415d-8796-0432be7c6519 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:19.479 +05:30 510e5394-d169-415c-a394-b0c63b2a4b7c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.479 +05:30 510e5394-d169-415c-a394-b0c63b2a4b7c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:11:19.489 +05:30 510e5394-d169-415c-a394-b0c63b2a4b7c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:19.489 +05:30 510e5394-d169-415c-a394-b0c63b2a4b7c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 9.6156ms 2024-09-07 12:11:19.489 +05:30 510e5394-d169-415c-a394-b0c63b2a4b7c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.489 +05:30 510e5394-d169-415c-a394-b0c63b2a4b7c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 92f03a5f-db1b-415d-8796-0432be7c6519}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:11:19.490 +05:30 510e5394-d169-415c-a394-b0c63b2a4b7c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.1421ms 2024-09-07 12:11:19.496 +05:30 096c741a-3d54-4196-9ed0-6d5eb438eeeb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:11:19.496 +05:30 096c741a-3d54-4196-9ed0-6d5eb438eeeb INF CORS policy execution successful. 2024-09-07 12:11:19.496 +05:30 096c741a-3d54-4196-9ed0-6d5eb438eeeb INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:19.497 +05:30 d8ed0c05-4bf6-4e86-8837-4e80f90b01d3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.497 +05:30 d8ed0c05-4bf6-4e86-8837-4e80f90b01d3 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:11:19.498 +05:30 d8ed0c05-4bf6-4e86-8837-4e80f90b01d3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:19.499 +05:30 d8ed0c05-4bf6-4e86-8837-4e80f90b01d3 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 1.9206ms 2024-09-07 12:11:19.499 +05:30 d8ed0c05-4bf6-4e86-8837-4e80f90b01d3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.499 +05:30 d8ed0c05-4bf6-4e86-8837-4e80f90b01d3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 096c741a-3d54-4196-9ed0-6d5eb438eeeb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:11:19.499 +05:30 d8ed0c05-4bf6-4e86-8837-4e80f90b01d3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.1788ms 2024-09-07 12:11:19.656 +05:30 548b9023-ce62-4ada-91ec-6a5def1af18c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:11:19.656 +05:30 548b9023-ce62-4ada-91ec-6a5def1af18c INF CORS policy execution successful. 2024-09-07 12:11:19.657 +05:30 548b9023-ce62-4ada-91ec-6a5def1af18c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.4846ms 2024-09-07 12:11:19.730 +05:30 cd7b3a99-5bcd-4ea8-872f-c67629d143d1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:11:19.730 +05:30 cd7b3a99-5bcd-4ea8-872f-c67629d143d1 INF CORS policy execution successful. 2024-09-07 12:11:19.730 +05:30 cd7b3a99-5bcd-4ea8-872f-c67629d143d1 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:19.731 +05:30 f135e067-18a0-4c69-b159-fefea566b920 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.731 +05:30 f135e067-18a0-4c69-b159-fefea566b920 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:19.746 +05:30 f135e067-18a0-4c69-b159-fefea566b920 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:19.746 +05:30 f135e067-18a0-4c69-b159-fefea566b920 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.5786ms 2024-09-07 12:11:19.747 +05:30 f135e067-18a0-4c69-b159-fefea566b920 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:19.747 +05:30 f135e067-18a0-4c69-b159-fefea566b920 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cd7b3a99-5bcd-4ea8-872f-c67629d143d1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:11:19.747 +05:30 f135e067-18a0-4c69-b159-fefea566b920 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 17.3654ms 2024-09-07 12:11:20.079 +05:30 2e1f8cdb-ac02-417c-b295-b402853f6808 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:11:20.079 +05:30 2e1f8cdb-ac02-417c-b295-b402853f6808 INF CORS policy execution successful. 2024-09-07 12:11:20.080 +05:30 2e1f8cdb-ac02-417c-b295-b402853f6808 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.0107ms 2024-09-07 12:11:20.196 +05:30 c341e409-7e15-4aa9-a7fa-bf3cf380ab04 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:11:20.197 +05:30 c341e409-7e15-4aa9-a7fa-bf3cf380ab04 INF CORS policy execution successful. 2024-09-07 12:11:20.197 +05:30 c341e409-7e15-4aa9-a7fa-bf3cf380ab04 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:20.197 +05:30 36695b90-3f53-47bd-93d8-70ce9f653c67 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:20.197 +05:30 36695b90-3f53-47bd-93d8-70ce9f653c67 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:11:20.208 +05:30 36695b90-3f53-47bd-93d8-70ce9f653c67 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:20.208 +05:30 36695b90-3f53-47bd-93d8-70ce9f653c67 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.6697ms 2024-09-07 12:11:20.208 +05:30 36695b90-3f53-47bd-93d8-70ce9f653c67 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:20.209 +05:30 36695b90-3f53-47bd-93d8-70ce9f653c67 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c341e409-7e15-4aa9-a7fa-bf3cf380ab04}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:11:20.209 +05:30 36695b90-3f53-47bd-93d8-70ce9f653c67 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 12.6771ms 2024-09-07 12:11:22.247 +05:30 b48c1e5d-56eb-435e-afe7-15c91637c280 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - null null 2024-09-07 12:11:22.248 +05:30 b48c1e5d-56eb-435e-afe7-15c91637c280 INF CORS policy execution successful. 2024-09-07 12:11:22.248 +05:30 b48c1e5d-56eb-435e-afe7-15c91637c280 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - 204 null null 0.9405ms 2024-09-07 12:11:22.308 +05:30 ca8b0592-e5e9-44c0-b316-0cc26dd4e4f5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - null null 2024-09-07 12:11:22.309 +05:30 ca8b0592-e5e9-44c0-b316-0cc26dd4e4f5 INF CORS policy execution successful. 2024-09-07 12:11:22.309 +05:30 ca8b0592-e5e9-44c0-b316-0cc26dd4e4f5 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iBE Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:22.309 +05:30 f910ee1c-db17-4f60-a8ae-c4cf8b58b53b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:22.309 +05:30 f910ee1c-db17-4f60-a8ae-c4cf8b58b53b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:22.447 +05:30 f910ee1c-db17-4f60-a8ae-c4cf8b58b53b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:22.447 +05:30 f910ee1c-db17-4f60-a8ae-c4cf8b58b53b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 138.0783ms 2024-09-07 12:11:22.447 +05:30 f910ee1c-db17-4f60-a8ae-c4cf8b58b53b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:22.448 +05:30 f910ee1c-db17-4f60-a8ae-c4cf8b58b53b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ca8b0592-e5e9-44c0-b316-0cc26dd4e4f5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 12:11:22.448 +05:30 f910ee1c-db17-4f60-a8ae-c4cf8b58b53b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - 200 146 application/json; charset=utf-8 139.632ms 2024-09-07 12:11:25.536 +05:30 69eb0ec3-645a-4665-bb63-79ca37219c88 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 12:11:25.536 +05:30 69eb0ec3-645a-4665-bb63-79ca37219c88 INF CORS policy execution successful. 2024-09-07 12:11:25.536 +05:30 69eb0ec3-645a-4665-bb63-79ca37219c88 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 0.6918ms 2024-09-07 12:11:25.598 +05:30 262a9476-b0e7-4666-ba17-68f10b236a20 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 2275 2024-09-07 12:11:25.599 +05:30 262a9476-b0e7-4666-ba17-68f10b236a20 INF CORS policy execution successful. 2024-09-07 12:11:25.614 +05:30 262a9476-b0e7-4666-ba17-68f10b236a20 INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 2275}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":119,"tagId":20,"name":"layout24","condition":"","availInMobileApp":false,"languageId":1,"language_Name":"English","summaryViewFields":[{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":193,"field_Name":"sCode","caption":"Code","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":194,"field_Name":"bGroup","caption":"bGroup","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":195,"field_Name":"iParent","caption":"iParent","alignment":1,"width":80,"order":5,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":196,"field_Name":"iStatus","caption":"iStatus","alignment":1,"width":80,"order":6,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":197,"field_Name":"iCreatedBy","caption":"iCreatedBy","alignment":1,"width":80,"order":7,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":198,"field_Name":"dCreatedOn","caption":"dCreatedOn","alignment":1,"width":80,"order":8,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":199,"field_Name":"iModifiedBy","caption":"iModifiedBy","alignment":1,"width":80,"order":9,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false}]} 2024-09-07 12:11:25.615 +05:30 86cf2635-da64-4b0a-8814-92cdefeb7161 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:11:25.615 +05:30 86cf2635-da64-4b0a-8814-92cdefeb7161 INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:25.711 +05:30 86cf2635-da64-4b0a-8814-92cdefeb7161 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:25.713 +05:30 86cf2635-da64-4b0a-8814-92cdefeb7161 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 97.8089ms 2024-09-07 12:11:25.713 +05:30 86cf2635-da64-4b0a-8814-92cdefeb7161 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:11:25.713 +05:30 86cf2635-da64-4b0a-8814-92cdefeb7161 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 262a9476-b0e7-4666-ba17-68f10b236a20}, {Location: http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 99} Body: {"status":"Success","statusCode":2001,"message":"SummaryView Updated Successfully.","result":"119"} 2024-09-07 12:11:25.713 +05:30 86cf2635-da64-4b0a-8814-92cdefeb7161 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 201 99 application/json; charset=utf-8 115.3751ms 2024-09-07 12:11:25.889 +05:30 921f7ba8-74a6-480e-a05f-ebc56f3ac1f1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:11:25.889 +05:30 921f7ba8-74a6-480e-a05f-ebc56f3ac1f1 INF CORS policy execution successful. 2024-09-07 12:11:25.889 +05:30 921f7ba8-74a6-480e-a05f-ebc56f3ac1f1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5068ms 2024-09-07 12:11:25.944 +05:30 8f08d83c-e851-4fd2-b951-f9a541f3ca89 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:11:25.945 +05:30 8f08d83c-e851-4fd2-b951-f9a541f3ca89 INF CORS policy execution successful. 2024-09-07 12:11:25.945 +05:30 8f08d83c-e851-4fd2-b951-f9a541f3ca89 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:25.945 +05:30 99b45950-283d-41a1-a37d-695cdf832d90 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:11:25.945 +05:30 99b45950-283d-41a1-a37d-695cdf832d90 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:25.954 +05:30 99b45950-283d-41a1-a37d-695cdf832d90 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:25.954 +05:30 99b45950-283d-41a1-a37d-695cdf832d90 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.6053ms 2024-09-07 12:11:25.954 +05:30 99b45950-283d-41a1-a37d-695cdf832d90 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:11:25.954 +05:30 99b45950-283d-41a1-a37d-695cdf832d90 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8f08d83c-e851-4fd2-b951-f9a541f3ca89}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:11:25.955 +05:30 99b45950-283d-41a1-a37d-695cdf832d90 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 10.2894ms 2024-09-07 12:11:26.444 +05:30 bf3d4a56-acfa-4abd-a32d-8159b91857d4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:11:26.444 +05:30 bf3d4a56-acfa-4abd-a32d-8159b91857d4 INF CORS policy execution successful. 2024-09-07 12:11:26.444 +05:30 bf3d4a56-acfa-4abd-a32d-8159b91857d4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.6556ms 2024-09-07 12:11:26.491 +05:30 b3c38165-a750-4964-be0a-fc047831e06f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:11:26.492 +05:30 b3c38165-a750-4964-be0a-fc047831e06f INF CORS policy execution successful. 2024-09-07 12:11:26.492 +05:30 b3c38165-a750-4964-be0a-fc047831e06f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:26.493 +05:30 eb6b3751-0427-4b42-86e8-04ad3390f8a7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:11:26.493 +05:30 eb6b3751-0427-4b42-86e8-04ad3390f8a7 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:26.501 +05:30 eb6b3751-0427-4b42-86e8-04ad3390f8a7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:26.501 +05:30 eb6b3751-0427-4b42-86e8-04ad3390f8a7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.5468ms 2024-09-07 12:11:26.501 +05:30 eb6b3751-0427-4b42-86e8-04ad3390f8a7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:11:26.501 +05:30 eb6b3751-0427-4b42-86e8-04ad3390f8a7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b3c38165-a750-4964-be0a-fc047831e06f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:11:26.502 +05:30 eb6b3751-0427-4b42-86e8-04ad3390f8a7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 10.389ms 2024-09-07 12:11:33.447 +05:30 7647f69e-2efa-4216-8948-28573abd9f0e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:11:33.447 +05:30 7647f69e-2efa-4216-8948-28573abd9f0e INF CORS policy execution successful. 2024-09-07 12:11:33.448 +05:30 7647f69e-2efa-4216-8948-28573abd9f0e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 204 null null 1.616ms 2024-09-07 12:11:33.485 +05:30 cfdfe58c-cb74-47c5-9937-296ee58b148d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:11:33.485 +05:30 cfdfe58c-cb74-47c5-9937-296ee58b148d INF CORS policy execution successful. 2024-09-07 12:11:33.485 +05:30 cfdfe58c-cb74-47c5-9937-296ee58b148d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 204 null null 0.653ms 2024-09-07 12:11:33.506 +05:30 b6453299-0430-49c1-a27c-eeb8c58af904 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:11:33.506 +05:30 b6453299-0430-49c1-a27c-eeb8c58af904 INF CORS policy execution successful. 2024-09-07 12:11:33.507 +05:30 b6453299-0430-49c1-a27c-eeb8c58af904 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=119 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:33.507 +05:30 948e5b66-fb50-4be8-ac45-533f5472e9dc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:11:33.507 +05:30 948e5b66-fb50-4be8-ac45-533f5472e9dc INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:33.536 +05:30 948e5b66-fb50-4be8-ac45-533f5472e9dc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:33.536 +05:30 948e5b66-fb50-4be8-ac45-533f5472e9dc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 29.235ms 2024-09-07 12:11:33.536 +05:30 948e5b66-fb50-4be8-ac45-533f5472e9dc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:11:33.537 +05:30 948e5b66-fb50-4be8-ac45-533f5472e9dc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b6453299-0430-49c1-a27c-eeb8c58af904}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2917} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":119,\"Name\":\"layout24\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":119,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":8,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\",\"Alignment\":1,\"Width\":80,\"Order\":9,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:11:33.537 +05:30 948e5b66-fb50-4be8-ac45-533f5472e9dc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 200 2917 application/json; charset=utf-8 31.4618ms 2024-09-07 12:11:33.547 +05:30 c24e4a75-0746-4690-ae36-fc3583419be9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:11:33.548 +05:30 c24e4a75-0746-4690-ae36-fc3583419be9 INF CORS policy execution successful. 2024-09-07 12:11:33.548 +05:30 c24e4a75-0746-4690-ae36-fc3583419be9 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=119 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:33.549 +05:30 e3a2189b-42c0-4031-9473-ce7d1ebfbbe2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:11:33.549 +05:30 e3a2189b-42c0-4031-9473-ce7d1ebfbbe2 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:33.552 +05:30 e3a2189b-42c0-4031-9473-ce7d1ebfbbe2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:33.553 +05:30 e3a2189b-42c0-4031-9473-ce7d1ebfbbe2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 3.9754ms 2024-09-07 12:11:33.553 +05:30 e3a2189b-42c0-4031-9473-ce7d1ebfbbe2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:11:33.553 +05:30 e3a2189b-42c0-4031-9473-ce7d1ebfbbe2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c24e4a75-0746-4690-ae36-fc3583419be9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2917} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":119,\"Name\":\"layout24\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":119,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":8,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\",\"Alignment\":1,\"Width\":80,\"Order\":9,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:11:33.553 +05:30 e3a2189b-42c0-4031-9473-ce7d1ebfbbe2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 200 2917 application/json; charset=utf-8 5.8438ms 2024-09-07 12:11:33.834 +05:30 e6ab400b-f87d-44f6-9d01-a173a2fe95c5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:11:33.834 +05:30 e6ab400b-f87d-44f6-9d01-a173a2fe95c5 INF CORS policy execution successful. 2024-09-07 12:11:33.834 +05:30 e6ab400b-f87d-44f6-9d01-a173a2fe95c5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5041ms 2024-09-07 12:11:33.883 +05:30 88dc1784-1e3a-4fe7-a14d-6703bb9973d9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:11:33.884 +05:30 88dc1784-1e3a-4fe7-a14d-6703bb9973d9 INF CORS policy execution successful. 2024-09-07 12:11:33.884 +05:30 88dc1784-1e3a-4fe7-a14d-6703bb9973d9 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:33.884 +05:30 0798c9f8-9b75-4643-8b08-05017822e4ce INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:33.884 +05:30 0798c9f8-9b75-4643-8b08-05017822e4ce INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:33.898 +05:30 0798c9f8-9b75-4643-8b08-05017822e4ce INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:33.898 +05:30 0798c9f8-9b75-4643-8b08-05017822e4ce INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.1731ms 2024-09-07 12:11:33.899 +05:30 0798c9f8-9b75-4643-8b08-05017822e4ce INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:33.899 +05:30 0798c9f8-9b75-4643-8b08-05017822e4ce INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 88dc1784-1e3a-4fe7-a14d-6703bb9973d9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:11:33.899 +05:30 0798c9f8-9b75-4643-8b08-05017822e4ce INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.7576ms 2024-09-07 12:11:34.056 +05:30 b365c447-6120-4e6a-9a6e-db25d3e8b2cc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:11:34.056 +05:30 b365c447-6120-4e6a-9a6e-db25d3e8b2cc INF CORS policy execution successful. 2024-09-07 12:11:34.056 +05:30 b365c447-6120-4e6a-9a6e-db25d3e8b2cc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.8953ms 2024-09-07 12:11:34.057 +05:30 0af292a7-6d74-4393-9d88-534939c552bc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:11:34.057 +05:30 0af292a7-6d74-4393-9d88-534939c552bc INF CORS policy execution successful. 2024-09-07 12:11:34.058 +05:30 0af292a7-6d74-4393-9d88-534939c552bc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6074ms 2024-09-07 12:11:34.100 +05:30 7445e35c-c70d-46b5-8852-88c7c357402d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:11:34.100 +05:30 7445e35c-c70d-46b5-8852-88c7c357402d INF CORS policy execution successful. 2024-09-07 12:11:34.100 +05:30 7445e35c-c70d-46b5-8852-88c7c357402d INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:34.101 +05:30 9b9a1dab-aab7-4a3c-aace-ca3597f5836d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:34.101 +05:30 9b9a1dab-aab7-4a3c-aace-ca3597f5836d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:11:34.106 +05:30 3586be2f-09b2-485a-abc4-6663f8fe03c6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:11:34.106 +05:30 3586be2f-09b2-485a-abc4-6663f8fe03c6 INF CORS policy execution successful. 2024-09-07 12:11:34.107 +05:30 3586be2f-09b2-485a-abc4-6663f8fe03c6 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:34.107 +05:30 1fcd3b22-8b4c-4490-a645-86f50fc051cb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:34.107 +05:30 1fcd3b22-8b4c-4490-a645-86f50fc051cb INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:11:34.112 +05:30 9b9a1dab-aab7-4a3c-aace-ca3597f5836d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:34.112 +05:30 9b9a1dab-aab7-4a3c-aace-ca3597f5836d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.7028ms 2024-09-07 12:11:34.112 +05:30 9b9a1dab-aab7-4a3c-aace-ca3597f5836d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:34.113 +05:30 9b9a1dab-aab7-4a3c-aace-ca3597f5836d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7445e35c-c70d-46b5-8852-88c7c357402d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:11:34.113 +05:30 9b9a1dab-aab7-4a3c-aace-ca3597f5836d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 13.3086ms 2024-09-07 12:11:34.114 +05:30 1fcd3b22-8b4c-4490-a645-86f50fc051cb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:34.114 +05:30 1fcd3b22-8b4c-4490-a645-86f50fc051cb INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 7.2528ms 2024-09-07 12:11:34.114 +05:30 1fcd3b22-8b4c-4490-a645-86f50fc051cb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:34.114 +05:30 1fcd3b22-8b4c-4490-a645-86f50fc051cb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3586be2f-09b2-485a-abc4-6663f8fe03c6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:11:34.115 +05:30 1fcd3b22-8b4c-4490-a645-86f50fc051cb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 9.118ms 2024-09-07 12:11:34.352 +05:30 cdf8c309-a648-414c-b94d-3cf373ff0d71 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:11:34.352 +05:30 cdf8c309-a648-414c-b94d-3cf373ff0d71 INF CORS policy execution successful. 2024-09-07 12:11:34.353 +05:30 cdf8c309-a648-414c-b94d-3cf373ff0d71 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.8689ms 2024-09-07 12:11:34.400 +05:30 cb7b56c1-d328-4ff4-8138-06552d280070 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:11:34.400 +05:30 cb7b56c1-d328-4ff4-8138-06552d280070 INF CORS policy execution successful. 2024-09-07 12:11:34.400 +05:30 cb7b56c1-d328-4ff4-8138-06552d280070 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:34.401 +05:30 c558366b-ca70-4f8a-b7c0-f6690500b67f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:34.401 +05:30 c558366b-ca70-4f8a-b7c0-f6690500b67f INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:11:34.410 +05:30 c558366b-ca70-4f8a-b7c0-f6690500b67f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:34.410 +05:30 c558366b-ca70-4f8a-b7c0-f6690500b67f INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 9.5188ms 2024-09-07 12:11:34.411 +05:30 c558366b-ca70-4f8a-b7c0-f6690500b67f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:11:34.411 +05:30 c558366b-ca70-4f8a-b7c0-f6690500b67f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cb7b56c1-d328-4ff4-8138-06552d280070}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:11:34.411 +05:30 c558366b-ca70-4f8a-b7c0-f6690500b67f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 11.6245ms 2024-09-07 12:11:35.953 +05:30 0011dc7e-4fbd-41c4-bfd8-adb5b422c12a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iModifiedBy - null null 2024-09-07 12:11:35.953 +05:30 0011dc7e-4fbd-41c4-bfd8-adb5b422c12a INF CORS policy execution successful. 2024-09-07 12:11:35.953 +05:30 0011dc7e-4fbd-41c4-bfd8-adb5b422c12a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iModifiedBy - 204 null null 0.4804ms 2024-09-07 12:11:36.004 +05:30 d4ab353e-b4b9-449e-805f-ae65769e30b5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iModifiedBy - null null 2024-09-07 12:11:36.005 +05:30 d4ab353e-b4b9-449e-805f-ae65769e30b5 INF CORS policy execution successful. 2024-09-07 12:11:36.005 +05:30 d4ab353e-b4b9-449e-805f-ae65769e30b5 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iModifiedBy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:36.005 +05:30 aa36545f-805a-4223-adb6-1225b329f935 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:36.005 +05:30 aa36545f-805a-4223-adb6-1225b329f935 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:36.020 +05:30 aa36545f-805a-4223-adb6-1225b329f935 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:36.020 +05:30 aa36545f-805a-4223-adb6-1225b329f935 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.9899ms 2024-09-07 12:11:36.020 +05:30 aa36545f-805a-4223-adb6-1225b329f935 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:36.020 +05:30 aa36545f-805a-4223-adb6-1225b329f935 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d4ab353e-b4b9-449e-805f-ae65769e30b5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 163} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"}]"} 2024-09-07 12:11:36.021 +05:30 aa36545f-805a-4223-adb6-1225b329f935 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iModifiedBy - 200 163 application/json; charset=utf-8 16.4548ms 2024-09-07 12:11:39.011 +05:30 0568ccfb-e833-4528-bdc6-388247155583 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:11:39.011 +05:30 0568ccfb-e833-4528-bdc6-388247155583 INF CORS policy execution successful. 2024-09-07 12:11:39.011 +05:30 0568ccfb-e833-4528-bdc6-388247155583 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 0.4859ms 2024-09-07 12:11:39.075 +05:30 94a06f3c-cbc5-496d-ab1d-d928036d7b48 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:11:39.076 +05:30 94a06f3c-cbc5-496d-ab1d-d928036d7b48 INF CORS policy execution successful. 2024-09-07 12:11:39.076 +05:30 94a06f3c-cbc5-496d-ab1d-d928036d7b48 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:39.076 +05:30 d0594338-b13a-40e7-8880-14529c8279d4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:39.076 +05:30 d0594338-b13a-40e7-8880-14529c8279d4 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:39.089 +05:30 d0594338-b13a-40e7-8880-14529c8279d4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:39.089 +05:30 d0594338-b13a-40e7-8880-14529c8279d4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.8172ms 2024-09-07 12:11:39.089 +05:30 d0594338-b13a-40e7-8880-14529c8279d4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:39.089 +05:30 d0594338-b13a-40e7-8880-14529c8279d4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 94a06f3c-cbc5-496d-ab1d-d928036d7b48}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:11:39.090 +05:30 d0594338-b13a-40e7-8880-14529c8279d4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 14.368ms 2024-09-07 12:11:40.240 +05:30 cf983fcc-57b6-4936-8382-45fb08eac0d7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=i - null null 2024-09-07 12:11:40.240 +05:30 cf983fcc-57b6-4936-8382-45fb08eac0d7 INF CORS policy execution successful. 2024-09-07 12:11:40.241 +05:30 cf983fcc-57b6-4936-8382-45fb08eac0d7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=i - 204 null null 0.6487ms 2024-09-07 12:11:40.303 +05:30 5761e919-6b90-4978-a4d8-7548a8eb5206 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=i - null null 2024-09-07 12:11:40.304 +05:30 5761e919-6b90-4978-a4d8-7548a8eb5206 INF CORS policy execution successful. 2024-09-07 12:11:40.304 +05:30 5761e919-6b90-4978-a4d8-7548a8eb5206 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:40.304 +05:30 358aa221-a927-471f-b1e5-fd201c7a69a9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:40.304 +05:30 358aa221-a927-471f-b1e5-fd201c7a69a9 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:40.324 +05:30 358aa221-a927-471f-b1e5-fd201c7a69a9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:40.324 +05:30 358aa221-a927-471f-b1e5-fd201c7a69a9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 20.0751ms 2024-09-07 12:11:40.324 +05:30 358aa221-a927-471f-b1e5-fd201c7a69a9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:40.325 +05:30 358aa221-a927-471f-b1e5-fd201c7a69a9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5761e919-6b90-4978-a4d8-7548a8eb5206}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 12:11:40.325 +05:30 358aa221-a927-471f-b1e5-fd201c7a69a9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=i - 200 617 application/json; charset=utf-8 21.7776ms 2024-09-07 12:11:40.690 +05:30 921f5cb5-63d9-4e21-9a54-368d76d6da5c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=ib - null null 2024-09-07 12:11:40.690 +05:30 921f5cb5-63d9-4e21-9a54-368d76d6da5c INF CORS policy execution successful. 2024-09-07 12:11:40.691 +05:30 921f5cb5-63d9-4e21-9a54-368d76d6da5c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=ib - 204 null null 0.6468ms 2024-09-07 12:11:40.737 +05:30 fb2d622c-de83-4399-bc6b-68181006d7ea INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=ib - null null 2024-09-07 12:11:40.738 +05:30 fb2d622c-de83-4399-bc6b-68181006d7ea INF CORS policy execution successful. 2024-09-07 12:11:40.738 +05:30 fb2d622c-de83-4399-bc6b-68181006d7ea INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=ib Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:40.738 +05:30 f9025f69-7611-4f25-aa86-95fa20f77c1c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:40.738 +05:30 f9025f69-7611-4f25-aa86-95fa20f77c1c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:40.755 +05:30 f9025f69-7611-4f25-aa86-95fa20f77c1c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:40.755 +05:30 f9025f69-7611-4f25-aa86-95fa20f77c1c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 16.9655ms 2024-09-07 12:11:40.755 +05:30 f9025f69-7611-4f25-aa86-95fa20f77c1c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:40.755 +05:30 f9025f69-7611-4f25-aa86-95fa20f77c1c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fb2d622c-de83-4399-bc6b-68181006d7ea}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 12:11:40.756 +05:30 f9025f69-7611-4f25-aa86-95fa20f77c1c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=ib - 200 146 application/json; charset=utf-8 18.3842ms 2024-09-07 12:11:41.712 +05:30 7aee0c31-3a06-44e5-89ca-f338de9a636c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 12:11:41.712 +05:30 7aee0c31-3a06-44e5-89ca-f338de9a636c INF CORS policy execution successful. 2024-09-07 12:11:41.712 +05:30 7aee0c31-3a06-44e5-89ca-f338de9a636c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 0.5301ms 2024-09-07 12:11:41.836 +05:30 46d0eff8-a3ed-4775-adb5-ab50963bf619 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 12:11:41.836 +05:30 46d0eff8-a3ed-4775-adb5-ab50963bf619 INF CORS policy execution successful. 2024-09-07 12:11:41.837 +05:30 46d0eff8-a3ed-4775-adb5-ab50963bf619 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:41.837 +05:30 0434c49c-0dac-4f06-8358-bd3a5ef91dc7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:11:41.837 +05:30 0434c49c-0dac-4f06-8358-bd3a5ef91dc7 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:41.867 +05:30 0434c49c-0dac-4f06-8358-bd3a5ef91dc7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:41.867 +05:30 0434c49c-0dac-4f06-8358-bd3a5ef91dc7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 29.9241ms 2024-09-07 12:11:41.867 +05:30 0434c49c-0dac-4f06-8358-bd3a5ef91dc7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:11:41.867 +05:30 0434c49c-0dac-4f06-8358-bd3a5ef91dc7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 46d0eff8-a3ed-4775-adb5-ab50963bf619}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 12:11:41.867 +05:30 0434c49c-0dac-4f06-8358-bd3a5ef91dc7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 31.5571ms 2024-09-07 12:11:42.129 +05:30 e5cabef3-76f4-47ec-929f-8b8de1281437 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - null null 2024-09-07 12:11:42.130 +05:30 e5cabef3-76f4-47ec-929f-8b8de1281437 INF CORS policy execution successful. 2024-09-07 12:11:42.130 +05:30 e5cabef3-76f4-47ec-929f-8b8de1281437 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - 204 null null 0.4259ms 2024-09-07 12:11:42.182 +05:30 fb0f8ae4-fea4-4a03-94de-b358309212b8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - null null 2024-09-07 12:11:42.182 +05:30 fb0f8ae4-fea4-4a03-94de-b358309212b8 INF CORS policy execution successful. 2024-09-07 12:11:42.183 +05:30 fb0f8ae4-fea4-4a03-94de-b358309212b8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iBE Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:42.183 +05:30 509f1a7b-2317-491f-bca1-7aae26a62eda INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:42.183 +05:30 509f1a7b-2317-491f-bca1-7aae26a62eda INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:42.205 +05:30 509f1a7b-2317-491f-bca1-7aae26a62eda INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:42.205 +05:30 509f1a7b-2317-491f-bca1-7aae26a62eda INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 21.7546ms 2024-09-07 12:11:42.205 +05:30 509f1a7b-2317-491f-bca1-7aae26a62eda INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:11:42.205 +05:30 509f1a7b-2317-491f-bca1-7aae26a62eda INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fb0f8ae4-fea4-4a03-94de-b358309212b8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 12:11:42.206 +05:30 509f1a7b-2317-491f-bca1-7aae26a62eda INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - 200 146 application/json; charset=utf-8 23.9133ms 2024-09-07 12:11:44.548 +05:30 d681442b-099a-4ac4-ab30-3e6e8409d235 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 12:11:44.549 +05:30 d681442b-099a-4ac4-ab30-3e6e8409d235 INF CORS policy execution successful. 2024-09-07 12:11:44.549 +05:30 d681442b-099a-4ac4-ab30-3e6e8409d235 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 0.8075ms 2024-09-07 12:11:44.595 +05:30 9a007f4e-5e90-416f-aa31-d4a4fef84a4c INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 2549 2024-09-07 12:11:44.596 +05:30 9a007f4e-5e90-416f-aa31-d4a4fef84a4c INF CORS policy execution successful. 2024-09-07 12:11:44.597 +05:30 9a007f4e-5e90-416f-aa31-d4a4fef84a4c INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 2549}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":119,"tagId":20,"name":"layout24","condition":"","availInMobileApp":false,"languageId":1,"language_Name":"English","summaryViewFields":[{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":193,"field_Name":"sCode","caption":"Code","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":194,"field_Name":"bGroup","caption":"bGroup","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":195,"field_Name":"iParent","caption":"iParent","alignment":1,"width":80,"order":5,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":196,"field_Name":"iStatus","caption":"iStatus","alignment":1,"width":80,"order":6,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":197,"field_Name":"iCreatedBy","caption":"iCreatedBy","alignment":1,"width":80,"order":7,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":198,"field_Name":"dCreatedOn","caption":"dCreatedOn","alignment":1,"width":80,"order":8,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":199,"field_Name":"iModifiedBy","caption":"iModifiedBy","alignment":1,"width":80,"order":9,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":332,"caption":"BE","alignment":1,"width":80,"order":10,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false,"field_Name":"iBE","Language":"English","FieldType":"drop down"}]} 2024-09-07 12:11:44.597 +05:30 34418a93-54b6-4298-9443-e3cbfc25ee3a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:11:44.597 +05:30 34418a93-54b6-4298-9443-e3cbfc25ee3a INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:44.665 +05:30 34418a93-54b6-4298-9443-e3cbfc25ee3a INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:44.666 +05:30 34418a93-54b6-4298-9443-e3cbfc25ee3a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 68.648ms 2024-09-07 12:11:44.666 +05:30 34418a93-54b6-4298-9443-e3cbfc25ee3a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:11:44.666 +05:30 34418a93-54b6-4298-9443-e3cbfc25ee3a INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 9a007f4e-5e90-416f-aa31-d4a4fef84a4c}, {Location: http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 99} Body: {"status":"Success","statusCode":2001,"message":"SummaryView Updated Successfully.","result":"119"} 2024-09-07 12:11:44.666 +05:30 34418a93-54b6-4298-9443-e3cbfc25ee3a INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 201 99 application/json; charset=utf-8 70.8239ms 2024-09-07 12:11:44.975 +05:30 914cfe52-ce89-4a56-8a8f-9cc056fab196 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:11:44.975 +05:30 914cfe52-ce89-4a56-8a8f-9cc056fab196 INF CORS policy execution successful. 2024-09-07 12:11:44.976 +05:30 914cfe52-ce89-4a56-8a8f-9cc056fab196 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5072ms 2024-09-07 12:11:45.053 +05:30 2b895e14-4b30-4447-a418-16301ed1dae4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:11:45.054 +05:30 2b895e14-4b30-4447-a418-16301ed1dae4 INF CORS policy execution successful. 2024-09-07 12:11:45.054 +05:30 2b895e14-4b30-4447-a418-16301ed1dae4 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:45.054 +05:30 13494a6c-0662-4f1d-843a-fd0941c6c466 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:11:45.054 +05:30 13494a6c-0662-4f1d-843a-fd0941c6c466 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:45.061 +05:30 13494a6c-0662-4f1d-843a-fd0941c6c466 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:45.062 +05:30 13494a6c-0662-4f1d-843a-fd0941c6c466 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 7.3379ms 2024-09-07 12:11:45.062 +05:30 13494a6c-0662-4f1d-843a-fd0941c6c466 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:11:45.062 +05:30 13494a6c-0662-4f1d-843a-fd0941c6c466 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2b895e14-4b30-4447-a418-16301ed1dae4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:11:45.063 +05:30 13494a6c-0662-4f1d-843a-fd0941c6c466 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 9.6265ms 2024-09-07 12:11:45.575 +05:30 76709134-ab47-43e5-b506-b80605995af6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:11:45.576 +05:30 76709134-ab47-43e5-b506-b80605995af6 INF CORS policy execution successful. 2024-09-07 12:11:45.577 +05:30 76709134-ab47-43e5-b506-b80605995af6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.0287ms 2024-09-07 12:11:45.633 +05:30 9e7dd7f1-6c35-440d-b7c2-c66d545b05de INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:11:45.633 +05:30 9e7dd7f1-6c35-440d-b7c2-c66d545b05de INF CORS policy execution successful. 2024-09-07 12:11:45.633 +05:30 9e7dd7f1-6c35-440d-b7c2-c66d545b05de INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:11:45.633 +05:30 7f145169-c1d2-48fe-b47c-79c5b6bffced INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:11:45.634 +05:30 7f145169-c1d2-48fe-b47c-79c5b6bffced INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:11:45.642 +05:30 7f145169-c1d2-48fe-b47c-79c5b6bffced INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:11:45.642 +05:30 7f145169-c1d2-48fe-b47c-79c5b6bffced INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.6838ms 2024-09-07 12:11:45.643 +05:30 7f145169-c1d2-48fe-b47c-79c5b6bffced INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:11:45.643 +05:30 7f145169-c1d2-48fe-b47c-79c5b6bffced INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9e7dd7f1-6c35-440d-b7c2-c66d545b05de}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:11:45.643 +05:30 7f145169-c1d2-48fe-b47c-79c5b6bffced INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 10.3302ms 2024-09-07 12:12:05.645 +05:30 d0538ed3-5a9d-4e9b-8b77-98d7a39d12dd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:12:05.646 +05:30 d0538ed3-5a9d-4e9b-8b77-98d7a39d12dd INF CORS policy execution successful. 2024-09-07 12:12:05.646 +05:30 d0538ed3-5a9d-4e9b-8b77-98d7a39d12dd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.2462ms 2024-09-07 12:12:05.693 +05:30 3afbcc7e-47a9-498f-963a-602f1cb55411 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:12:05.695 +05:30 3afbcc7e-47a9-498f-963a-602f1cb55411 INF CORS policy execution successful. 2024-09-07 12:12:05.696 +05:30 3afbcc7e-47a9-498f-963a-602f1cb55411 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:12:05.696 +05:30 11325c39-01ff-4990-9d60-06c94c2eb6f1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:12:05.697 +05:30 11325c39-01ff-4990-9d60-06c94c2eb6f1 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:12:05.716 +05:30 11325c39-01ff-4990-9d60-06c94c2eb6f1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:12:05.716 +05:30 11325c39-01ff-4990-9d60-06c94c2eb6f1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 18.9907ms 2024-09-07 12:12:05.716 +05:30 11325c39-01ff-4990-9d60-06c94c2eb6f1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:12:05.716 +05:30 11325c39-01ff-4990-9d60-06c94c2eb6f1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3afbcc7e-47a9-498f-963a-602f1cb55411}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:12:05.717 +05:30 11325c39-01ff-4990-9d60-06c94c2eb6f1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 23.2246ms 2024-09-07 12:12:09.065 +05:30 69a93e35-9df9-4bb3-b4ce-51393113cac4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout22&tagId=20 - null null 2024-09-07 12:12:09.066 +05:30 69a93e35-9df9-4bb3-b4ce-51393113cac4 INF CORS policy execution successful. 2024-09-07 12:12:09.066 +05:30 69a93e35-9df9-4bb3-b4ce-51393113cac4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout22&tagId=20 - 204 null null 0.8869ms 2024-09-07 12:12:09.116 +05:30 b62970e3-8994-449d-9eb9-254e0928dfd3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout22&tagId=20 - null null 2024-09-07 12:12:09.117 +05:30 b62970e3-8994-449d-9eb9-254e0928dfd3 INF CORS policy execution successful. 2024-09-07 12:12:09.117 +05:30 b62970e3-8994-449d-9eb9-254e0928dfd3 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout22&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:12:09.117 +05:30 a45df009-f4a4-48cc-9a06-0539743875b3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:12:09.117 +05:30 a45df009-f4a4-48cc-9a06-0539743875b3 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:12:09.134 +05:30 a45df009-f4a4-48cc-9a06-0539743875b3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:12:09.134 +05:30 a45df009-f4a4-48cc-9a06-0539743875b3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 16.5538ms 2024-09-07 12:12:09.134 +05:30 a45df009-f4a4-48cc-9a06-0539743875b3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:12:09.134 +05:30 a45df009-f4a4-48cc-9a06-0539743875b3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b62970e3-8994-449d-9eb9-254e0928dfd3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":117,\"Name\":\"layout22\"}]"} 2024-09-07 12:12:09.135 +05:30 a45df009-f4a4-48cc-9a06-0539743875b3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout22&tagId=20 - 200 132 application/json; charset=utf-8 18.9675ms 2024-09-07 12:16:40.375 +05:30 6814d623-2564-4ea4-a272-20df72f466a6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:40.376 +05:30 6814d623-2564-4ea4-a272-20df72f466a6 INF CORS policy execution successful. 2024-09-07 12:16:40.377 +05:30 6814d623-2564-4ea4-a272-20df72f466a6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 2.4285ms 2024-09-07 12:16:40.383 +05:30 2b11b76f-c3c0-4a3b-8b2f-03f19c06f05d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:40.383 +05:30 2b11b76f-c3c0-4a3b-8b2f-03f19c06f05d INF CORS policy execution successful. 2024-09-07 12:16:40.383 +05:30 2b11b76f-c3c0-4a3b-8b2f-03f19c06f05d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 0.3977ms 2024-09-07 12:16:40.424 +05:30 6e976eba-70f2-4c8c-ab40-113dcba0d460 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:40.427 +05:30 6e976eba-70f2-4c8c-ab40-113dcba0d460 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:46:12 AM', Current time (UTC): '9/7/2024 6:46:40 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:16:40.429 +05:30 6e976eba-70f2-4c8c-ab40-113dcba0d460 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:46:12 AM', Current time (UTC): '9/7/2024 6:46:40 AM'. 2024-09-07 12:16:40.429 +05:30 6e976eba-70f2-4c8c-ab40-113dcba0d460 INF CORS policy execution successful. 2024-09-07 12:16:40.430 +05:30 6e976eba-70f2-4c8c-ab40-113dcba0d460 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.431 +05:30 8096da94-a960-4e1d-892a-b0fe10e39207 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:16:40.432 +05:30 8096da94-a960-4e1d-892a-b0fe10e39207 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:16:40.432 +05:30 8096da94-a960-4e1d-892a-b0fe10e39207 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 6e976eba-70f2-4c8c-ab40-113dcba0d460}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:46:12'"} Body: 2024-09-07 12:16:40.432 +05:30 8096da94-a960-4e1d-892a-b0fe10e39207 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 401 null null 7.8738ms 2024-09-07 12:16:40.481 +05:30 d0a377d6-e344-4aee-88b6-b012493cbc35 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:40.482 +05:30 d0a377d6-e344-4aee-88b6-b012493cbc35 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:46:12 AM', Current time (UTC): '9/7/2024 6:46:40 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:16:40.483 +05:30 d0a377d6-e344-4aee-88b6-b012493cbc35 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:46:12 AM', Current time (UTC): '9/7/2024 6:46:40 AM'. 2024-09-07 12:16:40.483 +05:30 d0a377d6-e344-4aee-88b6-b012493cbc35 INF CORS policy execution successful. 2024-09-07 12:16:40.483 +05:30 d0a377d6-e344-4aee-88b6-b012493cbc35 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.483 +05:30 734c4e1a-35ef-4d21-9e6e-8936ba98ceb8 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:16:40.483 +05:30 734c4e1a-35ef-4d21-9e6e-8936ba98ceb8 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:16:40.483 +05:30 734c4e1a-35ef-4d21-9e6e-8936ba98ceb8 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: d0a377d6-e344-4aee-88b6-b012493cbc35}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:46:12'"} Body: 2024-09-07 12:16:40.484 +05:30 734c4e1a-35ef-4d21-9e6e-8936ba98ceb8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 401 null null 2.4607ms 2024-09-07 12:16:40.530 +05:30 6e02e786-739a-43d5-9ec5-69d350abb734 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:40.531 +05:30 6e02e786-739a-43d5-9ec5-69d350abb734 INF CORS policy execution successful. 2024-09-07 12:16:40.531 +05:30 6e02e786-739a-43d5-9ec5-69d350abb734 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5179ms 2024-09-07 12:16:40.548 +05:30 28ff0516-aa00-4bfe-9d55-fa040d979904 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:40.548 +05:30 28ff0516-aa00-4bfe-9d55-fa040d979904 INF CORS policy execution successful. 2024-09-07 12:16:40.549 +05:30 28ff0516-aa00-4bfe-9d55-fa040d979904 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.7277ms 2024-09-07 12:16:40.579 +05:30 3deabead-66b4-49a8-b4b5-a619fbc70709 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:40.580 +05:30 3deabead-66b4-49a8-b4b5-a619fbc70709 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:46:12 AM', Current time (UTC): '9/7/2024 6:46:40 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:16:40.585 +05:30 3deabead-66b4-49a8-b4b5-a619fbc70709 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:46:12 AM', Current time (UTC): '9/7/2024 6:46:40 AM'. 2024-09-07 12:16:40.585 +05:30 3deabead-66b4-49a8-b4b5-a619fbc70709 INF CORS policy execution successful. 2024-09-07 12:16:40.585 +05:30 3deabead-66b4-49a8-b4b5-a619fbc70709 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.586 +05:30 59eebc48-a478-40eb-8454-78f3b6f02786 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:16:40.586 +05:30 59eebc48-a478-40eb-8454-78f3b6f02786 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:16:40.586 +05:30 59eebc48-a478-40eb-8454-78f3b6f02786 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 3deabead-66b4-49a8-b4b5-a619fbc70709}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:46:12'"} Body: 2024-09-07 12:16:40.586 +05:30 59eebc48-a478-40eb-8454-78f3b6f02786 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 401 null null 8.0049ms 2024-09-07 12:16:40.600 +05:30 a972fd17-582f-4c75-8f51-b3ab0e6dbddc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:40.601 +05:30 a972fd17-582f-4c75-8f51-b3ab0e6dbddc INF CORS policy execution successful. 2024-09-07 12:16:40.601 +05:30 a972fd17-582f-4c75-8f51-b3ab0e6dbddc INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.602 +05:30 44776a64-29b2-4190-9499-7284e62d6568 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.602 +05:30 44776a64-29b2-4190-9499-7284e62d6568 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:40.634 +05:30 69bf6e7a-6a50-4bca-95de-af8d53da63d2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:40.635 +05:30 69bf6e7a-6a50-4bca-95de-af8d53da63d2 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:46:12 AM', Current time (UTC): '9/7/2024 6:46:40 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:16:40.636 +05:30 69bf6e7a-6a50-4bca-95de-af8d53da63d2 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:46:12 AM', Current time (UTC): '9/7/2024 6:46:40 AM'. 2024-09-07 12:16:40.636 +05:30 69bf6e7a-6a50-4bca-95de-af8d53da63d2 INF CORS policy execution successful. 2024-09-07 12:16:40.636 +05:30 69bf6e7a-6a50-4bca-95de-af8d53da63d2 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTA5NzIsImV4cCI6MTcyNTY5MTU3MiwiaWF0IjoxNzI1NjkwOTcyfQ.DsuJcy8z6GihzESYiWvUIkCMqBQrAEQvTdarqm9h-zo}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.636 +05:30 8fb452c9-f3c0-481a-b455-dc99e9ebafc9 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:16:40.636 +05:30 8fb452c9-f3c0-481a-b455-dc99e9ebafc9 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:16:40.636 +05:30 8fb452c9-f3c0-481a-b455-dc99e9ebafc9 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 69bf6e7a-6a50-4bca-95de-af8d53da63d2}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:46:12'"} Body: 2024-09-07 12:16:40.637 +05:30 44776a64-29b2-4190-9499-7284e62d6568 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:40.637 +05:30 8fb452c9-f3c0-481a-b455-dc99e9ebafc9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 401 null null 3.3181ms 2024-09-07 12:16:40.637 +05:30 44776a64-29b2-4190-9499-7284e62d6568 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 35.0678ms 2024-09-07 12:16:40.637 +05:30 44776a64-29b2-4190-9499-7284e62d6568 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.638 +05:30 44776a64-29b2-4190-9499-7284e62d6568 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a972fd17-582f-4c75-8f51-b3ab0e6dbddc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:16:40.638 +05:30 44776a64-29b2-4190-9499-7284e62d6568 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 37.5049ms 2024-09-07 12:16:40.690 +05:30 dfb8c882-f072-4e3e-9bd4-27f826d22323 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:40.690 +05:30 dfb8c882-f072-4e3e-9bd4-27f826d22323 INF CORS policy execution successful. 2024-09-07 12:16:40.691 +05:30 dfb8c882-f072-4e3e-9bd4-27f826d22323 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.691 +05:30 66a15a57-e3f7-44b9-8c68-5363acb9830d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.691 +05:30 66a15a57-e3f7-44b9-8c68-5363acb9830d INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:40.720 +05:30 66a15a57-e3f7-44b9-8c68-5363acb9830d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:40.720 +05:30 66a15a57-e3f7-44b9-8c68-5363acb9830d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 28.8498ms 2024-09-07 12:16:40.720 +05:30 66a15a57-e3f7-44b9-8c68-5363acb9830d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.720 +05:30 66a15a57-e3f7-44b9-8c68-5363acb9830d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dfb8c882-f072-4e3e-9bd4-27f826d22323}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:16:40.721 +05:30 66a15a57-e3f7-44b9-8c68-5363acb9830d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 30.771ms 2024-09-07 12:16:40.804 +05:30 951f90dd-f601-470c-b969-0f0c4b4941cf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:16:40.804 +05:30 951f90dd-f601-470c-b969-0f0c4b4941cf INF CORS policy execution successful. 2024-09-07 12:16:40.804 +05:30 951f90dd-f601-470c-b969-0f0c4b4941cf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5704ms 2024-09-07 12:16:40.840 +05:30 46527b81-2434-4735-adb7-a41290984747 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:40.840 +05:30 46527b81-2434-4735-adb7-a41290984747 INF CORS policy execution successful. 2024-09-07 12:16:40.841 +05:30 46527b81-2434-4735-adb7-a41290984747 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.841 +05:30 6096c7fa-5187-4ba3-ab43-621cf3d28746 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.841 +05:30 6096c7fa-5187-4ba3-ab43-621cf3d28746 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:16:40.852 +05:30 6096c7fa-5187-4ba3-ab43-621cf3d28746 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:40.853 +05:30 6096c7fa-5187-4ba3-ab43-621cf3d28746 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.5437ms 2024-09-07 12:16:40.853 +05:30 6096c7fa-5187-4ba3-ab43-621cf3d28746 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.853 +05:30 6096c7fa-5187-4ba3-ab43-621cf3d28746 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 46527b81-2434-4735-adb7-a41290984747}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:16:40.853 +05:30 6096c7fa-5187-4ba3-ab43-621cf3d28746 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 13.0889ms 2024-09-07 12:16:40.869 +05:30 13c4e5cd-d5ce-4d0a-8ce4-f2d90d51e980 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:16:40.869 +05:30 13c4e5cd-d5ce-4d0a-8ce4-f2d90d51e980 INF CORS policy execution successful. 2024-09-07 12:16:40.870 +05:30 13c4e5cd-d5ce-4d0a-8ce4-f2d90d51e980 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.870 +05:30 08fbe0f8-3229-4639-a620-6f21cae5619d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.870 +05:30 08fbe0f8-3229-4639-a620-6f21cae5619d INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:40.883 +05:30 08fbe0f8-3229-4639-a620-6f21cae5619d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:40.884 +05:30 08fbe0f8-3229-4639-a620-6f21cae5619d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 13.6855ms 2024-09-07 12:16:40.884 +05:30 08fbe0f8-3229-4639-a620-6f21cae5619d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.884 +05:30 08fbe0f8-3229-4639-a620-6f21cae5619d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 13c4e5cd-d5ce-4d0a-8ce4-f2d90d51e980}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:16:40.885 +05:30 08fbe0f8-3229-4639-a620-6f21cae5619d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.6649ms 2024-09-07 12:16:40.901 +05:30 2a70e88a-7d79-423e-98ae-3cb59eb714a2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:40.902 +05:30 2a70e88a-7d79-423e-98ae-3cb59eb714a2 INF CORS policy execution successful. 2024-09-07 12:16:40.902 +05:30 2a70e88a-7d79-423e-98ae-3cb59eb714a2 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:40.902 +05:30 9320b5a8-b25a-4f3f-8512-28ac65c4ab99 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.902 +05:30 9320b5a8-b25a-4f3f-8512-28ac65c4ab99 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:16:40.910 +05:30 9320b5a8-b25a-4f3f-8512-28ac65c4ab99 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:40.910 +05:30 9320b5a8-b25a-4f3f-8512-28ac65c4ab99 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.0112ms 2024-09-07 12:16:40.910 +05:30 9320b5a8-b25a-4f3f-8512-28ac65c4ab99 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:40.910 +05:30 9320b5a8-b25a-4f3f-8512-28ac65c4ab99 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2a70e88a-7d79-423e-98ae-3cb59eb714a2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:16:40.911 +05:30 9320b5a8-b25a-4f3f-8512-28ac65c4ab99 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 9.383ms 2024-09-07 12:16:41.299 +05:30 13c40a4d-bcb2-4408-9247-60c413ca3629 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:16:41.299 +05:30 13c40a4d-bcb2-4408-9247-60c413ca3629 INF CORS policy execution successful. 2024-09-07 12:16:41.299 +05:30 13c40a4d-bcb2-4408-9247-60c413ca3629 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.4633ms 2024-09-07 12:16:41.346 +05:30 8968d818-569a-4c85-9028-b69186be54e2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:16:41.347 +05:30 8968d818-569a-4c85-9028-b69186be54e2 INF CORS policy execution successful. 2024-09-07 12:16:41.347 +05:30 8968d818-569a-4c85-9028-b69186be54e2 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:41.347 +05:30 86fd9395-d9d5-4842-843d-5e092155695a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:41.347 +05:30 86fd9395-d9d5-4842-843d-5e092155695a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:16:41.356 +05:30 86fd9395-d9d5-4842-843d-5e092155695a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:41.356 +05:30 86fd9395-d9d5-4842-843d-5e092155695a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.4532ms 2024-09-07 12:16:41.356 +05:30 86fd9395-d9d5-4842-843d-5e092155695a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:41.356 +05:30 86fd9395-d9d5-4842-843d-5e092155695a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8968d818-569a-4c85-9028-b69186be54e2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:16:41.356 +05:30 86fd9395-d9d5-4842-843d-5e092155695a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 9.9468ms 2024-09-07 12:16:42.851 +05:30 173467ce-8301-4bbf-b5aa-66f5dcaaecc8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 12:16:42.851 +05:30 173467ce-8301-4bbf-b5aa-66f5dcaaecc8 INF CORS policy execution successful. 2024-09-07 12:16:42.852 +05:30 173467ce-8301-4bbf-b5aa-66f5dcaaecc8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 204 null null 0.8047ms 2024-09-07 12:16:42.899 +05:30 ab714bfb-549b-45d1-9ee7-66c6432cd9d6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 12:16:42.900 +05:30 ab714bfb-549b-45d1-9ee7-66c6432cd9d6 INF CORS policy execution successful. 2024-09-07 12:16:42.900 +05:30 ab714bfb-549b-45d1-9ee7-66c6432cd9d6 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=sName Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:42.901 +05:30 e19daea0-7706-4ca1-8ec0-c010385dff4a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:16:42.901 +05:30 e19daea0-7706-4ca1-8ec0-c010385dff4a INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:42.918 +05:30 e19daea0-7706-4ca1-8ec0-c010385dff4a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:42.919 +05:30 e19daea0-7706-4ca1-8ec0-c010385dff4a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 17.5911ms 2024-09-07 12:16:42.919 +05:30 e19daea0-7706-4ca1-8ec0-c010385dff4a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:16:42.919 +05:30 e19daea0-7706-4ca1-8ec0-c010385dff4a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ab714bfb-549b-45d1-9ee7-66c6432cd9d6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:16:42.919 +05:30 e19daea0-7706-4ca1-8ec0-c010385dff4a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 200 203 application/json; charset=utf-8 19.8528ms 2024-09-07 12:16:55.639 +05:30 1ca67ceb-9699-433d-875c-49afe84b4441 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:16:55.639 +05:30 1ca67ceb-9699-433d-875c-49afe84b4441 INF CORS policy execution successful. 2024-09-07 12:16:55.640 +05:30 1ca67ceb-9699-433d-875c-49afe84b4441 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 1.0351ms 2024-09-07 12:16:55.686 +05:30 bfbc8204-114d-41be-82a4-5bcc423c5d26 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:16:55.687 +05:30 bfbc8204-114d-41be-82a4-5bcc423c5d26 INF CORS policy execution successful. 2024-09-07 12:16:55.688 +05:30 bfbc8204-114d-41be-82a4-5bcc423c5d26 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:55.688 +05:30 c1eb9538-2be3-4cb3-a4be-73fae4822242 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:16:55.688 +05:30 c1eb9538-2be3-4cb3-a4be-73fae4822242 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:55.707 +05:30 c1eb9538-2be3-4cb3-a4be-73fae4822242 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:55.707 +05:30 c1eb9538-2be3-4cb3-a4be-73fae4822242 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 19.0488ms 2024-09-07 12:16:55.707 +05:30 c1eb9538-2be3-4cb3-a4be-73fae4822242 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:16:55.708 +05:30 c1eb9538-2be3-4cb3-a4be-73fae4822242 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bfbc8204-114d-41be-82a4-5bcc423c5d26}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:16:55.708 +05:30 c1eb9538-2be3-4cb3-a4be-73fae4822242 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 21.9893ms 2024-09-07 12:16:56.092 +05:30 b1c04ee3-6139-483f-afaa-cf5b05158374 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:16:56.092 +05:30 b1c04ee3-6139-483f-afaa-cf5b05158374 INF CORS policy execution successful. 2024-09-07 12:16:56.092 +05:30 b1c04ee3-6139-483f-afaa-cf5b05158374 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5535ms 2024-09-07 12:16:56.140 +05:30 0da57ed6-0960-488a-81e8-b718dd00bbb1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:16:56.141 +05:30 0da57ed6-0960-488a-81e8-b718dd00bbb1 INF CORS policy execution successful. 2024-09-07 12:16:56.141 +05:30 0da57ed6-0960-488a-81e8-b718dd00bbb1 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:56.141 +05:30 0b12535e-5064-4c9c-9cee-c2f4eaeab517 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:16:56.141 +05:30 0b12535e-5064-4c9c-9cee-c2f4eaeab517 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:56.150 +05:30 0b12535e-5064-4c9c-9cee-c2f4eaeab517 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:56.150 +05:30 0b12535e-5064-4c9c-9cee-c2f4eaeab517 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.7359ms 2024-09-07 12:16:56.150 +05:30 0b12535e-5064-4c9c-9cee-c2f4eaeab517 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:16:56.151 +05:30 0b12535e-5064-4c9c-9cee-c2f4eaeab517 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0da57ed6-0960-488a-81e8-b718dd00bbb1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:16:56.151 +05:30 0b12535e-5064-4c9c-9cee-c2f4eaeab517 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 10.6993ms 2024-09-07 12:16:57.666 +05:30 29649b43-1a12-4129-8e99-e786416e0252 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:57.666 +05:30 29649b43-1a12-4129-8e99-e786416e0252 INF CORS policy execution successful. 2024-09-07 12:16:57.667 +05:30 29649b43-1a12-4129-8e99-e786416e0252 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 1.1245ms 2024-09-07 12:16:57.674 +05:30 99087201-5484-4006-86b5-7bba34d7d00a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:57.675 +05:30 99087201-5484-4006-86b5-7bba34d7d00a INF CORS policy execution successful. 2024-09-07 12:16:57.675 +05:30 99087201-5484-4006-86b5-7bba34d7d00a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 0.6944ms 2024-09-07 12:16:57.716 +05:30 d0f3fc74-84c6-41f2-8666-6ec9182c401c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:57.717 +05:30 d0f3fc74-84c6-41f2-8666-6ec9182c401c INF CORS policy execution successful. 2024-09-07 12:16:57.717 +05:30 d0f3fc74-84c6-41f2-8666-6ec9182c401c INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:57.717 +05:30 9ff0bf96-50a2-404c-9d01-4b248014db4f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:16:57.717 +05:30 9ff0bf96-50a2-404c-9d01-4b248014db4f INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:57.752 +05:30 9ff0bf96-50a2-404c-9d01-4b248014db4f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:57.752 +05:30 9ff0bf96-50a2-404c-9d01-4b248014db4f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 34.9105ms 2024-09-07 12:16:57.753 +05:30 9ff0bf96-50a2-404c-9d01-4b248014db4f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:16:57.753 +05:30 9ff0bf96-50a2-404c-9d01-4b248014db4f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d0f3fc74-84c6-41f2-8666-6ec9182c401c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:16:57.753 +05:30 9ff0bf96-50a2-404c-9d01-4b248014db4f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 36.7473ms 2024-09-07 12:16:57.801 +05:30 7958dda2-3128-462d-8410-5f15ae27808e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:16:57.802 +05:30 7958dda2-3128-462d-8410-5f15ae27808e INF CORS policy execution successful. 2024-09-07 12:16:57.802 +05:30 7958dda2-3128-462d-8410-5f15ae27808e INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:57.802 +05:30 fbfe8ea2-d441-4f23-93c6-98a0154d7b22 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:16:57.802 +05:30 fbfe8ea2-d441-4f23-93c6-98a0154d7b22 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:57.831 +05:30 fbfe8ea2-d441-4f23-93c6-98a0154d7b22 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:57.832 +05:30 fbfe8ea2-d441-4f23-93c6-98a0154d7b22 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 29.6745ms 2024-09-07 12:16:57.832 +05:30 fbfe8ea2-d441-4f23-93c6-98a0154d7b22 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:16:57.832 +05:30 fbfe8ea2-d441-4f23-93c6-98a0154d7b22 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7958dda2-3128-462d-8410-5f15ae27808e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:16:57.833 +05:30 fbfe8ea2-d441-4f23-93c6-98a0154d7b22 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 31.4935ms 2024-09-07 12:16:57.909 +05:30 1709645a-f593-4857-9319-265e5dff6afe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:16:57.909 +05:30 1709645a-f593-4857-9319-265e5dff6afe INF CORS policy execution successful. 2024-09-07 12:16:57.910 +05:30 1709645a-f593-4857-9319-265e5dff6afe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.7338ms 2024-09-07 12:16:57.958 +05:30 aa90c8a0-c77b-426f-8e02-915bc05f251f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:16:57.959 +05:30 aa90c8a0-c77b-426f-8e02-915bc05f251f INF CORS policy execution successful. 2024-09-07 12:16:57.959 +05:30 aa90c8a0-c77b-426f-8e02-915bc05f251f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:57.959 +05:30 a5cc5f91-9739-4a17-ae29-41ec350ec4bc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:16:57.959 +05:30 a5cc5f91-9739-4a17-ae29-41ec350ec4bc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:16:57.972 +05:30 a5cc5f91-9739-4a17-ae29-41ec350ec4bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:57.972 +05:30 a5cc5f91-9739-4a17-ae29-41ec350ec4bc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.6545ms 2024-09-07 12:16:57.972 +05:30 a5cc5f91-9739-4a17-ae29-41ec350ec4bc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:16:57.972 +05:30 a5cc5f91-9739-4a17-ae29-41ec350ec4bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: aa90c8a0-c77b-426f-8e02-915bc05f251f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:16:57.972 +05:30 a5cc5f91-9739-4a17-ae29-41ec350ec4bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 14.1894ms 2024-09-07 12:16:58.137 +05:30 364d84a9-8885-41cc-947b-0e1b747777d7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:58.137 +05:30 364d84a9-8885-41cc-947b-0e1b747777d7 INF CORS policy execution successful. 2024-09-07 12:16:58.137 +05:30 364d84a9-8885-41cc-947b-0e1b747777d7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4514ms 2024-09-07 12:16:58.146 +05:30 8ec4f30f-f5ec-4111-8704-e543bccf3232 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:58.146 +05:30 8ec4f30f-f5ec-4111-8704-e543bccf3232 INF CORS policy execution successful. 2024-09-07 12:16:58.146 +05:30 8ec4f30f-f5ec-4111-8704-e543bccf3232 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4699ms 2024-09-07 12:16:58.187 +05:30 cb9dd198-3cb4-491c-9620-97509382de76 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:58.188 +05:30 cb9dd198-3cb4-491c-9620-97509382de76 INF CORS policy execution successful. 2024-09-07 12:16:58.188 +05:30 cb9dd198-3cb4-491c-9620-97509382de76 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:58.188 +05:30 c1a134c4-79d1-4cc8-93f7-0375538c5f4d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:58.188 +05:30 c1a134c4-79d1-4cc8-93f7-0375538c5f4d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:16:58.198 +05:30 c1a134c4-79d1-4cc8-93f7-0375538c5f4d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:58.198 +05:30 c1a134c4-79d1-4cc8-93f7-0375538c5f4d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 9.9658ms 2024-09-07 12:16:58.198 +05:30 c1a134c4-79d1-4cc8-93f7-0375538c5f4d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:58.199 +05:30 c1a134c4-79d1-4cc8-93f7-0375538c5f4d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cb9dd198-3cb4-491c-9620-97509382de76}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:16:58.199 +05:30 c1a134c4-79d1-4cc8-93f7-0375538c5f4d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.7369ms 2024-09-07 12:16:58.245 +05:30 2a5ad8d6-5891-4aea-a587-556f82fe28ba INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:16:58.245 +05:30 2a5ad8d6-5891-4aea-a587-556f82fe28ba INF CORS policy execution successful. 2024-09-07 12:16:58.245 +05:30 2a5ad8d6-5891-4aea-a587-556f82fe28ba INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:58.245 +05:30 b2575f7b-adf5-4189-932c-63c168a24e17 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:58.246 +05:30 b2575f7b-adf5-4189-932c-63c168a24e17 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:16:58.247 +05:30 b2575f7b-adf5-4189-932c-63c168a24e17 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:58.248 +05:30 b2575f7b-adf5-4189-932c-63c168a24e17 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 1.9608ms 2024-09-07 12:16:58.248 +05:30 b2575f7b-adf5-4189-932c-63c168a24e17 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:58.248 +05:30 b2575f7b-adf5-4189-932c-63c168a24e17 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2a5ad8d6-5891-4aea-a587-556f82fe28ba}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:16:58.248 +05:30 b2575f7b-adf5-4189-932c-63c168a24e17 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.2508ms 2024-09-07 12:16:58.350 +05:30 60fe27ff-ddbf-433d-922f-04ed02ec732c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:16:58.351 +05:30 60fe27ff-ddbf-433d-922f-04ed02ec732c INF CORS policy execution successful. 2024-09-07 12:16:58.351 +05:30 60fe27ff-ddbf-433d-922f-04ed02ec732c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5158ms 2024-09-07 12:16:58.398 +05:30 c18ba0ae-d2d1-4695-9782-03f13ca93644 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:16:58.399 +05:30 c18ba0ae-d2d1-4695-9782-03f13ca93644 INF CORS policy execution successful. 2024-09-07 12:16:58.399 +05:30 c18ba0ae-d2d1-4695-9782-03f13ca93644 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:16:58.399 +05:30 c982133a-9251-48d9-8e4b-31bb98deee5f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:58.399 +05:30 c982133a-9251-48d9-8e4b-31bb98deee5f INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:16:58.408 +05:30 c982133a-9251-48d9-8e4b-31bb98deee5f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:16:58.409 +05:30 c982133a-9251-48d9-8e4b-31bb98deee5f INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 9.5605ms 2024-09-07 12:16:58.409 +05:30 c982133a-9251-48d9-8e4b-31bb98deee5f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:16:58.409 +05:30 c982133a-9251-48d9-8e4b-31bb98deee5f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c18ba0ae-d2d1-4695-9782-03f13ca93644}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:16:58.409 +05:30 c982133a-9251-48d9-8e4b-31bb98deee5f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 11.0618ms 2024-09-07 12:17:00.696 +05:30 e1bb5c28-6c85-4042-8d05-5c6058fcec5c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 12:17:00.697 +05:30 e1bb5c28-6c85-4042-8d05-5c6058fcec5c INF CORS policy execution successful. 2024-09-07 12:17:00.697 +05:30 e1bb5c28-6c85-4042-8d05-5c6058fcec5c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 204 null null 0.7462ms 2024-09-07 12:17:00.764 +05:30 ff25937a-f659-4fb4-b655-13f5b13bfdf3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 12:17:00.765 +05:30 ff25937a-f659-4fb4-b655-13f5b13bfdf3 INF CORS policy execution successful. 2024-09-07 12:17:00.765 +05:30 ff25937a-f659-4fb4-b655-13f5b13bfdf3 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=sName Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:00.765 +05:30 57d5445c-c773-4bfd-81db-b54879517d92 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:00.766 +05:30 57d5445c-c773-4bfd-81db-b54879517d92 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:00.780 +05:30 57d5445c-c773-4bfd-81db-b54879517d92 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:00.780 +05:30 57d5445c-c773-4bfd-81db-b54879517d92 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.7845ms 2024-09-07 12:17:00.780 +05:30 57d5445c-c773-4bfd-81db-b54879517d92 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:00.781 +05:30 57d5445c-c773-4bfd-81db-b54879517d92 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ff25937a-f659-4fb4-b655-13f5b13bfdf3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:17:00.781 +05:30 57d5445c-c773-4bfd-81db-b54879517d92 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 200 203 application/json; charset=utf-8 17.228ms 2024-09-07 12:17:03.298 +05:30 1b434891-5d0b-430a-a072-f5611cba420a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:17:03.298 +05:30 1b434891-5d0b-430a-a072-f5611cba420a INF CORS policy execution successful. 2024-09-07 12:17:03.299 +05:30 1b434891-5d0b-430a-a072-f5611cba420a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 0.5596ms 2024-09-07 12:17:03.358 +05:30 e1a7e118-f11e-45ff-b7ec-ff3f7fc9618f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:17:03.358 +05:30 e1a7e118-f11e-45ff-b7ec-ff3f7fc9618f INF CORS policy execution successful. 2024-09-07 12:17:03.358 +05:30 e1a7e118-f11e-45ff-b7ec-ff3f7fc9618f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:03.359 +05:30 2ac2b4ea-5ffd-4281-a7a3-3e84ba583eaa INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:03.359 +05:30 2ac2b4ea-5ffd-4281-a7a3-3e84ba583eaa INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:03.373 +05:30 2ac2b4ea-5ffd-4281-a7a3-3e84ba583eaa INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:03.374 +05:30 2ac2b4ea-5ffd-4281-a7a3-3e84ba583eaa INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.9651ms 2024-09-07 12:17:03.374 +05:30 2ac2b4ea-5ffd-4281-a7a3-3e84ba583eaa INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:03.374 +05:30 2ac2b4ea-5ffd-4281-a7a3-3e84ba583eaa INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e1a7e118-f11e-45ff-b7ec-ff3f7fc9618f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:17:03.374 +05:30 2ac2b4ea-5ffd-4281-a7a3-3e84ba583eaa INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 16.7222ms 2024-09-07 12:17:06.023 +05:30 9ad56e27-7f89-4b55-8511-548eb4533059 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sCode - null null 2024-09-07 12:17:06.023 +05:30 9ad56e27-7f89-4b55-8511-548eb4533059 INF CORS policy execution successful. 2024-09-07 12:17:06.024 +05:30 9ad56e27-7f89-4b55-8511-548eb4533059 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sCode - 204 null null 1.2441ms 2024-09-07 12:17:06.072 +05:30 e40b0f40-2aae-461f-96f0-066fb60dbce2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sCode - null null 2024-09-07 12:17:06.073 +05:30 e40b0f40-2aae-461f-96f0-066fb60dbce2 INF CORS policy execution successful. 2024-09-07 12:17:06.073 +05:30 e40b0f40-2aae-461f-96f0-066fb60dbce2 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=sCode Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:06.073 +05:30 58bbd512-9f63-4329-913b-e07e4c4b67df INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:06.073 +05:30 58bbd512-9f63-4329-913b-e07e4c4b67df INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:06.087 +05:30 58bbd512-9f63-4329-913b-e07e4c4b67df INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:06.088 +05:30 58bbd512-9f63-4329-913b-e07e4c4b67df INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.106ms 2024-09-07 12:17:06.088 +05:30 58bbd512-9f63-4329-913b-e07e4c4b67df INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:06.088 +05:30 58bbd512-9f63-4329-913b-e07e4c4b67df INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e40b0f40-2aae-461f-96f0-066fb60dbce2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 12:17:06.088 +05:30 58bbd512-9f63-4329-913b-e07e4c4b67df INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sCode - 200 150 application/json; charset=utf-8 15.906ms 2024-09-07 12:17:10.059 +05:30 9968ff1d-e0cb-4ce0-a49d-f8437baf261e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:17:10.060 +05:30 9968ff1d-e0cb-4ce0-a49d-f8437baf261e INF CORS policy execution successful. 2024-09-07 12:17:10.060 +05:30 9968ff1d-e0cb-4ce0-a49d-f8437baf261e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 0.4867ms 2024-09-07 12:17:10.115 +05:30 d9cd0f04-e68a-47f0-9d6e-8fb161c28edb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:17:10.115 +05:30 d9cd0f04-e68a-47f0-9d6e-8fb161c28edb INF CORS policy execution successful. 2024-09-07 12:17:10.115 +05:30 d9cd0f04-e68a-47f0-9d6e-8fb161c28edb INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:10.115 +05:30 57f1d27d-5b26-45c3-9683-a4a12206c288 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:10.116 +05:30 57f1d27d-5b26-45c3-9683-a4a12206c288 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:10.126 +05:30 57f1d27d-5b26-45c3-9683-a4a12206c288 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:10.127 +05:30 57f1d27d-5b26-45c3-9683-a4a12206c288 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 11.0601ms 2024-09-07 12:17:10.127 +05:30 57f1d27d-5b26-45c3-9683-a4a12206c288 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:10.127 +05:30 57f1d27d-5b26-45c3-9683-a4a12206c288 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d9cd0f04-e68a-47f0-9d6e-8fb161c28edb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:17:10.127 +05:30 57f1d27d-5b26-45c3-9683-a4a12206c288 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 12.6529ms 2024-09-07 12:17:11.909 +05:30 7999deea-d92b-423a-8f05-721d03509a31 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:17:11.910 +05:30 7999deea-d92b-423a-8f05-721d03509a31 INF CORS policy execution successful. 2024-09-07 12:17:11.910 +05:30 7999deea-d92b-423a-8f05-721d03509a31 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.8288ms 2024-09-07 12:17:11.960 +05:30 87ef4a35-a553-4a3b-8583-443714528271 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:17:11.960 +05:30 87ef4a35-a553-4a3b-8583-443714528271 INF CORS policy execution successful. 2024-09-07 12:17:11.960 +05:30 87ef4a35-a553-4a3b-8583-443714528271 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:11.961 +05:30 65fac26e-a09d-4e8f-8112-e31a0f223aa4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:17:11.961 +05:30 65fac26e-a09d-4e8f-8112-e31a0f223aa4 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:11.987 +05:30 65fac26e-a09d-4e8f-8112-e31a0f223aa4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:11.987 +05:30 65fac26e-a09d-4e8f-8112-e31a0f223aa4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 26.1176ms 2024-09-07 12:17:11.987 +05:30 65fac26e-a09d-4e8f-8112-e31a0f223aa4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:17:11.987 +05:30 65fac26e-a09d-4e8f-8112-e31a0f223aa4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 87ef4a35-a553-4a3b-8583-443714528271}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:17:11.987 +05:30 65fac26e-a09d-4e8f-8112-e31a0f223aa4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 27.5943ms 2024-09-07 12:17:12.214 +05:30 9100532a-d06e-49e1-be82-dde6822023ec INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - null null 2024-09-07 12:17:12.215 +05:30 9100532a-d06e-49e1-be82-dde6822023ec INF CORS policy execution successful. 2024-09-07 12:17:12.215 +05:30 9100532a-d06e-49e1-be82-dde6822023ec INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - 204 null null 0.5093ms 2024-09-07 12:17:12.264 +05:30 3a93de87-d0e3-4eea-8f02-279f06eecad7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - null null 2024-09-07 12:17:12.264 +05:30 3a93de87-d0e3-4eea-8f02-279f06eecad7 INF CORS policy execution successful. 2024-09-07 12:17:12.264 +05:30 3a93de87-d0e3-4eea-8f02-279f06eecad7 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=bGroup Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:12.265 +05:30 6a194d77-1193-427b-84ce-683869ad85a2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:12.265 +05:30 6a194d77-1193-427b-84ce-683869ad85a2 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:12.276 +05:30 6a194d77-1193-427b-84ce-683869ad85a2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:12.276 +05:30 6a194d77-1193-427b-84ce-683869ad85a2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 11.6394ms 2024-09-07 12:17:12.276 +05:30 6a194d77-1193-427b-84ce-683869ad85a2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:12.277 +05:30 6a194d77-1193-427b-84ce-683869ad85a2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3a93de87-d0e3-4eea-8f02-279f06eecad7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 153} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"}]"} 2024-09-07 12:17:12.277 +05:30 6a194d77-1193-427b-84ce-683869ad85a2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - 200 153 application/json; charset=utf-8 13.1481ms 2024-09-07 12:17:14.673 +05:30 419178e8-445d-45e0-8517-601a8bec70c2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:17:14.674 +05:30 419178e8-445d-45e0-8517-601a8bec70c2 INF CORS policy execution successful. 2024-09-07 12:17:14.674 +05:30 419178e8-445d-45e0-8517-601a8bec70c2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.476ms 2024-09-07 12:17:14.720 +05:30 bc1a4663-df1b-4b97-9c6f-b54e24cd4d68 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:17:14.721 +05:30 bc1a4663-df1b-4b97-9c6f-b54e24cd4d68 INF CORS policy execution successful. 2024-09-07 12:17:14.721 +05:30 bc1a4663-df1b-4b97-9c6f-b54e24cd4d68 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:14.722 +05:30 67c405fc-c061-4f66-8d8b-40d7afcc9311 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:17:14.722 +05:30 67c405fc-c061-4f66-8d8b-40d7afcc9311 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:14.736 +05:30 67c405fc-c061-4f66-8d8b-40d7afcc9311 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:14.736 +05:30 67c405fc-c061-4f66-8d8b-40d7afcc9311 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 13.6404ms 2024-09-07 12:17:14.736 +05:30 67c405fc-c061-4f66-8d8b-40d7afcc9311 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:17:14.736 +05:30 67c405fc-c061-4f66-8d8b-40d7afcc9311 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bc1a4663-df1b-4b97-9c6f-b54e24cd4d68}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:17:14.737 +05:30 67c405fc-c061-4f66-8d8b-40d7afcc9311 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 16.4707ms 2024-09-07 12:17:15.184 +05:30 fcd04e49-9d17-4814-8c9c-ccf60ee5b9b5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:17:15.184 +05:30 fcd04e49-9d17-4814-8c9c-ccf60ee5b9b5 INF CORS policy execution successful. 2024-09-07 12:17:15.184 +05:30 fcd04e49-9d17-4814-8c9c-ccf60ee5b9b5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.6121ms 2024-09-07 12:17:15.233 +05:30 e3f44a65-e6f7-45ad-89f9-12e51f49fcd6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:17:15.234 +05:30 e3f44a65-e6f7-45ad-89f9-12e51f49fcd6 INF CORS policy execution successful. 2024-09-07 12:17:15.234 +05:30 e3f44a65-e6f7-45ad-89f9-12e51f49fcd6 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:15.234 +05:30 040dd250-3714-4e96-9bd6-4b864c29c7c2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:17:15.234 +05:30 040dd250-3714-4e96-9bd6-4b864c29c7c2 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:15.244 +05:30 040dd250-3714-4e96-9bd6-4b864c29c7c2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:15.244 +05:30 040dd250-3714-4e96-9bd6-4b864c29c7c2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.6134ms 2024-09-07 12:17:15.244 +05:30 040dd250-3714-4e96-9bd6-4b864c29c7c2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:17:15.244 +05:30 040dd250-3714-4e96-9bd6-4b864c29c7c2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e3f44a65-e6f7-45ad-89f9-12e51f49fcd6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:17:15.244 +05:30 040dd250-3714-4e96-9bd6-4b864c29c7c2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 11.0412ms 2024-09-07 12:17:18.791 +05:30 a3899035-eccc-40fa-881e-7f2c8bb030b8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:17:18.791 +05:30 a3899035-eccc-40fa-881e-7f2c8bb030b8 INF CORS policy execution successful. 2024-09-07 12:17:18.791 +05:30 a3899035-eccc-40fa-881e-7f2c8bb030b8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 0.487ms 2024-09-07 12:17:18.800 +05:30 16323596-373e-47c0-8f04-a37061a9fffd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:17:18.800 +05:30 16323596-373e-47c0-8f04-a37061a9fffd INF CORS policy execution successful. 2024-09-07 12:17:18.800 +05:30 16323596-373e-47c0-8f04-a37061a9fffd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 204 null null 0.4161ms 2024-09-07 12:17:18.848 +05:30 96953c72-6b7b-41b0-8af4-cb147264dd1a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:17:18.849 +05:30 96953c72-6b7b-41b0-8af4-cb147264dd1a INF CORS policy execution successful. 2024-09-07 12:17:18.849 +05:30 96953c72-6b7b-41b0-8af4-cb147264dd1a INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:18.849 +05:30 2421a31d-b3af-4efd-825c-78577a4807d9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:17:18.849 +05:30 2421a31d-b3af-4efd-825c-78577a4807d9 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:18.874 +05:30 2421a31d-b3af-4efd-825c-78577a4807d9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:18.874 +05:30 2421a31d-b3af-4efd-825c-78577a4807d9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 24.4414ms 2024-09-07 12:17:18.874 +05:30 2421a31d-b3af-4efd-825c-78577a4807d9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:17:18.874 +05:30 2421a31d-b3af-4efd-825c-78577a4807d9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 96953c72-6b7b-41b0-8af4-cb147264dd1a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:17:18.875 +05:30 2421a31d-b3af-4efd-825c-78577a4807d9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 26.1713ms 2024-09-07 12:17:18.921 +05:30 b7a21190-4a4b-4e1a-9eec-aab2578b86f0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - null null 2024-09-07 12:17:18.921 +05:30 b7a21190-4a4b-4e1a-9eec-aab2578b86f0 INF CORS policy execution successful. 2024-09-07 12:17:18.922 +05:30 b7a21190-4a4b-4e1a-9eec-aab2578b86f0 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=117 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:18.922 +05:30 9ab28642-a292-4255-aa19-0b7a6200a3a6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:17:18.922 +05:30 9ab28642-a292-4255-aa19-0b7a6200a3a6 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:18.926 +05:30 9ab28642-a292-4255-aa19-0b7a6200a3a6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:18.926 +05:30 9ab28642-a292-4255-aa19-0b7a6200a3a6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 4.0934ms 2024-09-07 12:17:18.926 +05:30 9ab28642-a292-4255-aa19-0b7a6200a3a6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:17:18.926 +05:30 9ab28642-a292-4255-aa19-0b7a6200a3a6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b7a21190-4a4b-4e1a-9eec-aab2578b86f0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2035} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":117,\"Name\":\"layout22\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":117,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":117,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:17:18.927 +05:30 9ab28642-a292-4255-aa19-0b7a6200a3a6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=117 - 200 2035 application/json; charset=utf-8 5.7638ms 2024-09-07 12:17:19.027 +05:30 00038182-f324-49c3-9a7f-4ac8153a2dad INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:17:19.027 +05:30 00038182-f324-49c3-9a7f-4ac8153a2dad INF CORS policy execution successful. 2024-09-07 12:17:19.027 +05:30 00038182-f324-49c3-9a7f-4ac8153a2dad INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5322ms 2024-09-07 12:17:19.078 +05:30 4fad2826-456e-4b85-af35-016c26dc93bc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:17:19.079 +05:30 4fad2826-456e-4b85-af35-016c26dc93bc INF CORS policy execution successful. 2024-09-07 12:17:19.079 +05:30 4fad2826-456e-4b85-af35-016c26dc93bc INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:19.079 +05:30 734bee64-a416-43d9-be66-5822c4eaadf9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:19.079 +05:30 734bee64-a416-43d9-be66-5822c4eaadf9 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:19.087 +05:30 734bee64-a416-43d9-be66-5822c4eaadf9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:19.087 +05:30 734bee64-a416-43d9-be66-5822c4eaadf9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 7.9804ms 2024-09-07 12:17:19.087 +05:30 734bee64-a416-43d9-be66-5822c4eaadf9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:19.088 +05:30 734bee64-a416-43d9-be66-5822c4eaadf9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4fad2826-456e-4b85-af35-016c26dc93bc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:17:19.088 +05:30 734bee64-a416-43d9-be66-5822c4eaadf9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 9.6598ms 2024-09-07 12:17:19.274 +05:30 cb6a5a58-6504-40b2-a052-29e84b59d010 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:17:19.274 +05:30 cb6a5a58-6504-40b2-a052-29e84b59d010 INF CORS policy execution successful. 2024-09-07 12:17:19.274 +05:30 cb6a5a58-6504-40b2-a052-29e84b59d010 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4524ms 2024-09-07 12:17:19.281 +05:30 8b429642-015f-4d7c-aea3-ca29f8150ad1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:17:19.281 +05:30 8b429642-015f-4d7c-aea3-ca29f8150ad1 INF CORS policy execution successful. 2024-09-07 12:17:19.282 +05:30 8b429642-015f-4d7c-aea3-ca29f8150ad1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5809ms 2024-09-07 12:17:19.321 +05:30 9c12b18f-90a0-4739-809a-7826a8f3a2bb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:17:19.321 +05:30 9c12b18f-90a0-4739-809a-7826a8f3a2bb INF CORS policy execution successful. 2024-09-07 12:17:19.321 +05:30 9c12b18f-90a0-4739-809a-7826a8f3a2bb INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:19.322 +05:30 18afc0b7-2191-45da-83bf-920c4a43012a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:17:19.322 +05:30 18afc0b7-2191-45da-83bf-920c4a43012a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:17:19.332 +05:30 18afc0b7-2191-45da-83bf-920c4a43012a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:19.332 +05:30 18afc0b7-2191-45da-83bf-920c4a43012a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.5652ms 2024-09-07 12:17:19.333 +05:30 18afc0b7-2191-45da-83bf-920c4a43012a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:17:19.333 +05:30 18afc0b7-2191-45da-83bf-920c4a43012a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9c12b18f-90a0-4739-809a-7826a8f3a2bb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:17:19.333 +05:30 18afc0b7-2191-45da-83bf-920c4a43012a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 12.5045ms 2024-09-07 12:17:19.379 +05:30 0865a0c6-b00b-4044-ab60-24893e514016 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:17:19.379 +05:30 0865a0c6-b00b-4044-ab60-24893e514016 INF CORS policy execution successful. 2024-09-07 12:17:19.379 +05:30 0865a0c6-b00b-4044-ab60-24893e514016 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:19.379 +05:30 87361937-0932-4223-ad3f-ed7fe9f7e751 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:17:19.379 +05:30 87361937-0932-4223-ad3f-ed7fe9f7e751 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:17:19.382 +05:30 87361937-0932-4223-ad3f-ed7fe9f7e751 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:19.382 +05:30 87361937-0932-4223-ad3f-ed7fe9f7e751 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.2193ms 2024-09-07 12:17:19.382 +05:30 87361937-0932-4223-ad3f-ed7fe9f7e751 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:17:19.382 +05:30 87361937-0932-4223-ad3f-ed7fe9f7e751 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0865a0c6-b00b-4044-ab60-24893e514016}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:17:19.382 +05:30 87361937-0932-4223-ad3f-ed7fe9f7e751 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.799ms 2024-09-07 12:17:19.470 +05:30 7e501433-86b6-4c65-89a0-5ace6553aa7f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:17:19.470 +05:30 7e501433-86b6-4c65-89a0-5ace6553aa7f INF CORS policy execution successful. 2024-09-07 12:17:19.471 +05:30 7e501433-86b6-4c65-89a0-5ace6553aa7f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.4485ms 2024-09-07 12:17:19.519 +05:30 9cbf997a-fbfe-4ee7-81e7-0ce8e749a96e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:17:19.520 +05:30 9cbf997a-fbfe-4ee7-81e7-0ce8e749a96e INF CORS policy execution successful. 2024-09-07 12:17:19.520 +05:30 9cbf997a-fbfe-4ee7-81e7-0ce8e749a96e INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:19.520 +05:30 c6b3a247-bfbe-4d46-a9ed-cafd0372a230 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:17:19.521 +05:30 c6b3a247-bfbe-4d46-a9ed-cafd0372a230 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:17:19.541 +05:30 c6b3a247-bfbe-4d46-a9ed-cafd0372a230 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:19.542 +05:30 c6b3a247-bfbe-4d46-a9ed-cafd0372a230 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 21.1833ms 2024-09-07 12:17:19.542 +05:30 c6b3a247-bfbe-4d46-a9ed-cafd0372a230 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:17:19.542 +05:30 c6b3a247-bfbe-4d46-a9ed-cafd0372a230 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9cbf997a-fbfe-4ee7-81e7-0ce8e749a96e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:17:19.542 +05:30 c6b3a247-bfbe-4d46-a9ed-cafd0372a230 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 22.8493ms 2024-09-07 12:17:21.026 +05:30 2708d6ba-adc6-499c-832e-455936e9f0bc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 12:17:21.026 +05:30 2708d6ba-adc6-499c-832e-455936e9f0bc INF CORS policy execution successful. 2024-09-07 12:17:21.027 +05:30 2708d6ba-adc6-499c-832e-455936e9f0bc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 204 null null 0.8103ms 2024-09-07 12:17:21.079 +05:30 d9168fba-2ab6-41f9-9199-7139cf14143f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 12:17:21.080 +05:30 d9168fba-2ab6-41f9-9199-7139cf14143f INF CORS policy execution successful. 2024-09-07 12:17:21.080 +05:30 d9168fba-2ab6-41f9-9199-7139cf14143f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=sName Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:21.080 +05:30 ffdc38a8-00a7-464e-95a6-522258bd3025 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:21.080 +05:30 ffdc38a8-00a7-464e-95a6-522258bd3025 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:21.099 +05:30 ffdc38a8-00a7-464e-95a6-522258bd3025 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:21.099 +05:30 ffdc38a8-00a7-464e-95a6-522258bd3025 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.7531ms 2024-09-07 12:17:21.099 +05:30 ffdc38a8-00a7-464e-95a6-522258bd3025 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:21.099 +05:30 ffdc38a8-00a7-464e-95a6-522258bd3025 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d9168fba-2ab6-41f9-9199-7139cf14143f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:17:21.100 +05:30 ffdc38a8-00a7-464e-95a6-522258bd3025 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 200 203 application/json; charset=utf-8 20.2412ms 2024-09-07 12:17:22.701 +05:30 5946510e-5762-4dbc-8161-2e860f5ac425 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:17:22.702 +05:30 5946510e-5762-4dbc-8161-2e860f5ac425 INF CORS policy execution successful. 2024-09-07 12:17:22.702 +05:30 5946510e-5762-4dbc-8161-2e860f5ac425 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 0.6697ms 2024-09-07 12:17:22.761 +05:30 4cee9e9d-9823-4149-8a5f-a7e86650f21b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:17:22.762 +05:30 4cee9e9d-9823-4149-8a5f-a7e86650f21b INF CORS policy execution successful. 2024-09-07 12:17:22.762 +05:30 4cee9e9d-9823-4149-8a5f-a7e86650f21b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:22.762 +05:30 14c54b21-e8bc-41fa-af3a-d257053fd653 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:22.762 +05:30 14c54b21-e8bc-41fa-af3a-d257053fd653 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:22.774 +05:30 14c54b21-e8bc-41fa-af3a-d257053fd653 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:22.775 +05:30 14c54b21-e8bc-41fa-af3a-d257053fd653 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.3948ms 2024-09-07 12:17:22.775 +05:30 14c54b21-e8bc-41fa-af3a-d257053fd653 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:22.775 +05:30 14c54b21-e8bc-41fa-af3a-d257053fd653 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4cee9e9d-9823-4149-8a5f-a7e86650f21b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:17:22.775 +05:30 14c54b21-e8bc-41fa-af3a-d257053fd653 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 13.8494ms 2024-09-07 12:17:24.403 +05:30 7a4a343a-9212-4750-aa05-ef8b8eb4b666 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:17:24.404 +05:30 7a4a343a-9212-4750-aa05-ef8b8eb4b666 INF CORS policy execution successful. 2024-09-07 12:17:24.405 +05:30 7a4a343a-9212-4750-aa05-ef8b8eb4b666 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 1.3991ms 2024-09-07 12:17:24.463 +05:30 dfe8413a-ae3a-4db7-8fd1-efe1eab4b8f0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:17:24.463 +05:30 dfe8413a-ae3a-4db7-8fd1-efe1eab4b8f0 INF CORS policy execution successful. 2024-09-07 12:17:24.464 +05:30 dfe8413a-ae3a-4db7-8fd1-efe1eab4b8f0 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:24.464 +05:30 63a70686-b6a6-4152-b84c-f9075efa400f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:17:24.464 +05:30 63a70686-b6a6-4152-b84c-f9075efa400f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:24.493 +05:30 63a70686-b6a6-4152-b84c-f9075efa400f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:24.493 +05:30 63a70686-b6a6-4152-b84c-f9075efa400f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 28.9553ms 2024-09-07 12:17:24.493 +05:30 63a70686-b6a6-4152-b84c-f9075efa400f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:17:24.493 +05:30 63a70686-b6a6-4152-b84c-f9075efa400f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dfe8413a-ae3a-4db7-8fd1-efe1eab4b8f0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:17:24.493 +05:30 63a70686-b6a6-4152-b84c-f9075efa400f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 30.3559ms 2024-09-07 12:17:24.702 +05:30 bc57863d-9765-4343-ba3f-4eb34a3fbd2e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - null null 2024-09-07 12:17:24.703 +05:30 bc57863d-9765-4343-ba3f-4eb34a3fbd2e INF CORS policy execution successful. 2024-09-07 12:17:24.703 +05:30 bc57863d-9765-4343-ba3f-4eb34a3fbd2e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - 204 null null 0.8619ms 2024-09-07 12:17:24.752 +05:30 0c0d02af-82f5-4c2b-b3bd-9bfc423f39c6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - null null 2024-09-07 12:17:24.753 +05:30 0c0d02af-82f5-4c2b-b3bd-9bfc423f39c6 INF CORS policy execution successful. 2024-09-07 12:17:24.753 +05:30 0c0d02af-82f5-4c2b-b3bd-9bfc423f39c6 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=bGroup Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:24.753 +05:30 6f421fe0-3671-4bfb-b5a6-276b0f666df5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:24.753 +05:30 6f421fe0-3671-4bfb-b5a6-276b0f666df5 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:24.766 +05:30 6f421fe0-3671-4bfb-b5a6-276b0f666df5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:24.767 +05:30 6f421fe0-3671-4bfb-b5a6-276b0f666df5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 13.1971ms 2024-09-07 12:17:24.767 +05:30 6f421fe0-3671-4bfb-b5a6-276b0f666df5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:17:24.767 +05:30 6f421fe0-3671-4bfb-b5a6-276b0f666df5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0c0d02af-82f5-4c2b-b3bd-9bfc423f39c6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 153} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"}]"} 2024-09-07 12:17:24.767 +05:30 6f421fe0-3671-4bfb-b5a6-276b0f666df5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - 200 153 application/json; charset=utf-8 14.7756ms 2024-09-07 12:17:27.825 +05:30 da3e5215-705e-4b94-a5ef-a2fee099e3e2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 12:17:27.825 +05:30 da3e5215-705e-4b94-a5ef-a2fee099e3e2 INF CORS policy execution successful. 2024-09-07 12:17:27.826 +05:30 da3e5215-705e-4b94-a5ef-a2fee099e3e2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 0.6351ms 2024-09-07 12:17:27.876 +05:30 824542e0-9509-4e42-937f-c9479d079904 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 1831 2024-09-07 12:17:27.877 +05:30 824542e0-9509-4e42-937f-c9479d079904 INF CORS policy execution successful. 2024-09-07 12:17:27.878 +05:30 824542e0-9509-4e42-937f-c9479d079904 INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Content-Length: 1831}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":117,"tagId":20,"name":"layout22","condition":"","availInMobileApp":false,"languageId":1,"language_Name":"English","summaryViewFields":[{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":194,"caption":"bGroup","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false,"field_Name":"bGroup","Language":"English","FieldType":"Text Box"},{"field":195,"field_Name":"iParent","caption":"iParent","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":196,"field_Name":"iStatus","caption":"iStatus","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":198,"field_Name":"dCreatedOn","caption":"dCreatedOn","alignment":1,"width":80,"order":5,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":6,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":193,"field_Name":"sCode","caption":"Code","alignment":1,"width":80,"order":7,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false}]} 2024-09-07 12:17:27.879 +05:30 c01606a9-4bba-4a13-a2f9-736609d09887 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:17:27.879 +05:30 c01606a9-4bba-4a13-a2f9-736609d09887 INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:27.944 +05:30 c01606a9-4bba-4a13-a2f9-736609d09887 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:27.945 +05:30 c01606a9-4bba-4a13-a2f9-736609d09887 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 66.6975ms 2024-09-07 12:17:27.946 +05:30 c01606a9-4bba-4a13-a2f9-736609d09887 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:17:27.946 +05:30 c01606a9-4bba-4a13-a2f9-736609d09887 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 824542e0-9509-4e42-937f-c9479d079904}, {Location: http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 99} Body: {"status":"Success","statusCode":2001,"message":"SummaryView Updated Successfully.","result":"117"} 2024-09-07 12:17:27.946 +05:30 c01606a9-4bba-4a13-a2f9-736609d09887 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 201 99 application/json; charset=utf-8 70.36ms 2024-09-07 12:17:28.182 +05:30 e9d13bf5-78eb-4c7e-b17b-f664cafba4b4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:17:28.182 +05:30 e9d13bf5-78eb-4c7e-b17b-f664cafba4b4 INF CORS policy execution successful. 2024-09-07 12:17:28.182 +05:30 e9d13bf5-78eb-4c7e-b17b-f664cafba4b4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5429ms 2024-09-07 12:17:28.238 +05:30 f5bc22d8-b7f9-4f4f-86ea-59783d79234c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:17:28.239 +05:30 f5bc22d8-b7f9-4f4f-86ea-59783d79234c INF CORS policy execution successful. 2024-09-07 12:17:28.239 +05:30 f5bc22d8-b7f9-4f4f-86ea-59783d79234c INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:28.239 +05:30 59e066ee-1a22-4c5a-af35-a4193eeac38c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:17:28.239 +05:30 59e066ee-1a22-4c5a-af35-a4193eeac38c INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:28.250 +05:30 59e066ee-1a22-4c5a-af35-a4193eeac38c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:28.250 +05:30 59e066ee-1a22-4c5a-af35-a4193eeac38c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 10.5468ms 2024-09-07 12:17:28.250 +05:30 59e066ee-1a22-4c5a-af35-a4193eeac38c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:17:28.250 +05:30 59e066ee-1a22-4c5a-af35-a4193eeac38c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f5bc22d8-b7f9-4f4f-86ea-59783d79234c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:17:28.251 +05:30 59e066ee-1a22-4c5a-af35-a4193eeac38c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 12.801ms 2024-09-07 12:17:28.759 +05:30 c42a7e70-4591-4a9b-8ffc-d16d3db3d196 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:17:28.759 +05:30 c42a7e70-4591-4a9b-8ffc-d16d3db3d196 INF CORS policy execution successful. 2024-09-07 12:17:28.759 +05:30 c42a7e70-4591-4a9b-8ffc-d16d3db3d196 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.56ms 2024-09-07 12:17:28.810 +05:30 a4759fb7-5ece-4dde-b102-0faee3eec709 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:17:28.811 +05:30 a4759fb7-5ece-4dde-b102-0faee3eec709 INF CORS policy execution successful. 2024-09-07 12:17:28.811 +05:30 a4759fb7-5ece-4dde-b102-0faee3eec709 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:17:28.811 +05:30 b8532504-294a-444c-9ddd-8236f31a320d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:17:28.811 +05:30 b8532504-294a-444c-9ddd-8236f31a320d INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:17:28.815 +05:30 b8532504-294a-444c-9ddd-8236f31a320d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:17:28.815 +05:30 b8532504-294a-444c-9ddd-8236f31a320d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.7161ms 2024-09-07 12:17:28.815 +05:30 b8532504-294a-444c-9ddd-8236f31a320d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:17:28.815 +05:30 b8532504-294a-444c-9ddd-8236f31a320d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a4759fb7-5ece-4dde-b102-0faee3eec709}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:17:28.816 +05:30 b8532504-294a-444c-9ddd-8236f31a320d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 5.4745ms 2024-09-07 12:18:11.704 +05:30 256eb400-ecc1-4901-8b9a-d87b674895fb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:18:11.707 +05:30 256eb400-ecc1-4901-8b9a-d87b674895fb INF CORS policy execution successful. 2024-09-07 12:18:11.709 +05:30 256eb400-ecc1-4901-8b9a-d87b674895fb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 4.8047ms 2024-09-07 12:18:11.710 +05:30 58428f99-a587-4a5b-aa8b-bc06abc8f7ba INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:18:11.710 +05:30 58428f99-a587-4a5b-aa8b-bc06abc8f7ba INF CORS policy execution successful. 2024-09-07 12:18:11.711 +05:30 58428f99-a587-4a5b-aa8b-bc06abc8f7ba INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4662ms 2024-09-07 12:18:11.757 +05:30 62bb4f6d-53a4-41d7-8eab-a87f051f89cf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:18:11.759 +05:30 62bb4f6d-53a4-41d7-8eab-a87f051f89cf INF CORS policy execution successful. 2024-09-07 12:18:11.760 +05:30 62bb4f6d-53a4-41d7-8eab-a87f051f89cf INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:18:11.762 +05:30 3226a8fc-4220-4b35-a532-f44eee043726 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:18:11.763 +05:30 3226a8fc-4220-4b35-a532-f44eee043726 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:18:11.790 +05:30 3226a8fc-4220-4b35-a532-f44eee043726 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:18:11.790 +05:30 3226a8fc-4220-4b35-a532-f44eee043726 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 25.9893ms 2024-09-07 12:18:11.790 +05:30 3226a8fc-4220-4b35-a532-f44eee043726 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:18:11.790 +05:30 3226a8fc-4220-4b35-a532-f44eee043726 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 62bb4f6d-53a4-41d7-8eab-a87f051f89cf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:18:11.791 +05:30 3226a8fc-4220-4b35-a532-f44eee043726 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 33.8882ms 2024-09-07 12:18:11.839 +05:30 c38e1ccf-3c2d-45fd-b8cf-06b30730de6a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:18:11.840 +05:30 c38e1ccf-3c2d-45fd-b8cf-06b30730de6a INF CORS policy execution successful. 2024-09-07 12:18:11.841 +05:30 c38e1ccf-3c2d-45fd-b8cf-06b30730de6a INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:18:11.841 +05:30 b65b077b-9945-4177-8cca-0834dfc42aea INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:18:11.842 +05:30 b65b077b-9945-4177-8cca-0834dfc42aea INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:18:11.857 +05:30 b65b077b-9945-4177-8cca-0834dfc42aea INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:18:11.858 +05:30 b65b077b-9945-4177-8cca-0834dfc42aea INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 15.9046ms 2024-09-07 12:18:11.858 +05:30 b65b077b-9945-4177-8cca-0834dfc42aea INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:18:11.858 +05:30 b65b077b-9945-4177-8cca-0834dfc42aea INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c38e1ccf-3c2d-45fd-b8cf-06b30730de6a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:18:11.858 +05:30 b65b077b-9945-4177-8cca-0834dfc42aea INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 18.8178ms 2024-09-07 12:20:49.434 +05:30 54acf42e-5bf7-4a3c-880b-b33ae11830f9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:20:49.436 +05:30 54acf42e-5bf7-4a3c-880b-b33ae11830f9 INF CORS policy execution successful. 2024-09-07 12:20:49.436 +05:30 54acf42e-5bf7-4a3c-880b-b33ae11830f9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.6712ms 2024-09-07 12:20:49.519 +05:30 d218c98d-a9b2-4ebe-927e-efb8b8b409ae INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:20:49.521 +05:30 d218c98d-a9b2-4ebe-927e-efb8b8b409ae INF CORS policy execution successful. 2024-09-07 12:20:49.523 +05:30 d218c98d-a9b2-4ebe-927e-efb8b8b409ae INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:49.525 +05:30 dd7fbc79-2663-4965-ade3-d8b6b56373e7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:20:49.525 +05:30 dd7fbc79-2663-4965-ade3-d8b6b56373e7 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:20:49.555 +05:30 dd7fbc79-2663-4965-ade3-d8b6b56373e7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:49.556 +05:30 dd7fbc79-2663-4965-ade3-d8b6b56373e7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 30.3445ms 2024-09-07 12:20:49.556 +05:30 dd7fbc79-2663-4965-ade3-d8b6b56373e7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:20:49.556 +05:30 dd7fbc79-2663-4965-ade3-d8b6b56373e7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d218c98d-a9b2-4ebe-927e-efb8b8b409ae}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:20:49.557 +05:30 dd7fbc79-2663-4965-ade3-d8b6b56373e7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 37.6873ms 2024-09-07 12:20:49.850 +05:30 45db96da-7f70-446c-9950-a93fc14b8223 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:20:49.850 +05:30 45db96da-7f70-446c-9950-a93fc14b8223 INF CORS policy execution successful. 2024-09-07 12:20:49.850 +05:30 45db96da-7f70-446c-9950-a93fc14b8223 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4547ms 2024-09-07 12:20:49.941 +05:30 fcb80a37-582a-4f8e-8a2c-7e3fe2656c03 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:20:49.941 +05:30 fcb80a37-582a-4f8e-8a2c-7e3fe2656c03 INF CORS policy execution successful. 2024-09-07 12:20:49.941 +05:30 fcb80a37-582a-4f8e-8a2c-7e3fe2656c03 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:49.942 +05:30 45518ffc-6d49-47cd-a5dc-58858fa5ffec INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:20:49.942 +05:30 45518ffc-6d49-47cd-a5dc-58858fa5ffec INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:20:49.945 +05:30 45518ffc-6d49-47cd-a5dc-58858fa5ffec INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:49.945 +05:30 45518ffc-6d49-47cd-a5dc-58858fa5ffec INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.3725ms 2024-09-07 12:20:49.945 +05:30 45518ffc-6d49-47cd-a5dc-58858fa5ffec INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:20:49.945 +05:30 45518ffc-6d49-47cd-a5dc-58858fa5ffec INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fcb80a37-582a-4f8e-8a2c-7e3fe2656c03}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:20:49.946 +05:30 45518ffc-6d49-47cd-a5dc-58858fa5ffec INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 4.9365ms 2024-09-07 12:20:52.523 +05:30 46d0e3f1-d7b3-4e3b-a5b0-65976387d8cc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:20:52.523 +05:30 46d0e3f1-d7b3-4e3b-a5b0-65976387d8cc INF CORS policy execution successful. 2024-09-07 12:20:52.523 +05:30 46d0e3f1-d7b3-4e3b-a5b0-65976387d8cc INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:52.524 +05:30 45b998aa-10f0-420a-be8d-1c3cbba14a21 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:20:52.524 +05:30 45b998aa-10f0-420a-be8d-1c3cbba14a21 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:20:52.535 +05:30 45b998aa-10f0-420a-be8d-1c3cbba14a21 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:52.535 +05:30 45b998aa-10f0-420a-be8d-1c3cbba14a21 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.2323ms 2024-09-07 12:20:52.535 +05:30 45b998aa-10f0-420a-be8d-1c3cbba14a21 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:20:52.535 +05:30 45b998aa-10f0-420a-be8d-1c3cbba14a21 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 46d0e3f1-d7b3-4e3b-a5b0-65976387d8cc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:20:52.536 +05:30 45b998aa-10f0-420a-be8d-1c3cbba14a21 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 13.0541ms 2024-09-07 12:20:54.527 +05:30 162f3cb8-1eae-406c-9762-2b5398aa4bfe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - null null 2024-09-07 12:20:54.528 +05:30 162f3cb8-1eae-406c-9762-2b5398aa4bfe INF CORS policy execution successful. 2024-09-07 12:20:54.528 +05:30 162f3cb8-1eae-406c-9762-2b5398aa4bfe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - 204 null null 0.6007ms 2024-09-07 12:20:54.597 +05:30 d7562473-f920-4a1e-a898-790e37eea7e5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - null null 2024-09-07 12:20:54.598 +05:30 d7562473-f920-4a1e-a898-790e37eea7e5 INF CORS policy execution successful. 2024-09-07 12:20:54.598 +05:30 d7562473-f920-4a1e-a898-790e37eea7e5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout24&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:54.598 +05:30 2e617e59-ef50-4fa4-a2b0-589fb88dab5b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:20:54.598 +05:30 2e617e59-ef50-4fa4-a2b0-589fb88dab5b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:20:54.615 +05:30 2e617e59-ef50-4fa4-a2b0-589fb88dab5b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:54.615 +05:30 2e617e59-ef50-4fa4-a2b0-589fb88dab5b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 16.8357ms 2024-09-07 12:20:54.615 +05:30 2e617e59-ef50-4fa4-a2b0-589fb88dab5b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:20:54.615 +05:30 2e617e59-ef50-4fa4-a2b0-589fb88dab5b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d7562473-f920-4a1e-a898-790e37eea7e5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":119,\"Name\":\"layout24\"}]"} 2024-09-07 12:20:54.616 +05:30 2e617e59-ef50-4fa4-a2b0-589fb88dab5b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout24&tagId=20 - 200 132 application/json; charset=utf-8 18.8202ms 2024-09-07 12:20:56.499 +05:30 160e25a3-39f0-4acb-adb1-4e67c769b66f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:20:56.500 +05:30 160e25a3-39f0-4acb-adb1-4e67c769b66f INF CORS policy execution successful. 2024-09-07 12:20:56.500 +05:30 160e25a3-39f0-4acb-adb1-4e67c769b66f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 204 null null 0.6411ms 2024-09-07 12:20:56.509 +05:30 4e565234-49df-42b2-b95d-ac6a8b68c1fe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:20:56.510 +05:30 4e565234-49df-42b2-b95d-ac6a8b68c1fe INF CORS policy execution successful. 2024-09-07 12:20:56.510 +05:30 4e565234-49df-42b2-b95d-ac6a8b68c1fe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 204 null null 0.5636ms 2024-09-07 12:20:56.583 +05:30 794ff94a-7c17-42e7-853f-48425a5f0dd4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:20:56.584 +05:30 794ff94a-7c17-42e7-853f-48425a5f0dd4 INF CORS policy execution successful. 2024-09-07 12:20:56.585 +05:30 794ff94a-7c17-42e7-853f-48425a5f0dd4 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=119 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:56.585 +05:30 46932382-8c1b-4b71-ab03-88b2a521024b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:20:56.585 +05:30 46932382-8c1b-4b71-ab03-88b2a521024b INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:20:56.636 +05:30 46932382-8c1b-4b71-ab03-88b2a521024b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:56.636 +05:30 46932382-8c1b-4b71-ab03-88b2a521024b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 50.7438ms 2024-09-07 12:20:56.636 +05:30 46932382-8c1b-4b71-ab03-88b2a521024b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:20:56.636 +05:30 46932382-8c1b-4b71-ab03-88b2a521024b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 794ff94a-7c17-42e7-853f-48425a5f0dd4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 3199} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":119,\"Name\":\"layout24\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":119,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":8,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\",\"Alignment\":1,\"Width\":80,\"Order\":9,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":332,\"FieldName\":\"iBE\",\"Caption\":\"BE\",\"Alignment\":1,\"Width\":80,\"Order\":10,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:20:56.637 +05:30 46932382-8c1b-4b71-ab03-88b2a521024b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 200 3199 application/json; charset=utf-8 53.882ms 2024-09-07 12:20:56.708 +05:30 330ba759-09a3-4557-8268-d7c3c58f4bb4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - null null 2024-09-07 12:20:56.708 +05:30 330ba759-09a3-4557-8268-d7c3c58f4bb4 INF CORS policy execution successful. 2024-09-07 12:20:56.708 +05:30 330ba759-09a3-4557-8268-d7c3c58f4bb4 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=119 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:56.708 +05:30 ad755c0d-a402-482e-af33-b23eb55c154d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:20:56.709 +05:30 ad755c0d-a402-482e-af33-b23eb55c154d INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:20:56.730 +05:30 ad755c0d-a402-482e-af33-b23eb55c154d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:56.730 +05:30 ad755c0d-a402-482e-af33-b23eb55c154d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 21.5169ms 2024-09-07 12:20:56.730 +05:30 ad755c0d-a402-482e-af33-b23eb55c154d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:20:56.730 +05:30 ad755c0d-a402-482e-af33-b23eb55c154d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 330ba759-09a3-4557-8268-d7c3c58f4bb4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 3199} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":119,\"Name\":\"layout24\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":119,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"Code\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"iParent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":198,\"FieldName\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\",\"Alignment\":1,\"Width\":80,\"Order\":8,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\",\"Alignment\":1,\"Width\":80,\"Order\":9,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":119,\"Field\":332,\"FieldName\":\"iBE\",\"Caption\":\"BE\",\"Alignment\":1,\"Width\":80,\"Order\":10,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:20:56.731 +05:30 ad755c0d-a402-482e-af33-b23eb55c154d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=119 - 200 3199 application/json; charset=utf-8 23.1553ms 2024-09-07 12:20:56.806 +05:30 1d9df254-f06d-4b32-8e98-ba7777d3d42c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:20:56.806 +05:30 1d9df254-f06d-4b32-8e98-ba7777d3d42c INF CORS policy execution successful. 2024-09-07 12:20:56.807 +05:30 1d9df254-f06d-4b32-8e98-ba7777d3d42c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5732ms 2024-09-07 12:20:56.813 +05:30 0737496b-7438-4739-92b1-f1bedbd78872 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:20:56.813 +05:30 0737496b-7438-4739-92b1-f1bedbd78872 INF CORS policy execution successful. 2024-09-07 12:20:56.814 +05:30 0737496b-7438-4739-92b1-f1bedbd78872 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5086ms 2024-09-07 12:20:56.880 +05:30 7cc32466-47f1-46a3-a09c-9353330c5ca5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:20:56.881 +05:30 7cc32466-47f1-46a3-a09c-9353330c5ca5 INF CORS policy execution successful. 2024-09-07 12:20:56.881 +05:30 7cc32466-47f1-46a3-a09c-9353330c5ca5 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:56.881 +05:30 ea72c720-0b8c-4a17-a4ef-6f7386e570a2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:20:56.881 +05:30 ea72c720-0b8c-4a17-a4ef-6f7386e570a2 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:20:56.893 +05:30 ea72c720-0b8c-4a17-a4ef-6f7386e570a2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:56.893 +05:30 ea72c720-0b8c-4a17-a4ef-6f7386e570a2 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.5358ms 2024-09-07 12:20:56.893 +05:30 ea72c720-0b8c-4a17-a4ef-6f7386e570a2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:20:56.893 +05:30 ea72c720-0b8c-4a17-a4ef-6f7386e570a2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7cc32466-47f1-46a3-a09c-9353330c5ca5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:20:56.893 +05:30 ea72c720-0b8c-4a17-a4ef-6f7386e570a2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 13.1633ms 2024-09-07 12:20:56.951 +05:30 a8f4ca14-92cf-476e-ba13-9903421a8e04 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:20:56.951 +05:30 a8f4ca14-92cf-476e-ba13-9903421a8e04 INF CORS policy execution successful. 2024-09-07 12:20:56.951 +05:30 a8f4ca14-92cf-476e-ba13-9903421a8e04 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.5438ms 2024-09-07 12:20:56.981 +05:30 88f58f3d-1b70-488d-b055-bf55eed57c38 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:20:56.982 +05:30 88f58f3d-1b70-488d-b055-bf55eed57c38 INF CORS policy execution successful. 2024-09-07 12:20:56.982 +05:30 88f58f3d-1b70-488d-b055-bf55eed57c38 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:56.982 +05:30 4d5a3082-ea79-4efe-930c-1a0ba6a77cd0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:20:56.982 +05:30 4d5a3082-ea79-4efe-930c-1a0ba6a77cd0 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:20:56.994 +05:30 4d5a3082-ea79-4efe-930c-1a0ba6a77cd0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:56.994 +05:30 4d5a3082-ea79-4efe-930c-1a0ba6a77cd0 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 12.2353ms 2024-09-07 12:20:56.994 +05:30 4d5a3082-ea79-4efe-930c-1a0ba6a77cd0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:20:56.995 +05:30 4d5a3082-ea79-4efe-930c-1a0ba6a77cd0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 88f58f3d-1b70-488d-b055-bf55eed57c38}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:20:56.995 +05:30 4d5a3082-ea79-4efe-930c-1a0ba6a77cd0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 13.67ms 2024-09-07 12:20:57.066 +05:30 4e1691dd-2590-4400-ad92-ed442d44c82e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:20:57.066 +05:30 4e1691dd-2590-4400-ad92-ed442d44c82e INF CORS policy execution successful. 2024-09-07 12:20:57.067 +05:30 4e1691dd-2590-4400-ad92-ed442d44c82e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:57.067 +05:30 85458086-96aa-4ee3-ac28-aef86642d604 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:20:57.067 +05:30 85458086-96aa-4ee3-ac28-aef86642d604 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:20:57.101 +05:30 85458086-96aa-4ee3-ac28-aef86642d604 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:57.102 +05:30 85458086-96aa-4ee3-ac28-aef86642d604 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 34.6658ms 2024-09-07 12:20:57.102 +05:30 85458086-96aa-4ee3-ac28-aef86642d604 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:20:57.102 +05:30 85458086-96aa-4ee3-ac28-aef86642d604 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4e1691dd-2590-4400-ad92-ed442d44c82e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:20:57.102 +05:30 85458086-96aa-4ee3-ac28-aef86642d604 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 36.3455ms 2024-09-07 12:20:57.326 +05:30 e0b1820c-8eed-4f59-8ed4-2906cc16a45f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:20:57.326 +05:30 e0b1820c-8eed-4f59-8ed4-2906cc16a45f INF CORS policy execution successful. 2024-09-07 12:20:57.326 +05:30 e0b1820c-8eed-4f59-8ed4-2906cc16a45f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5716ms 2024-09-07 12:20:57.431 +05:30 6b804b32-2e51-4326-9142-016ee7da2f5d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:20:57.432 +05:30 6b804b32-2e51-4326-9142-016ee7da2f5d INF CORS policy execution successful. 2024-09-07 12:20:57.432 +05:30 6b804b32-2e51-4326-9142-016ee7da2f5d INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:20:57.432 +05:30 9d8e6236-0843-4c59-831e-692c1eda378d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:20:57.433 +05:30 9d8e6236-0843-4c59-831e-692c1eda378d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:20:57.583 +05:30 9d8e6236-0843-4c59-831e-692c1eda378d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:20:57.583 +05:30 9d8e6236-0843-4c59-831e-692c1eda378d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 150.0691ms 2024-09-07 12:20:57.583 +05:30 9d8e6236-0843-4c59-831e-692c1eda378d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:20:57.583 +05:30 9d8e6236-0843-4c59-831e-692c1eda378d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6b804b32-2e51-4326-9142-016ee7da2f5d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:20:57.585 +05:30 9d8e6236-0843-4c59-831e-692c1eda378d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 153.4531ms 2024-09-07 12:20:59.893 +05:30 587e7578-1676-4216-8411-aa17e09eb3cd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - null null 2024-09-07 12:20:59.893 +05:30 587e7578-1676-4216-8411-aa17e09eb3cd INF CORS policy execution successful. 2024-09-07 12:20:59.893 +05:30 587e7578-1676-4216-8411-aa17e09eb3cd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - 204 null null 0.8ms 2024-09-07 12:20:59.984 +05:30 291620b8-e5ee-4a34-a0d0-df709d0a0cc2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - null null 2024-09-07 12:20:59.985 +05:30 291620b8-e5ee-4a34-a0d0-df709d0a0cc2 INF CORS policy execution successful. 2024-09-07 12:21:00.033 +05:30 291620b8-e5ee-4a34-a0d0-df709d0a0cc2 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iBE Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:21:00.033 +05:30 25405836-bf7b-42e6-8149-d36ac53ea493 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:21:00.034 +05:30 25405836-bf7b-42e6-8149-d36ac53ea493 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:21:00.055 +05:30 25405836-bf7b-42e6-8149-d36ac53ea493 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:21:00.056 +05:30 25405836-bf7b-42e6-8149-d36ac53ea493 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 22.223ms 2024-09-07 12:21:00.056 +05:30 25405836-bf7b-42e6-8149-d36ac53ea493 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:21:00.056 +05:30 25405836-bf7b-42e6-8149-d36ac53ea493 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 291620b8-e5ee-4a34-a0d0-df709d0a0cc2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 12:21:00.057 +05:30 25405836-bf7b-42e6-8149-d36ac53ea493 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iBE - 200 146 application/json; charset=utf-8 72.9301ms 2024-09-07 12:21:05.231 +05:30 3f81d666-644f-435a-bb88-604ca292de06 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 12:21:05.231 +05:30 3f81d666-644f-435a-bb88-604ca292de06 INF CORS policy execution successful. 2024-09-07 12:21:05.232 +05:30 3f81d666-644f-435a-bb88-604ca292de06 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 204 null null 1.1195ms 2024-09-07 12:21:05.358 +05:30 1b4d7525-0d86-4415-beb6-48cfdfbc5210 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 12:21:05.359 +05:30 1b4d7525-0d86-4415-beb6-48cfdfbc5210 INF CORS policy execution successful. 2024-09-07 12:21:05.359 +05:30 1b4d7525-0d86-4415-beb6-48cfdfbc5210 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iId Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:21:05.360 +05:30 fe2818c3-cd84-4bf8-aed3-558471820d23 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:21:05.360 +05:30 fe2818c3-cd84-4bf8-aed3-558471820d23 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:21:05.385 +05:30 fe2818c3-cd84-4bf8-aed3-558471820d23 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:21:05.386 +05:30 fe2818c3-cd84-4bf8-aed3-558471820d23 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 25.403ms 2024-09-07 12:21:05.386 +05:30 fe2818c3-cd84-4bf8-aed3-558471820d23 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:21:05.386 +05:30 fe2818c3-cd84-4bf8-aed3-558471820d23 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1b4d7525-0d86-4415-beb6-48cfdfbc5210}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 12:21:05.386 +05:30 fe2818c3-cd84-4bf8-aed3-558471820d23 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 200 147 application/json; charset=utf-8 28.5601ms 2024-09-07 12:21:13.347 +05:30 4f55738b-c4ef-4114-8308-4f1be882fe30 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:21:13.348 +05:30 4f55738b-c4ef-4114-8308-4f1be882fe30 INF CORS policy execution successful. 2024-09-07 12:21:13.348 +05:30 4f55738b-c4ef-4114-8308-4f1be882fe30 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.9998ms 2024-09-07 12:21:13.489 +05:30 52692a87-8467-4a7b-8ae9-0cd328701442 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:21:13.490 +05:30 52692a87-8467-4a7b-8ae9-0cd328701442 INF CORS policy execution successful. 2024-09-07 12:21:13.490 +05:30 52692a87-8467-4a7b-8ae9-0cd328701442 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:21:13.490 +05:30 43724c46-281a-4f60-b526-7d4f7510ab3b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:21:13.490 +05:30 43724c46-281a-4f60-b526-7d4f7510ab3b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:21:13.501 +05:30 43724c46-281a-4f60-b526-7d4f7510ab3b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:21:13.501 +05:30 43724c46-281a-4f60-b526-7d4f7510ab3b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 10.237ms 2024-09-07 12:21:13.501 +05:30 43724c46-281a-4f60-b526-7d4f7510ab3b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:21:13.501 +05:30 43724c46-281a-4f60-b526-7d4f7510ab3b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 52692a87-8467-4a7b-8ae9-0cd328701442}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:21:13.501 +05:30 43724c46-281a-4f60-b526-7d4f7510ab3b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 12.2112ms 2024-09-07 12:21:13.652 +05:30 f141cc95-cfbb-4def-a884-4d53272f2639 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:21:13.652 +05:30 f141cc95-cfbb-4def-a884-4d53272f2639 INF CORS policy execution successful. 2024-09-07 12:21:13.652 +05:30 f141cc95-cfbb-4def-a884-4d53272f2639 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.7747ms 2024-09-07 12:21:13.760 +05:30 7d1153cc-fa7c-4e19-86f4-50afe59dd3cc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:21:13.761 +05:30 7d1153cc-fa7c-4e19-86f4-50afe59dd3cc INF CORS policy execution successful. 2024-09-07 12:21:13.761 +05:30 7d1153cc-fa7c-4e19-86f4-50afe59dd3cc INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:21:13.761 +05:30 e208a156-a526-4d93-8b8a-e2bcfaa636c6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:21:13.761 +05:30 e208a156-a526-4d93-8b8a-e2bcfaa636c6 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:21:13.764 +05:30 e208a156-a526-4d93-8b8a-e2bcfaa636c6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:21:13.765 +05:30 e208a156-a526-4d93-8b8a-e2bcfaa636c6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.1933ms 2024-09-07 12:21:13.765 +05:30 e208a156-a526-4d93-8b8a-e2bcfaa636c6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:21:13.765 +05:30 e208a156-a526-4d93-8b8a-e2bcfaa636c6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7d1153cc-fa7c-4e19-86f4-50afe59dd3cc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:21:13.765 +05:30 e208a156-a526-4d93-8b8a-e2bcfaa636c6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 4.9144ms 2024-09-07 12:21:35.264 +05:30 87e9f79a-2184-4843-bbd5-cf45a5d0c0e5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:21:35.264 +05:30 87e9f79a-2184-4843-bbd5-cf45a5d0c0e5 INF CORS policy execution successful. 2024-09-07 12:21:35.265 +05:30 87e9f79a-2184-4843-bbd5-cf45a5d0c0e5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.2421ms 2024-09-07 12:21:35.273 +05:30 8443bf20-9ca3-4be9-8c42-ee5722fa0ba4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:21:35.274 +05:30 8443bf20-9ca3-4be9-8c42-ee5722fa0ba4 INF CORS policy execution successful. 2024-09-07 12:21:35.274 +05:30 8443bf20-9ca3-4be9-8c42-ee5722fa0ba4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4592ms 2024-09-07 12:21:35.382 +05:30 e9849f84-9458-4e25-b047-a31a9cdef376 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:21:35.383 +05:30 e9849f84-9458-4e25-b047-a31a9cdef376 INF CORS policy execution successful. 2024-09-07 12:21:35.383 +05:30 e9849f84-9458-4e25-b047-a31a9cdef376 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:21:35.383 +05:30 17d6386b-531e-4d96-88d4-76070123f72c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:21:35.384 +05:30 17d6386b-531e-4d96-88d4-76070123f72c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:21:35.403 +05:30 17d6386b-531e-4d96-88d4-76070123f72c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:21:35.403 +05:30 17d6386b-531e-4d96-88d4-76070123f72c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 19.7032ms 2024-09-07 12:21:35.403 +05:30 17d6386b-531e-4d96-88d4-76070123f72c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:21:35.404 +05:30 17d6386b-531e-4d96-88d4-76070123f72c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e9849f84-9458-4e25-b047-a31a9cdef376}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:21:35.404 +05:30 17d6386b-531e-4d96-88d4-76070123f72c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 22.021ms 2024-09-07 12:21:35.476 +05:30 f0076189-68ff-46d6-a1f6-7885ca312205 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:21:35.477 +05:30 f0076189-68ff-46d6-a1f6-7885ca312205 INF CORS policy execution successful. 2024-09-07 12:21:35.477 +05:30 f0076189-68ff-46d6-a1f6-7885ca312205 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:21:35.477 +05:30 a5d3e309-0325-4fc7-94c4-0b8f21e2542d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:21:35.477 +05:30 a5d3e309-0325-4fc7-94c4-0b8f21e2542d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:21:35.487 +05:30 a5d3e309-0325-4fc7-94c4-0b8f21e2542d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:21:35.487 +05:30 a5d3e309-0325-4fc7-94c4-0b8f21e2542d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.0086ms 2024-09-07 12:21:35.487 +05:30 a5d3e309-0325-4fc7-94c4-0b8f21e2542d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:21:35.487 +05:30 a5d3e309-0325-4fc7-94c4-0b8f21e2542d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f0076189-68ff-46d6-a1f6-7885ca312205}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:21:35.488 +05:30 a5d3e309-0325-4fc7-94c4-0b8f21e2542d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.7131ms 2024-09-07 12:30:38.596 +05:30 82f117d5-b12f-44ff-9b1e-d9758ca3f801 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:30:38.600 +05:30 db2286cd-c536-44cd-8644-526f60fc003f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:30:38.601 +05:30 db2286cd-c536-44cd-8644-526f60fc003f INF CORS policy execution successful. 2024-09-07 12:30:38.601 +05:30 82f117d5-b12f-44ff-9b1e-d9758ca3f801 INF CORS policy execution successful. 2024-09-07 12:30:38.603 +05:30 db2286cd-c536-44cd-8644-526f60fc003f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 2.2833ms 2024-09-07 12:30:38.603 +05:30 82f117d5-b12f-44ff-9b1e-d9758ca3f801 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 6.9711ms 2024-09-07 12:30:38.646 +05:30 0f2c5ccc-ed4e-420e-838b-817f40d58f58 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:30:38.650 +05:30 0f2c5ccc-ed4e-420e-838b-817f40d58f58 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:56:40 AM', Current time (UTC): '9/7/2024 7:00:38 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:30:38.653 +05:30 0f2c5ccc-ed4e-420e-838b-817f40d58f58 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:56:40 AM', Current time (UTC): '9/7/2024 7:00:38 AM'. 2024-09-07 12:30:38.653 +05:30 0f2c5ccc-ed4e-420e-838b-817f40d58f58 INF CORS policy execution successful. 2024-09-07 12:30:38.654 +05:30 0f2c5ccc-ed4e-420e-838b-817f40d58f58 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:30:38.655 +05:30 e8f0f0e8-c35b-497a-8fb7-6e4ac936846d INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:30:38.656 +05:30 e8f0f0e8-c35b-497a-8fb7-6e4ac936846d INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:30:38.656 +05:30 e8f0f0e8-c35b-497a-8fb7-6e4ac936846d INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 0f2c5ccc-ed4e-420e-838b-817f40d58f58}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:56:40'"} Body: 2024-09-07 12:30:38.657 +05:30 e8f0f0e8-c35b-497a-8fb7-6e4ac936846d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 401 null null 10.6143ms 2024-09-07 12:30:38.717 +05:30 7743f4d1-f263-460b-b2fe-b1546932c7d1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:30:38.718 +05:30 7743f4d1-f263-460b-b2fe-b1546932c7d1 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:56:40 AM', Current time (UTC): '9/7/2024 7:00:38 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:30:38.718 +05:30 7743f4d1-f263-460b-b2fe-b1546932c7d1 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 6:56:40 AM', Current time (UTC): '9/7/2024 7:00:38 AM'. 2024-09-07 12:30:38.719 +05:30 7743f4d1-f263-460b-b2fe-b1546932c7d1 INF CORS policy execution successful. 2024-09-07 12:30:38.719 +05:30 7743f4d1-f263-460b-b2fe-b1546932c7d1 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTE2MDAsImV4cCI6MTcyNTY5MjIwMCwiaWF0IjoxNzI1NjkxNjAwfQ.zxjNWWeFt4-15Ai57L3MpQM21sjasuPNxumuVppRQOA}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:30:38.719 +05:30 bde9069e-474b-4f08-8108-c1afe910a509 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:30:38.719 +05:30 bde9069e-474b-4f08-8108-c1afe910a509 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:30:38.719 +05:30 bde9069e-474b-4f08-8108-c1afe910a509 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 7743f4d1-f263-460b-b2fe-b1546932c7d1}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 06:56:40'"} Body: 2024-09-07 12:30:38.719 +05:30 bde9069e-474b-4f08-8108-c1afe910a509 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 401 null null 2.2035ms 2024-09-07 12:30:41.310 +05:30 8762a284-1800-4c47-a29e-8619d7ff45c5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:30:41.310 +05:30 8762a284-1800-4c47-a29e-8619d7ff45c5 INF CORS policy execution successful. 2024-09-07 12:30:41.310 +05:30 8762a284-1800-4c47-a29e-8619d7ff45c5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4792ms 2024-09-07 12:30:41.315 +05:30 7286b543-5bbe-4fa7-a82a-2982a6700ff9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:30:41.315 +05:30 7286b543-5bbe-4fa7-a82a-2982a6700ff9 INF CORS policy execution successful. 2024-09-07 12:30:41.315 +05:30 7286b543-5bbe-4fa7-a82a-2982a6700ff9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.5582ms 2024-09-07 12:30:41.351 +05:30 0fcd76e6-07e5-4194-8261-0ba42864f296 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:30:41.352 +05:30 0fcd76e6-07e5-4194-8261-0ba42864f296 INF CORS policy execution successful. 2024-09-07 12:30:41.352 +05:30 0fcd76e6-07e5-4194-8261-0ba42864f296 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5641ms 2024-09-07 12:30:41.352 +05:30 af30e271-7c17-4d70-8231-61682dfad894 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:30:41.352 +05:30 af30e271-7c17-4d70-8231-61682dfad894 INF CORS policy execution successful. 2024-09-07 12:30:41.353 +05:30 af30e271-7c17-4d70-8231-61682dfad894 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.358ms 2024-09-07 12:30:41.364 +05:30 8f452f02-8d08-405e-b548-efbf28951b64 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:30:41.364 +05:30 8f452f02-8d08-405e-b548-efbf28951b64 INF CORS policy execution successful. 2024-09-07 12:30:41.364 +05:30 8f452f02-8d08-405e-b548-efbf28951b64 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4179ms 2024-09-07 12:30:41.366 +05:30 f7284c14-e774-41e5-b18a-053b0060daf7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:30:41.366 +05:30 f7284c14-e774-41e5-b18a-053b0060daf7 INF CORS policy execution successful. 2024-09-07 12:30:41.367 +05:30 f7284c14-e774-41e5-b18a-053b0060daf7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.3477ms 2024-09-07 12:30:41.370 +05:30 3b612e61-d53f-4928-b5a0-92db74e59c2c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:30:41.371 +05:30 3b612e61-d53f-4928-b5a0-92db74e59c2c INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. ---> Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. at Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.ReadToken(ReadOnlyMemory`1 encodedTokenMemory) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadToken(String token, TokenValidationParameters validationParameters) --- End of inner exception stack trace --- 2024-09-07 12:30:41.372 +05:30 3b612e61-d53f-4928-b5a0-92db74e59c2c INF Bearer was not authenticated. Failure message: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. 2024-09-07 12:30:41.372 +05:30 3b612e61-d53f-4928-b5a0-92db74e59c2c INF CORS policy execution successful. 2024-09-07 12:30:41.372 +05:30 3b612e61-d53f-4928-b5a0-92db74e59c2c INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer null}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:30:41.372 +05:30 70ea9514-19c2-48c1-bd5d-9a8c9e473829 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:30:41.373 +05:30 70ea9514-19c2-48c1-bd5d-9a8c9e473829 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:30:41.373 +05:30 70ea9514-19c2-48c1-bd5d-9a8c9e473829 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 3b612e61-d53f-4928-b5a0-92db74e59c2c}, {WWW-Authenticate: Bearer error="invalid_token"} Body: 2024-09-07 12:30:41.373 +05:30 70ea9514-19c2-48c1-bd5d-9a8c9e473829 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 401 null null 3.0792ms 2024-09-07 12:30:41.390 +05:30 3e4eccca-da4a-42a9-9672-5f6aed243c98 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:30:41.391 +05:30 3e4eccca-da4a-42a9-9672-5f6aed243c98 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. ---> Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. at Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.ReadToken(ReadOnlyMemory`1 encodedTokenMemory) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadToken(String token, TokenValidationParameters validationParameters) --- End of inner exception stack trace --- 2024-09-07 12:30:41.391 +05:30 3e4eccca-da4a-42a9-9672-5f6aed243c98 INF Bearer was not authenticated. Failure message: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. 2024-09-07 12:30:41.391 +05:30 3e4eccca-da4a-42a9-9672-5f6aed243c98 INF CORS policy execution successful. 2024-09-07 12:30:41.391 +05:30 3e4eccca-da4a-42a9-9672-5f6aed243c98 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer null}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:30:41.392 +05:30 5cc3a929-5ba4-4fd0-8409-85b49561fd5d INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:30:41.392 +05:30 5cc3a929-5ba4-4fd0-8409-85b49561fd5d INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:30:41.392 +05:30 5cc3a929-5ba4-4fd0-8409-85b49561fd5d INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 3e4eccca-da4a-42a9-9672-5f6aed243c98}, {WWW-Authenticate: Bearer error="invalid_token"} Body: 2024-09-07 12:30:41.392 +05:30 89a34824-9500-4757-bf0c-83b4ca89b8ba INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:30:41.393 +05:30 5cc3a929-5ba4-4fd0-8409-85b49561fd5d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 401 null null 2.301ms 2024-09-07 12:30:41.393 +05:30 89a34824-9500-4757-bf0c-83b4ca89b8ba INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. ---> Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. at Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.ReadToken(ReadOnlyMemory`1 encodedTokenMemory) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadToken(String token, TokenValidationParameters validationParameters) --- End of inner exception stack trace --- 2024-09-07 12:30:41.393 +05:30 89a34824-9500-4757-bf0c-83b4ca89b8ba INF Bearer was not authenticated. Failure message: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. 2024-09-07 12:30:41.393 +05:30 89a34824-9500-4757-bf0c-83b4ca89b8ba INF CORS policy execution successful. 2024-09-07 12:30:41.393 +05:30 89a34824-9500-4757-bf0c-83b4ca89b8ba INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer null}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:30:41.394 +05:30 f605f5c7-fa62-4c05-ad8d-7f8339304897 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:30:41.394 +05:30 f605f5c7-fa62-4c05-ad8d-7f8339304897 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:30:41.394 +05:30 f605f5c7-fa62-4c05-ad8d-7f8339304897 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 89a34824-9500-4757-bf0c-83b4ca89b8ba}, {WWW-Authenticate: Bearer error="invalid_token"} Body: 2024-09-07 12:30:41.394 +05:30 f605f5c7-fa62-4c05-ad8d-7f8339304897 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 401 null null 1.6883ms 2024-09-07 12:30:41.423 +05:30 3595b182-193e-4de3-8f4a-c97dd36d90ab INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:30:41.423 +05:30 3595b182-193e-4de3-8f4a-c97dd36d90ab INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. ---> Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. at Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.ReadToken(ReadOnlyMemory`1 encodedTokenMemory) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadToken(String token, TokenValidationParameters validationParameters) --- End of inner exception stack trace --- 2024-09-07 12:30:41.423 +05:30 3595b182-193e-4de3-8f4a-c97dd36d90ab INF Bearer was not authenticated. Failure message: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. 2024-09-07 12:30:41.423 +05:30 3595b182-193e-4de3-8f4a-c97dd36d90ab INF CORS policy execution successful. 2024-09-07 12:30:41.424 +05:30 3595b182-193e-4de3-8f4a-c97dd36d90ab INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer null}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:30:41.424 +05:30 0d59845c-0745-42e5-b824-592524639f42 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:30:41.424 +05:30 0d59845c-0745-42e5-b824-592524639f42 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:30:41.424 +05:30 0d59845c-0745-42e5-b824-592524639f42 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 3595b182-193e-4de3-8f4a-c97dd36d90ab}, {WWW-Authenticate: Bearer error="invalid_token"} Body: 2024-09-07 12:30:41.424 +05:30 0d59845c-0745-42e5-b824-592524639f42 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 401 null null 1.9184ms 2024-09-07 12:30:41.446 +05:30 cf05f4ea-41ed-427a-90d9-4eb2e6e52f19 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:30:41.447 +05:30 cf05f4ea-41ed-427a-90d9-4eb2e6e52f19 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. ---> Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. at Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.ReadToken(ReadOnlyMemory`1 encodedTokenMemory) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadToken(String token, TokenValidationParameters validationParameters) --- End of inner exception stack trace --- 2024-09-07 12:30:41.447 +05:30 cf05f4ea-41ed-427a-90d9-4eb2e6e52f19 INF Bearer was not authenticated. Failure message: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. 2024-09-07 12:30:41.447 +05:30 cf05f4ea-41ed-427a-90d9-4eb2e6e52f19 INF CORS policy execution successful. 2024-09-07 12:30:41.447 +05:30 cf05f4ea-41ed-427a-90d9-4eb2e6e52f19 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer null}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:30:41.448 +05:30 e9404479-4377-4a87-926d-76d2a7bde1c4 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:30:41.448 +05:30 e9404479-4377-4a87-926d-76d2a7bde1c4 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:30:41.448 +05:30 e9404479-4377-4a87-926d-76d2a7bde1c4 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: cf05f4ea-41ed-427a-90d9-4eb2e6e52f19}, {WWW-Authenticate: Bearer error="invalid_token"} Body: 2024-09-07 12:30:41.448 +05:30 e9404479-4377-4a87-926d-76d2a7bde1c4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 499 null null 1.4411ms 2024-09-07 12:31:06.767 +05:30 b3300a97-b507-446e-8530-87155c5c431b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:31:06.767 +05:30 b3300a97-b507-446e-8530-87155c5c431b INF CORS policy execution successful. 2024-09-07 12:31:06.767 +05:30 b3300a97-b507-446e-8530-87155c5c431b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.6429ms 2024-09-07 12:31:06.825 +05:30 6cb0db47-d399-47d7-aa54-1c8639714057 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:31:06.826 +05:30 6cb0db47-d399-47d7-aa54-1c8639714057 INF CORS policy execution successful. 2024-09-07 12:31:06.827 +05:30 6cb0db47-d399-47d7-aa54-1c8639714057 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:06.827 +05:30 55576bb3-bbd7-4d17-b7e2-b03de1804c79 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:31:06.828 +05:30 55576bb3-bbd7-4d17-b7e2-b03de1804c79 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:31:06.848 +05:30 55576bb3-bbd7-4d17-b7e2-b03de1804c79 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:06.849 +05:30 55576bb3-bbd7-4d17-b7e2-b03de1804c79 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 20.6066ms 2024-09-07 12:31:06.849 +05:30 55576bb3-bbd7-4d17-b7e2-b03de1804c79 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:31:06.849 +05:30 55576bb3-bbd7-4d17-b7e2-b03de1804c79 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6cb0db47-d399-47d7-aa54-1c8639714057}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:31:06.849 +05:30 55576bb3-bbd7-4d17-b7e2-b03de1804c79 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 23.873ms 2024-09-07 12:31:06.922 +05:30 097effac-7cdb-4b0c-813d-b578a0c27e25 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 12:31:06.922 +05:30 097effac-7cdb-4b0c-813d-b578a0c27e25 INF CORS policy execution successful. 2024-09-07 12:31:06.922 +05:30 097effac-7cdb-4b0c-813d-b578a0c27e25 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 0.4447ms 2024-09-07 12:31:06.923 +05:30 12384c0d-6a23-46f8-9628-1b272f02d46c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 12:31:06.923 +05:30 12384c0d-6a23-46f8-9628-1b272f02d46c INF CORS policy execution successful. 2024-09-07 12:31:06.923 +05:30 12384c0d-6a23-46f8-9628-1b272f02d46c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 0.2995ms 2024-09-07 12:31:06.924 +05:30 b09eb49f-21b8-416d-9d07-1f1548fdc581 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 12:31:06.924 +05:30 b09eb49f-21b8-416d-9d07-1f1548fdc581 INF CORS policy execution successful. 2024-09-07 12:31:06.924 +05:30 b09eb49f-21b8-416d-9d07-1f1548fdc581 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 0.2423ms 2024-09-07 12:31:06.968 +05:30 71ed8484-8eba-4bf9-bf8f-ac24f3fa8c01 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 12:31:06.968 +05:30 71ed8484-8eba-4bf9-bf8f-ac24f3fa8c01 INF CORS policy execution successful. 2024-09-07 12:31:06.968 +05:30 71ed8484-8eba-4bf9-bf8f-ac24f3fa8c01 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:06.968 +05:30 abdc5057-c593-4985-b535-f061a2afb53d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 12:31:06.969 +05:30 abdc5057-c593-4985-b535-f061a2afb53d INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:31:06.972 +05:30 2d65df84-3c26-4a07-97ce-ebea4a8fadd7 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 12:31:06.973 +05:30 2d65df84-3c26-4a07-97ce-ebea4a8fadd7 INF CORS policy execution successful. 2024-09-07 12:31:06.973 +05:30 2d65df84-3c26-4a07-97ce-ebea4a8fadd7 INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:06.973 +05:30 033801fc-caf2-4282-a608-6290b6887fae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 12:31:06.973 +05:30 033801fc-caf2-4282-a608-6290b6887fae INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:31:06.975 +05:30 b137d594-9559-42f1-b650-ebe027762b94 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 12:31:06.975 +05:30 b137d594-9559-42f1-b650-ebe027762b94 INF CORS policy execution successful. 2024-09-07 12:31:06.975 +05:30 b137d594-9559-42f1-b650-ebe027762b94 INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:06.976 +05:30 a0e94a5c-ad9d-4813-a723-5d22e5141ffb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 12:31:06.976 +05:30 a0e94a5c-ad9d-4813-a723-5d22e5141ffb INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:31:06.982 +05:30 abdc5057-c593-4985-b535-f061a2afb53d INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:06.984 +05:30 abdc5057-c593-4985-b535-f061a2afb53d INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 15.2235ms 2024-09-07 12:31:06.984 +05:30 abdc5057-c593-4985-b535-f061a2afb53d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 12:31:06.984 +05:30 abdc5057-c593-4985-b535-f061a2afb53d INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 71ed8484-8eba-4bf9-bf8f-ac24f3fa8c01}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 12:31:06.984 +05:30 abdc5057-c593-4985-b535-f061a2afb53d INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 16.8998ms 2024-09-07 12:31:06.997 +05:30 033801fc-caf2-4282-a608-6290b6887fae INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:06.998 +05:30 033801fc-caf2-4282-a608-6290b6887fae INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 24.6653ms 2024-09-07 12:31:06.998 +05:30 033801fc-caf2-4282-a608-6290b6887fae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 12:31:06.998 +05:30 033801fc-caf2-4282-a608-6290b6887fae INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 2d65df84-3c26-4a07-97ce-ebea4a8fadd7}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 12:31:06.998 +05:30 033801fc-caf2-4282-a608-6290b6887fae INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 25.9233ms 2024-09-07 12:31:07.001 +05:30 a0e94a5c-ad9d-4813-a723-5d22e5141ffb INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:07.001 +05:30 a0e94a5c-ad9d-4813-a723-5d22e5141ffb INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 25.3789ms 2024-09-07 12:31:07.001 +05:30 a0e94a5c-ad9d-4813-a723-5d22e5141ffb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.001 +05:30 a0e94a5c-ad9d-4813-a723-5d22e5141ffb INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: b137d594-9559-42f1-b650-ebe027762b94}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 12:31:07.002 +05:30 a0e94a5c-ad9d-4813-a723-5d22e5141ffb INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 26.7239ms 2024-09-07 12:31:07.031 +05:30 efad35d8-8a9e-40df-bc11-6b5f25baf5aa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:31:07.031 +05:30 efad35d8-8a9e-40df-bc11-6b5f25baf5aa INF CORS policy execution successful. 2024-09-07 12:31:07.031 +05:30 efad35d8-8a9e-40df-bc11-6b5f25baf5aa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.4003ms 2024-09-07 12:31:07.049 +05:30 40f9e0e2-8cee-4eab-b0a1-86ab05ec6773 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:31:07.049 +05:30 40f9e0e2-8cee-4eab-b0a1-86ab05ec6773 INF CORS policy execution successful. 2024-09-07 12:31:07.049 +05:30 40f9e0e2-8cee-4eab-b0a1-86ab05ec6773 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4223ms 2024-09-07 12:31:07.050 +05:30 b5082718-e7b5-40e5-9f8b-14df3fa68213 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:31:07.050 +05:30 b5082718-e7b5-40e5-9f8b-14df3fa68213 INF CORS policy execution successful. 2024-09-07 12:31:07.050 +05:30 b5082718-e7b5-40e5-9f8b-14df3fa68213 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.3383ms 2024-09-07 12:31:07.056 +05:30 54c848fd-9835-4113-968f-091249584398 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:31:07.057 +05:30 54c848fd-9835-4113-968f-091249584398 INF CORS policy execution successful. 2024-09-07 12:31:07.057 +05:30 54c848fd-9835-4113-968f-091249584398 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.3644ms 2024-09-07 12:31:07.078 +05:30 21de9a69-55d5-4583-b0ee-2d8539fdc998 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:31:07.079 +05:30 21de9a69-55d5-4583-b0ee-2d8539fdc998 INF CORS policy execution successful. 2024-09-07 12:31:07.079 +05:30 21de9a69-55d5-4583-b0ee-2d8539fdc998 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:07.079 +05:30 5af1452d-a9b2-4803-9ed5-91e9fee4bbf9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.080 +05:30 5af1452d-a9b2-4803-9ed5-91e9fee4bbf9 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 12:31:07.106 +05:30 5af1452d-a9b2-4803-9ed5-91e9fee4bbf9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:07.107 +05:30 5af1452d-a9b2-4803-9ed5-91e9fee4bbf9 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 27.3847ms 2024-09-07 12:31:07.107 +05:30 5af1452d-a9b2-4803-9ed5-91e9fee4bbf9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.108 +05:30 5af1452d-a9b2-4803-9ed5-91e9fee4bbf9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 21de9a69-55d5-4583-b0ee-2d8539fdc998}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 12:31:07.108 +05:30 5af1452d-a9b2-4803-9ed5-91e9fee4bbf9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 29.8109ms 2024-09-07 12:31:07.121 +05:30 104b7722-ec49-4ad6-8e94-e7ced6e6ed62 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:31:07.121 +05:30 104b7722-ec49-4ad6-8e94-e7ced6e6ed62 INF CORS policy execution successful. 2024-09-07 12:31:07.121 +05:30 104b7722-ec49-4ad6-8e94-e7ced6e6ed62 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:07.122 +05:30 1a6667a4-52bb-476c-aa35-9230ef5c7f67 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.122 +05:30 1a6667a4-52bb-476c-aa35-9230ef5c7f67 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:31:07.134 +05:30 1a6667a4-52bb-476c-aa35-9230ef5c7f67 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:07.134 +05:30 1a6667a4-52bb-476c-aa35-9230ef5c7f67 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.9274ms 2024-09-07 12:31:07.134 +05:30 1a6667a4-52bb-476c-aa35-9230ef5c7f67 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.134 +05:30 1a6667a4-52bb-476c-aa35-9230ef5c7f67 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 104b7722-ec49-4ad6-8e94-e7ced6e6ed62}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:31:07.134 +05:30 1a6667a4-52bb-476c-aa35-9230ef5c7f67 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 13.4123ms 2024-09-07 12:31:07.166 +05:30 2c16ab69-9f86-43fa-9e5e-230ccdb83a3c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:31:07.166 +05:30 2c16ab69-9f86-43fa-9e5e-230ccdb83a3c INF CORS policy execution successful. 2024-09-07 12:31:07.166 +05:30 2c16ab69-9f86-43fa-9e5e-230ccdb83a3c INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:07.166 +05:30 73366335-e2c5-4642-a9a7-622cd09e3295 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.167 +05:30 73366335-e2c5-4642-a9a7-622cd09e3295 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 12:31:07.171 +05:30 73366335-e2c5-4642-a9a7-622cd09e3295 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:07.172 +05:30 73366335-e2c5-4642-a9a7-622cd09e3295 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 5.2579ms 2024-09-07 12:31:07.172 +05:30 73366335-e2c5-4642-a9a7-622cd09e3295 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.173 +05:30 73366335-e2c5-4642-a9a7-622cd09e3295 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2c16ab69-9f86-43fa-9e5e-230ccdb83a3c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 12:31:07.173 +05:30 73366335-e2c5-4642-a9a7-622cd09e3295 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 7.7656ms 2024-09-07 12:31:07.182 +05:30 031ad68c-8e56-420d-89b8-a37e4d82650b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:31:07.182 +05:30 031ad68c-8e56-420d-89b8-a37e4d82650b INF CORS policy execution successful. 2024-09-07 12:31:07.182 +05:30 031ad68c-8e56-420d-89b8-a37e4d82650b INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:07.182 +05:30 8332a682-8c00-45f3-ad37-da01d52d8e10 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.182 +05:30 8332a682-8c00-45f3-ad37-da01d52d8e10 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:31:07.184 +05:30 8332a682-8c00-45f3-ad37-da01d52d8e10 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:07.184 +05:30 8332a682-8c00-45f3-ad37-da01d52d8e10 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 1.9697ms 2024-09-07 12:31:07.184 +05:30 8332a682-8c00-45f3-ad37-da01d52d8e10 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:07.185 +05:30 8332a682-8c00-45f3-ad37-da01d52d8e10 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 031ad68c-8e56-420d-89b8-a37e4d82650b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:31:07.185 +05:30 8332a682-8c00-45f3-ad37-da01d52d8e10 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 3.22ms 2024-09-07 12:31:11.091 +05:30 18505d14-f720-4336-b44b-b75004641394 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:31:11.091 +05:30 18505d14-f720-4336-b44b-b75004641394 INF CORS policy execution successful. 2024-09-07 12:31:11.091 +05:30 18505d14-f720-4336-b44b-b75004641394 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.454ms 2024-09-07 12:31:11.107 +05:30 4563768c-d012-4893-bcbd-a8c5d10024c3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:31:11.108 +05:30 4563768c-d012-4893-bcbd-a8c5d10024c3 INF CORS policy execution successful. 2024-09-07 12:31:11.108 +05:30 4563768c-d012-4893-bcbd-a8c5d10024c3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5866ms 2024-09-07 12:31:11.125 +05:30 17ecde61-2eb6-454d-ae43-4172f8c6e742 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:31:11.126 +05:30 17ecde61-2eb6-454d-ae43-4172f8c6e742 INF CORS policy execution successful. 2024-09-07 12:31:11.126 +05:30 17ecde61-2eb6-454d-ae43-4172f8c6e742 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.4263ms 2024-09-07 12:31:11.172 +05:30 244bb01f-cd1c-4941-8ece-e5f892e2ed44 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:31:11.173 +05:30 244bb01f-cd1c-4941-8ece-e5f892e2ed44 INF CORS policy execution successful. 2024-09-07 12:31:11.173 +05:30 244bb01f-cd1c-4941-8ece-e5f892e2ed44 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:11.173 +05:30 77776380-567a-47af-820f-6a0822fe18d3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.173 +05:30 77776380-567a-47af-820f-6a0822fe18d3 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:11.183 +05:30 77776380-567a-47af-820f-6a0822fe18d3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:11.184 +05:30 77776380-567a-47af-820f-6a0822fe18d3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 10.5414ms 2024-09-07 12:31:11.184 +05:30 77776380-567a-47af-820f-6a0822fe18d3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.184 +05:30 77776380-567a-47af-820f-6a0822fe18d3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 244bb01f-cd1c-4941-8ece-e5f892e2ed44}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:31:11.184 +05:30 77776380-567a-47af-820f-6a0822fe18d3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 12.4727ms 2024-09-07 12:31:11.188 +05:30 0464e592-f5b5-4f35-98cd-5173e4d59c18 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:31:11.189 +05:30 0464e592-f5b5-4f35-98cd-5173e4d59c18 INF CORS policy execution successful. 2024-09-07 12:31:11.189 +05:30 0464e592-f5b5-4f35-98cd-5173e4d59c18 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:11.189 +05:30 f55d5c87-a003-4c9e-a29e-703d5972a52d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.189 +05:30 f55d5c87-a003-4c9e-a29e-703d5972a52d INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 12:31:11.245 +05:30 6253adc3-a15d-40f9-92e8-9a7264daffdd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:31:11.245 +05:30 6253adc3-a15d-40f9-92e8-9a7264daffdd INF CORS policy execution successful. 2024-09-07 12:31:11.245 +05:30 6253adc3-a15d-40f9-92e8-9a7264daffdd INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:11.245 +05:30 0347c57f-e1b5-4c72-bd58-e39d6ecc4577 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.245 +05:30 0347c57f-e1b5-4c72-bd58-e39d6ecc4577 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:11.252 +05:30 0347c57f-e1b5-4c72-bd58-e39d6ecc4577 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:11.253 +05:30 0347c57f-e1b5-4c72-bd58-e39d6ecc4577 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 7.1515ms 2024-09-07 12:31:11.253 +05:30 0347c57f-e1b5-4c72-bd58-e39d6ecc4577 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.253 +05:30 0347c57f-e1b5-4c72-bd58-e39d6ecc4577 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6253adc3-a15d-40f9-92e8-9a7264daffdd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:31:11.253 +05:30 0347c57f-e1b5-4c72-bd58-e39d6ecc4577 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 8.7942ms 2024-09-07 12:31:11.304 +05:30 f55d5c87-a003-4c9e-a29e-703d5972a52d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:11.304 +05:30 f55d5c87-a003-4c9e-a29e-703d5972a52d INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 115.1372ms 2024-09-07 12:31:11.305 +05:30 f55d5c87-a003-4c9e-a29e-703d5972a52d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.305 +05:30 f55d5c87-a003-4c9e-a29e-703d5972a52d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0464e592-f5b5-4f35-98cd-5173e4d59c18}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 12:31:11.306 +05:30 f55d5c87-a003-4c9e-a29e-703d5972a52d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 117.542ms 2024-09-07 12:31:11.411 +05:30 bb07455a-815f-4e9f-b648-3a2321173fe3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:31:11.411 +05:30 bb07455a-815f-4e9f-b648-3a2321173fe3 INF CORS policy execution successful. 2024-09-07 12:31:11.411 +05:30 bb07455a-815f-4e9f-b648-3a2321173fe3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5303ms 2024-09-07 12:31:11.476 +05:30 7f170f8a-c4fb-45a9-9bea-d985140e4269 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:31:11.476 +05:30 7f170f8a-c4fb-45a9-9bea-d985140e4269 INF CORS policy execution successful. 2024-09-07 12:31:11.477 +05:30 7f170f8a-c4fb-45a9-9bea-d985140e4269 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:11.477 +05:30 e138e25b-e843-481c-9275-ef27a873d082 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.477 +05:30 e138e25b-e843-481c-9275-ef27a873d082 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:11.482 +05:30 e138e25b-e843-481c-9275-ef27a873d082 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:11.483 +05:30 e138e25b-e843-481c-9275-ef27a873d082 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 5.4305ms 2024-09-07 12:31:11.483 +05:30 e138e25b-e843-481c-9275-ef27a873d082 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.483 +05:30 e138e25b-e843-481c-9275-ef27a873d082 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7f170f8a-c4fb-45a9-9bea-d985140e4269}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:31:11.483 +05:30 e138e25b-e843-481c-9275-ef27a873d082 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 7.6525ms 2024-09-07 12:31:11.880 +05:30 ee4e2cdc-4de3-4766-ba7a-7a6939a55209 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:31:11.880 +05:30 ee4e2cdc-4de3-4766-ba7a-7a6939a55209 INF CORS policy execution successful. 2024-09-07 12:31:11.880 +05:30 ee4e2cdc-4de3-4766-ba7a-7a6939a55209 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.5546ms 2024-09-07 12:31:11.942 +05:30 71238bb0-be89-429d-b62b-da134b681fc5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:31:11.942 +05:30 71238bb0-be89-429d-b62b-da134b681fc5 INF CORS policy execution successful. 2024-09-07 12:31:11.943 +05:30 71238bb0-be89-429d-b62b-da134b681fc5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:11.943 +05:30 f7d71d07-38c2-4b90-a152-0b4d06056ee4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.943 +05:30 f7d71d07-38c2-4b90-a152-0b4d06056ee4 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:11.946 +05:30 f7d71d07-38c2-4b90-a152-0b4d06056ee4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:11.946 +05:30 f7d71d07-38c2-4b90-a152-0b4d06056ee4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.6834ms 2024-09-07 12:31:11.947 +05:30 f7d71d07-38c2-4b90-a152-0b4d06056ee4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:31:11.947 +05:30 f7d71d07-38c2-4b90-a152-0b4d06056ee4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 71238bb0-be89-429d-b62b-da134b681fc5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 12:31:11.947 +05:30 f7d71d07-38c2-4b90-a152-0b4d06056ee4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 5.4127ms 2024-09-07 12:31:16.965 +05:30 e6ae776e-d907-4626-b89f-76c043679cb6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:31:16.965 +05:30 e6ae776e-d907-4626-b89f-76c043679cb6 INF CORS policy execution successful. 2024-09-07 12:31:16.965 +05:30 e6ae776e-d907-4626-b89f-76c043679cb6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6769ms 2024-09-07 12:31:16.966 +05:30 589e16b3-4fda-44ec-b884-cf932ca59fa2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:31:16.967 +05:30 589e16b3-4fda-44ec-b884-cf932ca59fa2 INF CORS policy execution successful. 2024-09-07 12:31:16.967 +05:30 589e16b3-4fda-44ec-b884-cf932ca59fa2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.3421ms 2024-09-07 12:31:17.014 +05:30 0f267b22-eefe-4cca-9643-80a8e8c40dcb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:31:17.014 +05:30 0f267b22-eefe-4cca-9643-80a8e8c40dcb INF CORS policy execution successful. 2024-09-07 12:31:17.015 +05:30 0f267b22-eefe-4cca-9643-80a8e8c40dcb INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:17.015 +05:30 a335fe17-bdb9-4fff-8fd2-5573396ef06d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:17.015 +05:30 a335fe17-bdb9-4fff-8fd2-5573396ef06d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:31:17.018 +05:30 a335fe17-bdb9-4fff-8fd2-5573396ef06d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:17.018 +05:30 a335fe17-bdb9-4fff-8fd2-5573396ef06d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.1323ms 2024-09-07 12:31:17.018 +05:30 a335fe17-bdb9-4fff-8fd2-5573396ef06d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:17.018 +05:30 a335fe17-bdb9-4fff-8fd2-5573396ef06d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0f267b22-eefe-4cca-9643-80a8e8c40dcb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:31:17.019 +05:30 a335fe17-bdb9-4fff-8fd2-5573396ef06d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.8797ms 2024-09-07 12:31:17.069 +05:30 c26f3150-abb2-4452-a798-1bc3437bf175 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:31:17.069 +05:30 c26f3150-abb2-4452-a798-1bc3437bf175 INF CORS policy execution successful. 2024-09-07 12:31:17.069 +05:30 c26f3150-abb2-4452-a798-1bc3437bf175 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:17.070 +05:30 82c86bd1-32d6-47af-a313-0dce42ce3149 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:17.070 +05:30 82c86bd1-32d6-47af-a313-0dce42ce3149 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:31:17.071 +05:30 82c86bd1-32d6-47af-a313-0dce42ce3149 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:17.072 +05:30 82c86bd1-32d6-47af-a313-0dce42ce3149 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 1.9107ms 2024-09-07 12:31:17.072 +05:30 82c86bd1-32d6-47af-a313-0dce42ce3149 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:17.072 +05:30 82c86bd1-32d6-47af-a313-0dce42ce3149 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c26f3150-abb2-4452-a798-1bc3437bf175}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:31:17.072 +05:30 82c86bd1-32d6-47af-a313-0dce42ce3149 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.1394ms 2024-09-07 12:31:29.154 +05:30 e14caf00-829d-49bd-9de8-4617110adc69 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:31:29.155 +05:30 e14caf00-829d-49bd-9de8-4617110adc69 INF CORS policy execution successful. 2024-09-07 12:31:29.155 +05:30 e14caf00-829d-49bd-9de8-4617110adc69 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.363ms 2024-09-07 12:31:29.201 +05:30 c5e9b463-f834-40c3-a372-2be0317a3d2b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:31:29.202 +05:30 c5e9b463-f834-40c3-a372-2be0317a3d2b INF CORS policy execution successful. 2024-09-07 12:31:29.203 +05:30 c5e9b463-f834-40c3-a372-2be0317a3d2b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:29.203 +05:30 7c4df85b-79e4-4a45-9d5b-ed8c713356bf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:31:29.203 +05:30 7c4df85b-79e4-4a45-9d5b-ed8c713356bf INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:29.230 +05:30 7c4df85b-79e4-4a45-9d5b-ed8c713356bf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:29.231 +05:30 7c4df85b-79e4-4a45-9d5b-ed8c713356bf INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 27.6711ms 2024-09-07 12:31:29.231 +05:30 7c4df85b-79e4-4a45-9d5b-ed8c713356bf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:31:29.232 +05:30 7c4df85b-79e4-4a45-9d5b-ed8c713356bf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c5e9b463-f834-40c3-a372-2be0317a3d2b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:31:29.232 +05:30 7c4df85b-79e4-4a45-9d5b-ed8c713356bf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 31.0386ms 2024-09-07 12:31:29.362 +05:30 ed3e667a-a240-4013-baa2-66a11fe24d0a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:31:29.362 +05:30 ed3e667a-a240-4013-baa2-66a11fe24d0a INF CORS policy execution successful. 2024-09-07 12:31:29.362 +05:30 ed3e667a-a240-4013-baa2-66a11fe24d0a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.4696ms 2024-09-07 12:31:29.409 +05:30 19900fff-692d-4ed1-87fd-d2617da37478 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:31:29.409 +05:30 19900fff-692d-4ed1-87fd-d2617da37478 INF CORS policy execution successful. 2024-09-07 12:31:29.410 +05:30 19900fff-692d-4ed1-87fd-d2617da37478 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:29.410 +05:30 fdf043cd-7f1e-4f53-891e-6bd1817c1fef INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:29.410 +05:30 fdf043cd-7f1e-4f53-891e-6bd1817c1fef INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:31:29.413 +05:30 fdf043cd-7f1e-4f53-891e-6bd1817c1fef INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:29.413 +05:30 fdf043cd-7f1e-4f53-891e-6bd1817c1fef INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.2736ms 2024-09-07 12:31:29.413 +05:30 fdf043cd-7f1e-4f53-891e-6bd1817c1fef INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:31:29.413 +05:30 fdf043cd-7f1e-4f53-891e-6bd1817c1fef INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 19900fff-692d-4ed1-87fd-d2617da37478}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:31:29.414 +05:30 fdf043cd-7f1e-4f53-891e-6bd1817c1fef INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 4.8385ms 2024-09-07 12:31:31.990 +05:30 48da132e-32a0-4686-bec9-9bf4456e9c8b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:31:31.990 +05:30 48da132e-32a0-4686-bec9-9bf4456e9c8b INF CORS policy execution successful. 2024-09-07 12:31:31.991 +05:30 48da132e-32a0-4686-bec9-9bf4456e9c8b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.9084ms 2024-09-07 12:31:31.993 +05:30 14efad65-6bc3-438f-87ae-880353d3023e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:31:31.993 +05:30 14efad65-6bc3-438f-87ae-880353d3023e INF CORS policy execution successful. 2024-09-07 12:31:31.994 +05:30 14efad65-6bc3-438f-87ae-880353d3023e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.4956ms 2024-09-07 12:31:32.035 +05:30 9f596b76-36d6-4b57-8031-29175fc1afdb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:31:32.036 +05:30 9f596b76-36d6-4b57-8031-29175fc1afdb INF CORS policy execution successful. 2024-09-07 12:31:32.036 +05:30 9f596b76-36d6-4b57-8031-29175fc1afdb INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:32.036 +05:30 b76b2264-002f-49b1-8971-14c65318fb6b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:31:32.036 +05:30 b76b2264-002f-49b1-8971-14c65318fb6b INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:32.040 +05:30 eff0d38e-b36e-4c43-befd-e4c8441e7ac5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:31:32.040 +05:30 eff0d38e-b36e-4c43-befd-e4c8441e7ac5 INF CORS policy execution successful. 2024-09-07 12:31:32.040 +05:30 eff0d38e-b36e-4c43-befd-e4c8441e7ac5 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:32.040 +05:30 7b4b74aa-38cd-4b7f-8840-4b65524ee7b5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:31:32.040 +05:30 7b4b74aa-38cd-4b7f-8840-4b65524ee7b5 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:32.061 +05:30 7b4b74aa-38cd-4b7f-8840-4b65524ee7b5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:32.061 +05:30 b76b2264-002f-49b1-8971-14c65318fb6b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:32.061 +05:30 b76b2264-002f-49b1-8971-14c65318fb6b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 24.5526ms 2024-09-07 12:31:32.061 +05:30 7b4b74aa-38cd-4b7f-8840-4b65524ee7b5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 20.1912ms 2024-09-07 12:31:32.061 +05:30 b76b2264-002f-49b1-8971-14c65318fb6b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:31:32.061 +05:30 7b4b74aa-38cd-4b7f-8840-4b65524ee7b5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:31:32.061 +05:30 b76b2264-002f-49b1-8971-14c65318fb6b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9f596b76-36d6-4b57-8031-29175fc1afdb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:31:32.061 +05:30 7b4b74aa-38cd-4b7f-8840-4b65524ee7b5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: eff0d38e-b36e-4c43-befd-e4c8441e7ac5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:31:32.061 +05:30 b76b2264-002f-49b1-8971-14c65318fb6b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 26.1715ms 2024-09-07 12:31:32.061 +05:30 7b4b74aa-38cd-4b7f-8840-4b65524ee7b5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 21.6693ms 2024-09-07 12:31:33.699 +05:30 3dfbc68f-b76d-4276-9873-84079ab252b7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 12:31:33.699 +05:30 3dfbc68f-b76d-4276-9873-84079ab252b7 INF CORS policy execution successful. 2024-09-07 12:31:33.699 +05:30 3dfbc68f-b76d-4276-9873-84079ab252b7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 204 null null 0.7915ms 2024-09-07 12:31:33.756 +05:30 afd9e56f-672c-4666-8e95-22df8909d69c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 12:31:33.757 +05:30 afd9e56f-672c-4666-8e95-22df8909d69c INF CORS policy execution successful. 2024-09-07 12:31:33.757 +05:30 afd9e56f-672c-4666-8e95-22df8909d69c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iId Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:33.757 +05:30 2ab40517-dab1-46ff-925d-149d7f41d776 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:31:33.757 +05:30 2ab40517-dab1-46ff-925d-149d7f41d776 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:33.761 +05:30 2ab40517-dab1-46ff-925d-149d7f41d776 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:33.762 +05:30 2ab40517-dab1-46ff-925d-149d7f41d776 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.3987ms 2024-09-07 12:31:33.762 +05:30 2ab40517-dab1-46ff-925d-149d7f41d776 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:31:33.762 +05:30 2ab40517-dab1-46ff-925d-149d7f41d776 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: afd9e56f-672c-4666-8e95-22df8909d69c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 12:31:33.762 +05:30 2ab40517-dab1-46ff-925d-149d7f41d776 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 200 147 application/json; charset=utf-8 6.4901ms 2024-09-07 12:31:34.540 +05:30 4a9683cf-be8d-4424-a7d6-110b704849a2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:31:34.540 +05:30 4a9683cf-be8d-4424-a7d6-110b704849a2 INF CORS policy execution successful. 2024-09-07 12:31:34.540 +05:30 4a9683cf-be8d-4424-a7d6-110b704849a2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 0.688ms 2024-09-07 12:31:34.601 +05:30 047f9bd0-3d9b-4cda-9f6b-3f5d8436cf76 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:31:34.602 +05:30 047f9bd0-3d9b-4cda-9f6b-3f5d8436cf76 INF CORS policy execution successful. 2024-09-07 12:31:34.602 +05:30 047f9bd0-3d9b-4cda-9f6b-3f5d8436cf76 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:34.603 +05:30 a8eda2db-cfa4-417a-9869-fe01c7736128 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:31:34.603 +05:30 a8eda2db-cfa4-417a-9869-fe01c7736128 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:34.608 +05:30 a8eda2db-cfa4-417a-9869-fe01c7736128 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:34.609 +05:30 a8eda2db-cfa4-417a-9869-fe01c7736128 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 5.1002ms 2024-09-07 12:31:34.609 +05:30 a8eda2db-cfa4-417a-9869-fe01c7736128 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:31:34.609 +05:30 a8eda2db-cfa4-417a-9869-fe01c7736128 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 047f9bd0-3d9b-4cda-9f6b-3f5d8436cf76}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:31:34.609 +05:30 a8eda2db-cfa4-417a-9869-fe01c7736128 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 8.0177ms 2024-09-07 12:31:42.607 +05:30 ba948c7f-e69a-42f5-a2e9-a61a918bae9a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:31:42.607 +05:30 ba948c7f-e69a-42f5-a2e9-a61a918bae9a INF CORS policy execution successful. 2024-09-07 12:31:42.607 +05:30 ba948c7f-e69a-42f5-a2e9-a61a918bae9a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.8181ms 2024-09-07 12:31:42.650 +05:30 6b4f1c7f-a72c-43aa-8ef7-7dbf0c52ca75 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:31:42.651 +05:30 6b4f1c7f-a72c-43aa-8ef7-7dbf0c52ca75 INF CORS policy execution successful. 2024-09-07 12:31:42.651 +05:30 6b4f1c7f-a72c-43aa-8ef7-7dbf0c52ca75 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:31:42.652 +05:30 480258d5-1816-4985-b163-b51318a751a8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:31:42.652 +05:30 480258d5-1816-4985-b163-b51318a751a8 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:31:42.658 +05:30 480258d5-1816-4985-b163-b51318a751a8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:31:42.658 +05:30 480258d5-1816-4985-b163-b51318a751a8 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.046ms 2024-09-07 12:31:42.658 +05:30 480258d5-1816-4985-b163-b51318a751a8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:31:42.658 +05:30 480258d5-1816-4985-b163-b51318a751a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6b4f1c7f-a72c-43aa-8ef7-7dbf0c52ca75}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:31:42.659 +05:30 480258d5-1816-4985-b163-b51318a751a8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 8.7427ms 2024-09-07 12:33:10.122 +05:30 6f85ca6d-9035-46e8-bb69-f3e93581ceb4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:33:10.123 +05:30 6f85ca6d-9035-46e8-bb69-f3e93581ceb4 INF CORS policy execution successful. 2024-09-07 12:33:10.124 +05:30 6f85ca6d-9035-46e8-bb69-f3e93581ceb4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.1368ms 2024-09-07 12:33:10.250 +05:30 481dd0d9-5d47-406a-b132-7c66c798bf04 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:33:10.251 +05:30 481dd0d9-5d47-406a-b132-7c66c798bf04 INF CORS policy execution successful. 2024-09-07 12:33:10.252 +05:30 481dd0d9-5d47-406a-b132-7c66c798bf04 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:33:10.254 +05:30 feb06712-9351-42e3-927c-e348fdd2303a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:33:10.254 +05:30 feb06712-9351-42e3-927c-e348fdd2303a INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:33:10.300 +05:30 feb06712-9351-42e3-927c-e348fdd2303a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:33:10.300 +05:30 feb06712-9351-42e3-927c-e348fdd2303a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 45.8321ms 2024-09-07 12:33:10.301 +05:30 feb06712-9351-42e3-927c-e348fdd2303a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:33:10.301 +05:30 feb06712-9351-42e3-927c-e348fdd2303a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 481dd0d9-5d47-406a-b132-7c66c798bf04}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:33:10.301 +05:30 feb06712-9351-42e3-927c-e348fdd2303a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 51.7526ms 2024-09-07 12:33:10.792 +05:30 b0a46c82-4e79-4bdb-baff-1a8959293ba4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:33:10.792 +05:30 b0a46c82-4e79-4bdb-baff-1a8959293ba4 INF CORS policy execution successful. 2024-09-07 12:33:10.792 +05:30 b0a46c82-4e79-4bdb-baff-1a8959293ba4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4311ms 2024-09-07 12:33:10.985 +05:30 84f24517-3706-4793-b6ab-491a0cb7e3a5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:33:10.986 +05:30 84f24517-3706-4793-b6ab-491a0cb7e3a5 INF CORS policy execution successful. 2024-09-07 12:33:10.986 +05:30 84f24517-3706-4793-b6ab-491a0cb7e3a5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:33:10.986 +05:30 6d6ba929-f829-4262-86a4-0f0876a96d80 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:33:10.986 +05:30 6d6ba929-f829-4262-86a4-0f0876a96d80 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:33:10.989 +05:30 6d6ba929-f829-4262-86a4-0f0876a96d80 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:33:10.990 +05:30 6d6ba929-f829-4262-86a4-0f0876a96d80 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.1294ms 2024-09-07 12:33:10.990 +05:30 6d6ba929-f829-4262-86a4-0f0876a96d80 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:33:10.990 +05:30 6d6ba929-f829-4262-86a4-0f0876a96d80 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 84f24517-3706-4793-b6ab-491a0cb7e3a5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:33:10.990 +05:30 6d6ba929-f829-4262-86a4-0f0876a96d80 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 4.8896ms 2024-09-07 12:34:31.116 +05:30 b7105f8f-bc25-4251-9623-0897b4b21420 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:34:31.117 +05:30 a3e8cc2f-7c4c-4a1e-b125-ea1d97df100a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:34:31.117 +05:30 a3e8cc2f-7c4c-4a1e-b125-ea1d97df100a INF CORS policy execution successful. 2024-09-07 12:34:31.117 +05:30 b7105f8f-bc25-4251-9623-0897b4b21420 INF CORS policy execution successful. 2024-09-07 12:34:31.118 +05:30 a3e8cc2f-7c4c-4a1e-b125-ea1d97df100a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.9474ms 2024-09-07 12:34:31.118 +05:30 b7105f8f-bc25-4251-9623-0897b4b21420 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 2.3445ms 2024-09-07 12:34:31.163 +05:30 d20665cb-bb06-4cba-adf6-30ae6b542509 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:34:31.165 +05:30 d20665cb-bb06-4cba-adf6-30ae6b542509 INF CORS policy execution successful. 2024-09-07 12:34:31.166 +05:30 d20665cb-bb06-4cba-adf6-30ae6b542509 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.167 +05:30 8452bbbf-a63b-471b-92b7-c797c5f43af4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.168 +05:30 8452bbbf-a63b-471b-92b7-c797c5f43af4 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.180 +05:30 8452bbbf-a63b-471b-92b7-c797c5f43af4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.181 +05:30 8452bbbf-a63b-471b-92b7-c797c5f43af4 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 13.2237ms 2024-09-07 12:34:31.181 +05:30 8452bbbf-a63b-471b-92b7-c797c5f43af4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.181 +05:30 8452bbbf-a63b-471b-92b7-c797c5f43af4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d20665cb-bb06-4cba-adf6-30ae6b542509}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:34:31.182 +05:30 8452bbbf-a63b-471b-92b7-c797c5f43af4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 18.6436ms 2024-09-07 12:34:31.225 +05:30 b3a25674-91e7-4bb6-9dc7-b719199d6ec4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:34:31.226 +05:30 b3a25674-91e7-4bb6-9dc7-b719199d6ec4 INF CORS policy execution successful. 2024-09-07 12:34:31.226 +05:30 b3a25674-91e7-4bb6-9dc7-b719199d6ec4 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.226 +05:30 17275664-e3d4-48e6-ac75-e6c854e7991b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.227 +05:30 17275664-e3d4-48e6-ac75-e6c854e7991b INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.230 +05:30 17275664-e3d4-48e6-ac75-e6c854e7991b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.230 +05:30 17275664-e3d4-48e6-ac75-e6c854e7991b INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 3.8765ms 2024-09-07 12:34:31.231 +05:30 17275664-e3d4-48e6-ac75-e6c854e7991b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.231 +05:30 17275664-e3d4-48e6-ac75-e6c854e7991b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b3a25674-91e7-4bb6-9dc7-b719199d6ec4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:34:31.232 +05:30 17275664-e3d4-48e6-ac75-e6c854e7991b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 7.0006ms 2024-09-07 12:34:31.279 +05:30 0e769eee-a6bc-4513-9d3b-12bb4076e354 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:34:31.281 +05:30 0e769eee-a6bc-4513-9d3b-12bb4076e354 INF CORS policy execution successful. 2024-09-07 12:34:31.281 +05:30 0e769eee-a6bc-4513-9d3b-12bb4076e354 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.281 +05:30 1072e186-db09-41f7-b7d0-732f42487233 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.281 +05:30 1072e186-db09-41f7-b7d0-732f42487233 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.284 +05:30 1072e186-db09-41f7-b7d0-732f42487233 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.284 +05:30 1072e186-db09-41f7-b7d0-732f42487233 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.9368ms 2024-09-07 12:34:31.285 +05:30 1072e186-db09-41f7-b7d0-732f42487233 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.285 +05:30 1072e186-db09-41f7-b7d0-732f42487233 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0e769eee-a6bc-4513-9d3b-12bb4076e354}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:34:31.285 +05:30 1072e186-db09-41f7-b7d0-732f42487233 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 5.6345ms 2024-09-07 12:34:31.333 +05:30 98268c6e-b50f-4f2e-ade2-489e7d86077e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:34:31.333 +05:30 98268c6e-b50f-4f2e-ade2-489e7d86077e INF CORS policy execution successful. 2024-09-07 12:34:31.333 +05:30 98268c6e-b50f-4f2e-ade2-489e7d86077e INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.334 +05:30 1be01561-96eb-4e29-9498-3ae94b8fc0a2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.334 +05:30 1be01561-96eb-4e29-9498-3ae94b8fc0a2 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.336 +05:30 1be01561-96eb-4e29-9498-3ae94b8fc0a2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.336 +05:30 1be01561-96eb-4e29-9498-3ae94b8fc0a2 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.3963ms 2024-09-07 12:34:31.336 +05:30 1be01561-96eb-4e29-9498-3ae94b8fc0a2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.337 +05:30 1be01561-96eb-4e29-9498-3ae94b8fc0a2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 98268c6e-b50f-4f2e-ade2-489e7d86077e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:34:31.337 +05:30 1be01561-96eb-4e29-9498-3ae94b8fc0a2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 4.1078ms 2024-09-07 12:34:31.590 +05:30 12aeabc9-97d6-42f4-8efc-a6ade1e952cc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:34:31.591 +05:30 12aeabc9-97d6-42f4-8efc-a6ade1e952cc INF CORS policy execution successful. 2024-09-07 12:34:31.591 +05:30 12aeabc9-97d6-42f4-8efc-a6ade1e952cc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.745ms 2024-09-07 12:34:31.594 +05:30 59e3f163-ab79-4eab-a243-12f93c56939e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:34:31.594 +05:30 59e3f163-ab79-4eab-a243-12f93c56939e INF CORS policy execution successful. 2024-09-07 12:34:31.594 +05:30 59e3f163-ab79-4eab-a243-12f93c56939e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.3653ms 2024-09-07 12:34:31.633 +05:30 10eb4338-808c-4da0-bb34-c7280bc54570 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:34:31.634 +05:30 e33c079b-9d56-4768-9b9c-6ca36d8822c2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:34:31.634 +05:30 10eb4338-808c-4da0-bb34-c7280bc54570 INF CORS policy execution successful. 2024-09-07 12:34:31.634 +05:30 e33c079b-9d56-4768-9b9c-6ca36d8822c2 INF CORS policy execution successful. 2024-09-07 12:34:31.634 +05:30 e33c079b-9d56-4768-9b9c-6ca36d8822c2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.3044ms 2024-09-07 12:34:31.634 +05:30 10eb4338-808c-4da0-bb34-c7280bc54570 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.4444ms 2024-09-07 12:34:31.637 +05:30 8d191aca-0829-4fb0-8ce9-9e34317f79b6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:34:31.638 +05:30 8d191aca-0829-4fb0-8ce9-9e34317f79b6 INF CORS policy execution successful. 2024-09-07 12:34:31.638 +05:30 8d191aca-0829-4fb0-8ce9-9e34317f79b6 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.639 +05:30 f513fbf8-e9e6-401b-a62f-eb1bb44f3029 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.639 +05:30 864d1dbe-e350-4617-a440-f32f7386040b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:34:31.639 +05:30 f513fbf8-e9e6-401b-a62f-eb1bb44f3029 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.639 +05:30 864d1dbe-e350-4617-a440-f32f7386040b INF CORS policy execution successful. 2024-09-07 12:34:31.640 +05:30 864d1dbe-e350-4617-a440-f32f7386040b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.6459ms 2024-09-07 12:34:31.641 +05:30 31c7f187-63b4-4ded-a28e-4780d49a405c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:34:31.641 +05:30 31c7f187-63b4-4ded-a28e-4780d49a405c INF CORS policy execution successful. 2024-09-07 12:34:31.641 +05:30 31c7f187-63b4-4ded-a28e-4780d49a405c INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.642 +05:30 0bb386dc-95c3-48d2-8669-6e55fb06635d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.642 +05:30 0bb386dc-95c3-48d2-8669-6e55fb06635d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.644 +05:30 e11504e7-5de9-4f2a-8e63-96097c8e407c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:34:31.644 +05:30 e11504e7-5de9-4f2a-8e63-96097c8e407c INF CORS policy execution successful. 2024-09-07 12:34:31.645 +05:30 e11504e7-5de9-4f2a-8e63-96097c8e407c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.4639ms 2024-09-07 12:34:31.682 +05:30 790f1130-248f-4fb3-ad22-25d776bfcfd1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:34:31.683 +05:30 790f1130-248f-4fb3-ad22-25d776bfcfd1 INF CORS policy execution successful. 2024-09-07 12:34:31.683 +05:30 790f1130-248f-4fb3-ad22-25d776bfcfd1 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.683 +05:30 8765ae69-f740-4836-8730-364250daeabc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.683 +05:30 8765ae69-f740-4836-8730-364250daeabc INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.686 +05:30 0bb386dc-95c3-48d2-8669-6e55fb06635d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.686 +05:30 0bb386dc-95c3-48d2-8669-6e55fb06635d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 44.5109ms 2024-09-07 12:34:31.686 +05:30 0bb386dc-95c3-48d2-8669-6e55fb06635d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.687 +05:30 0bb386dc-95c3-48d2-8669-6e55fb06635d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 31c7f187-63b4-4ded-a28e-4780d49a405c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:34:31.687 +05:30 0bb386dc-95c3-48d2-8669-6e55fb06635d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 46.1626ms 2024-09-07 12:34:31.688 +05:30 f513fbf8-e9e6-401b-a62f-eb1bb44f3029 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.688 +05:30 f513fbf8-e9e6-401b-a62f-eb1bb44f3029 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 49.2018ms 2024-09-07 12:34:31.688 +05:30 f513fbf8-e9e6-401b-a62f-eb1bb44f3029 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.689 +05:30 f513fbf8-e9e6-401b-a62f-eb1bb44f3029 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8d191aca-0829-4fb0-8ce9-9e34317f79b6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 12:34:31.690 +05:30 8765ae69-f740-4836-8730-364250daeabc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.690 +05:30 f513fbf8-e9e6-401b-a62f-eb1bb44f3029 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 53.1269ms 2024-09-07 12:34:31.690 +05:30 8765ae69-f740-4836-8730-364250daeabc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 6.8371ms 2024-09-07 12:34:31.690 +05:30 8765ae69-f740-4836-8730-364250daeabc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.690 +05:30 8765ae69-f740-4836-8730-364250daeabc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 790f1130-248f-4fb3-ad22-25d776bfcfd1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:34:31.691 +05:30 8765ae69-f740-4836-8730-364250daeabc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 8.5921ms 2024-09-07 12:34:31.736 +05:30 f5928c7d-3b6b-40fa-a41d-73b27fc28c87 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:34:31.737 +05:30 f5928c7d-3b6b-40fa-a41d-73b27fc28c87 INF CORS policy execution successful. 2024-09-07 12:34:31.737 +05:30 fe77b988-e21e-47d5-8830-f0662efb5582 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:34:31.737 +05:30 fe77b988-e21e-47d5-8830-f0662efb5582 INF CORS policy execution successful. 2024-09-07 12:34:31.737 +05:30 f5928c7d-3b6b-40fa-a41d-73b27fc28c87 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.737 +05:30 fe77b988-e21e-47d5-8830-f0662efb5582 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.737 +05:30 bf9b9513-4f6c-4d46-b948-8b7a96d5b7f7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.737 +05:30 c415d980-b4d1-48d1-93f5-6f07fed6f78d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.737 +05:30 bf9b9513-4f6c-4d46-b948-8b7a96d5b7f7 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.737 +05:30 c415d980-b4d1-48d1-93f5-6f07fed6f78d INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.740 +05:30 bf9b9513-4f6c-4d46-b948-8b7a96d5b7f7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.740 +05:30 bf9b9513-4f6c-4d46-b948-8b7a96d5b7f7 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.3771ms 2024-09-07 12:34:31.740 +05:30 bf9b9513-4f6c-4d46-b948-8b7a96d5b7f7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.740 +05:30 bf9b9513-4f6c-4d46-b948-8b7a96d5b7f7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fe77b988-e21e-47d5-8830-f0662efb5582}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:34:31.740 +05:30 bf9b9513-4f6c-4d46-b948-8b7a96d5b7f7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 3.5599ms 2024-09-07 12:34:31.740 +05:30 c415d980-b4d1-48d1-93f5-6f07fed6f78d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.740 +05:30 c415d980-b4d1-48d1-93f5-6f07fed6f78d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.1153ms 2024-09-07 12:34:31.741 +05:30 c415d980-b4d1-48d1-93f5-6f07fed6f78d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.741 +05:30 c415d980-b4d1-48d1-93f5-6f07fed6f78d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f5928c7d-3b6b-40fa-a41d-73b27fc28c87}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:34:31.741 +05:30 86b149ca-5321-4eec-a8e2-eedf7d74cc39 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:34:31.741 +05:30 c415d980-b4d1-48d1-93f5-6f07fed6f78d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 812 application/json; charset=utf-8 5.1543ms 2024-09-07 12:34:31.741 +05:30 86b149ca-5321-4eec-a8e2-eedf7d74cc39 INF CORS policy execution successful. 2024-09-07 12:34:31.741 +05:30 86b149ca-5321-4eec-a8e2-eedf7d74cc39 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.742 +05:30 d758e371-a97e-4fef-92bb-3fa39fa4133e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.742 +05:30 d758e371-a97e-4fef-92bb-3fa39fa4133e INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.747 +05:30 d758e371-a97e-4fef-92bb-3fa39fa4133e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.748 +05:30 d758e371-a97e-4fef-92bb-3fa39fa4133e INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 5.8543ms 2024-09-07 12:34:31.748 +05:30 d758e371-a97e-4fef-92bb-3fa39fa4133e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.748 +05:30 d758e371-a97e-4fef-92bb-3fa39fa4133e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 86b149ca-5321-4eec-a8e2-eedf7d74cc39}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 12:34:31.749 +05:30 d758e371-a97e-4fef-92bb-3fa39fa4133e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 8.1203ms 2024-09-07 12:34:31.750 +05:30 90e90e93-01d4-48d1-817e-4afccbf3e0b9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:34:31.751 +05:30 90e90e93-01d4-48d1-817e-4afccbf3e0b9 INF CORS policy execution successful. 2024-09-07 12:34:31.751 +05:30 90e90e93-01d4-48d1-817e-4afccbf3e0b9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.7079ms 2024-09-07 12:34:31.796 +05:30 4ea6dd7f-575f-4797-a9a6-4757296ad292 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:34:31.796 +05:30 4ea6dd7f-575f-4797-a9a6-4757296ad292 INF CORS policy execution successful. 2024-09-07 12:34:31.797 +05:30 4ea6dd7f-575f-4797-a9a6-4757296ad292 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:31.797 +05:30 35ccc894-df2b-4b60-b8d0-b45773e3e684 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.797 +05:30 35ccc894-df2b-4b60-b8d0-b45773e3e684 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 12:34:31.921 +05:30 35ccc894-df2b-4b60-b8d0-b45773e3e684 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:31.922 +05:30 35ccc894-df2b-4b60-b8d0-b45773e3e684 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 124.3631ms 2024-09-07 12:34:31.922 +05:30 35ccc894-df2b-4b60-b8d0-b45773e3e684 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:34:31.922 +05:30 35ccc894-df2b-4b60-b8d0-b45773e3e684 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4ea6dd7f-575f-4797-a9a6-4757296ad292}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 12:34:31.922 +05:30 35ccc894-df2b-4b60-b8d0-b45773e3e684 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 126.6573ms 2024-09-07 12:34:32.550 +05:30 893f3267-772a-4787-b411-0291a5650c52 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:34:32.551 +05:30 893f3267-772a-4787-b411-0291a5650c52 INF CORS policy execution successful. 2024-09-07 12:34:32.551 +05:30 893f3267-772a-4787-b411-0291a5650c52 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.0622ms 2024-09-07 12:34:32.562 +05:30 a1d6ba2a-3ce8-4c89-8554-319297b4ab1e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:34:32.562 +05:30 a1d6ba2a-3ce8-4c89-8554-319297b4ab1e INF CORS policy execution successful. 2024-09-07 12:34:32.563 +05:30 a1d6ba2a-3ce8-4c89-8554-319297b4ab1e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.5775ms 2024-09-07 12:34:32.598 +05:30 06523fae-e734-4dd9-afc7-ddb15d94042f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:34:32.599 +05:30 06523fae-e734-4dd9-afc7-ddb15d94042f INF CORS policy execution successful. 2024-09-07 12:34:32.600 +05:30 06523fae-e734-4dd9-afc7-ddb15d94042f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:32.600 +05:30 812a0def-fead-4f94-9428-3d5e986a5edd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:34:32.600 +05:30 812a0def-fead-4f94-9428-3d5e986a5edd INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:32.605 +05:30 812a0def-fead-4f94-9428-3d5e986a5edd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:32.605 +05:30 812a0def-fead-4f94-9428-3d5e986a5edd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.8523ms 2024-09-07 12:34:32.605 +05:30 812a0def-fead-4f94-9428-3d5e986a5edd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:34:32.605 +05:30 812a0def-fead-4f94-9428-3d5e986a5edd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 06523fae-e734-4dd9-afc7-ddb15d94042f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 812} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:34:32.606 +05:30 812a0def-fead-4f94-9428-3d5e986a5edd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 812 application/json; charset=utf-8 7.4754ms 2024-09-07 12:34:32.619 +05:30 d9235ed9-3ec8-4d2d-adbe-d7bb8a2be32f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:34:32.619 +05:30 d9235ed9-3ec8-4d2d-adbe-d7bb8a2be32f INF CORS policy execution successful. 2024-09-07 12:34:32.620 +05:30 d9235ed9-3ec8-4d2d-adbe-d7bb8a2be32f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:32.620 +05:30 16b628ea-9076-481c-aa74-de3347230c58 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:34:32.620 +05:30 16b628ea-9076-481c-aa74-de3347230c58 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:32.632 +05:30 16b628ea-9076-481c-aa74-de3347230c58 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:32.633 +05:30 16b628ea-9076-481c-aa74-de3347230c58 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 13.1017ms 2024-09-07 12:34:32.633 +05:30 16b628ea-9076-481c-aa74-de3347230c58 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:34:32.634 +05:30 16b628ea-9076-481c-aa74-de3347230c58 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d9235ed9-3ec8-4d2d-adbe-d7bb8a2be32f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 12:34:32.635 +05:30 16b628ea-9076-481c-aa74-de3347230c58 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 16.6257ms 2024-09-07 12:34:40.846 +05:30 02d419c0-ddfd-49c8-8e95-7567f210db59 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:34:40.846 +05:30 02d419c0-ddfd-49c8-8e95-7567f210db59 INF CORS policy execution successful. 2024-09-07 12:34:40.846 +05:30 02d419c0-ddfd-49c8-8e95-7567f210db59 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6591ms 2024-09-07 12:34:40.854 +05:30 7721c805-20f0-4a19-8402-7007942c2bda INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:34:40.854 +05:30 7721c805-20f0-4a19-8402-7007942c2bda INF CORS policy execution successful. 2024-09-07 12:34:40.854 +05:30 7721c805-20f0-4a19-8402-7007942c2bda INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5511ms 2024-09-07 12:34:40.902 +05:30 a61eca8c-27a8-4ff8-b357-904d388ac036 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:34:40.903 +05:30 a61eca8c-27a8-4ff8-b357-904d388ac036 INF CORS policy execution successful. 2024-09-07 12:34:40.903 +05:30 a61eca8c-27a8-4ff8-b357-904d388ac036 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:40.903 +05:30 5f238546-3363-4385-b725-e5b8f61941e4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:40.904 +05:30 5f238546-3363-4385-b725-e5b8f61941e4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:34:40.907 +05:30 5f238546-3363-4385-b725-e5b8f61941e4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:40.907 +05:30 5f238546-3363-4385-b725-e5b8f61941e4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.5775ms 2024-09-07 12:34:40.907 +05:30 5f238546-3363-4385-b725-e5b8f61941e4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:40.907 +05:30 5f238546-3363-4385-b725-e5b8f61941e4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a61eca8c-27a8-4ff8-b357-904d388ac036}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:34:40.908 +05:30 5f238546-3363-4385-b725-e5b8f61941e4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 5.4539ms 2024-09-07 12:34:40.979 +05:30 ed7a9608-ca53-4bd9-93ee-38923b8ac3f3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:34:40.979 +05:30 ed7a9608-ca53-4bd9-93ee-38923b8ac3f3 INF CORS policy execution successful. 2024-09-07 12:34:40.980 +05:30 ed7a9608-ca53-4bd9-93ee-38923b8ac3f3 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:40.980 +05:30 f70326b9-c2cd-415c-81ea-dbf0bcf329af INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:40.980 +05:30 f70326b9-c2cd-415c-81ea-dbf0bcf329af INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:34:40.982 +05:30 f70326b9-c2cd-415c-81ea-dbf0bcf329af INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:40.982 +05:30 f70326b9-c2cd-415c-81ea-dbf0bcf329af INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.1421ms 2024-09-07 12:34:40.982 +05:30 f70326b9-c2cd-415c-81ea-dbf0bcf329af INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:40.982 +05:30 f70326b9-c2cd-415c-81ea-dbf0bcf329af INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ed7a9608-ca53-4bd9-93ee-38923b8ac3f3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:34:40.983 +05:30 f70326b9-c2cd-415c-81ea-dbf0bcf329af INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.5341ms 2024-09-07 12:34:46.854 +05:30 9d95b540-ecf7-4247-af00-d82ba8f43601 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:34:46.854 +05:30 9d95b540-ecf7-4247-af00-d82ba8f43601 INF CORS policy execution successful. 2024-09-07 12:34:46.854 +05:30 9d95b540-ecf7-4247-af00-d82ba8f43601 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.73ms 2024-09-07 12:34:46.902 +05:30 238a0962-dcc2-4a6d-9274-2376c38fe6b9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:34:46.903 +05:30 238a0962-dcc2-4a6d-9274-2376c38fe6b9 INF CORS policy execution successful. 2024-09-07 12:34:46.903 +05:30 238a0962-dcc2-4a6d-9274-2376c38fe6b9 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:46.903 +05:30 e5458f86-3f99-4662-8fd3-50495ed901dc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:46.903 +05:30 e5458f86-3f99-4662-8fd3-50495ed901dc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:46.923 +05:30 e5458f86-3f99-4662-8fd3-50495ed901dc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:46.924 +05:30 e5458f86-3f99-4662-8fd3-50495ed901dc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 20.0677ms 2024-09-07 12:34:46.924 +05:30 e5458f86-3f99-4662-8fd3-50495ed901dc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:46.924 +05:30 e5458f86-3f99-4662-8fd3-50495ed901dc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 238a0962-dcc2-4a6d-9274-2376c38fe6b9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:34:46.924 +05:30 e5458f86-3f99-4662-8fd3-50495ed901dc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 22.1608ms 2024-09-07 12:34:47.156 +05:30 6b5375d5-afc6-4098-828f-42db8295bce3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:34:47.156 +05:30 6b5375d5-afc6-4098-828f-42db8295bce3 INF CORS policy execution successful. 2024-09-07 12:34:47.156 +05:30 6b5375d5-afc6-4098-828f-42db8295bce3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.7209ms 2024-09-07 12:34:47.201 +05:30 464e8893-6cec-4d20-9043-a420f019264f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:34:47.201 +05:30 464e8893-6cec-4d20-9043-a420f019264f INF CORS policy execution successful. 2024-09-07 12:34:47.201 +05:30 464e8893-6cec-4d20-9043-a420f019264f INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:47.201 +05:30 6864d17c-ffec-4935-a154-78f5a6f0ee58 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:47.202 +05:30 6864d17c-ffec-4935-a154-78f5a6f0ee58 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:34:47.204 +05:30 6864d17c-ffec-4935-a154-78f5a6f0ee58 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:47.204 +05:30 6864d17c-ffec-4935-a154-78f5a6f0ee58 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.5877ms 2024-09-07 12:34:47.204 +05:30 6864d17c-ffec-4935-a154-78f5a6f0ee58 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:34:47.204 +05:30 6864d17c-ffec-4935-a154-78f5a6f0ee58 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 464e8893-6cec-4d20-9043-a420f019264f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:34:47.205 +05:30 6864d17c-ffec-4935-a154-78f5a6f0ee58 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 4.1058ms 2024-09-07 12:34:49.599 +05:30 fee8116e-491d-452e-9255-f4c15c672cb8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:34:49.599 +05:30 fee8116e-491d-452e-9255-f4c15c672cb8 INF CORS policy execution successful. 2024-09-07 12:34:49.600 +05:30 fee8116e-491d-452e-9255-f4c15c672cb8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.5587ms 2024-09-07 12:34:49.604 +05:30 56e9d345-dddc-435c-9bfe-d5d53525fe5f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:34:49.604 +05:30 56e9d345-dddc-435c-9bfe-d5d53525fe5f INF CORS policy execution successful. 2024-09-07 12:34:49.604 +05:30 56e9d345-dddc-435c-9bfe-d5d53525fe5f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.387ms 2024-09-07 12:34:49.649 +05:30 524a4c4e-6545-4bd0-85a8-f8796ca20223 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:34:49.650 +05:30 524a4c4e-6545-4bd0-85a8-f8796ca20223 INF CORS policy execution successful. 2024-09-07 12:34:49.650 +05:30 524a4c4e-6545-4bd0-85a8-f8796ca20223 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:49.650 +05:30 0cc0f677-fb70-45f1-9d1b-e0b52f5a12eb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:34:49.650 +05:30 0cc0f677-fb70-45f1-9d1b-e0b52f5a12eb INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:49.652 +05:30 d6df03b0-3fb0-4de4-8bd5-34ad2153ae00 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:34:49.652 +05:30 d6df03b0-3fb0-4de4-8bd5-34ad2153ae00 INF CORS policy execution successful. 2024-09-07 12:34:49.653 +05:30 d6df03b0-3fb0-4de4-8bd5-34ad2153ae00 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:49.653 +05:30 441be0fa-fd62-477a-bd53-787edf4d175f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:34:49.653 +05:30 441be0fa-fd62-477a-bd53-787edf4d175f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:49.679 +05:30 0cc0f677-fb70-45f1-9d1b-e0b52f5a12eb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:49.679 +05:30 441be0fa-fd62-477a-bd53-787edf4d175f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:49.680 +05:30 0cc0f677-fb70-45f1-9d1b-e0b52f5a12eb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 29.1337ms 2024-09-07 12:34:49.680 +05:30 0cc0f677-fb70-45f1-9d1b-e0b52f5a12eb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:34:49.680 +05:30 441be0fa-fd62-477a-bd53-787edf4d175f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 26.8606ms 2024-09-07 12:34:49.680 +05:30 0cc0f677-fb70-45f1-9d1b-e0b52f5a12eb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 524a4c4e-6545-4bd0-85a8-f8796ca20223}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:34:49.680 +05:30 441be0fa-fd62-477a-bd53-787edf4d175f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:34:49.680 +05:30 441be0fa-fd62-477a-bd53-787edf4d175f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d6df03b0-3fb0-4de4-8bd5-34ad2153ae00}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:34:49.680 +05:30 0cc0f677-fb70-45f1-9d1b-e0b52f5a12eb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 30.8781ms 2024-09-07 12:34:49.681 +05:30 441be0fa-fd62-477a-bd53-787edf4d175f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 28.3943ms 2024-09-07 12:34:51.611 +05:30 e66974f9-d410-4522-9044-d0866774f148 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 12:34:51.611 +05:30 e66974f9-d410-4522-9044-d0866774f148 INF CORS policy execution successful. 2024-09-07 12:34:51.612 +05:30 e66974f9-d410-4522-9044-d0866774f148 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 204 null null 0.7476ms 2024-09-07 12:34:51.667 +05:30 c857adad-838d-4dcc-a5ba-d89fea8b5062 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - null null 2024-09-07 12:34:51.667 +05:30 c857adad-838d-4dcc-a5ba-d89fea8b5062 INF CORS policy execution successful. 2024-09-07 12:34:51.667 +05:30 c857adad-838d-4dcc-a5ba-d89fea8b5062 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=sName Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:51.667 +05:30 825538ab-3950-4276-968a-a23ee23c5499 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:51.667 +05:30 825538ab-3950-4276-968a-a23ee23c5499 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:51.673 +05:30 825538ab-3950-4276-968a-a23ee23c5499 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:51.673 +05:30 825538ab-3950-4276-968a-a23ee23c5499 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 5.4463ms 2024-09-07 12:34:51.673 +05:30 825538ab-3950-4276-968a-a23ee23c5499 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:51.673 +05:30 825538ab-3950-4276-968a-a23ee23c5499 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c857adad-838d-4dcc-a5ba-d89fea8b5062}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:34:51.674 +05:30 825538ab-3950-4276-968a-a23ee23c5499 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=sName - 200 203 application/json; charset=utf-8 7.1894ms 2024-09-07 12:34:53.629 +05:30 acac4493-ebe6-40d5-ac43-1766c7433b27 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 12:34:53.629 +05:30 acac4493-ebe6-40d5-ac43-1766c7433b27 INF CORS policy execution successful. 2024-09-07 12:34:53.629 +05:30 acac4493-ebe6-40d5-ac43-1766c7433b27 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 204 null null 0.6439ms 2024-09-07 12:34:53.683 +05:30 22f3725b-e793-49ef-bfd3-701f70770ab1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 12:34:53.683 +05:30 22f3725b-e793-49ef-bfd3-701f70770ab1 INF CORS policy execution successful. 2024-09-07 12:34:53.683 +05:30 22f3725b-e793-49ef-bfd3-701f70770ab1 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iId Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:53.683 +05:30 84539cdf-9fab-4d20-b550-a8ac0f1b3d8b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:53.684 +05:30 84539cdf-9fab-4d20-b550-a8ac0f1b3d8b INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:53.686 +05:30 84539cdf-9fab-4d20-b550-a8ac0f1b3d8b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:53.687 +05:30 84539cdf-9fab-4d20-b550-a8ac0f1b3d8b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 2.9957ms 2024-09-07 12:34:53.687 +05:30 84539cdf-9fab-4d20-b550-a8ac0f1b3d8b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:53.687 +05:30 84539cdf-9fab-4d20-b550-a8ac0f1b3d8b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 22f3725b-e793-49ef-bfd3-701f70770ab1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 12:34:53.687 +05:30 84539cdf-9fab-4d20-b550-a8ac0f1b3d8b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 200 147 application/json; charset=utf-8 4.4072ms 2024-09-07 12:34:54.602 +05:30 158acf6f-85f8-4a21-9313-7e5c8983b8c0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:34:54.602 +05:30 158acf6f-85f8-4a21-9313-7e5c8983b8c0 INF CORS policy execution successful. 2024-09-07 12:34:54.603 +05:30 158acf6f-85f8-4a21-9313-7e5c8983b8c0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 0.5884ms 2024-09-07 12:34:54.655 +05:30 dcbc1228-f074-4a89-9918-a95d571da047 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:34:54.655 +05:30 dcbc1228-f074-4a89-9918-a95d571da047 INF CORS policy execution successful. 2024-09-07 12:34:54.655 +05:30 dcbc1228-f074-4a89-9918-a95d571da047 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:54.656 +05:30 f66c5986-e868-4b26-afbe-62859e96ddcc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:54.656 +05:30 f66c5986-e868-4b26-afbe-62859e96ddcc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:54.660 +05:30 f66c5986-e868-4b26-afbe-62859e96ddcc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:54.660 +05:30 f66c5986-e868-4b26-afbe-62859e96ddcc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.0872ms 2024-09-07 12:34:54.660 +05:30 f66c5986-e868-4b26-afbe-62859e96ddcc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:54.660 +05:30 f66c5986-e868-4b26-afbe-62859e96ddcc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dcbc1228-f074-4a89-9918-a95d571da047}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:34:54.661 +05:30 f66c5986-e868-4b26-afbe-62859e96ddcc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 5.9359ms 2024-09-07 12:34:57.447 +05:30 c2607b50-f5b5-4587-bb8c-ab244bf98c0b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:34:57.447 +05:30 c2607b50-f5b5-4587-bb8c-ab244bf98c0b INF CORS policy execution successful. 2024-09-07 12:34:57.447 +05:30 c2607b50-f5b5-4587-bb8c-ab244bf98c0b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.6642ms 2024-09-07 12:34:57.504 +05:30 24c535b7-151f-4fc3-83e1-aea6dc5a16db INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 12:34:57.505 +05:30 24c535b7-151f-4fc3-83e1-aea6dc5a16db INF CORS policy execution successful. 2024-09-07 12:34:57.505 +05:30 24c535b7-151f-4fc3-83e1-aea6dc5a16db INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:57.505 +05:30 3878d7f2-74c6-4bb7-a0eb-d67b24387bea INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:34:57.505 +05:30 3878d7f2-74c6-4bb7-a0eb-d67b24387bea INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:57.508 +05:30 3878d7f2-74c6-4bb7-a0eb-d67b24387bea INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:57.509 +05:30 3878d7f2-74c6-4bb7-a0eb-d67b24387bea INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.1048ms 2024-09-07 12:34:57.509 +05:30 3878d7f2-74c6-4bb7-a0eb-d67b24387bea INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:34:57.509 +05:30 3878d7f2-74c6-4bb7-a0eb-d67b24387bea INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 24c535b7-151f-4fc3-83e1-aea6dc5a16db}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:34:57.509 +05:30 3878d7f2-74c6-4bb7-a0eb-d67b24387bea INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 4.7288ms 2024-09-07 12:34:57.749 +05:30 199d6ab9-19b0-4f6d-b34a-e9d6a02f8d51 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - null null 2024-09-07 12:34:57.749 +05:30 199d6ab9-19b0-4f6d-b34a-e9d6a02f8d51 INF CORS policy execution successful. 2024-09-07 12:34:57.749 +05:30 199d6ab9-19b0-4f6d-b34a-e9d6a02f8d51 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - 204 null null 0.6812ms 2024-09-07 12:34:57.803 +05:30 0e35b8fe-286e-4a1d-a88b-ff378a58924c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - null null 2024-09-07 12:34:57.803 +05:30 0e35b8fe-286e-4a1d-a88b-ff378a58924c INF CORS policy execution successful. 2024-09-07 12:34:57.803 +05:30 0e35b8fe-286e-4a1d-a88b-ff378a58924c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=bGroup Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:34:57.804 +05:30 40ea6b62-1902-46c7-a75a-1f49ae6e86a4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:57.804 +05:30 40ea6b62-1902-46c7-a75a-1f49ae6e86a4 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:34:57.807 +05:30 40ea6b62-1902-46c7-a75a-1f49ae6e86a4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:34:57.807 +05:30 40ea6b62-1902-46c7-a75a-1f49ae6e86a4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 2.9629ms 2024-09-07 12:34:57.807 +05:30 40ea6b62-1902-46c7-a75a-1f49ae6e86a4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:34:57.807 +05:30 40ea6b62-1902-46c7-a75a-1f49ae6e86a4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0e35b8fe-286e-4a1d-a88b-ff378a58924c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 153} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"}]"} 2024-09-07 12:34:57.807 +05:30 40ea6b62-1902-46c7-a75a-1f49ae6e86a4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - 200 153 application/json; charset=utf-8 4.4554ms 2024-09-07 12:35:03.919 +05:30 09ca531a-18ba-4737-8aa5-b807f68e01d7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 12:35:03.920 +05:30 09ca531a-18ba-4737-8aa5-b807f68e01d7 INF CORS policy execution successful. 2024-09-07 12:35:03.920 +05:30 09ca531a-18ba-4737-8aa5-b807f68e01d7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 204 null null 1.0852ms 2024-09-07 12:35:03.977 +05:30 f4d89cb8-cf1c-4078-bfaa-f830bb24c5ec INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 12:35:03.977 +05:30 f4d89cb8-cf1c-4078-bfaa-f830bb24c5ec INF CORS policy execution successful. 2024-09-07 12:35:03.978 +05:30 f4d89cb8-cf1c-4078-bfaa-f830bb24c5ec INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iId Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:35:03.978 +05:30 5a4c58fc-d3d1-45c5-94b0-c6b38018535a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:03.978 +05:30 5a4c58fc-d3d1-45c5-94b0-c6b38018535a INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:35:03.984 +05:30 5a4c58fc-d3d1-45c5-94b0-c6b38018535a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:35:03.984 +05:30 5a4c58fc-d3d1-45c5-94b0-c6b38018535a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.1478ms 2024-09-07 12:35:03.984 +05:30 5a4c58fc-d3d1-45c5-94b0-c6b38018535a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:03.984 +05:30 5a4c58fc-d3d1-45c5-94b0-c6b38018535a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f4d89cb8-cf1c-4078-bfaa-f830bb24c5ec}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 12:35:03.985 +05:30 5a4c58fc-d3d1-45c5-94b0-c6b38018535a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 200 147 application/json; charset=utf-8 8.2743ms 2024-09-07 12:35:06.686 +05:30 99dd7c4c-b76b-4b8e-8b8a-d69d01e49500 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - null null 2024-09-07 12:35:06.686 +05:30 99dd7c4c-b76b-4b8e-8b8a-d69d01e49500 INF CORS policy execution successful. 2024-09-07 12:35:06.687 +05:30 99dd7c4c-b76b-4b8e-8b8a-d69d01e49500 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - 204 null null 1.0764ms 2024-09-07 12:35:06.748 +05:30 ada6d708-2889-48f4-9813-39f2d2b79082 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - null null 2024-09-07 12:35:06.748 +05:30 ada6d708-2889-48f4-9813-39f2d2b79082 INF CORS policy execution successful. 2024-09-07 12:35:06.749 +05:30 ada6d708-2889-48f4-9813-39f2d2b79082 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=bGroup Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:35:06.749 +05:30 8c4a29fb-491a-45c9-948c-8f53147349f6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:06.749 +05:30 8c4a29fb-491a-45c9-948c-8f53147349f6 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:35:06.754 +05:30 8c4a29fb-491a-45c9-948c-8f53147349f6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:35:06.754 +05:30 8c4a29fb-491a-45c9-948c-8f53147349f6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.6106ms 2024-09-07 12:35:06.754 +05:30 8c4a29fb-491a-45c9-948c-8f53147349f6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:06.754 +05:30 8c4a29fb-491a-45c9-948c-8f53147349f6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ada6d708-2889-48f4-9813-39f2d2b79082}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 153} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"}]"} 2024-09-07 12:35:06.755 +05:30 8c4a29fb-491a-45c9-948c-8f53147349f6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=bGroup - 200 153 application/json; charset=utf-8 7.3513ms 2024-09-07 12:35:07.863 +05:30 9ecdd118-61c8-40cc-81bc-b023c8561221 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:35:07.864 +05:30 9ecdd118-61c8-40cc-81bc-b023c8561221 INF CORS policy execution successful. 2024-09-07 12:35:07.865 +05:30 9ecdd118-61c8-40cc-81bc-b023c8561221 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 1.386ms 2024-09-07 12:35:07.920 +05:30 6d659fa6-c61a-4f79-8cb4-edfddee47e79 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:35:07.920 +05:30 6d659fa6-c61a-4f79-8cb4-edfddee47e79 INF CORS policy execution successful. 2024-09-07 12:35:07.921 +05:30 6d659fa6-c61a-4f79-8cb4-edfddee47e79 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:35:07.921 +05:30 75ffb374-595f-4d02-8e28-b882c54ec8e9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:07.921 +05:30 75ffb374-595f-4d02-8e28-b882c54ec8e9 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:35:07.926 +05:30 75ffb374-595f-4d02-8e28-b882c54ec8e9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:35:07.926 +05:30 75ffb374-595f-4d02-8e28-b882c54ec8e9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.5917ms 2024-09-07 12:35:07.926 +05:30 75ffb374-595f-4d02-8e28-b882c54ec8e9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:07.926 +05:30 75ffb374-595f-4d02-8e28-b882c54ec8e9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6d659fa6-c61a-4f79-8cb4-edfddee47e79}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:35:07.927 +05:30 75ffb374-595f-4d02-8e28-b882c54ec8e9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 6.7721ms 2024-09-07 12:35:09.652 +05:30 1f6b5603-efbb-480e-acef-bb29dac861a5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:35:09.652 +05:30 1f6b5603-efbb-480e-acef-bb29dac861a5 INF CORS policy execution successful. 2024-09-07 12:35:09.653 +05:30 1f6b5603-efbb-480e-acef-bb29dac861a5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 1.2643ms 2024-09-07 12:35:09.703 +05:30 b792cd2c-215c-4502-8c15-b58b1eecf9cf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:35:09.704 +05:30 b792cd2c-215c-4502-8c15-b58b1eecf9cf INF CORS policy execution successful. 2024-09-07 12:35:09.704 +05:30 b792cd2c-215c-4502-8c15-b58b1eecf9cf INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:35:09.705 +05:30 45c9bd26-7e81-475d-bba7-06816f7a883f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:35:09.705 +05:30 45c9bd26-7e81-475d-bba7-06816f7a883f INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:35:09.711 +05:30 45c9bd26-7e81-475d-bba7-06816f7a883f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:35:09.712 +05:30 45c9bd26-7e81-475d-bba7-06816f7a883f INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 6.5739ms 2024-09-07 12:35:09.712 +05:30 45c9bd26-7e81-475d-bba7-06816f7a883f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:35:09.712 +05:30 45c9bd26-7e81-475d-bba7-06816f7a883f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b792cd2c-215c-4502-8c15-b58b1eecf9cf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:35:09.713 +05:30 45c9bd26-7e81-475d-bba7-06816f7a883f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 9.4688ms 2024-09-07 12:35:09.948 +05:30 6ec06456-666e-463f-a2d0-c4ba8a1e7b56 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iStatus - null null 2024-09-07 12:35:09.948 +05:30 6ec06456-666e-463f-a2d0-c4ba8a1e7b56 INF CORS policy execution successful. 2024-09-07 12:35:09.948 +05:30 6ec06456-666e-463f-a2d0-c4ba8a1e7b56 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iStatus - 204 null null 0.5369ms 2024-09-07 12:35:10.000 +05:30 82abcd9e-159d-4718-96c2-3ad90f9a8314 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iStatus - null null 2024-09-07 12:35:10.001 +05:30 82abcd9e-159d-4718-96c2-3ad90f9a8314 INF CORS policy execution successful. 2024-09-07 12:35:10.001 +05:30 82abcd9e-159d-4718-96c2-3ad90f9a8314 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iStatus Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:35:10.001 +05:30 8c492cc9-b85b-47e1-b6e7-4194bfb68527 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:10.001 +05:30 8c492cc9-b85b-47e1-b6e7-4194bfb68527 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:35:10.005 +05:30 8c492cc9-b85b-47e1-b6e7-4194bfb68527 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:35:10.005 +05:30 8c492cc9-b85b-47e1-b6e7-4194bfb68527 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 3.3836ms 2024-09-07 12:35:10.005 +05:30 8c492cc9-b85b-47e1-b6e7-4194bfb68527 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:10.005 +05:30 8c492cc9-b85b-47e1-b6e7-4194bfb68527 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 82abcd9e-159d-4718-96c2-3ad90f9a8314}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 155} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"}]"} 2024-09-07 12:35:10.005 +05:30 8c492cc9-b85b-47e1-b6e7-4194bfb68527 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iStatus - 200 155 application/json; charset=utf-8 4.8938ms 2024-09-07 12:35:58.658 +05:30 5611c5b2-405d-4751-8504-e218526f8aeb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:35:58.659 +05:30 5611c5b2-405d-4751-8504-e218526f8aeb INF CORS policy execution successful. 2024-09-07 12:35:58.660 +05:30 5611c5b2-405d-4751-8504-e218526f8aeb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 1.8938ms 2024-09-07 12:35:58.715 +05:30 6fdd78d1-28ad-4a20-a851-fefe9abbccc3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:35:58.716 +05:30 6fdd78d1-28ad-4a20-a851-fefe9abbccc3 INF CORS policy execution successful. 2024-09-07 12:35:58.717 +05:30 6fdd78d1-28ad-4a20-a851-fefe9abbccc3 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:35:58.718 +05:30 096236bc-b3dd-44b0-8008-82f38a9a97c9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:58.718 +05:30 096236bc-b3dd-44b0-8008-82f38a9a97c9 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:35:58.730 +05:30 096236bc-b3dd-44b0-8008-82f38a9a97c9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:35:58.730 +05:30 096236bc-b3dd-44b0-8008-82f38a9a97c9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.1571ms 2024-09-07 12:35:58.730 +05:30 096236bc-b3dd-44b0-8008-82f38a9a97c9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:35:58.731 +05:30 096236bc-b3dd-44b0-8008-82f38a9a97c9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6fdd78d1-28ad-4a20-a851-fefe9abbccc3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:35:58.731 +05:30 096236bc-b3dd-44b0-8008-82f38a9a97c9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 16.1143ms 2024-09-07 12:36:41.145 +05:30 1ca1cff4-5058-4ec7-8dae-0054276e925b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:36:41.146 +05:30 1ca1cff4-5058-4ec7-8dae-0054276e925b INF CORS policy execution successful. 2024-09-07 12:36:41.147 +05:30 1ca1cff4-5058-4ec7-8dae-0054276e925b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 2.084ms 2024-09-07 12:36:41.150 +05:30 74fb16b8-2eb7-451b-ba7d-bc920653f1c5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:36:41.150 +05:30 74fb16b8-2eb7-451b-ba7d-bc920653f1c5 INF CORS policy execution successful. 2024-09-07 12:36:41.150 +05:30 74fb16b8-2eb7-451b-ba7d-bc920653f1c5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.2955ms 2024-09-07 12:36:41.194 +05:30 53c86d12-f4d4-47f9-a95e-5176539ec179 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:36:41.196 +05:30 53c86d12-f4d4-47f9-a95e-5176539ec179 INF CORS policy execution successful. 2024-09-07 12:36:41.197 +05:30 53c86d12-f4d4-47f9-a95e-5176539ec179 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:36:41.198 +05:30 152df0c3-4e91-4e3c-9786-fb26f416cc44 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:36:41.198 +05:30 152df0c3-4e91-4e3c-9786-fb26f416cc44 INF CORS policy execution successful. 2024-09-07 12:36:41.198 +05:30 152df0c3-4e91-4e3c-9786-fb26f416cc44 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:36:41.198 +05:30 aac58cf0-5380-4469-8da4-9aaa304663fe INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:36:41.198 +05:30 85d846bd-3136-41cc-91ee-bcdca4b15b7e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:36:41.199 +05:30 aac58cf0-5380-4469-8da4-9aaa304663fe INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:36:41.199 +05:30 85d846bd-3136-41cc-91ee-bcdca4b15b7e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:36:41.240 +05:30 aac58cf0-5380-4469-8da4-9aaa304663fe INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:36:41.241 +05:30 aac58cf0-5380-4469-8da4-9aaa304663fe INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 41.5301ms 2024-09-07 12:36:41.241 +05:30 aac58cf0-5380-4469-8da4-9aaa304663fe INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:36:41.241 +05:30 aac58cf0-5380-4469-8da4-9aaa304663fe INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 152df0c3-4e91-4e3c-9786-fb26f416cc44}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:36:41.241 +05:30 aac58cf0-5380-4469-8da4-9aaa304663fe INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 43.7244ms 2024-09-07 12:36:41.247 +05:30 85d846bd-3136-41cc-91ee-bcdca4b15b7e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:36:41.248 +05:30 85d846bd-3136-41cc-91ee-bcdca4b15b7e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 48.6551ms 2024-09-07 12:36:41.248 +05:30 85d846bd-3136-41cc-91ee-bcdca4b15b7e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:36:41.248 +05:30 85d846bd-3136-41cc-91ee-bcdca4b15b7e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 53c86d12-f4d4-47f9-a95e-5176539ec179}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:36:41.248 +05:30 85d846bd-3136-41cc-91ee-bcdca4b15b7e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 54.5758ms 2024-09-07 12:36:42.101 +05:30 6a162833-2b2e-4870-ac1e-297f7a93d461 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 12:36:42.102 +05:30 6a162833-2b2e-4870-ac1e-297f7a93d461 INF CORS policy execution successful. 2024-09-07 12:36:42.102 +05:30 6a162833-2b2e-4870-ac1e-297f7a93d461 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:36:42.102 +05:30 2ea42aea-cce6-4365-b6c9-09cd2d121abd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:36:42.102 +05:30 2ea42aea-cce6-4365-b6c9-09cd2d121abd INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:36:42.106 +05:30 8c41acd2-057e-4aad-90b9-3470e14c2dec INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:36:42.106 +05:30 8c41acd2-057e-4aad-90b9-3470e14c2dec INF CORS policy execution successful. 2024-09-07 12:36:42.106 +05:30 8c41acd2-057e-4aad-90b9-3470e14c2dec INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:36:42.106 +05:30 3b47fd63-6152-4ba6-a5b8-296cdb5cbcfc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:36:42.107 +05:30 3b47fd63-6152-4ba6-a5b8-296cdb5cbcfc INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:36:42.131 +05:30 2ea42aea-cce6-4365-b6c9-09cd2d121abd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:36:42.131 +05:30 2ea42aea-cce6-4365-b6c9-09cd2d121abd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 28.8943ms 2024-09-07 12:36:42.131 +05:30 2ea42aea-cce6-4365-b6c9-09cd2d121abd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:36:42.131 +05:30 2ea42aea-cce6-4365-b6c9-09cd2d121abd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6a162833-2b2e-4870-ac1e-297f7a93d461}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:36:42.132 +05:30 2ea42aea-cce6-4365-b6c9-09cd2d121abd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 30.7375ms 2024-09-07 12:36:42.134 +05:30 3b47fd63-6152-4ba6-a5b8-296cdb5cbcfc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:36:42.134 +05:30 3b47fd63-6152-4ba6-a5b8-296cdb5cbcfc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 27.6731ms 2024-09-07 12:36:42.134 +05:30 3b47fd63-6152-4ba6-a5b8-296cdb5cbcfc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:36:42.135 +05:30 3b47fd63-6152-4ba6-a5b8-296cdb5cbcfc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8c41acd2-057e-4aad-90b9-3470e14c2dec}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:36:42.135 +05:30 3b47fd63-6152-4ba6-a5b8-296cdb5cbcfc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 29.3424ms 2024-09-07 12:37:12.497 +05:30 6b2880bf-36a2-4693-8147-343ec4794afe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - null null 2024-09-07 12:37:12.498 +05:30 6b2880bf-36a2-4693-8147-343ec4794afe INF CORS policy execution successful. 2024-09-07 12:37:12.498 +05:30 6b2880bf-36a2-4693-8147-343ec4794afe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 204 null null 0.7244ms 2024-09-07 12:37:12.552 +05:30 ceddfc36-ba26-4a73-ae94-4a7e86440db0 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - application/json 1161 2024-09-07 12:37:12.552 +05:30 ceddfc36-ba26-4a73-ae94-4a7e86440db0 INF CORS policy execution successful. 2024-09-07 12:37:12.553 +05:30 ceddfc36-ba26-4a73-ae94-4a7e86440db0 INF HTTP request: Path: /summarylayout/upsertsummarylayout QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Content-Length: 1161}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"id":0,"tagId":20,"name":"layout25","condition":"","availInMobileApp":false,"languageId":1,"summaryViewFields":[{"field":196,"caption":"iStatus","alignment":1,"width":80,"order":1,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false,"field_Name":"iStatus","Language":"English","FieldType":"Text Box"},{"field":194,"caption":"bGroup","alignment":1,"width":80,"order":2,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false,"field_Name":"bGroup","Language":"English","FieldType":"Text Box"},{"field":191,"field_Name":"iId","caption":"iId","alignment":1,"width":80,"order":3,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false},{"field":192,"field_Name":"sName","caption":"Name","alignment":1,"width":80,"order":4,"visible":true,"sortable":false,"filterable":false,"resizable":false,"format":"","toolTip":"","customClass":"","defaultValue":"","default":false}],"language_Name":"English"} 2024-09-07 12:37:12.553 +05:30 7f180a48-d255-4dfd-ba4b-c924ad79c11c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:37:12.553 +05:30 7f180a48-d255-4dfd-ba4b-c924ad79c11c INF Route matched with {action = "UpsertSummaryLayout", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertSummaryLayout(Sang.CoreSettings.Api.Models.APIRequest.SummaryViewRequest) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:12.623 +05:30 7f180a48-d255-4dfd-ba4b-c924ad79c11c INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:12.625 +05:30 7f180a48-d255-4dfd-ba4b-c924ad79c11c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api) in 71.2196ms 2024-09-07 12:37:12.625 +05:30 7f180a48-d255-4dfd-ba4b-c924ad79c11c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.UpsertSummaryLayout (Sang.CoreSettings.Api)' 2024-09-07 12:37:12.625 +05:30 7f180a48-d255-4dfd-ba4b-c924ad79c11c INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: ceddfc36-ba26-4a73-ae94-4a7e86440db0}, {Location: http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 100} Body: {"status":"Success","statusCode":2001,"message":"SummaryView Inserted Successfully.","result":"120"} 2024-09-07 12:37:12.625 +05:30 7f180a48-d255-4dfd-ba4b-c924ad79c11c INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/summarylayout/upsertsummarylayout - 201 100 application/json; charset=utf-8 73.2355ms 2024-09-07 12:37:12.903 +05:30 9d1b5afe-d5a5-4ed5-98ce-79a07c085710 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:37:12.903 +05:30 9d1b5afe-d5a5-4ed5-98ce-79a07c085710 INF CORS policy execution successful. 2024-09-07 12:37:12.903 +05:30 9d1b5afe-d5a5-4ed5-98ce-79a07c085710 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.4842ms 2024-09-07 12:37:12.995 +05:30 1bde1234-9cda-4d15-a51b-52aa851667e0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:37:12.996 +05:30 1bde1234-9cda-4d15-a51b-52aa851667e0 INF CORS policy execution successful. 2024-09-07 12:37:12.996 +05:30 1bde1234-9cda-4d15-a51b-52aa851667e0 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:12.996 +05:30 67548aa2-4b73-4f52-b0b5-086fedc0f875 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:12.996 +05:30 67548aa2-4b73-4f52-b0b5-086fedc0f875 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:13.010 +05:30 67548aa2-4b73-4f52-b0b5-086fedc0f875 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:13.010 +05:30 67548aa2-4b73-4f52-b0b5-086fedc0f875 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.1075ms 2024-09-07 12:37:13.010 +05:30 67548aa2-4b73-4f52-b0b5-086fedc0f875 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:13.010 +05:30 67548aa2-4b73-4f52-b0b5-086fedc0f875 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1bde1234-9cda-4d15-a51b-52aa851667e0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:37:13.011 +05:30 67548aa2-4b73-4f52-b0b5-086fedc0f875 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 15.6147ms 2024-09-07 12:37:13.408 +05:30 66de5251-8699-4abf-9f5b-9719fac9e150 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:37:13.408 +05:30 66de5251-8699-4abf-9f5b-9719fac9e150 INF CORS policy execution successful. 2024-09-07 12:37:13.409 +05:30 66de5251-8699-4abf-9f5b-9719fac9e150 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5383ms 2024-09-07 12:37:13.454 +05:30 2adc36ff-ebb8-4034-a3e9-c0bccc0b91da INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:37:13.455 +05:30 2adc36ff-ebb8-4034-a3e9-c0bccc0b91da INF CORS policy execution successful. 2024-09-07 12:37:13.455 +05:30 2adc36ff-ebb8-4034-a3e9-c0bccc0b91da INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:13.455 +05:30 237f2dda-e0bc-4c5b-9e2a-42887cfe59d6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:13.455 +05:30 237f2dda-e0bc-4c5b-9e2a-42887cfe59d6 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:13.460 +05:30 237f2dda-e0bc-4c5b-9e2a-42887cfe59d6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:13.460 +05:30 237f2dda-e0bc-4c5b-9e2a-42887cfe59d6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.9739ms 2024-09-07 12:37:13.460 +05:30 237f2dda-e0bc-4c5b-9e2a-42887cfe59d6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:13.461 +05:30 237f2dda-e0bc-4c5b-9e2a-42887cfe59d6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2adc36ff-ebb8-4034-a3e9-c0bccc0b91da}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:37:13.461 +05:30 237f2dda-e0bc-4c5b-9e2a-42887cfe59d6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 6.5919ms 2024-09-07 12:37:14.813 +05:30 61518ca5-5a92-4dda-b053-1556e2c95671 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:37:14.814 +05:30 61518ca5-5a92-4dda-b053-1556e2c95671 INF CORS policy execution successful. 2024-09-07 12:37:14.815 +05:30 61518ca5-5a92-4dda-b053-1556e2c95671 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:14.815 +05:30 0994057c-a5d3-416a-aa0f-345e2c01e0e3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:14.815 +05:30 0994057c-a5d3-416a-aa0f-345e2c01e0e3 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:14.819 +05:30 0994057c-a5d3-416a-aa0f-345e2c01e0e3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:14.819 +05:30 0994057c-a5d3-416a-aa0f-345e2c01e0e3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.9013ms 2024-09-07 12:37:14.819 +05:30 0994057c-a5d3-416a-aa0f-345e2c01e0e3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:14.819 +05:30 0994057c-a5d3-416a-aa0f-345e2c01e0e3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 61518ca5-5a92-4dda-b053-1556e2c95671}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:37:14.820 +05:30 0994057c-a5d3-416a-aa0f-345e2c01e0e3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 6.1512ms 2024-09-07 12:37:38.115 +05:30 cd32abc4-9ab4-4d98-8532-81ca50dc2116 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout25&tagId=20 - null null 2024-09-07 12:37:38.116 +05:30 cd32abc4-9ab4-4d98-8532-81ca50dc2116 INF CORS policy execution successful. 2024-09-07 12:37:38.117 +05:30 cd32abc4-9ab4-4d98-8532-81ca50dc2116 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout25&tagId=20 - 204 null null 1.4992ms 2024-09-07 12:37:38.165 +05:30 38ee93c7-a4b9-4a4b-b53f-15db6f095cd5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout25&tagId=20 - null null 2024-09-07 12:37:38.168 +05:30 38ee93c7-a4b9-4a4b-b53f-15db6f095cd5 INF CORS policy execution successful. 2024-09-07 12:37:38.169 +05:30 38ee93c7-a4b9-4a4b-b53f-15db6f095cd5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout25&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:38.170 +05:30 ef802cd0-d435-42db-9b78-549461a70a01 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:38.170 +05:30 ef802cd0-d435-42db-9b78-549461a70a01 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:38.184 +05:30 ef802cd0-d435-42db-9b78-549461a70a01 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:38.185 +05:30 ef802cd0-d435-42db-9b78-549461a70a01 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 13.9615ms 2024-09-07 12:37:38.185 +05:30 ef802cd0-d435-42db-9b78-549461a70a01 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:38.185 +05:30 ef802cd0-d435-42db-9b78-549461a70a01 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 38ee93c7-a4b9-4a4b-b53f-15db6f095cd5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":120,\"Name\":\"layout25\"}]"} 2024-09-07 12:37:38.185 +05:30 ef802cd0-d435-42db-9b78-549461a70a01 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout25&tagId=20 - 200 132 application/json; charset=utf-8 20.682ms 2024-09-07 12:37:48.041 +05:30 fb860c7c-ebcf-41bf-ab83-56458ba54489 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=120 - null null 2024-09-07 12:37:48.041 +05:30 fb860c7c-ebcf-41bf-ab83-56458ba54489 INF CORS policy execution successful. 2024-09-07 12:37:48.042 +05:30 fb860c7c-ebcf-41bf-ab83-56458ba54489 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=120 - 204 null null 1.0085ms 2024-09-07 12:37:48.044 +05:30 23ead242-b0b2-4e54-91ed-a3ca268c96e6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=120 - null null 2024-09-07 12:37:48.044 +05:30 23ead242-b0b2-4e54-91ed-a3ca268c96e6 INF CORS policy execution successful. 2024-09-07 12:37:48.044 +05:30 23ead242-b0b2-4e54-91ed-a3ca268c96e6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=120 - 204 null null 0.3372ms 2024-09-07 12:37:48.091 +05:30 87617a38-a844-46bb-967c-badb02e4c463 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=120 - null null 2024-09-07 12:37:48.092 +05:30 87617a38-a844-46bb-967c-badb02e4c463 INF CORS policy execution successful. 2024-09-07 12:37:48.093 +05:30 87617a38-a844-46bb-967c-badb02e4c463 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=120 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:48.093 +05:30 b4f6ee14-cd8a-4971-bb52-7030275bd15b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.093 +05:30 b4f6ee14-cd8a-4971-bb52-7030275bd15b INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:48.126 +05:30 b4f6ee14-cd8a-4971-bb52-7030275bd15b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:48.127 +05:30 b4f6ee14-cd8a-4971-bb52-7030275bd15b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 33.0583ms 2024-09-07 12:37:48.127 +05:30 b4f6ee14-cd8a-4971-bb52-7030275bd15b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.127 +05:30 b4f6ee14-cd8a-4971-bb52-7030275bd15b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 87617a38-a844-46bb-967c-badb02e4c463}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1452} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":120,\"Name\":\"layout25\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":120,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":120,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":120,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":120,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:37:48.127 +05:30 b4f6ee14-cd8a-4971-bb52-7030275bd15b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=120 - 200 1452 application/json; charset=utf-8 36.219ms 2024-09-07 12:37:48.187 +05:30 73da19a7-d6c5-41c5-8923-a798400c461b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=120 - null null 2024-09-07 12:37:48.188 +05:30 73da19a7-d6c5-41c5-8923-a798400c461b INF CORS policy execution successful. 2024-09-07 12:37:48.188 +05:30 73da19a7-d6c5-41c5-8923-a798400c461b INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=120 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:48.188 +05:30 7df958f2-e649-4b46-aad6-981097e2c6d5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.188 +05:30 7df958f2-e649-4b46-aad6-981097e2c6d5 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:48.211 +05:30 7df958f2-e649-4b46-aad6-981097e2c6d5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:48.211 +05:30 7df958f2-e649-4b46-aad6-981097e2c6d5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 22.8807ms 2024-09-07 12:37:48.211 +05:30 7df958f2-e649-4b46-aad6-981097e2c6d5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.211 +05:30 7df958f2-e649-4b46-aad6-981097e2c6d5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 73da19a7-d6c5-41c5-8923-a798400c461b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1452} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":120,\"Name\":\"layout25\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":false,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":120,\"Field\":196,\"FieldName\":\"iStatus\",\"Caption\":\"iStatus\",\"Alignment\":1,\"Width\":80,\"Order\":1,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":120,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"bGroup\",\"Alignment\":1,\"Width\":80,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":120,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":120,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"Name\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 12:37:48.211 +05:30 7df958f2-e649-4b46-aad6-981097e2c6d5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=120 - 200 1452 application/json; charset=utf-8 24.2362ms 2024-09-07 12:37:48.295 +05:30 99b6752b-d66c-42d1-8cf4-fb26c575b303 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:37:48.296 +05:30 99b6752b-d66c-42d1-8cf4-fb26c575b303 INF CORS policy execution successful. 2024-09-07 12:37:48.296 +05:30 99b6752b-d66c-42d1-8cf4-fb26c575b303 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.4388ms 2024-09-07 12:37:48.344 +05:30 840ec6d1-c5ca-43e1-b41a-1d6c5379d943 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:37:48.345 +05:30 840ec6d1-c5ca-43e1-b41a-1d6c5379d943 INF CORS policy execution successful. 2024-09-07 12:37:48.345 +05:30 840ec6d1-c5ca-43e1-b41a-1d6c5379d943 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:48.345 +05:30 14026570-dea0-4238-bd4a-fed1258661da INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.345 +05:30 14026570-dea0-4238-bd4a-fed1258661da INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:48.364 +05:30 14026570-dea0-4238-bd4a-fed1258661da INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:48.364 +05:30 14026570-dea0-4238-bd4a-fed1258661da INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 19.0426ms 2024-09-07 12:37:48.364 +05:30 14026570-dea0-4238-bd4a-fed1258661da INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.365 +05:30 14026570-dea0-4238-bd4a-fed1258661da INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 840ec6d1-c5ca-43e1-b41a-1d6c5379d943}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:37:48.365 +05:30 14026570-dea0-4238-bd4a-fed1258661da INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 20.6123ms 2024-09-07 12:37:48.396 +05:30 1b04c742-a501-466e-8b0b-9e7caaea18d1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:37:48.397 +05:30 1b04c742-a501-466e-8b0b-9e7caaea18d1 INF CORS policy execution successful. 2024-09-07 12:37:48.397 +05:30 1b04c742-a501-466e-8b0b-9e7caaea18d1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4778ms 2024-09-07 12:37:48.410 +05:30 566e593b-f9fd-4f86-8fc3-ffe8da756c7f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:37:48.410 +05:30 566e593b-f9fd-4f86-8fc3-ffe8da756c7f INF CORS policy execution successful. 2024-09-07 12:37:48.410 +05:30 566e593b-f9fd-4f86-8fc3-ffe8da756c7f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5162ms 2024-09-07 12:37:48.449 +05:30 a63a45f1-18bb-4a63-a368-2bb0733e4f58 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:37:48.449 +05:30 a63a45f1-18bb-4a63-a368-2bb0733e4f58 INF CORS policy execution successful. 2024-09-07 12:37:48.450 +05:30 a63a45f1-18bb-4a63-a368-2bb0733e4f58 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:48.450 +05:30 c7e080a3-3edb-44f9-8482-c9ee26e481c6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.450 +05:30 c7e080a3-3edb-44f9-8482-c9ee26e481c6 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:37:48.460 +05:30 c7e080a3-3edb-44f9-8482-c9ee26e481c6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:48.460 +05:30 c7e080a3-3edb-44f9-8482-c9ee26e481c6 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 9.9446ms 2024-09-07 12:37:48.460 +05:30 c7e080a3-3edb-44f9-8482-c9ee26e481c6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.460 +05:30 c7e080a3-3edb-44f9-8482-c9ee26e481c6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a63a45f1-18bb-4a63-a368-2bb0733e4f58}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:37:48.460 +05:30 c7e080a3-3edb-44f9-8482-c9ee26e481c6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.4457ms 2024-09-07 12:37:48.515 +05:30 a9c89862-ed3d-4a59-943d-5c6c3d7d3522 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:37:48.516 +05:30 a9c89862-ed3d-4a59-943d-5c6c3d7d3522 INF CORS policy execution successful. 2024-09-07 12:37:48.516 +05:30 a9c89862-ed3d-4a59-943d-5c6c3d7d3522 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:48.516 +05:30 98250a55-4d81-4229-9135-7fee395aef6a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.516 +05:30 98250a55-4d81-4229-9135-7fee395aef6a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:37:48.528 +05:30 98250a55-4d81-4229-9135-7fee395aef6a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:48.528 +05:30 98250a55-4d81-4229-9135-7fee395aef6a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.4976ms 2024-09-07 12:37:48.528 +05:30 98250a55-4d81-4229-9135-7fee395aef6a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.528 +05:30 98250a55-4d81-4229-9135-7fee395aef6a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a9c89862-ed3d-4a59-943d-5c6c3d7d3522}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:37:48.528 +05:30 98250a55-4d81-4229-9135-7fee395aef6a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 12.9853ms 2024-09-07 12:37:48.685 +05:30 9dbf9b47-bc87-4a8c-94b3-65801a430c96 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:37:48.686 +05:30 9dbf9b47-bc87-4a8c-94b3-65801a430c96 INF CORS policy execution successful. 2024-09-07 12:37:48.686 +05:30 9dbf9b47-bc87-4a8c-94b3-65801a430c96 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6628ms 2024-09-07 12:37:48.752 +05:30 b6cd980a-0ce8-45c9-a1f6-2705cc46741c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:37:48.753 +05:30 b6cd980a-0ce8-45c9-a1f6-2705cc46741c INF CORS policy execution successful. 2024-09-07 12:37:48.753 +05:30 b6cd980a-0ce8-45c9-a1f6-2705cc46741c INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:48.753 +05:30 3b099ef9-ef1c-47f3-8153-6a7121fe2b8e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.754 +05:30 3b099ef9-ef1c-47f3-8153-6a7121fe2b8e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:37:48.764 +05:30 3b099ef9-ef1c-47f3-8153-6a7121fe2b8e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:48.764 +05:30 3b099ef9-ef1c-47f3-8153-6a7121fe2b8e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 10.2472ms 2024-09-07 12:37:48.764 +05:30 3b099ef9-ef1c-47f3-8153-6a7121fe2b8e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:37:48.764 +05:30 3b099ef9-ef1c-47f3-8153-6a7121fe2b8e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b6cd980a-0ce8-45c9-a1f6-2705cc46741c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:37:48.765 +05:30 3b099ef9-ef1c-47f3-8153-6a7121fe2b8e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 12.1132ms 2024-09-07 12:37:50.595 +05:30 a1c7659d-3a1b-4672-b2bf-edfccf4998ce INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:37:50.595 +05:30 a1c7659d-3a1b-4672-b2bf-edfccf4998ce INF CORS policy execution successful. 2024-09-07 12:37:50.596 +05:30 a1c7659d-3a1b-4672-b2bf-edfccf4998ce INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.7143ms 2024-09-07 12:37:50.646 +05:30 c68bd842-06dd-4a3b-add2-069be984d61f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:37:50.646 +05:30 c68bd842-06dd-4a3b-add2-069be984d61f INF CORS policy execution successful. 2024-09-07 12:37:50.646 +05:30 c68bd842-06dd-4a3b-add2-069be984d61f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:50.647 +05:30 7f5bec6a-b938-4344-a399-f07ff11364d2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:50.647 +05:30 7f5bec6a-b938-4344-a399-f07ff11364d2 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:50.657 +05:30 7f5bec6a-b938-4344-a399-f07ff11364d2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:50.657 +05:30 7f5bec6a-b938-4344-a399-f07ff11364d2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.9012ms 2024-09-07 12:37:50.657 +05:30 7f5bec6a-b938-4344-a399-f07ff11364d2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:50.657 +05:30 7f5bec6a-b938-4344-a399-f07ff11364d2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c68bd842-06dd-4a3b-add2-069be984d61f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:37:50.657 +05:30 7f5bec6a-b938-4344-a399-f07ff11364d2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 11.8699ms 2024-09-07 12:37:50.999 +05:30 c9a6b23c-03f2-4d9a-b572-5adac0592c3c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:37:50.999 +05:30 c9a6b23c-03f2-4d9a-b572-5adac0592c3c INF CORS policy execution successful. 2024-09-07 12:37:51.000 +05:30 c9a6b23c-03f2-4d9a-b572-5adac0592c3c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5254ms 2024-09-07 12:37:51.047 +05:30 4f095e5e-d7ac-4aa0-ac32-8436825b9752 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:37:51.048 +05:30 4f095e5e-d7ac-4aa0-ac32-8436825b9752 INF CORS policy execution successful. 2024-09-07 12:37:51.048 +05:30 4f095e5e-d7ac-4aa0-ac32-8436825b9752 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:37:51.048 +05:30 b509372f-c7dd-41a7-a990-9fce76fd8238 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:51.048 +05:30 b509372f-c7dd-41a7-a990-9fce76fd8238 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:37:51.068 +05:30 b509372f-c7dd-41a7-a990-9fce76fd8238 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:37:51.068 +05:30 b509372f-c7dd-41a7-a990-9fce76fd8238 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 19.9015ms 2024-09-07 12:37:51.069 +05:30 b509372f-c7dd-41a7-a990-9fce76fd8238 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:37:51.069 +05:30 b509372f-c7dd-41a7-a990-9fce76fd8238 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4f095e5e-d7ac-4aa0-ac32-8436825b9752}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:37:51.069 +05:30 b509372f-c7dd-41a7-a990-9fce76fd8238 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 22.2793ms 2024-09-07 12:38:24.158 +05:30 06e91c84-4751-459a-ac47-ee8fb627b86b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:38:24.159 +05:30 06e91c84-4751-459a-ac47-ee8fb627b86b INF CORS policy execution successful. 2024-09-07 12:38:24.160 +05:30 06e91c84-4751-459a-ac47-ee8fb627b86b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.6475ms 2024-09-07 12:38:24.193 +05:30 d707eaf7-b8c2-4a26-be98-3269eee2f22a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:38:24.195 +05:30 d707eaf7-b8c2-4a26-be98-3269eee2f22a INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 4:59:32 AM', Current time (UTC): '9/7/2024 7:08:24 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:38:24.198 +05:30 d707eaf7-b8c2-4a26-be98-3269eee2f22a INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 4:59:32 AM', Current time (UTC): '9/7/2024 7:08:24 AM'. 2024-09-07 12:38:24.198 +05:30 d707eaf7-b8c2-4a26-be98-3269eee2f22a INF CORS policy execution successful. 2024-09-07 12:38:24.198 +05:30 d707eaf7-b8c2-4a26-be98-3269eee2f22a INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2ODQ1NzIsImV4cCI6MTcyNTY4NTE3MiwiaWF0IjoxNzI1Njg0NTcyfQ.AhIFm5xLKDnKOFG7lHXY4lD0OKTPPd4nzjLmogFnS2o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 12:38:24.199 +05:30 5c297ddc-57d6-4073-a5fc-9b8bd0049272 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:38:24.200 +05:30 5c297ddc-57d6-4073-a5fc-9b8bd0049272 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:38:24.200 +05:30 5c297ddc-57d6-4073-a5fc-9b8bd0049272 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: d707eaf7-b8c2-4a26-be98-3269eee2f22a}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 04:59:32'"} Body: 2024-09-07 12:38:24.200 +05:30 5c297ddc-57d6-4073-a5fc-9b8bd0049272 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 401 null null 7.3674ms 2024-09-07 12:38:26.043 +05:30 b7b1d819-ae34-40d8-afbb-9038bbd6ddc5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:38:26.043 +05:30 b7b1d819-ae34-40d8-afbb-9038bbd6ddc5 INF CORS policy execution successful. 2024-09-07 12:38:26.043 +05:30 b7b1d819-ae34-40d8-afbb-9038bbd6ddc5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.54ms 2024-09-07 12:38:26.075 +05:30 990de0ae-3a92-4c9e-bc6d-2a614f09908d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:38:26.076 +05:30 990de0ae-3a92-4c9e-bc6d-2a614f09908d INF CORS policy execution successful. 2024-09-07 12:38:26.076 +05:30 990de0ae-3a92-4c9e-bc6d-2a614f09908d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.49ms 2024-09-07 12:38:26.591 +05:30 3b46e4d4-69bc-40d8-8fb6-1c07c3b883af INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:38:26.592 +05:30 3b46e4d4-69bc-40d8-8fb6-1c07c3b883af INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. ---> Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. at Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.ReadToken(ReadOnlyMemory`1 encodedTokenMemory) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadToken(String token, TokenValidationParameters validationParameters) --- End of inner exception stack trace --- 2024-09-07 12:38:26.593 +05:30 3b46e4d4-69bc-40d8-8fb6-1c07c3b883af INF Bearer was not authenticated. Failure message: IDX14100: JWT is not well formed, there are no dots (.). The token needs to be in JWS or JWE Compact Serialization Format. (JWS): 'EncodedHeader.EndcodedPayload.EncodedSignature'. (JWE): 'EncodedProtectedHeader.EncodedEncryptedKey.EncodedInitializationVector.EncodedCiphertext.EncodedAuthenticationTag'. 2024-09-07 12:38:26.593 +05:30 3b46e4d4-69bc-40d8-8fb6-1c07c3b883af INF CORS policy execution successful. 2024-09-07 12:38:26.593 +05:30 3b46e4d4-69bc-40d8-8fb6-1c07c3b883af INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer null}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-07 12:38:26.594 +05:30 4d147db4-0530-4f90-9f24-fb709a06b950 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:38:26.594 +05:30 4d147db4-0530-4f90-9f24-fb709a06b950 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:38:26.594 +05:30 4d147db4-0530-4f90-9f24-fb709a06b950 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 3b46e4d4-69bc-40d8-8fb6-1c07c3b883af}, {WWW-Authenticate: Bearer error="invalid_token"} Body: 2024-09-07 12:38:26.595 +05:30 4d147db4-0530-4f90-9f24-fb709a06b950 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 401 null null 3.3515ms 2024-09-07 12:42:53.250 +05:30 eb4f149f-3dcd-49e4-81c7-f78c5ba50065 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:42:53.251 +05:30 eb4f149f-3dcd-49e4-81c7-f78c5ba50065 INF CORS policy execution successful. 2024-09-07 12:42:53.252 +05:30 eb4f149f-3dcd-49e4-81c7-f78c5ba50065 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.3941ms 2024-09-07 12:42:53.252 +05:30 61c8e7a4-31a0-4cc2-a15d-0ffc822b1af0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:42:53.252 +05:30 61c8e7a4-31a0-4cc2-a15d-0ffc822b1af0 INF CORS policy execution successful. 2024-09-07 12:42:53.252 +05:30 61c8e7a4-31a0-4cc2-a15d-0ffc822b1af0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.4484ms 2024-09-07 12:42:53.296 +05:30 676bc56c-a00e-40c3-9abf-05d1e2fb63a8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:42:53.296 +05:30 676bc56c-a00e-40c3-9abf-05d1e2fb63a8 INF CORS policy execution successful. 2024-09-07 12:42:53.296 +05:30 676bc56c-a00e-40c3-9abf-05d1e2fb63a8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.4921ms 2024-09-07 12:42:53.309 +05:30 ae8516bc-a333-4365-b1b9-184dc0a9895c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:42:53.311 +05:30 ae8516bc-a333-4365-b1b9-184dc0a9895c INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 7:11:06 AM', Current time (UTC): '9/7/2024 7:12:53 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:42:53.313 +05:30 ae8516bc-a333-4365-b1b9-184dc0a9895c INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 7:11:06 AM', Current time (UTC): '9/7/2024 7:12:53 AM'. 2024-09-07 12:42:53.313 +05:30 ae8516bc-a333-4365-b1b9-184dc0a9895c INF CORS policy execution successful. 2024-09-07 12:42:53.314 +05:30 ae8516bc-a333-4365-b1b9-184dc0a9895c INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:53.315 +05:30 18feb79d-5c24-4da2-890a-cc068c31eaae INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:42:53.315 +05:30 18feb79d-5c24-4da2-890a-cc068c31eaae INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:42:53.315 +05:30 18feb79d-5c24-4da2-890a-cc068c31eaae INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: ae8516bc-a333-4365-b1b9-184dc0a9895c}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 07:11:06'"} Body: 2024-09-07 12:42:53.316 +05:30 18feb79d-5c24-4da2-890a-cc068c31eaae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 401 null null 6.7179ms 2024-09-07 12:42:53.371 +05:30 96aa6fa8-c177-46f2-ba06-179f100513dc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:42:53.372 +05:30 96aa6fa8-c177-46f2-ba06-179f100513dc INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 7:11:06 AM', Current time (UTC): '9/7/2024 7:12:53 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:42:53.373 +05:30 96aa6fa8-c177-46f2-ba06-179f100513dc INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 7:11:06 AM', Current time (UTC): '9/7/2024 7:12:53 AM'. 2024-09-07 12:42:53.373 +05:30 96aa6fa8-c177-46f2-ba06-179f100513dc INF CORS policy execution successful. 2024-09-07 12:42:53.373 +05:30 96aa6fa8-c177-46f2-ba06-179f100513dc INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:53.373 +05:30 9f492ab0-ac78-4466-ae27-736f1dce94d0 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:42:53.373 +05:30 9f492ab0-ac78-4466-ae27-736f1dce94d0 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:42:53.374 +05:30 9f492ab0-ac78-4466-ae27-736f1dce94d0 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 96aa6fa8-c177-46f2-ba06-179f100513dc}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 07:11:06'"} Body: 2024-09-07 12:42:53.374 +05:30 9f492ab0-ac78-4466-ae27-736f1dce94d0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 401 null null 2.6753ms 2024-09-07 12:42:53.500 +05:30 5ac4e53c-9a62-443e-a32b-c88724e9a968 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:42:53.500 +05:30 b3e9ab39-544e-4137-a875-1c1f8af0830f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:42:53.500 +05:30 b3e9ab39-544e-4137-a875-1c1f8af0830f INF CORS policy execution successful. 2024-09-07 12:42:53.500 +05:30 5ac4e53c-9a62-443e-a32b-c88724e9a968 INF CORS policy execution successful. 2024-09-07 12:42:53.500 +05:30 b3e9ab39-544e-4137-a875-1c1f8af0830f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.3627ms 2024-09-07 12:42:53.500 +05:30 5ac4e53c-9a62-443e-a32b-c88724e9a968 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:53.501 +05:30 699ebfa9-9769-4221-b68e-1499b3206e5d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:42:53.501 +05:30 699ebfa9-9769-4221-b68e-1499b3206e5d INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:42:53.524 +05:30 699ebfa9-9769-4221-b68e-1499b3206e5d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:53.524 +05:30 699ebfa9-9769-4221-b68e-1499b3206e5d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 22.9924ms 2024-09-07 12:42:53.524 +05:30 699ebfa9-9769-4221-b68e-1499b3206e5d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:42:53.525 +05:30 699ebfa9-9769-4221-b68e-1499b3206e5d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5ac4e53c-9a62-443e-a32b-c88724e9a968}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:42:53.525 +05:30 699ebfa9-9769-4221-b68e-1499b3206e5d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 25.6777ms 2024-09-07 12:42:53.568 +05:30 6cb09969-1756-43bf-a648-d98bc4f8ed2d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:42:53.569 +05:30 6cb09969-1756-43bf-a648-d98bc4f8ed2d INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 7:11:06 AM', Current time (UTC): '9/7/2024 7:12:53 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:42:53.569 +05:30 6cb09969-1756-43bf-a648-d98bc4f8ed2d INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 7:11:06 AM', Current time (UTC): '9/7/2024 7:12:53 AM'. 2024-09-07 12:42:53.569 +05:30 6cb09969-1756-43bf-a648-d98bc4f8ed2d INF CORS policy execution successful. 2024-09-07 12:42:53.570 +05:30 6cb09969-1756-43bf-a648-d98bc4f8ed2d INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:53.570 +05:30 46bef3a1-4f82-4986-af16-679934bf4b6e INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:42:53.570 +05:30 46bef3a1-4f82-4986-af16-679934bf4b6e INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:42:53.570 +05:30 46bef3a1-4f82-4986-af16-679934bf4b6e INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 6cb09969-1756-43bf-a648-d98bc4f8ed2d}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 07:11:06'"} Body: 2024-09-07 12:42:53.570 +05:30 46bef3a1-4f82-4986-af16-679934bf4b6e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 401 null null 1.8042ms 2024-09-07 12:42:53.602 +05:30 cfe358ff-d9bd-4d78-8d72-d7d7500daf72 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:42:53.603 +05:30 cfe358ff-d9bd-4d78-8d72-d7d7500daf72 INF CORS policy execution successful. 2024-09-07 12:42:53.603 +05:30 cfe358ff-d9bd-4d78-8d72-d7d7500daf72 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:53.603 +05:30 a818556a-a63d-4a5a-b915-285ea565457d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:42:53.603 +05:30 a818556a-a63d-4a5a-b915-285ea565457d INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:42:53.608 +05:30 a818556a-a63d-4a5a-b915-285ea565457d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:53.608 +05:30 a818556a-a63d-4a5a-b915-285ea565457d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.9405ms 2024-09-07 12:42:53.608 +05:30 a818556a-a63d-4a5a-b915-285ea565457d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:42:53.609 +05:30 a818556a-a63d-4a5a-b915-285ea565457d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cfe358ff-d9bd-4d78-8d72-d7d7500daf72}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:42:53.609 +05:30 a818556a-a63d-4a5a-b915-285ea565457d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 6.4683ms 2024-09-07 12:42:53.663 +05:30 69ca5596-2d8f-488f-83b6-41267608e14b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:42:53.664 +05:30 69ca5596-2d8f-488f-83b6-41267608e14b INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 7:11:06 AM', Current time (UTC): '9/7/2024 7:12:53 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 12:42:53.664 +05:30 69ca5596-2d8f-488f-83b6-41267608e14b INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 7:11:06 AM', Current time (UTC): '9/7/2024 7:12:53 AM'. 2024-09-07 12:42:53.664 +05:30 69ca5596-2d8f-488f-83b6-41267608e14b INF CORS policy execution successful. 2024-09-07 12:42:53.665 +05:30 69ca5596-2d8f-488f-83b6-41267608e14b INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTI0NjYsImV4cCI6MTcyNTY5MzA2NiwiaWF0IjoxNzI1NjkyNDY2fQ.foc6RzEo2OJoOx7_tWPLoyWrlhQKhrdMtEP2k9avl5w}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:53.665 +05:30 6a69e06c-7d2d-4949-8bc9-d6a13cdd747c INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 12:42:53.665 +05:30 6a69e06c-7d2d-4949-8bc9-d6a13cdd747c INF AuthenticationScheme: Bearer was challenged. 2024-09-07 12:42:53.665 +05:30 6a69e06c-7d2d-4949-8bc9-d6a13cdd747c INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 69ca5596-2d8f-488f-83b6-41267608e14b}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 07:11:06'"} Body: 2024-09-07 12:42:53.666 +05:30 6a69e06c-7d2d-4949-8bc9-d6a13cdd747c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 401 null null 2.7706ms 2024-09-07 12:42:53.752 +05:30 88a642e6-bc1a-46e6-910c-bb15b988b9d7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:42:53.752 +05:30 88a642e6-bc1a-46e6-910c-bb15b988b9d7 INF CORS policy execution successful. 2024-09-07 12:42:53.753 +05:30 88a642e6-bc1a-46e6-910c-bb15b988b9d7 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:53.753 +05:30 a1319963-a434-427f-ae8c-090a2d1c14ca INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:42:53.753 +05:30 a1319963-a434-427f-ae8c-090a2d1c14ca INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 12:42:53.757 +05:30 d5a4a7ff-ad21-4c4a-8fda-a2af3766c49e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:42:53.758 +05:30 d5a4a7ff-ad21-4c4a-8fda-a2af3766c49e INF CORS policy execution successful. 2024-09-07 12:42:53.758 +05:30 d5a4a7ff-ad21-4c4a-8fda-a2af3766c49e INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:53.759 +05:30 9230e151-a968-4f39-94dd-27021c64eca3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:42:53.759 +05:30 9230e151-a968-4f39-94dd-27021c64eca3 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:42:53.886 +05:30 a1319963-a434-427f-ae8c-090a2d1c14ca INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:53.886 +05:30 a1319963-a434-427f-ae8c-090a2d1c14ca INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 133.1784ms 2024-09-07 12:42:53.887 +05:30 a1319963-a434-427f-ae8c-090a2d1c14ca INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:42:53.887 +05:30 a1319963-a434-427f-ae8c-090a2d1c14ca INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 88a642e6-bc1a-46e6-910c-bb15b988b9d7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 12:42:53.887 +05:30 a1319963-a434-427f-ae8c-090a2d1c14ca INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 135.3361ms 2024-09-07 12:42:53.904 +05:30 9230e151-a968-4f39-94dd-27021c64eca3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:53.904 +05:30 9230e151-a968-4f39-94dd-27021c64eca3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 144.2958ms 2024-09-07 12:42:53.904 +05:30 9230e151-a968-4f39-94dd-27021c64eca3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:42:53.904 +05:30 9230e151-a968-4f39-94dd-27021c64eca3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d5a4a7ff-ad21-4c4a-8fda-a2af3766c49e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:42:53.905 +05:30 9230e151-a968-4f39-94dd-27021c64eca3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 147.69ms 2024-09-07 12:42:54.193 +05:30 da667049-c8d3-4a06-ad98-bb67139965a6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:42:54.194 +05:30 da667049-c8d3-4a06-ad98-bb67139965a6 INF CORS policy execution successful. 2024-09-07 12:42:54.194 +05:30 da667049-c8d3-4a06-ad98-bb67139965a6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.5329ms 2024-09-07 12:42:54.252 +05:30 b1c77151-d501-4d5e-bf72-24fd88027c26 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:42:54.252 +05:30 b1c77151-d501-4d5e-bf72-24fd88027c26 INF CORS policy execution successful. 2024-09-07 12:42:54.253 +05:30 b1c77151-d501-4d5e-bf72-24fd88027c26 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:54.253 +05:30 d359418b-8d79-4b0d-9f5d-8139538570dc INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:42:54.253 +05:30 d359418b-8d79-4b0d-9f5d-8139538570dc INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:42:54.261 +05:30 d359418b-8d79-4b0d-9f5d-8139538570dc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:54.261 +05:30 d359418b-8d79-4b0d-9f5d-8139538570dc INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.2797ms 2024-09-07 12:42:54.261 +05:30 d359418b-8d79-4b0d-9f5d-8139538570dc INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:42:54.261 +05:30 d359418b-8d79-4b0d-9f5d-8139538570dc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b1c77151-d501-4d5e-bf72-24fd88027c26}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 12:42:54.262 +05:30 d359418b-8d79-4b0d-9f5d-8139538570dc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 9.9119ms 2024-09-07 12:42:56.418 +05:30 353263c0-e143-491d-8f2a-d1c625086c50 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:42:56.419 +05:30 353263c0-e143-491d-8f2a-d1c625086c50 INF CORS policy execution successful. 2024-09-07 12:42:56.420 +05:30 353263c0-e143-491d-8f2a-d1c625086c50 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.6392ms 2024-09-07 12:42:56.422 +05:30 2e14f78e-6100-4f6e-ba5a-5a9ba06e6a46 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:42:56.423 +05:30 2e14f78e-6100-4f6e-ba5a-5a9ba06e6a46 INF CORS policy execution successful. 2024-09-07 12:42:56.423 +05:30 2e14f78e-6100-4f6e-ba5a-5a9ba06e6a46 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.3666ms 2024-09-07 12:42:56.482 +05:30 fb45049c-81d2-475f-a913-56f33582c780 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:42:56.483 +05:30 fb45049c-81d2-475f-a913-56f33582c780 INF CORS policy execution successful. 2024-09-07 12:42:56.483 +05:30 fb45049c-81d2-475f-a913-56f33582c780 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:56.484 +05:30 99e59441-87af-464a-ae35-5c99d08a5592 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:42:56.484 +05:30 99e59441-87af-464a-ae35-5c99d08a5592 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:42:56.496 +05:30 99e59441-87af-464a-ae35-5c99d08a5592 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:56.496 +05:30 99e59441-87af-464a-ae35-5c99d08a5592 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.9314ms 2024-09-07 12:42:56.496 +05:30 99e59441-87af-464a-ae35-5c99d08a5592 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:42:56.496 +05:30 99e59441-87af-464a-ae35-5c99d08a5592 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fb45049c-81d2-475f-a913-56f33582c780}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:42:56.496 +05:30 99e59441-87af-464a-ae35-5c99d08a5592 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 14.9549ms 2024-09-07 12:42:56.557 +05:30 3bc587c9-97fa-420c-889c-cbc2d9e665c8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:42:56.558 +05:30 3bc587c9-97fa-420c-889c-cbc2d9e665c8 INF CORS policy execution successful. 2024-09-07 12:42:56.558 +05:30 3bc587c9-97fa-420c-889c-cbc2d9e665c8 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:56.558 +05:30 defc7b8b-0b66-4507-a72f-594a6ffe948e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:42:56.558 +05:30 defc7b8b-0b66-4507-a72f-594a6ffe948e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:42:56.562 +05:30 defc7b8b-0b66-4507-a72f-594a6ffe948e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:56.562 +05:30 defc7b8b-0b66-4507-a72f-594a6ffe948e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.1753ms 2024-09-07 12:42:56.562 +05:30 defc7b8b-0b66-4507-a72f-594a6ffe948e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:42:56.562 +05:30 defc7b8b-0b66-4507-a72f-594a6ffe948e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3bc587c9-97fa-420c-889c-cbc2d9e665c8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:42:56.562 +05:30 defc7b8b-0b66-4507-a72f-594a6ffe948e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.806ms 2024-09-07 12:42:58.241 +05:30 b9066192-abbd-4634-a7fc-1161d742fac1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:42:58.241 +05:30 b9066192-abbd-4634-a7fc-1161d742fac1 INF CORS policy execution successful. 2024-09-07 12:42:58.241 +05:30 b9066192-abbd-4634-a7fc-1161d742fac1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.6397ms 2024-09-07 12:42:58.297 +05:30 3cd55dc5-9f36-4c27-a5b0-cb1481c97535 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:42:58.298 +05:30 3cd55dc5-9f36-4c27-a5b0-cb1481c97535 INF CORS policy execution successful. 2024-09-07 12:42:58.299 +05:30 3cd55dc5-9f36-4c27-a5b0-cb1481c97535 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:58.299 +05:30 ee36c790-6356-4605-9451-5e69b343be30 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:42:58.299 +05:30 ee36c790-6356-4605-9451-5e69b343be30 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:42:58.318 +05:30 ee36c790-6356-4605-9451-5e69b343be30 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:58.319 +05:30 ee36c790-6356-4605-9451-5e69b343be30 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 19.5043ms 2024-09-07 12:42:58.319 +05:30 ee36c790-6356-4605-9451-5e69b343be30 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:42:58.319 +05:30 ee36c790-6356-4605-9451-5e69b343be30 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3cd55dc5-9f36-4c27-a5b0-cb1481c97535}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:42:58.319 +05:30 ee36c790-6356-4605-9451-5e69b343be30 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 22.1075ms 2024-09-07 12:42:58.546 +05:30 31717f90-cde3-49f3-aebf-f78e85e60112 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:42:58.546 +05:30 31717f90-cde3-49f3-aebf-f78e85e60112 INF CORS policy execution successful. 2024-09-07 12:42:58.546 +05:30 31717f90-cde3-49f3-aebf-f78e85e60112 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5345ms 2024-09-07 12:42:58.603 +05:30 9766dc32-5063-4691-b7da-eeacef87abf2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:42:58.604 +05:30 9766dc32-5063-4691-b7da-eeacef87abf2 INF CORS policy execution successful. 2024-09-07 12:42:58.605 +05:30 9766dc32-5063-4691-b7da-eeacef87abf2 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:42:58.605 +05:30 74c2cb5d-ba1f-4c29-a717-bbf312c7dd13 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:42:58.605 +05:30 74c2cb5d-ba1f-4c29-a717-bbf312c7dd13 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:42:58.630 +05:30 74c2cb5d-ba1f-4c29-a717-bbf312c7dd13 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:42:58.630 +05:30 74c2cb5d-ba1f-4c29-a717-bbf312c7dd13 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 24.6518ms 2024-09-07 12:42:58.630 +05:30 74c2cb5d-ba1f-4c29-a717-bbf312c7dd13 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:42:58.630 +05:30 74c2cb5d-ba1f-4c29-a717-bbf312c7dd13 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9766dc32-5063-4691-b7da-eeacef87abf2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:42:58.631 +05:30 74c2cb5d-ba1f-4c29-a717-bbf312c7dd13 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 27.6454ms 2024-09-07 12:43:29.912 +05:30 463c47ac-4908-43e7-988a-09041215aa95 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:43:29.913 +05:30 463c47ac-4908-43e7-988a-09041215aa95 INF CORS policy execution successful. 2024-09-07 12:43:29.914 +05:30 463c47ac-4908-43e7-988a-09041215aa95 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 2.2707ms 2024-09-07 12:43:29.984 +05:30 00e8642f-2a94-4cbc-9691-e2099f6dec57 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:43:29.986 +05:30 00e8642f-2a94-4cbc-9691-e2099f6dec57 INF CORS policy execution successful. 2024-09-07 12:43:29.986 +05:30 00e8642f-2a94-4cbc-9691-e2099f6dec57 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:43:29.987 +05:30 9a62ab14-7bcb-4095-963d-8b1236a69bba INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:43:29.987 +05:30 9a62ab14-7bcb-4095-963d-8b1236a69bba INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:43:30.020 +05:30 9a62ab14-7bcb-4095-963d-8b1236a69bba INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:43:30.021 +05:30 9a62ab14-7bcb-4095-963d-8b1236a69bba INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 33.1537ms 2024-09-07 12:43:30.021 +05:30 9a62ab14-7bcb-4095-963d-8b1236a69bba INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:43:30.021 +05:30 9a62ab14-7bcb-4095-963d-8b1236a69bba INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 00e8642f-2a94-4cbc-9691-e2099f6dec57}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:43:30.022 +05:30 9a62ab14-7bcb-4095-963d-8b1236a69bba INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 37.2777ms 2024-09-07 12:44:00.834 +05:30 2bce09bf-424b-443b-ae60-34e4a1bf655a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:44:00.834 +05:30 2bce09bf-424b-443b-ae60-34e4a1bf655a INF CORS policy execution successful. 2024-09-07 12:44:00.835 +05:30 2bce09bf-424b-443b-ae60-34e4a1bf655a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.8238ms 2024-09-07 12:44:00.888 +05:30 4f008d93-5348-4306-a1d2-3bc771968a47 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:44:00.889 +05:30 4f008d93-5348-4306-a1d2-3bc771968a47 INF CORS policy execution successful. 2024-09-07 12:44:00.889 +05:30 4f008d93-5348-4306-a1d2-3bc771968a47 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:44:00.889 +05:30 fb4e0885-9776-4c9d-a41a-ddd98142dc61 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:44:00.889 +05:30 fb4e0885-9776-4c9d-a41a-ddd98142dc61 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:44:00.904 +05:30 fb4e0885-9776-4c9d-a41a-ddd98142dc61 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:44:00.904 +05:30 fb4e0885-9776-4c9d-a41a-ddd98142dc61 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.2145ms 2024-09-07 12:44:00.904 +05:30 fb4e0885-9776-4c9d-a41a-ddd98142dc61 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:44:00.904 +05:30 fb4e0885-9776-4c9d-a41a-ddd98142dc61 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4f008d93-5348-4306-a1d2-3bc771968a47}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:44:00.904 +05:30 fb4e0885-9776-4c9d-a41a-ddd98142dc61 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 16.1389ms 2024-09-07 12:44:24.928 +05:30 84282af3-b23d-45a7-938e-8a9fa0593771 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:44:24.929 +05:30 84282af3-b23d-45a7-938e-8a9fa0593771 INF CORS policy execution successful. 2024-09-07 12:44:24.929 +05:30 84282af3-b23d-45a7-938e-8a9fa0593771 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.1002ms 2024-09-07 12:44:24.983 +05:30 b10deabc-5bd8-453c-8ff4-88fe02abd44c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:44:24.984 +05:30 b10deabc-5bd8-453c-8ff4-88fe02abd44c INF CORS policy execution successful. 2024-09-07 12:44:24.984 +05:30 b10deabc-5bd8-453c-8ff4-88fe02abd44c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:44:24.985 +05:30 99ef511f-2e9f-4305-b384-c00435ef1668 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:44:24.985 +05:30 99ef511f-2e9f-4305-b384-c00435ef1668 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:44:25.003 +05:30 99ef511f-2e9f-4305-b384-c00435ef1668 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:44:25.004 +05:30 99ef511f-2e9f-4305-b384-c00435ef1668 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.4253ms 2024-09-07 12:44:25.004 +05:30 99ef511f-2e9f-4305-b384-c00435ef1668 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:44:25.004 +05:30 99ef511f-2e9f-4305-b384-c00435ef1668 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b10deabc-5bd8-453c-8ff4-88fe02abd44c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:44:25.004 +05:30 99ef511f-2e9f-4305-b384-c00435ef1668 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 20.9977ms 2024-09-07 12:44:34.015 +05:30 3761c4ff-0718-46b4-ac9a-e4442750c160 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:44:34.015 +05:30 3761c4ff-0718-46b4-ac9a-e4442750c160 INF CORS policy execution successful. 2024-09-07 12:44:34.016 +05:30 3761c4ff-0718-46b4-ac9a-e4442750c160 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 1.031ms 2024-09-07 12:44:34.017 +05:30 0b621828-aaf3-4aa7-a012-7f3cb116c187 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:44:34.017 +05:30 0b621828-aaf3-4aa7-a012-7f3cb116c187 INF CORS policy execution successful. 2024-09-07 12:44:34.017 +05:30 0b621828-aaf3-4aa7-a012-7f3cb116c187 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.2673ms 2024-09-07 12:44:34.073 +05:30 b88c7c5a-e621-4374-ab8e-5dbd6be5b84e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 12:44:34.074 +05:30 b88c7c5a-e621-4374-ab8e-5dbd6be5b84e INF CORS policy execution successful. 2024-09-07 12:44:34.075 +05:30 b88c7c5a-e621-4374-ab8e-5dbd6be5b84e INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:44:34.075 +05:30 a86a33de-975e-4469-9d40-bc536627f97d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:44:34.075 +05:30 7c547ac8-e82c-4044-bceb-c005f2b757d5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 12:44:34.075 +05:30 a86a33de-975e-4469-9d40-bc536627f97d INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:44:34.076 +05:30 7c547ac8-e82c-4044-bceb-c005f2b757d5 INF CORS policy execution successful. 2024-09-07 12:44:34.076 +05:30 7c547ac8-e82c-4044-bceb-c005f2b757d5 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:44:34.076 +05:30 e47ae62d-f26d-4213-bf7f-34e109df26e2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:44:34.076 +05:30 e47ae62d-f26d-4213-bf7f-34e109df26e2 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:44:34.116 +05:30 a86a33de-975e-4469-9d40-bc536627f97d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:44:34.116 +05:30 a86a33de-975e-4469-9d40-bc536627f97d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 40.8884ms 2024-09-07 12:44:34.117 +05:30 a86a33de-975e-4469-9d40-bc536627f97d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:44:34.117 +05:30 a86a33de-975e-4469-9d40-bc536627f97d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b88c7c5a-e621-4374-ab8e-5dbd6be5b84e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:44:34.117 +05:30 e47ae62d-f26d-4213-bf7f-34e109df26e2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:44:34.117 +05:30 a86a33de-975e-4469-9d40-bc536627f97d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 44.0668ms 2024-09-07 12:44:34.117 +05:30 e47ae62d-f26d-4213-bf7f-34e109df26e2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 40.6502ms 2024-09-07 12:44:34.117 +05:30 e47ae62d-f26d-4213-bf7f-34e109df26e2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 12:44:34.117 +05:30 e47ae62d-f26d-4213-bf7f-34e109df26e2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7c547ac8-e82c-4044-bceb-c005f2b757d5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 12:44:34.117 +05:30 e47ae62d-f26d-4213-bf7f-34e109df26e2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 42.3624ms 2024-09-07 12:47:51.607 +05:30 c609cbfb-52a6-47f1-be9e-67d2bda0c3d3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:47:51.607 +05:30 d80ec658-b463-4c3a-8be6-b26f6170f087 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:47:51.609 +05:30 c609cbfb-52a6-47f1-be9e-67d2bda0c3d3 INF CORS policy execution successful. 2024-09-07 12:47:51.609 +05:30 d80ec658-b463-4c3a-8be6-b26f6170f087 INF CORS policy execution successful. 2024-09-07 12:47:51.610 +05:30 c609cbfb-52a6-47f1-be9e-67d2bda0c3d3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 3.3094ms 2024-09-07 12:47:51.610 +05:30 d80ec658-b463-4c3a-8be6-b26f6170f087 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 2.37ms 2024-09-07 12:47:51.662 +05:30 9af8f96e-8dca-41ec-b712-a78be1b06213 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:47:51.663 +05:30 9af8f96e-8dca-41ec-b712-a78be1b06213 INF CORS policy execution successful. 2024-09-07 12:47:51.664 +05:30 9af8f96e-8dca-41ec-b712-a78be1b06213 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:51.665 +05:30 fc7aeec0-407f-4076-83e6-2dfc20ea4e51 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:51.666 +05:30 fc7aeec0-407f-4076-83e6-2dfc20ea4e51 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:47:51.681 +05:30 fc7aeec0-407f-4076-83e6-2dfc20ea4e51 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:51.681 +05:30 fc7aeec0-407f-4076-83e6-2dfc20ea4e51 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 15.3203ms 2024-09-07 12:47:51.682 +05:30 fc7aeec0-407f-4076-83e6-2dfc20ea4e51 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:51.682 +05:30 fc7aeec0-407f-4076-83e6-2dfc20ea4e51 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9af8f96e-8dca-41ec-b712-a78be1b06213}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:47:51.682 +05:30 fc7aeec0-407f-4076-83e6-2dfc20ea4e51 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 20.6889ms 2024-09-07 12:47:51.736 +05:30 9360e2de-6bdd-4cee-8df1-43fc0345fec5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:47:51.736 +05:30 9360e2de-6bdd-4cee-8df1-43fc0345fec5 INF CORS policy execution successful. 2024-09-07 12:47:51.737 +05:30 9360e2de-6bdd-4cee-8df1-43fc0345fec5 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:51.737 +05:30 8779c79f-bcbd-47cc-b85e-2b05122959b0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:51.737 +05:30 8779c79f-bcbd-47cc-b85e-2b05122959b0 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:47:51.738 +05:30 8779c79f-bcbd-47cc-b85e-2b05122959b0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:51.739 +05:30 8779c79f-bcbd-47cc-b85e-2b05122959b0 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 1.7657ms 2024-09-07 12:47:51.739 +05:30 8779c79f-bcbd-47cc-b85e-2b05122959b0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:51.739 +05:30 8779c79f-bcbd-47cc-b85e-2b05122959b0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9360e2de-6bdd-4cee-8df1-43fc0345fec5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:47:51.739 +05:30 8779c79f-bcbd-47cc-b85e-2b05122959b0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 3.0915ms 2024-09-07 12:47:51.788 +05:30 9ca2f996-b029-4f34-b16e-6baa8395200e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:47:51.788 +05:30 9ca2f996-b029-4f34-b16e-6baa8395200e INF CORS policy execution successful. 2024-09-07 12:47:51.789 +05:30 9ca2f996-b029-4f34-b16e-6baa8395200e INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:51.789 +05:30 e01f7c9f-094a-4fc5-abde-27b997bf1b75 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:51.789 +05:30 e01f7c9f-094a-4fc5-abde-27b997bf1b75 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:47:51.791 +05:30 e01f7c9f-094a-4fc5-abde-27b997bf1b75 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:51.791 +05:30 e01f7c9f-094a-4fc5-abde-27b997bf1b75 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 1.9929ms 2024-09-07 12:47:51.791 +05:30 e01f7c9f-094a-4fc5-abde-27b997bf1b75 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:51.791 +05:30 e01f7c9f-094a-4fc5-abde-27b997bf1b75 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9ca2f996-b029-4f34-b16e-6baa8395200e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:47:51.791 +05:30 e01f7c9f-094a-4fc5-abde-27b997bf1b75 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 3.4065ms 2024-09-07 12:47:51.842 +05:30 a40b57f8-08b7-483d-a926-5eb40dbc4d8e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:47:51.842 +05:30 a40b57f8-08b7-483d-a926-5eb40dbc4d8e INF CORS policy execution successful. 2024-09-07 12:47:51.843 +05:30 a40b57f8-08b7-483d-a926-5eb40dbc4d8e INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:51.843 +05:30 008236d9-8d79-439a-95fe-2b94b7edc378 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:51.843 +05:30 008236d9-8d79-439a-95fe-2b94b7edc378 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:47:51.845 +05:30 008236d9-8d79-439a-95fe-2b94b7edc378 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:51.845 +05:30 008236d9-8d79-439a-95fe-2b94b7edc378 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 1.8368ms 2024-09-07 12:47:51.845 +05:30 008236d9-8d79-439a-95fe-2b94b7edc378 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:51.845 +05:30 008236d9-8d79-439a-95fe-2b94b7edc378 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a40b57f8-08b7-483d-a926-5eb40dbc4d8e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:47:51.845 +05:30 008236d9-8d79-439a-95fe-2b94b7edc378 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 3.0629ms 2024-09-07 12:47:51.977 +05:30 e3523b23-8da8-40e7-b1cf-d1009b944ebb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:47:51.978 +05:30 e3523b23-8da8-40e7-b1cf-d1009b944ebb INF CORS policy execution successful. 2024-09-07 12:47:51.978 +05:30 e3523b23-8da8-40e7-b1cf-d1009b944ebb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.5291ms 2024-09-07 12:47:51.979 +05:30 6ff6a6d3-da4c-494a-bee2-4cb6a2545eb8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:47:51.979 +05:30 6ff6a6d3-da4c-494a-bee2-4cb6a2545eb8 INF CORS policy execution successful. 2024-09-07 12:47:51.979 +05:30 6ff6a6d3-da4c-494a-bee2-4cb6a2545eb8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.26ms 2024-09-07 12:47:52.016 +05:30 e01eef0e-f024-48f2-a63c-b44797125d43 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:47:52.017 +05:30 e01eef0e-f024-48f2-a63c-b44797125d43 INF CORS policy execution successful. 2024-09-07 12:47:52.017 +05:30 e01eef0e-f024-48f2-a63c-b44797125d43 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.3832ms 2024-09-07 12:47:52.027 +05:30 e3d9f70b-d3c2-44d4-a577-eff91edda763 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:47:52.027 +05:30 99475ad0-7f35-4199-8145-7844d93650fd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:47:52.027 +05:30 e3d9f70b-d3c2-44d4-a577-eff91edda763 INF CORS policy execution successful. 2024-09-07 12:47:52.027 +05:30 99475ad0-7f35-4199-8145-7844d93650fd INF CORS policy execution successful. 2024-09-07 12:47:52.027 +05:30 99475ad0-7f35-4199-8145-7844d93650fd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.4685ms 2024-09-07 12:47:52.027 +05:30 e3d9f70b-d3c2-44d4-a577-eff91edda763 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.4998ms 2024-09-07 12:47:52.027 +05:30 b27b87a5-132e-4d9c-bb89-0b063ce3ffb8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:47:52.028 +05:30 b27b87a5-132e-4d9c-bb89-0b063ce3ffb8 INF CORS policy execution successful. 2024-09-07 12:47:52.028 +05:30 b27b87a5-132e-4d9c-bb89-0b063ce3ffb8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.2873ms 2024-09-07 12:47:52.043 +05:30 435386e4-664c-49ff-b5db-79982e7802f8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:47:52.044 +05:30 435386e4-664c-49ff-b5db-79982e7802f8 INF CORS policy execution successful. 2024-09-07 12:47:52.044 +05:30 435386e4-664c-49ff-b5db-79982e7802f8 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.044 +05:30 0480c696-1d97-4813-8e64-6cba0a8c85b9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.044 +05:30 0480c696-1d97-4813-8e64-6cba0a8c85b9 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.047 +05:30 e149ab8f-8696-4e29-92ca-1e0e9fc1ff7b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:47:52.047 +05:30 e149ab8f-8696-4e29-92ca-1e0e9fc1ff7b INF CORS policy execution successful. 2024-09-07 12:47:52.047 +05:30 e149ab8f-8696-4e29-92ca-1e0e9fc1ff7b INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.047 +05:30 6cb47388-c2b6-4a41-b1a9-3c48f7e4c26d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.047 +05:30 6cb47388-c2b6-4a41-b1a9-3c48f7e4c26d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.061 +05:30 c28ceab9-38d3-4f4b-b6ef-5c251d18b928 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:47:52.062 +05:30 c28ceab9-38d3-4f4b-b6ef-5c251d18b928 INF CORS policy execution successful. 2024-09-07 12:47:52.062 +05:30 c28ceab9-38d3-4f4b-b6ef-5c251d18b928 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.4572ms 2024-09-07 12:47:52.074 +05:30 0480c696-1d97-4813-8e64-6cba0a8c85b9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.075 +05:30 0480c696-1d97-4813-8e64-6cba0a8c85b9 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 30.1902ms 2024-09-07 12:47:52.075 +05:30 0480c696-1d97-4813-8e64-6cba0a8c85b9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.075 +05:30 0480c696-1d97-4813-8e64-6cba0a8c85b9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 435386e4-664c-49ff-b5db-79982e7802f8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 12:47:52.076 +05:30 0480c696-1d97-4813-8e64-6cba0a8c85b9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 33.0352ms 2024-09-07 12:47:52.079 +05:30 47c8c6e3-c502-402c-b681-e51876d1c725 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:47:52.079 +05:30 47c8c6e3-c502-402c-b681-e51876d1c725 INF CORS policy execution successful. 2024-09-07 12:47:52.079 +05:30 47c8c6e3-c502-402c-b681-e51876d1c725 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.080 +05:30 079c4ec5-166d-4797-b909-d642032065ec INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.080 +05:30 079c4ec5-166d-4797-b909-d642032065ec INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.084 +05:30 6cb47388-c2b6-4a41-b1a9-3c48f7e4c26d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.084 +05:30 6cb47388-c2b6-4a41-b1a9-3c48f7e4c26d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 37.1459ms 2024-09-07 12:47:52.085 +05:30 6cb47388-c2b6-4a41-b1a9-3c48f7e4c26d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.085 +05:30 6cb47388-c2b6-4a41-b1a9-3c48f7e4c26d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e149ab8f-8696-4e29-92ca-1e0e9fc1ff7b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:47:52.085 +05:30 6cb47388-c2b6-4a41-b1a9-3c48f7e4c26d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 38.3894ms 2024-09-07 12:47:52.092 +05:30 079c4ec5-166d-4797-b909-d642032065ec INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.093 +05:30 079c4ec5-166d-4797-b909-d642032065ec INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 12.7476ms 2024-09-07 12:47:52.093 +05:30 079c4ec5-166d-4797-b909-d642032065ec INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.093 +05:30 079c4ec5-166d-4797-b909-d642032065ec INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 47c8c6e3-c502-402c-b681-e51876d1c725}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:47:52.093 +05:30 079c4ec5-166d-4797-b909-d642032065ec INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 14.1579ms 2024-09-07 12:47:52.106 +05:30 4e439dd3-ba88-4ef1-bd36-83015b14fb29 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:47:52.107 +05:30 4e439dd3-ba88-4ef1-bd36-83015b14fb29 INF CORS policy execution successful. 2024-09-07 12:47:52.107 +05:30 4e439dd3-ba88-4ef1-bd36-83015b14fb29 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.107 +05:30 4b4ca478-0a60-419b-b6c0-5f53dd50924c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.107 +05:30 4b4ca478-0a60-419b-b6c0-5f53dd50924c INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.136 +05:30 b7fa2a5c-27f6-4920-a270-e7b1ef2eec18 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:47:52.137 +05:30 b7fa2a5c-27f6-4920-a270-e7b1ef2eec18 INF CORS policy execution successful. 2024-09-07 12:47:52.137 +05:30 b7fa2a5c-27f6-4920-a270-e7b1ef2eec18 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.138 +05:30 1291c89d-89b9-46d4-a58e-cabd27447631 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.138 +05:30 1291c89d-89b9-46d4-a58e-cabd27447631 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.149 +05:30 4c63cc9d-4bd3-4fbc-80d7-3971daa4cca1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:47:52.149 +05:30 f20d02ff-627b-44a6-8c6a-e800d82adbe5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:47:52.150 +05:30 4c63cc9d-4bd3-4fbc-80d7-3971daa4cca1 INF CORS policy execution successful. 2024-09-07 12:47:52.150 +05:30 f20d02ff-627b-44a6-8c6a-e800d82adbe5 INF CORS policy execution successful. 2024-09-07 12:47:52.150 +05:30 4c63cc9d-4bd3-4fbc-80d7-3971daa4cca1 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.150 +05:30 f20d02ff-627b-44a6-8c6a-e800d82adbe5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.150 +05:30 fb77fb51-bb7f-4ec6-8a3e-8029a8d02f8e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.150 +05:30 c99add06-2291-4ffc-b533-c3b02a25e309 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.151 +05:30 fb77fb51-bb7f-4ec6-8a3e-8029a8d02f8e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.151 +05:30 c99add06-2291-4ffc-b533-c3b02a25e309 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.242 +05:30 4b4ca478-0a60-419b-b6c0-5f53dd50924c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.242 +05:30 4b4ca478-0a60-419b-b6c0-5f53dd50924c INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 135.1832ms 2024-09-07 12:47:52.242 +05:30 4b4ca478-0a60-419b-b6c0-5f53dd50924c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.243 +05:30 4b4ca478-0a60-419b-b6c0-5f53dd50924c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4e439dd3-ba88-4ef1-bd36-83015b14fb29}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 12:47:52.243 +05:30 4b4ca478-0a60-419b-b6c0-5f53dd50924c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 136.6916ms 2024-09-07 12:47:52.256 +05:30 1291c89d-89b9-46d4-a58e-cabd27447631 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.257 +05:30 1291c89d-89b9-46d4-a58e-cabd27447631 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 118.8552ms 2024-09-07 12:47:52.257 +05:30 1291c89d-89b9-46d4-a58e-cabd27447631 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.257 +05:30 1291c89d-89b9-46d4-a58e-cabd27447631 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b7fa2a5c-27f6-4920-a270-e7b1ef2eec18}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 12:47:52.258 +05:30 1291c89d-89b9-46d4-a58e-cabd27447631 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 122.2709ms 2024-09-07 12:47:52.266 +05:30 fb77fb51-bb7f-4ec6-8a3e-8029a8d02f8e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.267 +05:30 fb77fb51-bb7f-4ec6-8a3e-8029a8d02f8e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 115.9391ms 2024-09-07 12:47:52.267 +05:30 fb77fb51-bb7f-4ec6-8a3e-8029a8d02f8e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.267 +05:30 fb77fb51-bb7f-4ec6-8a3e-8029a8d02f8e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4c63cc9d-4bd3-4fbc-80d7-3971daa4cca1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:47:52.267 +05:30 c99add06-2291-4ffc-b533-c3b02a25e309 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.267 +05:30 c99add06-2291-4ffc-b533-c3b02a25e309 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 116.2562ms 2024-09-07 12:47:52.267 +05:30 fb77fb51-bb7f-4ec6-8a3e-8029a8d02f8e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 118.1752ms 2024-09-07 12:47:52.267 +05:30 c99add06-2291-4ffc-b533-c3b02a25e309 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.267 +05:30 c99add06-2291-4ffc-b533-c3b02a25e309 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f20d02ff-627b-44a6-8c6a-e800d82adbe5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:47:52.268 +05:30 c99add06-2291-4ffc-b533-c3b02a25e309 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 118.7283ms 2024-09-07 12:47:52.628 +05:30 5913672b-3ac8-4800-84d3-c1dce207c4dd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:47:52.629 +05:30 5913672b-3ac8-4800-84d3-c1dce207c4dd INF CORS policy execution successful. 2024-09-07 12:47:52.629 +05:30 5913672b-3ac8-4800-84d3-c1dce207c4dd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5584ms 2024-09-07 12:47:52.659 +05:30 f3700c6b-176d-4b6d-8e5f-b004c8a80997 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:47:52.659 +05:30 f3700c6b-176d-4b6d-8e5f-b004c8a80997 INF CORS policy execution successful. 2024-09-07 12:47:52.659 +05:30 f3700c6b-176d-4b6d-8e5f-b004c8a80997 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.4039ms 2024-09-07 12:47:52.693 +05:30 fbdaa66c-6ee8-4420-a254-d44a9010ec30 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:47:52.694 +05:30 fbdaa66c-6ee8-4420-a254-d44a9010ec30 INF CORS policy execution successful. 2024-09-07 12:47:52.694 +05:30 fbdaa66c-6ee8-4420-a254-d44a9010ec30 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.694 +05:30 fed9eca9-2d7a-4c1b-a19e-58fdeaddf930 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.694 +05:30 fed9eca9-2d7a-4c1b-a19e-58fdeaddf930 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.704 +05:30 fed9eca9-2d7a-4c1b-a19e-58fdeaddf930 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.705 +05:30 fed9eca9-2d7a-4c1b-a19e-58fdeaddf930 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 10.4449ms 2024-09-07 12:47:52.705 +05:30 fed9eca9-2d7a-4c1b-a19e-58fdeaddf930 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.705 +05:30 fed9eca9-2d7a-4c1b-a19e-58fdeaddf930 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fbdaa66c-6ee8-4420-a254-d44a9010ec30}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:47:52.705 +05:30 fed9eca9-2d7a-4c1b-a19e-58fdeaddf930 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 12.462ms 2024-09-07 12:47:52.710 +05:30 c18a5a6e-3747-4a6b-8ac2-1a1545693300 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:47:52.710 +05:30 c18a5a6e-3747-4a6b-8ac2-1a1545693300 INF CORS policy execution successful. 2024-09-07 12:47:52.710 +05:30 c18a5a6e-3747-4a6b-8ac2-1a1545693300 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:47:52.710 +05:30 6c1066f9-0a0f-4b89-9f53-1b9f0395df3e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.710 +05:30 6c1066f9-0a0f-4b89-9f53-1b9f0395df3e INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:47:52.714 +05:30 6c1066f9-0a0f-4b89-9f53-1b9f0395df3e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:47:52.714 +05:30 6c1066f9-0a0f-4b89-9f53-1b9f0395df3e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.2912ms 2024-09-07 12:47:52.714 +05:30 6c1066f9-0a0f-4b89-9f53-1b9f0395df3e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:47:52.714 +05:30 6c1066f9-0a0f-4b89-9f53-1b9f0395df3e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c18a5a6e-3747-4a6b-8ac2-1a1545693300}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 12:47:52.714 +05:30 6c1066f9-0a0f-4b89-9f53-1b9f0395df3e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 4.7746ms 2024-09-07 12:48:25.132 +05:30 6b7f59bf-7f21-417f-b07a-0572d7783a93 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:48:25.133 +05:30 6b7f59bf-7f21-417f-b07a-0572d7783a93 INF CORS policy execution successful. 2024-09-07 12:48:25.133 +05:30 6b7f59bf-7f21-417f-b07a-0572d7783a93 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.5865ms 2024-09-07 12:48:25.135 +05:30 6598fa8b-ad8e-47ba-91a8-2e8e414ac112 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:48:25.135 +05:30 6598fa8b-ad8e-47ba-91a8-2e8e414ac112 INF CORS policy execution successful. 2024-09-07 12:48:25.135 +05:30 6598fa8b-ad8e-47ba-91a8-2e8e414ac112 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4267ms 2024-09-07 12:48:25.188 +05:30 c775ef8d-44ca-47bb-bbd9-4f534aca2597 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:48:25.190 +05:30 c775ef8d-44ca-47bb-bbd9-4f534aca2597 INF CORS policy execution successful. 2024-09-07 12:48:25.191 +05:30 c775ef8d-44ca-47bb-bbd9-4f534aca2597 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:25.192 +05:30 52946236-b5fc-4cf1-b2bb-9b9ca6b928fd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:25.193 +05:30 52946236-b5fc-4cf1-b2bb-9b9ca6b928fd INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:48:25.223 +05:30 52946236-b5fc-4cf1-b2bb-9b9ca6b928fd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:25.223 +05:30 52946236-b5fc-4cf1-b2bb-9b9ca6b928fd INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 30.5104ms 2024-09-07 12:48:25.223 +05:30 52946236-b5fc-4cf1-b2bb-9b9ca6b928fd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:25.224 +05:30 52946236-b5fc-4cf1-b2bb-9b9ca6b928fd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c775ef8d-44ca-47bb-bbd9-4f534aca2597}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:48:25.224 +05:30 52946236-b5fc-4cf1-b2bb-9b9ca6b928fd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 35.9744ms 2024-09-07 12:48:25.277 +05:30 c1e9c6fb-a372-41d0-aa09-b545a913d7c7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:48:25.277 +05:30 c1e9c6fb-a372-41d0-aa09-b545a913d7c7 INF CORS policy execution successful. 2024-09-07 12:48:25.277 +05:30 c1e9c6fb-a372-41d0-aa09-b545a913d7c7 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:25.278 +05:30 883285db-99f5-498d-bbc3-1104154d76b6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:25.278 +05:30 883285db-99f5-498d-bbc3-1104154d76b6 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:48:25.280 +05:30 883285db-99f5-498d-bbc3-1104154d76b6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:25.280 +05:30 883285db-99f5-498d-bbc3-1104154d76b6 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.6549ms 2024-09-07 12:48:25.280 +05:30 883285db-99f5-498d-bbc3-1104154d76b6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:25.281 +05:30 883285db-99f5-498d-bbc3-1104154d76b6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c1e9c6fb-a372-41d0-aa09-b545a913d7c7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:48:25.281 +05:30 883285db-99f5-498d-bbc3-1104154d76b6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 4.2264ms 2024-09-07 12:48:26.353 +05:30 58cfd0d3-a7d5-4900-bc02-6e9692fbfa93 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:48:26.353 +05:30 58cfd0d3-a7d5-4900-bc02-6e9692fbfa93 INF CORS policy execution successful. 2024-09-07 12:48:26.354 +05:30 58cfd0d3-a7d5-4900-bc02-6e9692fbfa93 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.2246ms 2024-09-07 12:48:26.407 +05:30 4edb16a0-a3a1-4eff-b008-3e1bbe4f8039 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:48:26.408 +05:30 4edb16a0-a3a1-4eff-b008-3e1bbe4f8039 INF CORS policy execution successful. 2024-09-07 12:48:26.408 +05:30 4edb16a0-a3a1-4eff-b008-3e1bbe4f8039 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:26.409 +05:30 2ad6fede-c313-49a2-aec1-55ebb5eaba16 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:48:26.409 +05:30 2ad6fede-c313-49a2-aec1-55ebb5eaba16 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:48:26.428 +05:30 2ad6fede-c313-49a2-aec1-55ebb5eaba16 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:26.428 +05:30 2ad6fede-c313-49a2-aec1-55ebb5eaba16 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 18.9445ms 2024-09-07 12:48:26.428 +05:30 2ad6fede-c313-49a2-aec1-55ebb5eaba16 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:48:26.428 +05:30 2ad6fede-c313-49a2-aec1-55ebb5eaba16 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4edb16a0-a3a1-4eff-b008-3e1bbe4f8039}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:48:26.429 +05:30 2ad6fede-c313-49a2-aec1-55ebb5eaba16 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 21.586ms 2024-09-07 12:48:26.663 +05:30 f0353d92-2ba0-436f-a65b-381bde5bd1cc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:48:26.663 +05:30 f0353d92-2ba0-436f-a65b-381bde5bd1cc INF CORS policy execution successful. 2024-09-07 12:48:26.664 +05:30 f0353d92-2ba0-436f-a65b-381bde5bd1cc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6151ms 2024-09-07 12:48:26.718 +05:30 3dd5d099-7c28-4a53-919b-5db7718c4b38 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:48:26.719 +05:30 3dd5d099-7c28-4a53-919b-5db7718c4b38 INF CORS policy execution successful. 2024-09-07 12:48:26.719 +05:30 3dd5d099-7c28-4a53-919b-5db7718c4b38 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:26.719 +05:30 a7173b04-9bb1-40ca-bc5c-1ebe467f8a8d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:26.719 +05:30 a7173b04-9bb1-40ca-bc5c-1ebe467f8a8d INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:48:26.731 +05:30 a7173b04-9bb1-40ca-bc5c-1ebe467f8a8d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:26.732 +05:30 a7173b04-9bb1-40ca-bc5c-1ebe467f8a8d INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 12.062ms 2024-09-07 12:48:26.732 +05:30 a7173b04-9bb1-40ca-bc5c-1ebe467f8a8d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:26.732 +05:30 a7173b04-9bb1-40ca-bc5c-1ebe467f8a8d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3dd5d099-7c28-4a53-919b-5db7718c4b38}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:48:26.733 +05:30 a7173b04-9bb1-40ca-bc5c-1ebe467f8a8d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 14.2083ms 2024-09-07 12:48:44.161 +05:30 e77be8bc-3b2a-4155-964c-a2d8dc5e8672 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:48:44.162 +05:30 e77be8bc-3b2a-4155-964c-a2d8dc5e8672 INF CORS policy execution successful. 2024-09-07 12:48:44.162 +05:30 e77be8bc-3b2a-4155-964c-a2d8dc5e8672 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 1.1156ms 2024-09-07 12:48:44.170 +05:30 90464392-66e5-4edb-8db8-5b81438a6e58 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:48:44.170 +05:30 90464392-66e5-4edb-8db8-5b81438a6e58 INF CORS policy execution successful. 2024-09-07 12:48:44.171 +05:30 90464392-66e5-4edb-8db8-5b81438a6e58 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.5225ms 2024-09-07 12:48:44.215 +05:30 fbc17fe7-da8f-42cb-ab89-a4725054e849 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:48:44.216 +05:30 fbc17fe7-da8f-42cb-ab89-a4725054e849 INF CORS policy execution successful. 2024-09-07 12:48:44.217 +05:30 fbc17fe7-da8f-42cb-ab89-a4725054e849 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.217 +05:30 ad53ead8-2b14-4cf1-af8a-927b9d1caca3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.218 +05:30 ad53ead8-2b14-4cf1-af8a-927b9d1caca3 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.230 +05:30 ad53ead8-2b14-4cf1-af8a-927b9d1caca3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.230 +05:30 ad53ead8-2b14-4cf1-af8a-927b9d1caca3 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 12.2728ms 2024-09-07 12:48:44.230 +05:30 ad53ead8-2b14-4cf1-af8a-927b9d1caca3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.230 +05:30 ad53ead8-2b14-4cf1-af8a-927b9d1caca3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fbc17fe7-da8f-42cb-ab89-a4725054e849}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:48:44.231 +05:30 ad53ead8-2b14-4cf1-af8a-927b9d1caca3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 15.5508ms 2024-09-07 12:48:44.231 +05:30 2e955c8d-43fd-490c-b544-59fad82be3ac INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:48:44.231 +05:30 2e955c8d-43fd-490c-b544-59fad82be3ac INF CORS policy execution successful. 2024-09-07 12:48:44.232 +05:30 2e955c8d-43fd-490c-b544-59fad82be3ac INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.232 +05:30 c5d628b0-efac-44ad-9abd-566facdbaf66 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.232 +05:30 c5d628b0-efac-44ad-9abd-566facdbaf66 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.234 +05:30 c5d628b0-efac-44ad-9abd-566facdbaf66 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.234 +05:30 c5d628b0-efac-44ad-9abd-566facdbaf66 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 2.0777ms 2024-09-07 12:48:44.234 +05:30 c5d628b0-efac-44ad-9abd-566facdbaf66 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.234 +05:30 c5d628b0-efac-44ad-9abd-566facdbaf66 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2e955c8d-43fd-490c-b544-59fad82be3ac}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:48:44.234 +05:30 c5d628b0-efac-44ad-9abd-566facdbaf66 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 3.421ms 2024-09-07 12:48:44.308 +05:30 5062a194-09d3-4d33-ab53-21cff67903da INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:48:44.308 +05:30 5062a194-09d3-4d33-ab53-21cff67903da INF CORS policy execution successful. 2024-09-07 12:48:44.308 +05:30 5062a194-09d3-4d33-ab53-21cff67903da INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.4672ms 2024-09-07 12:48:44.311 +05:30 5b58aa08-d4dc-4a76-a81f-be5a21f69bfa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:48:44.311 +05:30 5b58aa08-d4dc-4a76-a81f-be5a21f69bfa INF CORS policy execution successful. 2024-09-07 12:48:44.311 +05:30 5b58aa08-d4dc-4a76-a81f-be5a21f69bfa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.5058ms 2024-09-07 12:48:44.416 +05:30 23b0377a-0723-447b-b5e8-352df9bfe0e8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:48:44.417 +05:30 23b0377a-0723-447b-b5e8-352df9bfe0e8 INF CORS policy execution successful. 2024-09-07 12:48:44.417 +05:30 23b0377a-0723-447b-b5e8-352df9bfe0e8 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.417 +05:30 0e33bca1-2fb0-4053-aa3d-d7292bed07d6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.417 +05:30 0e33bca1-2fb0-4053-aa3d-d7292bed07d6 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.420 +05:30 0e33bca1-2fb0-4053-aa3d-d7292bed07d6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.421 +05:30 0e33bca1-2fb0-4053-aa3d-d7292bed07d6 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 3.1374ms 2024-09-07 12:48:44.421 +05:30 0e33bca1-2fb0-4053-aa3d-d7292bed07d6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.421 +05:30 0e33bca1-2fb0-4053-aa3d-d7292bed07d6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 23b0377a-0723-447b-b5e8-352df9bfe0e8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:48:44.421 +05:30 0e33bca1-2fb0-4053-aa3d-d7292bed07d6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 5.4159ms 2024-09-07 12:48:44.440 +05:30 a139c888-d83b-42cd-ab3f-a008e6818f32 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 12:48:44.440 +05:30 a139c888-d83b-42cd-ab3f-a008e6818f32 INF CORS policy execution successful. 2024-09-07 12:48:44.440 +05:30 a139c888-d83b-42cd-ab3f-a008e6818f32 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.440 +05:30 0ca74429-d346-4dfa-b14a-17ead6d3bac7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.440 +05:30 0ca74429-d346-4dfa-b14a-17ead6d3bac7 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.446 +05:30 0ca74429-d346-4dfa-b14a-17ead6d3bac7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.446 +05:30 0ca74429-d346-4dfa-b14a-17ead6d3bac7 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 5.4998ms 2024-09-07 12:48:44.446 +05:30 0ca74429-d346-4dfa-b14a-17ead6d3bac7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.446 +05:30 0ca74429-d346-4dfa-b14a-17ead6d3bac7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a139c888-d83b-42cd-ab3f-a008e6818f32}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 12:48:44.446 +05:30 0ca74429-d346-4dfa-b14a-17ead6d3bac7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 6.8752ms 2024-09-07 12:48:44.666 +05:30 5b5c5d22-f00a-4656-a11d-d20c09cc1063 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:48:44.666 +05:30 5b5c5d22-f00a-4656-a11d-d20c09cc1063 INF CORS policy execution successful. 2024-09-07 12:48:44.667 +05:30 5b5c5d22-f00a-4656-a11d-d20c09cc1063 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.4426ms 2024-09-07 12:48:44.669 +05:30 85465f63-0851-4235-83da-abdb301a094c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:48:44.669 +05:30 85465f63-0851-4235-83da-abdb301a094c INF CORS policy execution successful. 2024-09-07 12:48:44.669 +05:30 85465f63-0851-4235-83da-abdb301a094c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.3153ms 2024-09-07 12:48:44.670 +05:30 88a535b3-b238-48e5-bc49-8651b04e0e92 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:48:44.670 +05:30 88a535b3-b238-48e5-bc49-8651b04e0e92 INF CORS policy execution successful. 2024-09-07 12:48:44.670 +05:30 88a535b3-b238-48e5-bc49-8651b04e0e92 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4004ms 2024-09-07 12:48:44.674 +05:30 76411715-d30d-41a9-b10a-23e331a823e2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:48:44.674 +05:30 76411715-d30d-41a9-b10a-23e331a823e2 INF CORS policy execution successful. 2024-09-07 12:48:44.675 +05:30 76411715-d30d-41a9-b10a-23e331a823e2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.327ms 2024-09-07 12:48:44.676 +05:30 9b8565ac-1f09-4f15-a25b-ab28e9fad238 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:48:44.676 +05:30 9b8565ac-1f09-4f15-a25b-ab28e9fad238 INF CORS policy execution successful. 2024-09-07 12:48:44.677 +05:30 9b8565ac-1f09-4f15-a25b-ab28e9fad238 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4199ms 2024-09-07 12:48:44.718 +05:30 c0c41f0c-d909-424d-b97f-6b5f53a9a808 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:48:44.718 +05:30 c0c41f0c-d909-424d-b97f-6b5f53a9a808 INF CORS policy execution successful. 2024-09-07 12:48:44.718 +05:30 c0c41f0c-d909-424d-b97f-6b5f53a9a808 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.6329ms 2024-09-07 12:48:44.812 +05:30 69a28a7d-1165-42ed-981e-d1d938cad86c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:48:44.812 +05:30 69a28a7d-1165-42ed-981e-d1d938cad86c INF CORS policy execution successful. 2024-09-07 12:48:44.812 +05:30 69a28a7d-1165-42ed-981e-d1d938cad86c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.6031ms 2024-09-07 12:48:44.819 +05:30 097bb9a7-b91c-411d-a97b-c48bf4be086f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:48:44.820 +05:30 097bb9a7-b91c-411d-a97b-c48bf4be086f INF CORS policy execution successful. 2024-09-07 12:48:44.820 +05:30 097bb9a7-b91c-411d-a97b-c48bf4be086f INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.821 +05:30 aad36862-fe3f-421f-a51f-1bfddfdc4f44 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.821 +05:30 aad36862-fe3f-421f-a51f-1bfddfdc4f44 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.824 +05:30 b26b844c-90c1-4065-9435-c93c1428069f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:48:44.825 +05:30 b26b844c-90c1-4065-9435-c93c1428069f INF CORS policy execution successful. 2024-09-07 12:48:44.825 +05:30 b26b844c-90c1-4065-9435-c93c1428069f INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.825 +05:30 35840011-f419-4b9c-8d89-2222d4f37c5d INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.826 +05:30 35840011-f419-4b9c-8d89-2222d4f37c5d INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.851 +05:30 aad36862-fe3f-421f-a51f-1bfddfdc4f44 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.852 +05:30 aad36862-fe3f-421f-a51f-1bfddfdc4f44 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 30.9637ms 2024-09-07 12:48:44.852 +05:30 aad36862-fe3f-421f-a51f-1bfddfdc4f44 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.853 +05:30 aad36862-fe3f-421f-a51f-1bfddfdc4f44 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 097bb9a7-b91c-411d-a97b-c48bf4be086f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 12:48:44.854 +05:30 aad36862-fe3f-421f-a51f-1bfddfdc4f44 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 34.525ms 2024-09-07 12:48:44.859 +05:30 35840011-f419-4b9c-8d89-2222d4f37c5d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.859 +05:30 35840011-f419-4b9c-8d89-2222d4f37c5d INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 33.2244ms 2024-09-07 12:48:44.859 +05:30 35840011-f419-4b9c-8d89-2222d4f37c5d INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.859 +05:30 35840011-f419-4b9c-8d89-2222d4f37c5d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b26b844c-90c1-4065-9435-c93c1428069f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:48:44.860 +05:30 35840011-f419-4b9c-8d89-2222d4f37c5d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 35.1824ms 2024-09-07 12:48:44.937 +05:30 9e3e3916-9bf8-4f8f-85cd-52b92563e1fd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:48:44.938 +05:30 9e3e3916-9bf8-4f8f-85cd-52b92563e1fd INF CORS policy execution successful. 2024-09-07 12:48:44.938 +05:30 9e3e3916-9bf8-4f8f-85cd-52b92563e1fd INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.939 +05:30 cdfce312-c396-49f9-b604-29530a0028a5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.939 +05:30 cdfce312-c396-49f9-b604-29530a0028a5 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.942 +05:30 e978d2db-25a9-49cf-a573-dd3b6700ee7e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:48:44.942 +05:30 308df04e-9725-45bf-b35c-5408c2dc52ac INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:48:44.942 +05:30 308df04e-9725-45bf-b35c-5408c2dc52ac INF CORS policy execution successful. 2024-09-07 12:48:44.942 +05:30 e978d2db-25a9-49cf-a573-dd3b6700ee7e INF CORS policy execution successful. 2024-09-07 12:48:44.942 +05:30 308df04e-9725-45bf-b35c-5408c2dc52ac INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5052ms 2024-09-07 12:48:44.942 +05:30 e978d2db-25a9-49cf-a573-dd3b6700ee7e INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.943 +05:30 2d030670-dc9d-46b3-b8a8-84dcba5ea074 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.943 +05:30 2d030670-dc9d-46b3-b8a8-84dcba5ea074 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.946 +05:30 ab393396-b654-4cc4-955a-fa97a881719d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 12:48:44.946 +05:30 ab393396-b654-4cc4-955a-fa97a881719d INF CORS policy execution successful. 2024-09-07 12:48:44.946 +05:30 ab393396-b654-4cc4-955a-fa97a881719d INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.947 +05:30 776b3fdc-7f71-44ed-9504-84b171377d22 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.947 +05:30 776b3fdc-7f71-44ed-9504-84b171377d22 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.950 +05:30 cdfce312-c396-49f9-b604-29530a0028a5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.950 +05:30 cdfce312-c396-49f9-b604-29530a0028a5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.1358ms 2024-09-07 12:48:44.950 +05:30 cdfce312-c396-49f9-b604-29530a0028a5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.950 +05:30 cdfce312-c396-49f9-b604-29530a0028a5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9e3e3916-9bf8-4f8f-85cd-52b92563e1fd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:48:44.950 +05:30 cdfce312-c396-49f9-b604-29530a0028a5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 13.0054ms 2024-09-07 12:48:44.957 +05:30 2d030670-dc9d-46b3-b8a8-84dcba5ea074 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.958 +05:30 2d030670-dc9d-46b3-b8a8-84dcba5ea074 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 14.6632ms 2024-09-07 12:48:44.958 +05:30 2d030670-dc9d-46b3-b8a8-84dcba5ea074 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.958 +05:30 2d030670-dc9d-46b3-b8a8-84dcba5ea074 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e978d2db-25a9-49cf-a573-dd3b6700ee7e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:48:44.958 +05:30 2d030670-dc9d-46b3-b8a8-84dcba5ea074 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 16.1599ms 2024-09-07 12:48:44.972 +05:30 ca39c208-7c52-4c88-9f0a-74030df3855d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 12:48:44.973 +05:30 ca39c208-7c52-4c88-9f0a-74030df3855d INF CORS policy execution successful. 2024-09-07 12:48:44.973 +05:30 ca39c208-7c52-4c88-9f0a-74030df3855d INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.973 +05:30 8aeb5ac5-c870-4b9c-8680-5e91ade58913 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.973 +05:30 8aeb5ac5-c870-4b9c-8680-5e91ade58913 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.975 +05:30 08664720-4b76-49fd-9074-8aa2d328069f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 12:48:44.976 +05:30 08664720-4b76-49fd-9074-8aa2d328069f INF CORS policy execution successful. 2024-09-07 12:48:44.976 +05:30 776b3fdc-7f71-44ed-9504-84b171377d22 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:44.976 +05:30 08664720-4b76-49fd-9074-8aa2d328069f INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:44.977 +05:30 3c4d6124-1135-40d8-97d8-e9c9cdb2c4b4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.977 +05:30 3c4d6124-1135-40d8-97d8-e9c9cdb2c4b4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:48:44.977 +05:30 776b3fdc-7f71-44ed-9504-84b171377d22 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 29.8872ms 2024-09-07 12:48:44.977 +05:30 776b3fdc-7f71-44ed-9504-84b171377d22 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 12:48:44.977 +05:30 776b3fdc-7f71-44ed-9504-84b171377d22 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ab393396-b654-4cc4-955a-fa97a881719d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 12:48:44.978 +05:30 776b3fdc-7f71-44ed-9504-84b171377d22 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 32.1812ms 2024-09-07 12:48:45.001 +05:30 3c4d6124-1135-40d8-97d8-e9c9cdb2c4b4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:45.001 +05:30 3c4d6124-1135-40d8-97d8-e9c9cdb2c4b4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 24.2942ms 2024-09-07 12:48:45.001 +05:30 3c4d6124-1135-40d8-97d8-e9c9cdb2c4b4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:45.001 +05:30 3c4d6124-1135-40d8-97d8-e9c9cdb2c4b4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 08664720-4b76-49fd-9074-8aa2d328069f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:48:45.002 +05:30 3c4d6124-1135-40d8-97d8-e9c9cdb2c4b4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 26.1602ms 2024-09-07 12:48:45.008 +05:30 feeac778-34c7-466c-8b71-6171ee97faf1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:48:45.009 +05:30 feeac778-34c7-466c-8b71-6171ee97faf1 INF CORS policy execution successful. 2024-09-07 12:48:45.009 +05:30 feeac778-34c7-466c-8b71-6171ee97faf1 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:45.010 +05:30 00d906a0-a203-41e1-ba0f-397f15a209c5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:48:45.010 +05:30 00d906a0-a203-41e1-ba0f-397f15a209c5 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:48:45.039 +05:30 00d906a0-a203-41e1-ba0f-397f15a209c5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:45.040 +05:30 00d906a0-a203-41e1-ba0f-397f15a209c5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 29.7355ms 2024-09-07 12:48:45.040 +05:30 00d906a0-a203-41e1-ba0f-397f15a209c5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:48:45.040 +05:30 00d906a0-a203-41e1-ba0f-397f15a209c5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: feeac778-34c7-466c-8b71-6171ee97faf1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:48:45.040 +05:30 00d906a0-a203-41e1-ba0f-397f15a209c5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 32.1123ms 2024-09-07 12:48:45.058 +05:30 8aeb5ac5-c870-4b9c-8680-5e91ade58913 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:45.058 +05:30 8aeb5ac5-c870-4b9c-8680-5e91ade58913 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 84.4984ms 2024-09-07 12:48:45.058 +05:30 8aeb5ac5-c870-4b9c-8680-5e91ade58913 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 12:48:45.058 +05:30 8aeb5ac5-c870-4b9c-8680-5e91ade58913 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ca39c208-7c52-4c88-9f0a-74030df3855d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 12:48:45.059 +05:30 8aeb5ac5-c870-4b9c-8680-5e91ade58913 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 86.6166ms 2024-09-07 12:48:45.671 +05:30 10253320-2e43-425b-be87-00e693385de3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:48:45.672 +05:30 10253320-2e43-425b-be87-00e693385de3 INF CORS policy execution successful. 2024-09-07 12:48:45.672 +05:30 10253320-2e43-425b-be87-00e693385de3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.7547ms 2024-09-07 12:48:45.733 +05:30 36eadbac-c7fb-4b9b-b544-362780053435 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 12:48:45.733 +05:30 36eadbac-c7fb-4b9b-b544-362780053435 INF CORS policy execution successful. 2024-09-07 12:48:45.734 +05:30 36eadbac-c7fb-4b9b-b544-362780053435 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:45.734 +05:30 bfd6474b-5bf2-4293-8cbe-d8da1c461a17 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:48:45.734 +05:30 bfd6474b-5bf2-4293-8cbe-d8da1c461a17 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:48:45.744 +05:30 bfd6474b-5bf2-4293-8cbe-d8da1c461a17 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:45.744 +05:30 bfd6474b-5bf2-4293-8cbe-d8da1c461a17 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 10.3375ms 2024-09-07 12:48:45.744 +05:30 bfd6474b-5bf2-4293-8cbe-d8da1c461a17 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:48:45.745 +05:30 bfd6474b-5bf2-4293-8cbe-d8da1c461a17 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 36eadbac-c7fb-4b9b-b544-362780053435}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 12:48:45.745 +05:30 bfd6474b-5bf2-4293-8cbe-d8da1c461a17 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 12.1572ms 2024-09-07 12:48:49.094 +05:30 f666d65f-a022-49ba-97a9-0f2cc09586fd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:48:49.094 +05:30 f666d65f-a022-49ba-97a9-0f2cc09586fd INF CORS policy execution successful. 2024-09-07 12:48:49.095 +05:30 2bf0abd7-70e6-4449-bf41-728f93368c8c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:48:49.095 +05:30 2bf0abd7-70e6-4449-bf41-728f93368c8c INF CORS policy execution successful. 2024-09-07 12:48:49.095 +05:30 f666d65f-a022-49ba-97a9-0f2cc09586fd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.1726ms 2024-09-07 12:48:49.095 +05:30 2bf0abd7-70e6-4449-bf41-728f93368c8c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.2886ms 2024-09-07 12:48:49.155 +05:30 5db61220-f67f-45a7-81e0-fbc9f7a0e392 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:48:49.156 +05:30 5db61220-f67f-45a7-81e0-fbc9f7a0e392 INF CORS policy execution successful. 2024-09-07 12:48:49.156 +05:30 5db61220-f67f-45a7-81e0-fbc9f7a0e392 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:49.157 +05:30 30aa7659-6c0e-49ae-8ac8-647c819e7be7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:49.157 +05:30 30aa7659-6c0e-49ae-8ac8-647c819e7be7 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:48:49.160 +05:30 1c344ee2-0d22-46ad-b9ad-bfec09e92c79 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:48:49.160 +05:30 1c344ee2-0d22-46ad-b9ad-bfec09e92c79 INF CORS policy execution successful. 2024-09-07 12:48:49.160 +05:30 1c344ee2-0d22-46ad-b9ad-bfec09e92c79 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:49.160 +05:30 236aa253-cea2-4067-9b4b-a0d50782809e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:49.160 +05:30 236aa253-cea2-4067-9b4b-a0d50782809e INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:48:49.168 +05:30 30aa7659-6c0e-49ae-8ac8-647c819e7be7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:49.168 +05:30 30aa7659-6c0e-49ae-8ac8-647c819e7be7 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.3061ms 2024-09-07 12:48:49.168 +05:30 30aa7659-6c0e-49ae-8ac8-647c819e7be7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:49.168 +05:30 30aa7659-6c0e-49ae-8ac8-647c819e7be7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5db61220-f67f-45a7-81e0-fbc9f7a0e392}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:48:49.168 +05:30 236aa253-cea2-4067-9b4b-a0d50782809e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:49.169 +05:30 236aa253-cea2-4067-9b4b-a0d50782809e INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 8.1983ms 2024-09-07 12:48:49.169 +05:30 236aa253-cea2-4067-9b4b-a0d50782809e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:49.169 +05:30 236aa253-cea2-4067-9b4b-a0d50782809e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1c344ee2-0d22-46ad-b9ad-bfec09e92c79}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:48:49.169 +05:30 30aa7659-6c0e-49ae-8ac8-647c819e7be7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 13.5891ms 2024-09-07 12:48:49.169 +05:30 236aa253-cea2-4067-9b4b-a0d50782809e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 9.4878ms 2024-09-07 12:48:51.515 +05:30 e4456baf-16ac-429b-9617-21c8c28310f0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:48:51.515 +05:30 e4456baf-16ac-429b-9617-21c8c28310f0 INF CORS policy execution successful. 2024-09-07 12:48:51.516 +05:30 e4456baf-16ac-429b-9617-21c8c28310f0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 0.6121ms 2024-09-07 12:48:51.570 +05:30 1a4d3157-0444-444f-b87b-820ec4c47659 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:48:51.570 +05:30 1a4d3157-0444-444f-b87b-820ec4c47659 INF CORS policy execution successful. 2024-09-07 12:48:51.570 +05:30 1a4d3157-0444-444f-b87b-820ec4c47659 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:51.571 +05:30 a7df8770-c6a3-4084-9768-53f4d3f48c10 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:48:51.571 +05:30 a7df8770-c6a3-4084-9768-53f4d3f48c10 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:48:51.590 +05:30 a7df8770-c6a3-4084-9768-53f4d3f48c10 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:51.590 +05:30 a7df8770-c6a3-4084-9768-53f4d3f48c10 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 19.3438ms 2024-09-07 12:48:51.590 +05:30 a7df8770-c6a3-4084-9768-53f4d3f48c10 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:48:51.590 +05:30 a7df8770-c6a3-4084-9768-53f4d3f48c10 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1a4d3157-0444-444f-b87b-820ec4c47659}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:48:51.591 +05:30 a7df8770-c6a3-4084-9768-53f4d3f48c10 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 21.0505ms 2024-09-07 12:48:51.805 +05:30 66fc7340-5a6b-471f-a207-d474660f7582 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:48:51.805 +05:30 66fc7340-5a6b-471f-a207-d474660f7582 INF CORS policy execution successful. 2024-09-07 12:48:51.805 +05:30 66fc7340-5a6b-471f-a207-d474660f7582 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.5244ms 2024-09-07 12:48:51.857 +05:30 0c198fe8-9360-40c1-a7db-e31ca1919cbc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:48:51.857 +05:30 0c198fe8-9360-40c1-a7db-e31ca1919cbc INF CORS policy execution successful. 2024-09-07 12:48:51.857 +05:30 0c198fe8-9360-40c1-a7db-e31ca1919cbc INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:48:51.858 +05:30 8631c8e2-7753-4acb-8ad3-f99e21b1bc74 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:51.858 +05:30 8631c8e2-7753-4acb-8ad3-f99e21b1bc74 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:48:51.867 +05:30 8631c8e2-7753-4acb-8ad3-f99e21b1bc74 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:48:51.867 +05:30 8631c8e2-7753-4acb-8ad3-f99e21b1bc74 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 9.0109ms 2024-09-07 12:48:51.867 +05:30 8631c8e2-7753-4acb-8ad3-f99e21b1bc74 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:48:51.867 +05:30 8631c8e2-7753-4acb-8ad3-f99e21b1bc74 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0c198fe8-9360-40c1-a7db-e31ca1919cbc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:48:51.867 +05:30 8631c8e2-7753-4acb-8ad3-f99e21b1bc74 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 10.3059ms 2024-09-07 12:49:06.688 +05:30 7c58bf24-bdaf-44a0-a2f6-1b97418ac5e2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:49:06.688 +05:30 7c58bf24-bdaf-44a0-a2f6-1b97418ac5e2 INF CORS policy execution successful. 2024-09-07 12:49:06.689 +05:30 7c58bf24-bdaf-44a0-a2f6-1b97418ac5e2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.0063ms 2024-09-07 12:49:06.743 +05:30 cabcfed0-3b3d-4255-974c-a82a195b803e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:49:06.744 +05:30 cabcfed0-3b3d-4255-974c-a82a195b803e INF CORS policy execution successful. 2024-09-07 12:49:06.745 +05:30 cabcfed0-3b3d-4255-974c-a82a195b803e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:06.745 +05:30 6afa919c-caeb-4573-919b-a7e3c09b1d68 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:49:06.745 +05:30 6afa919c-caeb-4573-919b-a7e3c09b1d68 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:49:06.760 +05:30 6afa919c-caeb-4573-919b-a7e3c09b1d68 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:06.761 +05:30 6afa919c-caeb-4573-919b-a7e3c09b1d68 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.3951ms 2024-09-07 12:49:06.761 +05:30 6afa919c-caeb-4573-919b-a7e3c09b1d68 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:49:06.761 +05:30 6afa919c-caeb-4573-919b-a7e3c09b1d68 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cabcfed0-3b3d-4255-974c-a82a195b803e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:49:06.762 +05:30 6afa919c-caeb-4573-919b-a7e3c09b1d68 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 18.4074ms 2024-09-07 12:49:39.891 +05:30 e28ff34b-785e-4e00-8fcf-83685abee284 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:49:39.893 +05:30 e28ff34b-785e-4e00-8fcf-83685abee284 INF CORS policy execution successful. 2024-09-07 12:49:39.894 +05:30 e28ff34b-785e-4e00-8fcf-83685abee284 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 3.4366ms 2024-09-07 12:49:39.943 +05:30 14953ef1-05c5-4715-95bd-bf847c76739a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:49:39.945 +05:30 14953ef1-05c5-4715-95bd-bf847c76739a INF CORS policy execution successful. 2024-09-07 12:49:39.946 +05:30 14953ef1-05c5-4715-95bd-bf847c76739a INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:39.947 +05:30 a6e8ee86-e1ed-4395-b419-e88388698812 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:49:39.948 +05:30 a6e8ee86-e1ed-4395-b419-e88388698812 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:49:39.988 +05:30 a6e8ee86-e1ed-4395-b419-e88388698812 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:39.989 +05:30 a6e8ee86-e1ed-4395-b419-e88388698812 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 41.2133ms 2024-09-07 12:49:39.990 +05:30 a6e8ee86-e1ed-4395-b419-e88388698812 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:49:39.990 +05:30 a6e8ee86-e1ed-4395-b419-e88388698812 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 14953ef1-05c5-4715-95bd-bf847c76739a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:49:39.992 +05:30 a6e8ee86-e1ed-4395-b419-e88388698812 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 48.9735ms 2024-09-07 12:49:44.436 +05:30 8ea0619a-e824-4b98-9793-58941e3378b7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:49:44.437 +05:30 8ea0619a-e824-4b98-9793-58941e3378b7 INF CORS policy execution successful. 2024-09-07 12:49:44.437 +05:30 8ea0619a-e824-4b98-9793-58941e3378b7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.6082ms 2024-09-07 12:49:44.488 +05:30 97c48534-b914-4446-ba03-7e8eea8093a6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:49:44.489 +05:30 97c48534-b914-4446-ba03-7e8eea8093a6 INF CORS policy execution successful. 2024-09-07 12:49:44.489 +05:30 97c48534-b914-4446-ba03-7e8eea8093a6 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:44.489 +05:30 2d4c51cf-0923-48ba-b521-2c2a14a3d5e4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:49:44.489 +05:30 2d4c51cf-0923-48ba-b521-2c2a14a3d5e4 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:49:44.507 +05:30 2d4c51cf-0923-48ba-b521-2c2a14a3d5e4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:44.507 +05:30 2d4c51cf-0923-48ba-b521-2c2a14a3d5e4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 17.7058ms 2024-09-07 12:49:44.507 +05:30 2d4c51cf-0923-48ba-b521-2c2a14a3d5e4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:49:44.507 +05:30 2d4c51cf-0923-48ba-b521-2c2a14a3d5e4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 97c48534-b914-4446-ba03-7e8eea8093a6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:49:44.508 +05:30 2d4c51cf-0923-48ba-b521-2c2a14a3d5e4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 19.7106ms 2024-09-07 12:49:44.910 +05:30 ec181706-af96-4ad8-974a-ae12c1e51c82 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:49:44.910 +05:30 ec181706-af96-4ad8-974a-ae12c1e51c82 INF CORS policy execution successful. 2024-09-07 12:49:44.911 +05:30 ec181706-af96-4ad8-974a-ae12c1e51c82 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.8247ms 2024-09-07 12:49:44.960 +05:30 d8fc02b1-0150-4ffa-a798-171ded074f8b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:49:44.961 +05:30 d8fc02b1-0150-4ffa-a798-171ded074f8b INF CORS policy execution successful. 2024-09-07 12:49:44.961 +05:30 d8fc02b1-0150-4ffa-a798-171ded074f8b INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:44.961 +05:30 3d37a401-b7fd-4e56-973a-708252381b69 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:49:44.961 +05:30 3d37a401-b7fd-4e56-973a-708252381b69 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:49:44.975 +05:30 3d37a401-b7fd-4e56-973a-708252381b69 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:44.976 +05:30 3d37a401-b7fd-4e56-973a-708252381b69 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.4403ms 2024-09-07 12:49:44.976 +05:30 3d37a401-b7fd-4e56-973a-708252381b69 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:49:44.976 +05:30 3d37a401-b7fd-4e56-973a-708252381b69 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d8fc02b1-0150-4ffa-a798-171ded074f8b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:49:44.977 +05:30 3d37a401-b7fd-4e56-973a-708252381b69 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 17.0082ms 2024-09-07 12:49:47.976 +05:30 8a309739-493b-4372-93d9-dda87bb8cf84 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:49:47.976 +05:30 8a309739-493b-4372-93d9-dda87bb8cf84 INF CORS policy execution successful. 2024-09-07 12:49:47.977 +05:30 8a309739-493b-4372-93d9-dda87bb8cf84 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.7057ms 2024-09-07 12:49:47.982 +05:30 76e83c07-a2aa-4ec0-8522-ecaf260ceae3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:49:47.982 +05:30 76e83c07-a2aa-4ec0-8522-ecaf260ceae3 INF CORS policy execution successful. 2024-09-07 12:49:47.982 +05:30 76e83c07-a2aa-4ec0-8522-ecaf260ceae3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4331ms 2024-09-07 12:49:48.027 +05:30 19e70f37-88b1-4b20-b854-0dd3b5fa9402 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:49:48.028 +05:30 19e70f37-88b1-4b20-b854-0dd3b5fa9402 INF CORS policy execution successful. 2024-09-07 12:49:48.029 +05:30 19e70f37-88b1-4b20-b854-0dd3b5fa9402 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:48.029 +05:30 2047e16f-8ca9-4c8c-a189-0db1a87c87c0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:49:48.029 +05:30 2047e16f-8ca9-4c8c-a189-0db1a87c87c0 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:49:48.042 +05:30 2047e16f-8ca9-4c8c-a189-0db1a87c87c0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:48.043 +05:30 2047e16f-8ca9-4c8c-a189-0db1a87c87c0 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.0852ms 2024-09-07 12:49:48.043 +05:30 2047e16f-8ca9-4c8c-a189-0db1a87c87c0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:49:48.043 +05:30 2047e16f-8ca9-4c8c-a189-0db1a87c87c0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 19e70f37-88b1-4b20-b854-0dd3b5fa9402}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:49:48.043 +05:30 2047e16f-8ca9-4c8c-a189-0db1a87c87c0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 16.4364ms 2024-09-07 12:49:48.094 +05:30 50f8cd59-11a2-46e6-947f-7c5fdf3cca84 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:49:48.095 +05:30 50f8cd59-11a2-46e6-947f-7c5fdf3cca84 INF CORS policy execution successful. 2024-09-07 12:49:48.095 +05:30 50f8cd59-11a2-46e6-947f-7c5fdf3cca84 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:48.095 +05:30 07b420ac-04e4-479f-a613-b5d13492e940 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:49:48.095 +05:30 07b420ac-04e4-479f-a613-b5d13492e940 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:49:48.108 +05:30 07b420ac-04e4-479f-a613-b5d13492e940 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:48.109 +05:30 07b420ac-04e4-479f-a613-b5d13492e940 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.0532ms 2024-09-07 12:49:48.109 +05:30 07b420ac-04e4-479f-a613-b5d13492e940 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:49:48.109 +05:30 07b420ac-04e4-479f-a613-b5d13492e940 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 50f8cd59-11a2-46e6-947f-7c5fdf3cca84}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:49:48.109 +05:30 07b420ac-04e4-479f-a613-b5d13492e940 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 15.0313ms 2024-09-07 12:49:50.279 +05:30 e71432d3-26ff-4947-bfae-1df9ec557777 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:49:50.280 +05:30 e71432d3-26ff-4947-bfae-1df9ec557777 INF CORS policy execution successful. 2024-09-07 12:49:50.280 +05:30 e71432d3-26ff-4947-bfae-1df9ec557777 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.2033ms 2024-09-07 12:49:50.332 +05:30 8e39d694-7992-41a8-a329-51af3fa48dd4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:49:50.333 +05:30 8e39d694-7992-41a8-a329-51af3fa48dd4 INF CORS policy execution successful. 2024-09-07 12:49:50.333 +05:30 8e39d694-7992-41a8-a329-51af3fa48dd4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:50.333 +05:30 441d1528-29b4-414e-99db-8b19953568fd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:49:50.333 +05:30 441d1528-29b4-414e-99db-8b19953568fd INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:49:50.357 +05:30 441d1528-29b4-414e-99db-8b19953568fd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:50.357 +05:30 441d1528-29b4-414e-99db-8b19953568fd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 23.8228ms 2024-09-07 12:49:50.357 +05:30 441d1528-29b4-414e-99db-8b19953568fd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:49:50.357 +05:30 441d1528-29b4-414e-99db-8b19953568fd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8e39d694-7992-41a8-a329-51af3fa48dd4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:49:50.358 +05:30 441d1528-29b4-414e-99db-8b19953568fd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 25.588ms 2024-09-07 12:49:50.583 +05:30 957364b8-0fe3-41fe-add7-c06118f7a7f7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:49:50.584 +05:30 957364b8-0fe3-41fe-add7-c06118f7a7f7 INF CORS policy execution successful. 2024-09-07 12:49:50.584 +05:30 957364b8-0fe3-41fe-add7-c06118f7a7f7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.4755ms 2024-09-07 12:49:50.638 +05:30 61af3ebc-7106-4b3b-9a6c-835e595b4418 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 12:49:50.639 +05:30 61af3ebc-7106-4b3b-9a6c-835e595b4418 INF CORS policy execution successful. 2024-09-07 12:49:50.639 +05:30 61af3ebc-7106-4b3b-9a6c-835e595b4418 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:50.640 +05:30 0af0b188-6e8a-4cee-a9a7-38da7ac6fa78 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:49:50.640 +05:30 0af0b188-6e8a-4cee-a9a7-38da7ac6fa78 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:49:50.651 +05:30 0af0b188-6e8a-4cee-a9a7-38da7ac6fa78 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:50.651 +05:30 0af0b188-6e8a-4cee-a9a7-38da7ac6fa78 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 11.3856ms 2024-09-07 12:49:50.651 +05:30 0af0b188-6e8a-4cee-a9a7-38da7ac6fa78 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:49:50.651 +05:30 0af0b188-6e8a-4cee-a9a7-38da7ac6fa78 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 61af3ebc-7106-4b3b-9a6c-835e595b4418}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 12:49:50.652 +05:30 0af0b188-6e8a-4cee-a9a7-38da7ac6fa78 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 13.6328ms 2024-09-07 12:49:55.387 +05:30 8ceb75da-8521-4b92-8d98-6c4302cb3f7c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 12:49:55.388 +05:30 8ceb75da-8521-4b92-8d98-6c4302cb3f7c INF CORS policy execution successful. 2024-09-07 12:49:55.388 +05:30 8ceb75da-8521-4b92-8d98-6c4302cb3f7c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.6879ms 2024-09-07 12:49:55.442 +05:30 9ada9337-01a6-4e2f-8b79-82b647c393d9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 12:49:55.442 +05:30 9ada9337-01a6-4e2f-8b79-82b647c393d9 INF CORS policy execution successful. 2024-09-07 12:49:55.443 +05:30 9ada9337-01a6-4e2f-8b79-82b647c393d9 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:49:55.443 +05:30 1902e494-e4af-4cc5-a669-566dacbff744 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:49:55.443 +05:30 1902e494-e4af-4cc5-a669-566dacbff744 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:49:55.459 +05:30 1902e494-e4af-4cc5-a669-566dacbff744 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:49:55.459 +05:30 1902e494-e4af-4cc5-a669-566dacbff744 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.7654ms 2024-09-07 12:49:55.459 +05:30 1902e494-e4af-4cc5-a669-566dacbff744 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:49:55.459 +05:30 1902e494-e4af-4cc5-a669-566dacbff744 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9ada9337-01a6-4e2f-8b79-82b647c393d9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 12:49:55.459 +05:30 1902e494-e4af-4cc5-a669-566dacbff744 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 17.7407ms 2024-09-07 12:50:02.210 +05:30 98a201d3-1637-4af7-9dbc-269b954ed01e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:50:02.210 +05:30 98a201d3-1637-4af7-9dbc-269b954ed01e INF CORS policy execution successful. 2024-09-07 12:50:02.211 +05:30 98a201d3-1637-4af7-9dbc-269b954ed01e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.1165ms 2024-09-07 12:50:02.275 +05:30 65488c42-1be5-43a9-988b-9d5534fa415b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 12:50:02.276 +05:30 65488c42-1be5-43a9-988b-9d5534fa415b INF CORS policy execution successful. 2024-09-07 12:50:02.276 +05:30 65488c42-1be5-43a9-988b-9d5534fa415b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:50:02.277 +05:30 8e1f2eff-0116-4ecd-bb4b-deee5832e726 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:50:02.277 +05:30 8e1f2eff-0116-4ecd-bb4b-deee5832e726 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:50:02.285 +05:30 8e1f2eff-0116-4ecd-bb4b-deee5832e726 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:50:02.287 +05:30 8e1f2eff-0116-4ecd-bb4b-deee5832e726 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 10.248ms 2024-09-07 12:50:02.287 +05:30 8e1f2eff-0116-4ecd-bb4b-deee5832e726 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:50:02.288 +05:30 8e1f2eff-0116-4ecd-bb4b-deee5832e726 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 65488c42-1be5-43a9-988b-9d5534fa415b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:50:02.289 +05:30 8e1f2eff-0116-4ecd-bb4b-deee5832e726 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 14.1726ms 2024-09-07 12:50:18.536 +05:30 ba1cf548-75c3-4cc8-8989-44cb5141ffc7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:50:18.537 +05:30 ba1cf548-75c3-4cc8-8989-44cb5141ffc7 INF CORS policy execution successful. 2024-09-07 12:50:18.537 +05:30 ba1cf548-75c3-4cc8-8989-44cb5141ffc7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 204 null null 0.9598ms 2024-09-07 12:50:18.592 +05:30 99173d09-f648-4851-b9e5-701767c71cc1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - null null 2024-09-07 12:50:18.593 +05:30 99173d09-f648-4851-b9e5-701767c71cc1 INF CORS policy execution successful. 2024-09-07 12:50:18.593 +05:30 99173d09-f648-4851-b9e5-701767c71cc1 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:50:18.594 +05:30 bd495db8-8c24-45d9-8766-a11c2e31d276 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:50:18.594 +05:30 bd495db8-8c24-45d9-8766-a11c2e31d276 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:50:18.606 +05:30 bd495db8-8c24-45d9-8766-a11c2e31d276 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:50:18.606 +05:30 bd495db8-8c24-45d9-8766-a11c2e31d276 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.2955ms 2024-09-07 12:50:18.606 +05:30 bd495db8-8c24-45d9-8766-a11c2e31d276 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 12:50:18.607 +05:30 bd495db8-8c24-45d9-8766-a11c2e31d276 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 99173d09-f648-4851-b9e5-701767c71cc1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 12:50:18.608 +05:30 bd495db8-8c24-45d9-8766-a11c2e31d276 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search= - 200 962 application/json; charset=utf-8 15.2695ms 2024-09-07 12:50:22.587 +05:30 c8190679-77fe-4691-99ef-c7f8364ded88 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:50:22.587 +05:30 c8190679-77fe-4691-99ef-c7f8364ded88 INF CORS policy execution successful. 2024-09-07 12:50:22.587 +05:30 c8190679-77fe-4691-99ef-c7f8364ded88 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.736ms 2024-09-07 12:50:22.639 +05:30 e4a3f9ea-bd25-4f98-b513-7b0ed220f7bc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:50:22.640 +05:30 e4a3f9ea-bd25-4f98-b513-7b0ed220f7bc INF CORS policy execution successful. 2024-09-07 12:50:22.640 +05:30 e4a3f9ea-bd25-4f98-b513-7b0ed220f7bc INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:50:22.640 +05:30 2bb185ea-fda6-48a0-9c1f-48e620f8e769 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:50:22.640 +05:30 2bb185ea-fda6-48a0-9c1f-48e620f8e769 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:50:22.655 +05:30 2bb185ea-fda6-48a0-9c1f-48e620f8e769 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:50:22.656 +05:30 2bb185ea-fda6-48a0-9c1f-48e620f8e769 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 15.2175ms 2024-09-07 12:50:22.656 +05:30 2bb185ea-fda6-48a0-9c1f-48e620f8e769 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:50:22.656 +05:30 2bb185ea-fda6-48a0-9c1f-48e620f8e769 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e4a3f9ea-bd25-4f98-b513-7b0ed220f7bc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:50:22.656 +05:30 2bb185ea-fda6-48a0-9c1f-48e620f8e769 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 16.9339ms 2024-09-07 12:50:23.031 +05:30 8d6e8255-942d-4cf9-a10d-f1df34229b69 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:50:23.032 +05:30 8d6e8255-942d-4cf9-a10d-f1df34229b69 INF CORS policy execution successful. 2024-09-07 12:50:23.032 +05:30 8d6e8255-942d-4cf9-a10d-f1df34229b69 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5908ms 2024-09-07 12:50:23.092 +05:30 a32240c4-1cdc-4857-9504-8a0749f409f4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:50:23.093 +05:30 a32240c4-1cdc-4857-9504-8a0749f409f4 INF CORS policy execution successful. 2024-09-07 12:50:23.093 +05:30 a32240c4-1cdc-4857-9504-8a0749f409f4 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:50:23.093 +05:30 5173cc6a-463f-4fc6-8cf2-182177693ea6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:50:23.093 +05:30 5173cc6a-463f-4fc6-8cf2-182177693ea6 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:50:23.097 +05:30 5173cc6a-463f-4fc6-8cf2-182177693ea6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:50:23.097 +05:30 5173cc6a-463f-4fc6-8cf2-182177693ea6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.5304ms 2024-09-07 12:50:23.097 +05:30 5173cc6a-463f-4fc6-8cf2-182177693ea6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:50:23.097 +05:30 5173cc6a-463f-4fc6-8cf2-182177693ea6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a32240c4-1cdc-4857-9504-8a0749f409f4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:50:23.097 +05:30 5173cc6a-463f-4fc6-8cf2-182177693ea6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 5.3319ms 2024-09-07 12:50:27.844 +05:30 fd2cf4c5-39b6-4c02-9595-6965f4557588 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:50:27.845 +05:30 fd2cf4c5-39b6-4c02-9595-6965f4557588 INF CORS policy execution successful. 2024-09-07 12:50:27.846 +05:30 fd2cf4c5-39b6-4c02-9595-6965f4557588 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.5834ms 2024-09-07 12:50:27.846 +05:30 3f98aade-8641-42f6-b845-1f55b3ffb6d8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:50:27.846 +05:30 3f98aade-8641-42f6-b845-1f55b3ffb6d8 INF CORS policy execution successful. 2024-09-07 12:50:27.847 +05:30 3f98aade-8641-42f6-b845-1f55b3ffb6d8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.2906ms 2024-09-07 12:50:27.898 +05:30 d637a274-f778-4607-8bb7-266f72494de1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:50:27.899 +05:30 d637a274-f778-4607-8bb7-266f72494de1 INF CORS policy execution successful. 2024-09-07 12:50:27.899 +05:30 d637a274-f778-4607-8bb7-266f72494de1 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:50:27.899 +05:30 95f3a068-22c1-490f-931e-c078c52748f4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:50:27.900 +05:30 95f3a068-22c1-490f-931e-c078c52748f4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:50:27.919 +05:30 95f3a068-22c1-490f-931e-c078c52748f4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:50:27.920 +05:30 95f3a068-22c1-490f-931e-c078c52748f4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 19.8993ms 2024-09-07 12:50:27.920 +05:30 95f3a068-22c1-490f-931e-c078c52748f4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:50:27.920 +05:30 95f3a068-22c1-490f-931e-c078c52748f4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d637a274-f778-4607-8bb7-266f72494de1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:50:27.921 +05:30 95f3a068-22c1-490f-931e-c078c52748f4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 22.4294ms 2024-09-07 12:50:27.972 +05:30 c2956e56-d351-4df9-8f91-d60620fe1217 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 12:50:27.973 +05:30 c2956e56-d351-4df9-8f91-d60620fe1217 INF CORS policy execution successful. 2024-09-07 12:50:27.973 +05:30 c2956e56-d351-4df9-8f91-d60620fe1217 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:50:27.973 +05:30 750d4aa0-f1fc-4b7f-b6ec-36bb0b004aa5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:50:27.973 +05:30 750d4aa0-f1fc-4b7f-b6ec-36bb0b004aa5 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 12:50:27.976 +05:30 750d4aa0-f1fc-4b7f-b6ec-36bb0b004aa5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:50:27.976 +05:30 750d4aa0-f1fc-4b7f-b6ec-36bb0b004aa5 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.3861ms 2024-09-07 12:50:27.976 +05:30 750d4aa0-f1fc-4b7f-b6ec-36bb0b004aa5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 12:50:27.976 +05:30 750d4aa0-f1fc-4b7f-b6ec-36bb0b004aa5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c2956e56-d351-4df9-8f91-d60620fe1217}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 12:50:27.976 +05:30 750d4aa0-f1fc-4b7f-b6ec-36bb0b004aa5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 3.831ms 2024-09-07 12:50:34.740 +05:30 8c850e2d-a5f2-468e-a1f2-28e74f4200f1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:50:34.741 +05:30 8c850e2d-a5f2-468e-a1f2-28e74f4200f1 INF CORS policy execution successful. 2024-09-07 12:50:34.741 +05:30 8c850e2d-a5f2-468e-a1f2-28e74f4200f1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5984ms 2024-09-07 12:50:34.793 +05:30 235c0e20-4e22-4001-b084-e332b7916670 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 12:50:34.794 +05:30 235c0e20-4e22-4001-b084-e332b7916670 INF CORS policy execution successful. 2024-09-07 12:50:34.794 +05:30 235c0e20-4e22-4001-b084-e332b7916670 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:50:34.795 +05:30 9dde64db-e323-479e-bb9d-2a31b6475ea0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:50:34.795 +05:30 9dde64db-e323-479e-bb9d-2a31b6475ea0 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:50:34.804 +05:30 9dde64db-e323-479e-bb9d-2a31b6475ea0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:50:34.804 +05:30 9dde64db-e323-479e-bb9d-2a31b6475ea0 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.1778ms 2024-09-07 12:50:34.804 +05:30 9dde64db-e323-479e-bb9d-2a31b6475ea0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:50:34.804 +05:30 9dde64db-e323-479e-bb9d-2a31b6475ea0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 235c0e20-4e22-4001-b084-e332b7916670}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:50:34.805 +05:30 9dde64db-e323-479e-bb9d-2a31b6475ea0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 11.1481ms 2024-09-07 12:50:35.308 +05:30 545981c8-3b88-48ad-8457-9599af31d15b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:50:35.308 +05:30 545981c8-3b88-48ad-8457-9599af31d15b INF CORS policy execution successful. 2024-09-07 12:50:35.309 +05:30 545981c8-3b88-48ad-8457-9599af31d15b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4973ms 2024-09-07 12:50:35.359 +05:30 38678006-0b63-4653-8a35-b5cf99ff3ff9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 12:50:35.359 +05:30 38678006-0b63-4653-8a35-b5cf99ff3ff9 INF CORS policy execution successful. 2024-09-07 12:50:35.359 +05:30 38678006-0b63-4653-8a35-b5cf99ff3ff9 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTMxNzMsImV4cCI6MTcyNTY5Mzc3MywiaWF0IjoxNzI1NjkzMTczfQ.HEls7Tg5u3Kx_xmdqdM0-kAFgABpstEVdSMrkZIespg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 12:50:35.360 +05:30 e6d54ebe-2b23-4c46-a44c-e889058237b8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:50:35.360 +05:30 e6d54ebe-2b23-4c46-a44c-e889058237b8 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 12:50:35.364 +05:30 e6d54ebe-2b23-4c46-a44c-e889058237b8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 12:50:35.364 +05:30 e6d54ebe-2b23-4c46-a44c-e889058237b8 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 3.9876ms 2024-09-07 12:50:35.364 +05:30 e6d54ebe-2b23-4c46-a44c-e889058237b8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 12:50:35.364 +05:30 e6d54ebe-2b23-4c46-a44c-e889058237b8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 38678006-0b63-4653-8a35-b5cf99ff3ff9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 12:50:35.364 +05:30 e6d54ebe-2b23-4c46-a44c-e889058237b8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 5.5812ms 2024-09-07 13:01:01.146 +05:30 INF Application is shutting down... 2024-09-07 13:36:16.113 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-07 13:36:16.193 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-07 13:36:16.218 +05:30 INF Creating key {13309383-8dee-4798-a27c-bbbffceede27} with creation date 2024-09-07 08:06:16Z, activation date 2024-09-07 08:06:16Z, and expiration date 2024-12-06 08:06:16Z. 2024-09-07 13:36:16.236 +05:30 WRN No XML encryptor configured. Key {13309383-8dee-4798-a27c-bbbffceede27} may be persisted to storage in unencrypted form. 2024-09-07 13:36:16.550 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-07 13:36:16.553 +05:30 INF Hosting environment: Production 2024-09-07 13:36:16.553 +05:30 INF Content root path: C:\inetpub\wwwroot\SangCoreSettingsAPI 2024-09-07 13:36:16.576 +05:30 7e3c97a7-5ac7-48cd-b330-c51b5105f1d3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:36:16.764 +05:30 7e3c97a7-5ac7-48cd-b330-c51b5105f1d3 INF CORS policy execution successful. 2024-09-07 13:36:16.779 +05:30 7e3c97a7-5ac7-48cd-b330-c51b5105f1d3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 208.3221ms 2024-09-07 13:36:16.828 +05:30 b03a9434-562e-45b9-89bd-70358178b4b2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:36:16.996 +05:30 b03a9434-562e-45b9-89bd-70358178b4b2 INF CORS policy execution successful. 2024-09-07 13:36:17.021 +05:30 b03a9434-562e-45b9-89bd-70358178b4b2 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:36:17.083 +05:30 166f1ffa-b4ab-4ec9-910a-db27472b8f58 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:36:17.139 +05:30 166f1ffa-b4ab-4ec9-910a-db27472b8f58 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:36:17.682 +05:30 166f1ffa-b4ab-4ec9-910a-db27472b8f58 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:36:17.736 +05:30 166f1ffa-b4ab-4ec9-910a-db27472b8f58 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 592.3979ms 2024-09-07 13:36:17.737 +05:30 166f1ffa-b4ab-4ec9-910a-db27472b8f58 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:36:17.739 +05:30 166f1ffa-b4ab-4ec9-910a-db27472b8f58 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b03a9434-562e-45b9-89bd-70358178b4b2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 13:36:17.749 +05:30 166f1ffa-b4ab-4ec9-910a-db27472b8f58 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 920.675ms 2024-09-07 13:36:17.833 +05:30 04dde473-657f-4cd6-a131-740409c61fd2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 13:36:17.838 +05:30 04dde473-657f-4cd6-a131-740409c61fd2 INF CORS policy execution successful. 2024-09-07 13:36:17.839 +05:30 04dde473-657f-4cd6-a131-740409c61fd2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 5.9041ms 2024-09-07 13:36:17.841 +05:30 f66eed9e-b7fe-4d3c-bcef-d7c90c410738 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 13:36:17.842 +05:30 f66eed9e-b7fe-4d3c-bcef-d7c90c410738 INF CORS policy execution successful. 2024-09-07 13:36:17.843 +05:30 f66eed9e-b7fe-4d3c-bcef-d7c90c410738 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 1.4721ms 2024-09-07 13:36:17.905 +05:30 4b5ca895-d97a-4a0f-b603-e79f0c437f01 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 13:36:17.906 +05:30 4b5ca895-d97a-4a0f-b603-e79f0c437f01 INF CORS policy execution successful. 2024-09-07 13:36:17.907 +05:30 4b5ca895-d97a-4a0f-b603-e79f0c437f01 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 1.9999ms 2024-09-07 13:36:17.908 +05:30 1507d209-ad11-4621-b5e8-f176919465d0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:36:17.908 +05:30 4bb0298e-7258-4288-a677-10cf7e3c32ed INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 13:36:17.908 +05:30 1507d209-ad11-4621-b5e8-f176919465d0 INF CORS policy execution successful. 2024-09-07 13:36:17.908 +05:30 1507d209-ad11-4621-b5e8-f176919465d0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.8366ms 2024-09-07 13:36:17.909 +05:30 4bb0298e-7258-4288-a677-10cf7e3c32ed INF CORS policy execution successful. 2024-09-07 13:36:17.912 +05:30 4bb0298e-7258-4288-a677-10cf7e3c32ed INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:36:17.928 +05:30 68fa95cf-044d-4be8-9522-092c336385ea INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 13:36:17.946 +05:30 68fa95cf-044d-4be8-9522-092c336385ea INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:36:17.947 +05:30 11641b8c-4795-4081-af3c-395d6c494087 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:36:17.948 +05:30 11641b8c-4795-4081-af3c-395d6c494087 INF CORS policy execution successful. 2024-09-07 13:36:17.949 +05:30 11641b8c-4795-4081-af3c-395d6c494087 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 1.2244ms 2024-09-07 13:36:17.953 +05:30 c739d641-0c5c-43b4-af98-5a3e2dcf68fa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:36:17.953 +05:30 c739d641-0c5c-43b4-af98-5a3e2dcf68fa INF CORS policy execution successful. 2024-09-07 13:36:17.954 +05:30 c739d641-0c5c-43b4-af98-5a3e2dcf68fa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.8353ms 2024-09-07 13:36:17.957 +05:30 37e3938b-2ca3-47e4-a536-9baca082f69a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:36:17.958 +05:30 37e3938b-2ca3-47e4-a536-9baca082f69a INF CORS policy execution successful. 2024-09-07 13:36:17.959 +05:30 37e3938b-2ca3-47e4-a536-9baca082f69a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 1.2411ms 2024-09-07 13:36:17.969 +05:30 53a1b0f5-aecc-4acb-8adb-2170550b846f INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 13:36:17.969 +05:30 6cb75d6d-212b-479a-adf1-1cc2a92040e3 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 13:36:17.970 +05:30 6cb75d6d-212b-479a-adf1-1cc2a92040e3 INF CORS policy execution successful. 2024-09-07 13:36:17.971 +05:30 53a1b0f5-aecc-4acb-8adb-2170550b846f INF CORS policy execution successful. 2024-09-07 13:36:17.971 +05:30 6cb75d6d-212b-479a-adf1-1cc2a92040e3 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:36:17.971 +05:30 53a1b0f5-aecc-4acb-8adb-2170550b846f INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:36:17.974 +05:30 aafd5198-275e-4490-8a42-7aad1b227f51 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 13:36:17.974 +05:30 b2d3d270-aede-4d28-87c8-88efc8c66b70 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 13:36:17.983 +05:30 aafd5198-275e-4490-8a42-7aad1b227f51 INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:36:17.983 +05:30 b2d3d270-aede-4d28-87c8-88efc8c66b70 INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:36:17.995 +05:30 ee32c4bc-79cb-4ffb-be9d-b37e074dee4f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:36:17.997 +05:30 ee32c4bc-79cb-4ffb-be9d-b37e074dee4f INF CORS policy execution successful. 2024-09-07 13:36:17.999 +05:30 ee32c4bc-79cb-4ffb-be9d-b37e074dee4f INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:36:18.000 +05:30 639baaf8-090e-4290-8599-dc6e51127a5a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.002 +05:30 68fa95cf-044d-4be8-9522-092c336385ea INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:36:18.009 +05:30 639baaf8-090e-4290-8599-dc6e51127a5a INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 13:36:18.009 +05:30 4d9469fd-54b3-4065-8a7b-e4d8e48808b5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:36:18.011 +05:30 4d9469fd-54b3-4065-8a7b-e4d8e48808b5 INF CORS policy execution successful. 2024-09-07 13:36:18.011 +05:30 4d9469fd-54b3-4065-8a7b-e4d8e48808b5 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:36:18.012 +05:30 2919c114-cd88-4ebc-912c-226462efd1a0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.018 +05:30 2919c114-cd88-4ebc-912c-226462efd1a0 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:36:18.027 +05:30 aafd5198-275e-4490-8a42-7aad1b227f51 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:36:18.036 +05:30 aafd5198-275e-4490-8a42-7aad1b227f51 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 52.5174ms 2024-09-07 13:36:18.036 +05:30 aafd5198-275e-4490-8a42-7aad1b227f51 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.036 +05:30 aafd5198-275e-4490-8a42-7aad1b227f51 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 6cb75d6d-212b-479a-adf1-1cc2a92040e3}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 13:36:18.037 +05:30 aafd5198-275e-4490-8a42-7aad1b227f51 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 67.8847ms 2024-09-07 13:36:18.038 +05:30 68fa95cf-044d-4be8-9522-092c336385ea INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 91.078ms 2024-09-07 13:36:18.038 +05:30 68fa95cf-044d-4be8-9522-092c336385ea INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.038 +05:30 68fa95cf-044d-4be8-9522-092c336385ea INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 4bb0298e-7258-4288-a677-10cf7e3c32ed}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 13:36:18.044 +05:30 68fa95cf-044d-4be8-9522-092c336385ea INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 131.086ms 2024-09-07 13:36:18.047 +05:30 2919c114-cd88-4ebc-912c-226462efd1a0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:36:18.048 +05:30 2919c114-cd88-4ebc-912c-226462efd1a0 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 29.4815ms 2024-09-07 13:36:18.048 +05:30 2919c114-cd88-4ebc-912c-226462efd1a0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.048 +05:30 b2d3d270-aede-4d28-87c8-88efc8c66b70 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:36:18.048 +05:30 2919c114-cd88-4ebc-912c-226462efd1a0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4d9469fd-54b3-4065-8a7b-e4d8e48808b5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:36:18.049 +05:30 2919c114-cd88-4ebc-912c-226462efd1a0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 39.6621ms 2024-09-07 13:36:18.050 +05:30 b2d3d270-aede-4d28-87c8-88efc8c66b70 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 66.9895ms 2024-09-07 13:36:18.050 +05:30 b2d3d270-aede-4d28-87c8-88efc8c66b70 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.051 +05:30 b2d3d270-aede-4d28-87c8-88efc8c66b70 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 53a1b0f5-aecc-4acb-8adb-2170550b846f}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 13:36:18.052 +05:30 b2d3d270-aede-4d28-87c8-88efc8c66b70 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 83.3253ms 2024-09-07 13:36:18.078 +05:30 639baaf8-090e-4290-8599-dc6e51127a5a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:36:18.095 +05:30 639baaf8-090e-4290-8599-dc6e51127a5a INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 85.2418ms 2024-09-07 13:36:18.095 +05:30 639baaf8-090e-4290-8599-dc6e51127a5a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.097 +05:30 639baaf8-090e-4290-8599-dc6e51127a5a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ee32c4bc-79cb-4ffb-be9d-b37e074dee4f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 13:36:18.100 +05:30 639baaf8-090e-4290-8599-dc6e51127a5a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 104.2468ms 2024-09-07 13:36:18.107 +05:30 8f9175c5-77fb-400d-9a05-a286fd4151da INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:36:18.108 +05:30 8f9175c5-77fb-400d-9a05-a286fd4151da INF CORS policy execution successful. 2024-09-07 13:36:18.108 +05:30 8f9175c5-77fb-400d-9a05-a286fd4151da INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:36:18.113 +05:30 29191c30-7cd2-449c-a7d6-59d14b8f509c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.113 +05:30 29191c30-7cd2-449c-a7d6-59d14b8f509c INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:36:18.119 +05:30 29191c30-7cd2-449c-a7d6-59d14b8f509c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:36:18.119 +05:30 29191c30-7cd2-449c-a7d6-59d14b8f509c INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.2736ms 2024-09-07 13:36:18.120 +05:30 29191c30-7cd2-449c-a7d6-59d14b8f509c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.120 +05:30 29191c30-7cd2-449c-a7d6-59d14b8f509c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8f9175c5-77fb-400d-9a05-a286fd4151da}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:36:18.121 +05:30 29191c30-7cd2-449c-a7d6-59d14b8f509c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 14.341ms 2024-09-07 13:36:18.177 +05:30 3a7afdd3-f9e0-472a-ad99-956aa57c270d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:36:18.179 +05:30 3a7afdd3-f9e0-472a-ad99-956aa57c270d INF CORS policy execution successful. 2024-09-07 13:36:18.179 +05:30 3a7afdd3-f9e0-472a-ad99-956aa57c270d INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:36:18.182 +05:30 c621da30-ed11-4b9a-adf5-cf803bd48151 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.183 +05:30 c621da30-ed11-4b9a-adf5-cf803bd48151 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 13:36:18.199 +05:30 c621da30-ed11-4b9a-adf5-cf803bd48151 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:36:18.201 +05:30 c621da30-ed11-4b9a-adf5-cf803bd48151 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 17.8499ms 2024-09-07 13:36:18.202 +05:30 c621da30-ed11-4b9a-adf5-cf803bd48151 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:36:18.204 +05:30 c621da30-ed11-4b9a-adf5-cf803bd48151 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3a7afdd3-f9e0-472a-ad99-956aa57c270d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 13:36:18.205 +05:30 c621da30-ed11-4b9a-adf5-cf803bd48151 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 28.2746ms 2024-09-07 13:37:37.464 +05:30 08a0c6d1-93a4-41e5-b4bf-363a8de81883 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:37:37.469 +05:30 7e247e62-f989-4333-9e31-404065ac89a8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:37:37.470 +05:30 7e247e62-f989-4333-9e31-404065ac89a8 INF CORS policy execution successful. 2024-09-07 13:37:37.470 +05:30 08a0c6d1-93a4-41e5-b4bf-363a8de81883 INF CORS policy execution successful. 2024-09-07 13:37:37.472 +05:30 08a0c6d1-93a4-41e5-b4bf-363a8de81883 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 8.5238ms 2024-09-07 13:37:37.472 +05:30 7e247e62-f989-4333-9e31-404065ac89a8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.3138ms 2024-09-07 13:37:37.475 +05:30 9067f3ae-1c3a-48a3-8b37-dd8cd0c30f8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 13:37:37.476 +05:30 9067f3ae-1c3a-48a3-8b37-dd8cd0c30f8e INF CORS policy execution successful. 2024-09-07 13:37:37.476 +05:30 9067f3ae-1c3a-48a3-8b37-dd8cd0c30f8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.7634ms 2024-09-07 13:37:37.525 +05:30 91f637d8-5d78-4d9b-9802-3c7303320297 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:37:37.529 +05:30 91f637d8-5d78-4d9b-9802-3c7303320297 INF CORS policy execution successful. 2024-09-07 13:37:37.532 +05:30 91f637d8-5d78-4d9b-9802-3c7303320297 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:37.535 +05:30 9481e2fa-b91e-4515-be7f-14df9bfb2e9b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:37:37.552 +05:30 9481e2fa-b91e-4515-be7f-14df9bfb2e9b INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:37.568 +05:30 e9da5ec0-c99c-4b09-b63b-a5c479b2247d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 13:37:37.570 +05:30 e9da5ec0-c99c-4b09-b63b-a5c479b2247d INF CORS policy execution successful. 2024-09-07 13:37:37.572 +05:30 e9da5ec0-c99c-4b09-b63b-a5c479b2247d INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:37.573 +05:30 be376238-0bb1-42f2-8c42-6073c09b15f0 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 13:37:37.579 +05:30 be376238-0bb1-42f2-8c42-6073c09b15f0 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 13:37:37.609 +05:30 9481e2fa-b91e-4515-be7f-14df9bfb2e9b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:37.610 +05:30 9481e2fa-b91e-4515-be7f-14df9bfb2e9b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 57.219ms 2024-09-07 13:37:37.611 +05:30 9481e2fa-b91e-4515-be7f-14df9bfb2e9b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:37:37.611 +05:30 9481e2fa-b91e-4515-be7f-14df9bfb2e9b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 91f637d8-5d78-4d9b-9802-3c7303320297}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:37:37.613 +05:30 9481e2fa-b91e-4515-be7f-14df9bfb2e9b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 87.5222ms 2024-09-07 13:37:37.669 +05:30 651034d4-238c-4e53-b18e-21935b135ea1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:37:37.671 +05:30 651034d4-238c-4e53-b18e-21935b135ea1 INF CORS policy execution successful. 2024-09-07 13:37:37.671 +05:30 651034d4-238c-4e53-b18e-21935b135ea1 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:37.675 +05:30 86bebf29-01f9-4b33-a1fa-717c4d79ef9e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:37:37.676 +05:30 86bebf29-01f9-4b33-a1fa-717c4d79ef9e INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:37.689 +05:30 86bebf29-01f9-4b33-a1fa-717c4d79ef9e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:37.690 +05:30 86bebf29-01f9-4b33-a1fa-717c4d79ef9e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.7778ms 2024-09-07 13:37:37.691 +05:30 86bebf29-01f9-4b33-a1fa-717c4d79ef9e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:37:37.691 +05:30 86bebf29-01f9-4b33-a1fa-717c4d79ef9e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 651034d4-238c-4e53-b18e-21935b135ea1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:37:37.692 +05:30 86bebf29-01f9-4b33-a1fa-717c4d79ef9e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 22.4146ms 2024-09-07 13:37:37.720 +05:30 be376238-0bb1-42f2-8c42-6073c09b15f0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:37.721 +05:30 be376238-0bb1-42f2-8c42-6073c09b15f0 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 141.552ms 2024-09-07 13:37:37.721 +05:30 be376238-0bb1-42f2-8c42-6073c09b15f0 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 13:37:37.721 +05:30 be376238-0bb1-42f2-8c42-6073c09b15f0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e9da5ec0-c99c-4b09-b63b-a5c479b2247d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 13:37:37.722 +05:30 be376238-0bb1-42f2-8c42-6073c09b15f0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 153.6576ms 2024-09-07 13:37:37.761 +05:30 f734254e-2e79-4afb-b76a-a17ce847b78d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:37:37.761 +05:30 f734254e-2e79-4afb-b76a-a17ce847b78d INF CORS policy execution successful. 2024-09-07 13:37:37.762 +05:30 f734254e-2e79-4afb-b76a-a17ce847b78d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.0744ms 2024-09-07 13:37:37.815 +05:30 9bee8d2d-15e1-4a21-a303-5ea30ad7af09 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:37:37.818 +05:30 9bee8d2d-15e1-4a21-a303-5ea30ad7af09 INF CORS policy execution successful. 2024-09-07 13:37:37.818 +05:30 9bee8d2d-15e1-4a21-a303-5ea30ad7af09 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:37.819 +05:30 8cc352e1-2212-4bbb-9f1b-de616e5a9f06 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:37:37.820 +05:30 8cc352e1-2212-4bbb-9f1b-de616e5a9f06 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:37.834 +05:30 8cc352e1-2212-4bbb-9f1b-de616e5a9f06 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:37.834 +05:30 8cc352e1-2212-4bbb-9f1b-de616e5a9f06 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.6844ms 2024-09-07 13:37:37.835 +05:30 8cc352e1-2212-4bbb-9f1b-de616e5a9f06 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:37:37.835 +05:30 8cc352e1-2212-4bbb-9f1b-de616e5a9f06 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9bee8d2d-15e1-4a21-a303-5ea30ad7af09}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:37:37.836 +05:30 8cc352e1-2212-4bbb-9f1b-de616e5a9f06 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 21.0927ms 2024-09-07 13:37:38.076 +05:30 a813271c-9c5e-47d0-ae34-876d589839bf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 13:37:38.076 +05:30 a813271c-9c5e-47d0-ae34-876d589839bf INF CORS policy execution successful. 2024-09-07 13:37:38.077 +05:30 a813271c-9c5e-47d0-ae34-876d589839bf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 1.0739ms 2024-09-07 13:37:38.125 +05:30 f0fdf0c0-7136-4312-8dc9-c401a50bd311 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 13:37:38.127 +05:30 f0fdf0c0-7136-4312-8dc9-c401a50bd311 INF CORS policy execution successful. 2024-09-07 13:37:38.127 +05:30 f0fdf0c0-7136-4312-8dc9-c401a50bd311 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:38.128 +05:30 8103793f-5460-47fb-9fd2-8313cc7bc19c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:37:38.128 +05:30 8103793f-5460-47fb-9fd2-8313cc7bc19c INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:38.139 +05:30 8103793f-5460-47fb-9fd2-8313cc7bc19c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:38.141 +05:30 8103793f-5460-47fb-9fd2-8313cc7bc19c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.977ms 2024-09-07 13:37:38.141 +05:30 8103793f-5460-47fb-9fd2-8313cc7bc19c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:37:38.142 +05:30 8103793f-5460-47fb-9fd2-8313cc7bc19c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f0fdf0c0-7136-4312-8dc9-c401a50bd311}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 13:37:38.143 +05:30 8103793f-5460-47fb-9fd2-8313cc7bc19c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 17.3257ms 2024-09-07 13:37:41.207 +05:30 447ad051-bef5-4d98-8c9d-5293423430e6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:37:41.208 +05:30 447ad051-bef5-4d98-8c9d-5293423430e6 INF CORS policy execution successful. 2024-09-07 13:37:41.209 +05:30 447ad051-bef5-4d98-8c9d-5293423430e6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 2.0882ms 2024-09-07 13:37:41.209 +05:30 8e9aa0b6-fca2-4888-b465-d1f062dfd00d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:37:41.210 +05:30 8e9aa0b6-fca2-4888-b465-d1f062dfd00d INF CORS policy execution successful. 2024-09-07 13:37:41.210 +05:30 8e9aa0b6-fca2-4888-b465-d1f062dfd00d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.5351ms 2024-09-07 13:37:41.264 +05:30 329f5ff5-837b-4935-97a5-264828cb0b08 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:37:41.265 +05:30 329f5ff5-837b-4935-97a5-264828cb0b08 INF CORS policy execution successful. 2024-09-07 13:37:41.266 +05:30 329f5ff5-837b-4935-97a5-264828cb0b08 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:41.267 +05:30 b05c0bbb-10aa-450f-8fb7-054ef10007d3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:37:41.268 +05:30 b05c0bbb-10aa-450f-8fb7-054ef10007d3 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:37:41.280 +05:30 b05c0bbb-10aa-450f-8fb7-054ef10007d3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:41.281 +05:30 b05c0bbb-10aa-450f-8fb7-054ef10007d3 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.0807ms 2024-09-07 13:37:41.282 +05:30 b05c0bbb-10aa-450f-8fb7-054ef10007d3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:37:41.282 +05:30 b05c0bbb-10aa-450f-8fb7-054ef10007d3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 329f5ff5-837b-4935-97a5-264828cb0b08}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:37:41.283 +05:30 b05c0bbb-10aa-450f-8fb7-054ef10007d3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 18.7639ms 2024-09-07 13:37:41.338 +05:30 0d81960e-e94d-44d3-81b9-da4c208bafab INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:37:41.339 +05:30 0d81960e-e94d-44d3-81b9-da4c208bafab INF CORS policy execution successful. 2024-09-07 13:37:41.340 +05:30 0d81960e-e94d-44d3-81b9-da4c208bafab INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:41.340 +05:30 1b3c33d6-9ab2-4383-9dda-21b9663ea843 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:37:41.340 +05:30 1b3c33d6-9ab2-4383-9dda-21b9663ea843 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:37:41.344 +05:30 1b3c33d6-9ab2-4383-9dda-21b9663ea843 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:41.344 +05:30 1b3c33d6-9ab2-4383-9dda-21b9663ea843 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.9413ms 2024-09-07 13:37:41.344 +05:30 1b3c33d6-9ab2-4383-9dda-21b9663ea843 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:37:41.345 +05:30 1b3c33d6-9ab2-4383-9dda-21b9663ea843 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0d81960e-e94d-44d3-81b9-da4c208bafab}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:37:41.345 +05:30 1b3c33d6-9ab2-4383-9dda-21b9663ea843 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 7.1592ms 2024-09-07 13:37:44.481 +05:30 a208a80a-c15b-446d-a97f-87c4b334691b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 13:37:44.482 +05:30 a208a80a-c15b-446d-a97f-87c4b334691b INF CORS policy execution successful. 2024-09-07 13:37:44.483 +05:30 a208a80a-c15b-446d-a97f-87c4b334691b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.6814ms 2024-09-07 13:37:44.577 +05:30 29feb484-3950-4076-a344-46098aaa19e4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 13:37:44.581 +05:30 29feb484-3950-4076-a344-46098aaa19e4 INF CORS policy execution successful. 2024-09-07 13:37:44.591 +05:30 29feb484-3950-4076-a344-46098aaa19e4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:44.594 +05:30 b76b5361-fd03-407c-a155-3d0da94899a3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:44.652 +05:30 b76b5361-fd03-407c-a155-3d0da94899a3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:44.674 +05:30 b76b5361-fd03-407c-a155-3d0da94899a3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:44.675 +05:30 b76b5361-fd03-407c-a155-3d0da94899a3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 22.6941ms 2024-09-07 13:37:44.675 +05:30 b76b5361-fd03-407c-a155-3d0da94899a3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:44.675 +05:30 b76b5361-fd03-407c-a155-3d0da94899a3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 29feb484-3950-4076-a344-46098aaa19e4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 13:37:44.676 +05:30 b76b5361-fd03-407c-a155-3d0da94899a3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 100.0603ms 2024-09-07 13:37:44.826 +05:30 c93fc7ab-be6c-4420-8a70-cd4618195346 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 13:37:44.827 +05:30 c93fc7ab-be6c-4420-8a70-cd4618195346 INF CORS policy execution successful. 2024-09-07 13:37:44.828 +05:30 c93fc7ab-be6c-4420-8a70-cd4618195346 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.4045ms 2024-09-07 13:37:44.881 +05:30 53012731-dab4-4d7f-9fbb-d4b1b6f9f0b5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 13:37:44.882 +05:30 53012731-dab4-4d7f-9fbb-d4b1b6f9f0b5 INF CORS policy execution successful. 2024-09-07 13:37:44.883 +05:30 53012731-dab4-4d7f-9fbb-d4b1b6f9f0b5 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:44.883 +05:30 41eed582-1a4f-4e64-b855-20bbae836f25 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:37:44.884 +05:30 41eed582-1a4f-4e64-b855-20bbae836f25 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:37:44.887 +05:30 41eed582-1a4f-4e64-b855-20bbae836f25 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:44.888 +05:30 41eed582-1a4f-4e64-b855-20bbae836f25 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.0194ms 2024-09-07 13:37:44.888 +05:30 41eed582-1a4f-4e64-b855-20bbae836f25 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:37:44.888 +05:30 41eed582-1a4f-4e64-b855-20bbae836f25 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 53012731-dab4-4d7f-9fbb-d4b1b6f9f0b5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 13:37:44.889 +05:30 41eed582-1a4f-4e64-b855-20bbae836f25 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 7.5328ms 2024-09-07 13:37:50.325 +05:30 f2f548da-103a-4bc4-a834-1a8c2ee0d27f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 13:37:50.325 +05:30 f2f548da-103a-4bc4-a834-1a8c2ee0d27f INF CORS policy execution successful. 2024-09-07 13:37:50.326 +05:30 f2f548da-103a-4bc4-a834-1a8c2ee0d27f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 1.192ms 2024-09-07 13:37:50.380 +05:30 4f3b2300-e84b-405c-9c24-9dff7e2ad34e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 13:37:50.381 +05:30 4f3b2300-e84b-405c-9c24-9dff7e2ad34e INF CORS policy execution successful. 2024-09-07 13:37:50.382 +05:30 4f3b2300-e84b-405c-9c24-9dff7e2ad34e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:50.382 +05:30 395c737b-8920-4295-8312-79d56e3858f3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:50.383 +05:30 395c737b-8920-4295-8312-79d56e3858f3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:50.388 +05:30 395c737b-8920-4295-8312-79d56e3858f3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:50.389 +05:30 395c737b-8920-4295-8312-79d56e3858f3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.2313ms 2024-09-07 13:37:50.389 +05:30 395c737b-8920-4295-8312-79d56e3858f3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:50.389 +05:30 395c737b-8920-4295-8312-79d56e3858f3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4f3b2300-e84b-405c-9c24-9dff7e2ad34e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 13:37:50.390 +05:30 395c737b-8920-4295-8312-79d56e3858f3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 9.4845ms 2024-09-07 13:37:51.288 +05:30 63f36734-adee-478d-8955-c7cf74a7ea27 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ie - null null 2024-09-07 13:37:51.288 +05:30 63f36734-adee-478d-8955-c7cf74a7ea27 INF CORS policy execution successful. 2024-09-07 13:37:51.289 +05:30 63f36734-adee-478d-8955-c7cf74a7ea27 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ie - 204 null null 0.9222ms 2024-09-07 13:37:51.344 +05:30 abfb4d72-5059-4d1d-bb2e-df8a1d3d3c2f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ie - null null 2024-09-07 13:37:51.345 +05:30 abfb4d72-5059-4d1d-bb2e-df8a1d3d3c2f INF CORS policy execution successful. 2024-09-07 13:37:51.345 +05:30 abfb4d72-5059-4d1d-bb2e-df8a1d3d3c2f INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ie Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:51.345 +05:30 02201482-7456-4985-a977-4857621defdd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:51.346 +05:30 02201482-7456-4985-a977-4857621defdd INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:51.351 +05:30 02201482-7456-4985-a977-4857621defdd INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:51.352 +05:30 02201482-7456-4985-a977-4857621defdd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.0812ms 2024-09-07 13:37:51.352 +05:30 02201482-7456-4985-a977-4857621defdd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:51.352 +05:30 02201482-7456-4985-a977-4857621defdd INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: abfb4d72-5059-4d1d-bb2e-df8a1d3d3c2f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-07 13:37:51.355 +05:30 02201482-7456-4985-a977-4857621defdd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ie - 404 84 application/json; charset=utf-8 10.842ms 2024-09-07 13:37:52.836 +05:30 546b3dbf-6e33-4339-a0cd-28f5c7122799 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 13:37:52.837 +05:30 546b3dbf-6e33-4339-a0cd-28f5c7122799 INF CORS policy execution successful. 2024-09-07 13:37:52.838 +05:30 546b3dbf-6e33-4339-a0cd-28f5c7122799 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:52.838 +05:30 79a0b1e9-b3f2-4def-b331-900e8cb49545 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:52.838 +05:30 79a0b1e9-b3f2-4def-b331-900e8cb49545 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:52.843 +05:30 79a0b1e9-b3f2-4def-b331-900e8cb49545 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:52.844 +05:30 79a0b1e9-b3f2-4def-b331-900e8cb49545 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 5.5435ms 2024-09-07 13:37:52.844 +05:30 79a0b1e9-b3f2-4def-b331-900e8cb49545 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:52.844 +05:30 79a0b1e9-b3f2-4def-b331-900e8cb49545 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 546b3dbf-6e33-4339-a0cd-28f5c7122799}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 13:37:52.844 +05:30 79a0b1e9-b3f2-4def-b331-900e8cb49545 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 8.2764ms 2024-09-07 13:37:53.184 +05:30 c08a657a-60b8-4c55-8ed7-7e0d69681530 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - null null 2024-09-07 13:37:53.185 +05:30 c08a657a-60b8-4c55-8ed7-7e0d69681530 INF CORS policy execution successful. 2024-09-07 13:37:53.185 +05:30 c08a657a-60b8-4c55-8ed7-7e0d69681530 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - 204 null null 0.9266ms 2024-09-07 13:37:53.228 +05:30 fa9faae0-7839-4ae4-8406-cbf18d3b43a4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - null null 2024-09-07 13:37:53.230 +05:30 fa9faae0-7839-4ae4-8406-cbf18d3b43a4 INF CORS policy execution successful. 2024-09-07 13:37:53.231 +05:30 fa9faae0-7839-4ae4-8406-cbf18d3b43a4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ib Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:53.231 +05:30 0eea638b-1052-4cf0-a254-56c05ea417e3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:53.231 +05:30 0eea638b-1052-4cf0-a254-56c05ea417e3 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:53.245 +05:30 0eea638b-1052-4cf0-a254-56c05ea417e3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:53.246 +05:30 0eea638b-1052-4cf0-a254-56c05ea417e3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 14.8079ms 2024-09-07 13:37:53.246 +05:30 0eea638b-1052-4cf0-a254-56c05ea417e3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:53.246 +05:30 0eea638b-1052-4cf0-a254-56c05ea417e3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fa9faae0-7839-4ae4-8406-cbf18d3b43a4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 13:37:53.247 +05:30 0eea638b-1052-4cf0-a254-56c05ea417e3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - 200 146 application/json; charset=utf-8 19.1274ms 2024-09-07 13:37:53.557 +05:30 c0456917-ebb9-432d-b4f1-1f3ff1805a22 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ibe - null null 2024-09-07 13:37:53.557 +05:30 c0456917-ebb9-432d-b4f1-1f3ff1805a22 INF CORS policy execution successful. 2024-09-07 13:37:53.558 +05:30 c0456917-ebb9-432d-b4f1-1f3ff1805a22 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ibe - 204 null null 0.9617ms 2024-09-07 13:37:53.601 +05:30 dcb15706-2c1c-4145-bfcf-bd16116b111a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ibe - null null 2024-09-07 13:37:53.602 +05:30 dcb15706-2c1c-4145-bfcf-bd16116b111a INF CORS policy execution successful. 2024-09-07 13:37:53.603 +05:30 dcb15706-2c1c-4145-bfcf-bd16116b111a INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ibe Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:53.603 +05:30 8b440402-91e7-4a49-9546-1851d51b5422 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:53.603 +05:30 8b440402-91e7-4a49-9546-1851d51b5422 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:53.627 +05:30 8b440402-91e7-4a49-9546-1851d51b5422 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:53.627 +05:30 8b440402-91e7-4a49-9546-1851d51b5422 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 23.445ms 2024-09-07 13:37:53.627 +05:30 8b440402-91e7-4a49-9546-1851d51b5422 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:53.627 +05:30 8b440402-91e7-4a49-9546-1851d51b5422 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dcb15706-2c1c-4145-bfcf-bd16116b111a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 13:37:53.628 +05:30 8b440402-91e7-4a49-9546-1851d51b5422 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ibe - 200 146 application/json; charset=utf-8 26.5842ms 2024-09-07 13:37:56.003 +05:30 336e72ff-85a5-4f03-b2d1-7841a16ff93c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - null null 2024-09-07 13:37:56.005 +05:30 336e72ff-85a5-4f03-b2d1-7841a16ff93c INF CORS policy execution successful. 2024-09-07 13:37:56.006 +05:30 336e72ff-85a5-4f03-b2d1-7841a16ff93c INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=ib Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:56.006 +05:30 c202eff0-75a3-47ec-be96-c832b1bb5241 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:56.007 +05:30 c202eff0-75a3-47ec-be96-c832b1bb5241 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:56.028 +05:30 c202eff0-75a3-47ec-be96-c832b1bb5241 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:56.028 +05:30 c202eff0-75a3-47ec-be96-c832b1bb5241 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 21.4352ms 2024-09-07 13:37:56.028 +05:30 c202eff0-75a3-47ec-be96-c832b1bb5241 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:56.029 +05:30 c202eff0-75a3-47ec-be96-c832b1bb5241 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 336e72ff-85a5-4f03-b2d1-7841a16ff93c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 146} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"}]"} 2024-09-07 13:37:56.029 +05:30 c202eff0-75a3-47ec-be96-c832b1bb5241 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=ib - 200 146 application/json; charset=utf-8 26.0817ms 2024-09-07 13:37:56.151 +05:30 3f1c7b41-0de2-4fe9-9864-5a03e2c2c48f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 13:37:56.152 +05:30 3f1c7b41-0de2-4fe9-9864-5a03e2c2c48f INF CORS policy execution successful. 2024-09-07 13:37:56.152 +05:30 3f1c7b41-0de2-4fe9-9864-5a03e2c2c48f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 0.764ms 2024-09-07 13:37:56.195 +05:30 8ae9f2c1-1642-4b2e-8eeb-5d0544eabb5b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 13:37:56.196 +05:30 8ae9f2c1-1642-4b2e-8eeb-5d0544eabb5b INF CORS policy execution successful. 2024-09-07 13:37:56.196 +05:30 8ae9f2c1-1642-4b2e-8eeb-5d0544eabb5b INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:56.196 +05:30 7a1923e0-9dbd-4f1a-8350-63f2da4ba2d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:56.196 +05:30 7a1923e0-9dbd-4f1a-8350-63f2da4ba2d7 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:56.200 +05:30 7a1923e0-9dbd-4f1a-8350-63f2da4ba2d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:56.201 +05:30 7a1923e0-9dbd-4f1a-8350-63f2da4ba2d7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.3079ms 2024-09-07 13:37:56.201 +05:30 7a1923e0-9dbd-4f1a-8350-63f2da4ba2d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:56.201 +05:30 7a1923e0-9dbd-4f1a-8350-63f2da4ba2d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8ae9f2c1-1642-4b2e-8eeb-5d0544eabb5b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 13:37:56.201 +05:30 7a1923e0-9dbd-4f1a-8350-63f2da4ba2d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 6.7112ms 2024-09-07 13:37:56.358 +05:30 a545a574-4b79-4bd5-9a09-7e9b190dc1f0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 13:37:56.358 +05:30 a545a574-4b79-4bd5-9a09-7e9b190dc1f0 INF CORS policy execution successful. 2024-09-07 13:37:56.359 +05:30 a545a574-4b79-4bd5-9a09-7e9b190dc1f0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.2689ms 2024-09-07 13:37:56.399 +05:30 f5670973-c7a8-4ba4-8a65-d74234d4017e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 13:37:56.400 +05:30 f5670973-c7a8-4ba4-8a65-d74234d4017e INF CORS policy execution successful. 2024-09-07 13:37:56.400 +05:30 f5670973-c7a8-4ba4-8a65-d74234d4017e INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:56.401 +05:30 56e04bbc-f64a-42c1-bfdf-ba61b71c1918 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:56.401 +05:30 56e04bbc-f64a-42c1-bfdf-ba61b71c1918 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:56.414 +05:30 56e04bbc-f64a-42c1-bfdf-ba61b71c1918 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:56.414 +05:30 56e04bbc-f64a-42c1-bfdf-ba61b71c1918 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 12.631ms 2024-09-07 13:37:56.414 +05:30 56e04bbc-f64a-42c1-bfdf-ba61b71c1918 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:37:56.414 +05:30 56e04bbc-f64a-42c1-bfdf-ba61b71c1918 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f5670973-c7a8-4ba4-8a65-d74234d4017e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 13:37:56.415 +05:30 56e04bbc-f64a-42c1-bfdf-ba61b71c1918 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 15.9644ms 2024-09-07 13:37:59.512 +05:30 0486d3fa-9164-4fa9-9f7d-b71fb0d8da44 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.513 +05:30 0486d3fa-9164-4fa9-9f7d-b71fb0d8da44 INF CORS policy execution successful. 2024-09-07 13:37:59.514 +05:30 0486d3fa-9164-4fa9-9f7d-b71fb0d8da44 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 204 null null 1.2223ms 2024-09-07 13:37:59.537 +05:30 a5d11cf0-90a3-4a64-85fa-13d4869ddd41 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.538 +05:30 a5d11cf0-90a3-4a64-85fa-13d4869ddd41 INF CORS policy execution successful. 2024-09-07 13:37:59.538 +05:30 932ce05c-f086-45fc-ac4d-8c38a463c481 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.538 +05:30 a5d11cf0-90a3-4a64-85fa-13d4869ddd41 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.9324ms 2024-09-07 13:37:59.538 +05:30 932ce05c-f086-45fc-ac4d-8c38a463c481 INF CORS policy execution successful. 2024-09-07 13:37:59.539 +05:30 932ce05c-f086-45fc-ac4d-8c38a463c481 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.4428ms 2024-09-07 13:37:59.541 +05:30 c1927238-0ab9-4db2-aeec-24af535bfffd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.541 +05:30 26b76849-85c1-46d9-9d64-1feeff1bff5e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.541 +05:30 c1927238-0ab9-4db2-aeec-24af535bfffd INF CORS policy execution successful. 2024-09-07 13:37:59.541 +05:30 26b76849-85c1-46d9-9d64-1feeff1bff5e INF CORS policy execution successful. 2024-09-07 13:37:59.541 +05:30 c1927238-0ab9-4db2-aeec-24af535bfffd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.3182ms 2024-09-07 13:37:59.541 +05:30 26b76849-85c1-46d9-9d64-1feeff1bff5e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 0.3347ms 2024-09-07 13:37:59.542 +05:30 564e60ab-04be-4f46-bec4-3cccd1c3c08e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.542 +05:30 564e60ab-04be-4f46-bec4-3cccd1c3c08e INF CORS policy execution successful. 2024-09-07 13:37:59.542 +05:30 564e60ab-04be-4f46-bec4-3cccd1c3c08e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.3974ms 2024-09-07 13:37:59.567 +05:30 87e247cb-67dc-4763-9cde-15aa917e5c91 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.568 +05:30 87e247cb-67dc-4763-9cde-15aa917e5c91 INF CORS policy execution successful. 2024-09-07 13:37:59.569 +05:30 87e247cb-67dc-4763-9cde-15aa917e5c91 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=332&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:59.570 +05:30 14628cf6-6d5f-45ec-a9db-3cb18baed45c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.578 +05:30 14628cf6-6d5f-45ec-a9db-3cb18baed45c INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:59.591 +05:30 f1ae71cd-f81b-460c-b419-03cc30fbc37b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.592 +05:30 f1ae71cd-f81b-460c-b419-03cc30fbc37b INF CORS policy execution successful. 2024-09-07 13:37:59.593 +05:30 30719f2c-574e-4eab-b200-bd67ba4c6833 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.593 +05:30 f1ae71cd-f81b-460c-b419-03cc30fbc37b INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:59.594 +05:30 ef8c76c8-7422-449e-a270-5d20d94ee55e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.594 +05:30 30719f2c-574e-4eab-b200-bd67ba4c6833 INF CORS policy execution successful. 2024-09-07 13:37:59.594 +05:30 ef8c76c8-7422-449e-a270-5d20d94ee55e INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:59.595 +05:30 30719f2c-574e-4eab-b200-bd67ba4c6833 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:59.596 +05:30 0adf66ce-1057-4220-bb94-26e4fc7c46ff INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.596 +05:30 0adf66ce-1057-4220-bb94-26e4fc7c46ff INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:59.597 +05:30 5b15de73-6bc7-45d9-8903-45ba23112ff9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.598 +05:30 ae541dd1-5c6d-4b24-9d96-b3919799c67d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.598 +05:30 5b15de73-6bc7-45d9-8903-45ba23112ff9 INF CORS policy execution successful. 2024-09-07 13:37:59.598 +05:30 ae541dd1-5c6d-4b24-9d96-b3919799c67d INF CORS policy execution successful. 2024-09-07 13:37:59.599 +05:30 5b15de73-6bc7-45d9-8903-45ba23112ff9 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:59.599 +05:30 ae541dd1-5c6d-4b24-9d96-b3919799c67d INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:59.599 +05:30 f16e2600-6f9f-4a85-8b81-390b4c299917 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.599 +05:30 b7fa74db-71fd-48cc-a249-9c0d282d8e5a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.606 +05:30 b7fa74db-71fd-48cc-a249-9c0d282d8e5a INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:59.606 +05:30 f16e2600-6f9f-4a85-8b81-390b4c299917 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:59.607 +05:30 203b3cc0-148f-4541-b77b-6023cf482794 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 13:37:59.607 +05:30 203b3cc0-148f-4541-b77b-6023cf482794 INF CORS policy execution successful. 2024-09-07 13:37:59.608 +05:30 203b3cc0-148f-4541-b77b-6023cf482794 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:37:59.608 +05:30 2e6f3cfc-6cbc-4db4-a132-95a1e0955960 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.608 +05:30 2e6f3cfc-6cbc-4db4-a132-95a1e0955960 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:37:59.640 +05:30 ef8c76c8-7422-449e-a270-5d20d94ee55e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:59.640 +05:30 2e6f3cfc-6cbc-4db4-a132-95a1e0955960 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:59.640 +05:30 14628cf6-6d5f-45ec-a9db-3cb18baed45c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:59.640 +05:30 0adf66ce-1057-4220-bb94-26e4fc7c46ff INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:59.641 +05:30 2e6f3cfc-6cbc-4db4-a132-95a1e0955960 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 32.5573ms 2024-09-07 13:37:59.641 +05:30 0adf66ce-1057-4220-bb94-26e4fc7c46ff INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 45.1563ms 2024-09-07 13:37:59.641 +05:30 2e6f3cfc-6cbc-4db4-a132-95a1e0955960 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.640 +05:30 f16e2600-6f9f-4a85-8b81-390b4c299917 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:59.641 +05:30 14628cf6-6d5f-45ec-a9db-3cb18baed45c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 62.4697ms 2024-09-07 13:37:59.641 +05:30 ef8c76c8-7422-449e-a270-5d20d94ee55e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 46.583ms 2024-09-07 13:37:59.641 +05:30 0adf66ce-1057-4220-bb94-26e4fc7c46ff INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.641 +05:30 14628cf6-6d5f-45ec-a9db-3cb18baed45c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.641 +05:30 2e6f3cfc-6cbc-4db4-a132-95a1e0955960 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 203b3cc0-148f-4541-b77b-6023cf482794}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:37:59.641 +05:30 f16e2600-6f9f-4a85-8b81-390b4c299917 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 34.8105ms 2024-09-07 13:37:59.641 +05:30 ef8c76c8-7422-449e-a270-5d20d94ee55e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.641 +05:30 14628cf6-6d5f-45ec-a9db-3cb18baed45c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 87e247cb-67dc-4763-9cde-15aa917e5c91}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":332,\"Caption\":\"BE\",\"Language\":\"English\",\"FieldType\":\"drop down\"}]"} 2024-09-07 13:37:59.641 +05:30 0adf66ce-1057-4220-bb94-26e4fc7c46ff INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 30719f2c-574e-4eab-b200-bd67ba4c6833}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:37:59.642 +05:30 f16e2600-6f9f-4a85-8b81-390b4c299917 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.642 +05:30 ef8c76c8-7422-449e-a270-5d20d94ee55e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f1ae71cd-f81b-460c-b419-03cc30fbc37b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:37:59.642 +05:30 f16e2600-6f9f-4a85-8b81-390b4c299917 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ae541dd1-5c6d-4b24-9d96-b3919799c67d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:37:59.642 +05:30 14628cf6-6d5f-45ec-a9db-3cb18baed45c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=332&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 75.1079ms 2024-09-07 13:37:59.642 +05:30 2e6f3cfc-6cbc-4db4-a132-95a1e0955960 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 35.451ms 2024-09-07 13:37:59.643 +05:30 ef8c76c8-7422-449e-a270-5d20d94ee55e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 51.6352ms 2024-09-07 13:37:59.642 +05:30 0adf66ce-1057-4220-bb94-26e4fc7c46ff INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 49.8198ms 2024-09-07 13:37:59.643 +05:30 f16e2600-6f9f-4a85-8b81-390b4c299917 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 45.1709ms 2024-09-07 13:37:59.644 +05:30 b7fa74db-71fd-48cc-a249-9c0d282d8e5a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:37:59.644 +05:30 b7fa74db-71fd-48cc-a249-9c0d282d8e5a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 38.1187ms 2024-09-07 13:37:59.644 +05:30 b7fa74db-71fd-48cc-a249-9c0d282d8e5a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:37:59.644 +05:30 b7fa74db-71fd-48cc-a249-9c0d282d8e5a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5b15de73-6bc7-45d9-8903-45ba23112ff9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:37:59.645 +05:30 b7fa74db-71fd-48cc-a249-9c0d282d8e5a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 47.1905ms 2024-09-07 13:38:03.373 +05:30 bac89218-0fb2-464b-b594-663da707c97c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:38:03.374 +05:30 bac89218-0fb2-464b-b594-663da707c97c INF CORS policy execution successful. 2024-09-07 13:38:03.374 +05:30 bac89218-0fb2-464b-b594-663da707c97c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 1.3444ms 2024-09-07 13:38:03.432 +05:30 e3bf5fd9-89df-45de-944b-240863f5891e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:38:03.433 +05:30 e3bf5fd9-89df-45de-944b-240863f5891e INF CORS policy execution successful. 2024-09-07 13:38:03.434 +05:30 e3bf5fd9-89df-45de-944b-240863f5891e INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:03.434 +05:30 047aa962-309e-4595-841a-71f6b35639c3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:38:03.434 +05:30 047aa962-309e-4595-841a-71f6b35639c3 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:03.448 +05:30 047aa962-309e-4595-841a-71f6b35639c3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:03.449 +05:30 047aa962-309e-4595-841a-71f6b35639c3 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.0527ms 2024-09-07 13:38:03.449 +05:30 047aa962-309e-4595-841a-71f6b35639c3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:38:03.449 +05:30 047aa962-309e-4595-841a-71f6b35639c3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e3bf5fd9-89df-45de-944b-240863f5891e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:38:03.449 +05:30 047aa962-309e-4595-841a-71f6b35639c3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 17.4092ms 2024-09-07 13:38:03.829 +05:30 ba50e984-fd5c-4633-926e-e4ebe2401f73 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:38:03.830 +05:30 ba50e984-fd5c-4633-926e-e4ebe2401f73 INF CORS policy execution successful. 2024-09-07 13:38:03.830 +05:30 ba50e984-fd5c-4633-926e-e4ebe2401f73 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.7724ms 2024-09-07 13:38:03.885 +05:30 7bbfa0a0-264e-414e-ba4d-0c9d20c050d4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:38:03.886 +05:30 7bbfa0a0-264e-414e-ba4d-0c9d20c050d4 INF CORS policy execution successful. 2024-09-07 13:38:03.886 +05:30 7bbfa0a0-264e-414e-ba4d-0c9d20c050d4 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:03.887 +05:30 786ac4f8-2448-46d8-86fa-33691635818c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:38:03.887 +05:30 786ac4f8-2448-46d8-86fa-33691635818c INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:03.896 +05:30 786ac4f8-2448-46d8-86fa-33691635818c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:03.896 +05:30 786ac4f8-2448-46d8-86fa-33691635818c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 9.0885ms 2024-09-07 13:38:03.896 +05:30 786ac4f8-2448-46d8-86fa-33691635818c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:38:03.896 +05:30 786ac4f8-2448-46d8-86fa-33691635818c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7bbfa0a0-264e-414e-ba4d-0c9d20c050d4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:38:03.897 +05:30 786ac4f8-2448-46d8-86fa-33691635818c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 11.9314ms 2024-09-07 13:38:09.533 +05:30 4531f5fb-0cfd-42b5-b233-2583a5d05abe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:38:09.533 +05:30 4531f5fb-0cfd-42b5-b233-2583a5d05abe INF CORS policy execution successful. 2024-09-07 13:38:09.533 +05:30 4531f5fb-0cfd-42b5-b233-2583a5d05abe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.9322ms 2024-09-07 13:38:09.538 +05:30 1a24deb1-2706-49f0-af13-9854aeb6d5fc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:38:09.539 +05:30 1a24deb1-2706-49f0-af13-9854aeb6d5fc INF CORS policy execution successful. 2024-09-07 13:38:09.540 +05:30 1a24deb1-2706-49f0-af13-9854aeb6d5fc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 1.6032ms 2024-09-07 13:38:09.610 +05:30 48f06920-a930-45c0-ac03-747def1c5a2f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:38:09.612 +05:30 48f06920-a930-45c0-ac03-747def1c5a2f INF CORS policy execution successful. 2024-09-07 13:38:09.612 +05:30 48f06920-a930-45c0-ac03-747def1c5a2f INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:09.613 +05:30 9b4fa82b-98a9-4252-b35c-31764247e1d8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:38:09.613 +05:30 9b4fa82b-98a9-4252-b35c-31764247e1d8 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:38:09.626 +05:30 9b4fa82b-98a9-4252-b35c-31764247e1d8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:09.626 +05:30 9b4fa82b-98a9-4252-b35c-31764247e1d8 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 13.1838ms 2024-09-07 13:38:09.626 +05:30 9b4fa82b-98a9-4252-b35c-31764247e1d8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:38:09.627 +05:30 9b4fa82b-98a9-4252-b35c-31764247e1d8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 48f06920-a930-45c0-ac03-747def1c5a2f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:38:09.627 +05:30 9b4fa82b-98a9-4252-b35c-31764247e1d8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 17.3379ms 2024-09-07 13:38:09.679 +05:30 af32b852-4477-4cab-b536-f39633f7bfd2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:38:09.681 +05:30 af32b852-4477-4cab-b536-f39633f7bfd2 INF CORS policy execution successful. 2024-09-07 13:38:09.682 +05:30 af32b852-4477-4cab-b536-f39633f7bfd2 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:09.683 +05:30 a83949d8-b8f9-43f8-be9d-f804dab87bfa INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:38:09.684 +05:30 a83949d8-b8f9-43f8-be9d-f804dab87bfa INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:38:09.688 +05:30 a83949d8-b8f9-43f8-be9d-f804dab87bfa INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:09.689 +05:30 a83949d8-b8f9-43f8-be9d-f804dab87bfa INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 5.4012ms 2024-09-07 13:38:09.689 +05:30 a83949d8-b8f9-43f8-be9d-f804dab87bfa INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:38:09.690 +05:30 a83949d8-b8f9-43f8-be9d-f804dab87bfa INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: af32b852-4477-4cab-b536-f39633f7bfd2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:38:09.691 +05:30 a83949d8-b8f9-43f8-be9d-f804dab87bfa INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 11.6061ms 2024-09-07 13:38:18.985 +05:30 8649c32b-0acf-40af-b55c-40c5b7725164 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 13:38:18.986 +05:30 8649c32b-0acf-40af-b55c-40c5b7725164 INF CORS policy execution successful. 2024-09-07 13:38:18.987 +05:30 8649c32b-0acf-40af-b55c-40c5b7725164 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.6903ms 2024-09-07 13:38:19.039 +05:30 32fe3587-f0e0-4177-b176-9138936e2073 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 13:38:19.040 +05:30 32fe3587-f0e0-4177-b176-9138936e2073 INF CORS policy execution successful. 2024-09-07 13:38:19.041 +05:30 32fe3587-f0e0-4177-b176-9138936e2073 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:19.042 +05:30 e258a356-92e8-4c51-ae17-c8eee55e451c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:38:19.043 +05:30 e258a356-92e8-4c51-ae17-c8eee55e451c INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:19.068 +05:30 e258a356-92e8-4c51-ae17-c8eee55e451c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:19.069 +05:30 e258a356-92e8-4c51-ae17-c8eee55e451c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 26.0341ms 2024-09-07 13:38:19.069 +05:30 e258a356-92e8-4c51-ae17-c8eee55e451c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:38:19.070 +05:30 e258a356-92e8-4c51-ae17-c8eee55e451c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 32fe3587-f0e0-4177-b176-9138936e2073}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 13:38:19.071 +05:30 e258a356-92e8-4c51-ae17-c8eee55e451c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 31.7453ms 2024-09-07 13:38:19.286 +05:30 f5975c49-342f-4fc2-8ad9-1775deac9ee2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 13:38:19.287 +05:30 f5975c49-342f-4fc2-8ad9-1775deac9ee2 INF CORS policy execution successful. 2024-09-07 13:38:19.288 +05:30 f5975c49-342f-4fc2-8ad9-1775deac9ee2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 1.4391ms 2024-09-07 13:38:19.345 +05:30 5855229b-146f-469b-af0e-0b1de2db7d62 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 13:38:19.346 +05:30 5855229b-146f-469b-af0e-0b1de2db7d62 INF CORS policy execution successful. 2024-09-07 13:38:19.347 +05:30 5855229b-146f-469b-af0e-0b1de2db7d62 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:19.348 +05:30 cf9eb5f4-58b4-4266-b67d-3b52cc49ba47 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:38:19.348 +05:30 cf9eb5f4-58b4-4266-b67d-3b52cc49ba47 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:38:19.364 +05:30 cf9eb5f4-58b4-4266-b67d-3b52cc49ba47 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:19.365 +05:30 cf9eb5f4-58b4-4266-b67d-3b52cc49ba47 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 17.1717ms 2024-09-07 13:38:19.365 +05:30 cf9eb5f4-58b4-4266-b67d-3b52cc49ba47 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:38:19.366 +05:30 cf9eb5f4-58b4-4266-b67d-3b52cc49ba47 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5855229b-146f-469b-af0e-0b1de2db7d62}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 13:38:19.367 +05:30 cf9eb5f4-58b4-4266-b67d-3b52cc49ba47 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 21.6053ms 2024-09-07 13:38:27.244 +05:30 f6ff42a3-4411-4e76-9332-0747b5ec083c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 13:38:27.244 +05:30 f6ff42a3-4411-4e76-9332-0747b5ec083c INF CORS policy execution successful. 2024-09-07 13:38:27.245 +05:30 f6ff42a3-4411-4e76-9332-0747b5ec083c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 204 null null 1.3241ms 2024-09-07 13:38:27.304 +05:30 d85e8ba5-d085-4343-984e-35407ccc4887 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - null null 2024-09-07 13:38:27.307 +05:30 d85e8ba5-d085-4343-984e-35407ccc4887 INF CORS policy execution successful. 2024-09-07 13:38:27.308 +05:30 d85e8ba5-d085-4343-984e-35407ccc4887 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search=i Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:27.309 +05:30 fd4144e5-289a-40d9-bf87-8ac9c34437d7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:38:27.310 +05:30 fd4144e5-289a-40d9-bf87-8ac9c34437d7 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:27.338 +05:30 fd4144e5-289a-40d9-bf87-8ac9c34437d7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:27.340 +05:30 fd4144e5-289a-40d9-bf87-8ac9c34437d7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 29.5632ms 2024-09-07 13:38:27.340 +05:30 fd4144e5-289a-40d9-bf87-8ac9c34437d7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:38:27.340 +05:30 fd4144e5-289a-40d9-bf87-8ac9c34437d7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d85e8ba5-d085-4343-984e-35407ccc4887}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 617} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"}]"} 2024-09-07 13:38:27.341 +05:30 fd4144e5-289a-40d9-bf87-8ac9c34437d7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search=i - 200 617 application/json; charset=utf-8 37.014ms 2024-09-07 13:38:29.327 +05:30 90bd35de-ba3c-4256-97be-b9b0337478a5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.328 +05:30 90bd35de-ba3c-4256-97be-b9b0337478a5 INF CORS policy execution successful. 2024-09-07 13:38:29.329 +05:30 90bd35de-ba3c-4256-97be-b9b0337478a5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 204 null null 1.1693ms 2024-09-07 13:38:29.333 +05:30 8e06da9d-0930-4da2-9163-a4d0dac230d6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.333 +05:30 8e06da9d-0930-4da2-9163-a4d0dac230d6 INF CORS policy execution successful. 2024-09-07 13:38:29.334 +05:30 8e06da9d-0930-4da2-9163-a4d0dac230d6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 204 null null 0.7552ms 2024-09-07 13:38:29.335 +05:30 59d05568-b724-4189-919a-7506bf38b325 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.335 +05:30 59d05568-b724-4189-919a-7506bf38b325 INF CORS policy execution successful. 2024-09-07 13:38:29.336 +05:30 59d05568-b724-4189-919a-7506bf38b325 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 204 null null 0.5102ms 2024-09-07 13:38:29.338 +05:30 e55a1eb1-6a1b-403f-a80c-76f27bf54711 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.338 +05:30 6ccb0a6d-7a0e-43bb-a48e-fd74632ad162 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.338 +05:30 6ccb0a6d-7a0e-43bb-a48e-fd74632ad162 INF CORS policy execution successful. 2024-09-07 13:38:29.338 +05:30 e55a1eb1-6a1b-403f-a80c-76f27bf54711 INF CORS policy execution successful. 2024-09-07 13:38:29.339 +05:30 6ccb0a6d-7a0e-43bb-a48e-fd74632ad162 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 204 null null 0.8775ms 2024-09-07 13:38:29.339 +05:30 e55a1eb1-6a1b-403f-a80c-76f27bf54711 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 204 null null 0.8747ms 2024-09-07 13:38:29.340 +05:30 d633621e-76e4-4ec4-94ad-9c2a50946c9f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.340 +05:30 d633621e-76e4-4ec4-94ad-9c2a50946c9f INF CORS policy execution successful. 2024-09-07 13:38:29.340 +05:30 d633621e-76e4-4ec4-94ad-9c2a50946c9f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 204 null null 0.5082ms 2024-09-07 13:38:29.388 +05:30 492b83eb-66b2-46a8-b50b-0cf0c548d7a5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.389 +05:30 492b83eb-66b2-46a8-b50b-0cf0c548d7a5 INF CORS policy execution successful. 2024-09-07 13:38:29.394 +05:30 492b83eb-66b2-46a8-b50b-0cf0c548d7a5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 204 null null 1.5196ms 2024-09-07 13:38:29.396 +05:30 c7e51632-0ad7-4504-87ab-751c2725a139 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.397 +05:30 f6650fcd-38ca-4b24-87df-338823507e2a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.397 +05:30 f6650fcd-38ca-4b24-87df-338823507e2a INF CORS policy execution successful. 2024-09-07 13:38:29.398 +05:30 f6650fcd-38ca-4b24-87df-338823507e2a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 204 null null 0.543ms 2024-09-07 13:38:29.399 +05:30 c7e51632-0ad7-4504-87ab-751c2725a139 INF CORS policy execution successful. 2024-09-07 13:38:29.399 +05:30 c7e51632-0ad7-4504-87ab-751c2725a139 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 204 null null 2.6409ms 2024-09-07 13:38:29.399 +05:30 030d627f-a8e2-45d1-97b8-b33923c74165 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.400 +05:30 e0831075-916b-4da6-b0eb-0ae68ed6bd71 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.402 +05:30 030d627f-a8e2-45d1-97b8-b33923c74165 INF CORS policy execution successful. 2024-09-07 13:38:29.401 +05:30 8aa126b3-3def-4bb3-a0a2-6b89350fc7c1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.402 +05:30 030d627f-a8e2-45d1-97b8-b33923c74165 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 204 null null 2.9405ms 2024-09-07 13:38:29.404 +05:30 e0831075-916b-4da6-b0eb-0ae68ed6bd71 INF CORS policy execution successful. 2024-09-07 13:38:29.404 +05:30 8aa126b3-3def-4bb3-a0a2-6b89350fc7c1 INF CORS policy execution successful. 2024-09-07 13:38:29.405 +05:30 e0831075-916b-4da6-b0eb-0ae68ed6bd71 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.405 +05:30 8aa126b3-3def-4bb3-a0a2-6b89350fc7c1 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=196&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.407 +05:30 95576d1f-eb22-47cc-a0fc-5391a8efd3b9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.407 +05:30 e346b6cf-bf35-4e15-a604-783c9bc25dd9 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.407 +05:30 95576d1f-eb22-47cc-a0fc-5391a8efd3b9 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.407 +05:30 e346b6cf-bf35-4e15-a604-783c9bc25dd9 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.449 +05:30 95576d1f-eb22-47cc-a0fc-5391a8efd3b9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.449 +05:30 e346b6cf-bf35-4e15-a604-783c9bc25dd9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.450 +05:30 e346b6cf-bf35-4e15-a604-783c9bc25dd9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 42.4614ms 2024-09-07 13:38:29.450 +05:30 95576d1f-eb22-47cc-a0fc-5391a8efd3b9 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 42.4995ms 2024-09-07 13:38:29.450 +05:30 e346b6cf-bf35-4e15-a604-783c9bc25dd9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.450 +05:30 95576d1f-eb22-47cc-a0fc-5391a8efd3b9 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.450 +05:30 95576d1f-eb22-47cc-a0fc-5391a8efd3b9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e0831075-916b-4da6-b0eb-0ae68ed6bd71}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.450 +05:30 e346b6cf-bf35-4e15-a604-783c9bc25dd9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8aa126b3-3def-4bb3-a0a2-6b89350fc7c1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":196,\"Caption\":\"iStatus\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.451 +05:30 e346b6cf-bf35-4e15-a604-783c9bc25dd9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=196&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 49.6793ms 2024-09-07 13:38:29.451 +05:30 95576d1f-eb22-47cc-a0fc-5391a8efd3b9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=1 - 200 185 application/json; charset=utf-8 50.9293ms 2024-09-07 13:38:29.458 +05:30 0f3a1901-04d8-4b31-a792-25112a546f59 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.459 +05:30 0f3a1901-04d8-4b31-a792-25112a546f59 INF CORS policy execution successful. 2024-09-07 13:38:29.459 +05:30 0f3a1901-04d8-4b31-a792-25112a546f59 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.460 +05:30 a51427bc-15a4-425f-8fe9-74a4e57b6dae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.460 +05:30 a51427bc-15a4-425f-8fe9-74a4e57b6dae INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.465 +05:30 a51427bc-15a4-425f-8fe9-74a4e57b6dae INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.465 +05:30 0b468895-d100-4a55-a1e3-c545e892cf49 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.465 +05:30 a51427bc-15a4-425f-8fe9-74a4e57b6dae INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.7244ms 2024-09-07 13:38:29.465 +05:30 a51427bc-15a4-425f-8fe9-74a4e57b6dae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.465 +05:30 0b468895-d100-4a55-a1e3-c545e892cf49 INF CORS policy execution successful. 2024-09-07 13:38:29.465 +05:30 a51427bc-15a4-425f-8fe9-74a4e57b6dae INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0f3a1901-04d8-4b31-a792-25112a546f59}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.465 +05:30 0b468895-d100-4a55-a1e3-c545e892cf49 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.466 +05:30 29657537-f72d-428d-b1d7-bc585749c6f7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.466 +05:30 a4e91865-7889-4255-9dc4-19a5c60f5608 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.466 +05:30 a51427bc-15a4-425f-8fe9-74a4e57b6dae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=1 - 200 186 application/json; charset=utf-8 7.5788ms 2024-09-07 13:38:29.466 +05:30 a4e91865-7889-4255-9dc4-19a5c60f5608 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.466 +05:30 29657537-f72d-428d-b1d7-bc585749c6f7 INF CORS policy execution successful. 2024-09-07 13:38:29.466 +05:30 29657537-f72d-428d-b1d7-bc585749c6f7 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.466 +05:30 598af67c-517d-466e-9145-5cfae079d378 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.466 +05:30 598af67c-517d-466e-9145-5cfae079d378 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.469 +05:30 2323aa6d-4534-4bfb-a4a4-292d820584a3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.469 +05:30 2323aa6d-4534-4bfb-a4a4-292d820584a3 INF CORS policy execution successful. 2024-09-07 13:38:29.469 +05:30 2323aa6d-4534-4bfb-a4a4-292d820584a3 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.469 +05:30 598af67c-517d-466e-9145-5cfae079d378 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.469 +05:30 a4e91865-7889-4255-9dc4-19a5c60f5608 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.469 +05:30 5f4ccc06-197b-4f6c-832a-a75740f9ad53 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.469 +05:30 a4e91865-7889-4255-9dc4-19a5c60f5608 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.4859ms 2024-09-07 13:38:29.469 +05:30 5f4ccc06-197b-4f6c-832a-a75740f9ad53 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.469 +05:30 a4e91865-7889-4255-9dc4-19a5c60f5608 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.469 +05:30 598af67c-517d-466e-9145-5cfae079d378 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.9817ms 2024-09-07 13:38:29.470 +05:30 598af67c-517d-466e-9145-5cfae079d378 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.470 +05:30 a4e91865-7889-4255-9dc4-19a5c60f5608 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0b468895-d100-4a55-a1e3-c545e892cf49}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"Name\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.470 +05:30 598af67c-517d-466e-9145-5cfae079d378 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 29657537-f72d-428d-b1d7-bc585749c6f7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.470 +05:30 598af67c-517d-466e-9145-5cfae079d378 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=1 - 200 182 application/json; charset=utf-8 4.3036ms 2024-09-07 13:38:29.470 +05:30 a4e91865-7889-4255-9dc4-19a5c60f5608 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 5.5123ms 2024-09-07 13:38:29.472 +05:30 5f4ccc06-197b-4f6c-832a-a75740f9ad53 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.472 +05:30 5f4ccc06-197b-4f6c-832a-a75740f9ad53 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 2.8145ms 2024-09-07 13:38:29.472 +05:30 5f4ccc06-197b-4f6c-832a-a75740f9ad53 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.472 +05:30 5f4ccc06-197b-4f6c-832a-a75740f9ad53 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2323aa6d-4534-4bfb-a4a4-292d820584a3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 183} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"Code\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.473 +05:30 5f4ccc06-197b-4f6c-832a-a75740f9ad53 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=1 - 200 183 application/json; charset=utf-8 4.2241ms 2024-09-07 13:38:29.505 +05:30 a6eee438-30d6-4967-81e0-586f0c05d290 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.506 +05:30 a03babec-1cb7-4d73-bcb4-12909db5a330 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.506 +05:30 c49fcc2b-a8de-486f-90b1-de19a2458637 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.506 +05:30 a6eee438-30d6-4967-81e0-586f0c05d290 INF CORS policy execution successful. 2024-09-07 13:38:29.506 +05:30 c49fcc2b-a8de-486f-90b1-de19a2458637 INF CORS policy execution successful. 2024-09-07 13:38:29.506 +05:30 a03babec-1cb7-4d73-bcb4-12909db5a330 INF CORS policy execution successful. 2024-09-07 13:38:29.507 +05:30 a6eee438-30d6-4967-81e0-586f0c05d290 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=200&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.507 +05:30 a03babec-1cb7-4d73-bcb4-12909db5a330 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=198&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.507 +05:30 c49fcc2b-a8de-486f-90b1-de19a2458637 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.507 +05:30 699b0e46-218c-4a61-bf1c-f09548db0e7c INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.507 +05:30 fbd5d799-365f-4aff-badb-66b7d7602770 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.507 +05:30 e41895ca-5a71-4ae0-b0be-4ff86e87b8fb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.507 +05:30 699b0e46-218c-4a61-bf1c-f09548db0e7c INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.507 +05:30 e41895ca-5a71-4ae0-b0be-4ff86e87b8fb INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.507 +05:30 fbd5d799-365f-4aff-badb-66b7d7602770 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.511 +05:30 e41895ca-5a71-4ae0-b0be-4ff86e87b8fb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.511 +05:30 fbd5d799-365f-4aff-badb-66b7d7602770 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.511 +05:30 699b0e46-218c-4a61-bf1c-f09548db0e7c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.511 +05:30 e41895ca-5a71-4ae0-b0be-4ff86e87b8fb INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.9837ms 2024-09-07 13:38:29.511 +05:30 699b0e46-218c-4a61-bf1c-f09548db0e7c INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.014ms 2024-09-07 13:38:29.511 +05:30 e41895ca-5a71-4ae0-b0be-4ff86e87b8fb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.511 +05:30 fbd5d799-365f-4aff-badb-66b7d7602770 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.949ms 2024-09-07 13:38:29.511 +05:30 699b0e46-218c-4a61-bf1c-f09548db0e7c INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.512 +05:30 fbd5d799-365f-4aff-badb-66b7d7602770 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.512 +05:30 e41895ca-5a71-4ae0-b0be-4ff86e87b8fb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a6eee438-30d6-4967-81e0-586f0c05d290}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":200,\"Caption\":\"dModifiedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.512 +05:30 699b0e46-218c-4a61-bf1c-f09548db0e7c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a03babec-1cb7-4d73-bcb4-12909db5a330}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":198,\"Caption\":\"dCreatedOn\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.512 +05:30 fbd5d799-365f-4aff-badb-66b7d7602770 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c49fcc2b-a8de-486f-90b1-de19a2458637}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.512 +05:30 e41895ca-5a71-4ae0-b0be-4ff86e87b8fb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=200&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 6.5784ms 2024-09-07 13:38:29.512 +05:30 fbd5d799-365f-4aff-badb-66b7d7602770 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 6.4422ms 2024-09-07 13:38:29.512 +05:30 699b0e46-218c-4a61-bf1c-f09548db0e7c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=198&tagId=20&languageId=1 - 200 189 application/json; charset=utf-8 6.4813ms 2024-09-07 13:38:29.516 +05:30 7659e437-1fbf-4628-8d0c-913b2af911dd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - null null 2024-09-07 13:38:29.517 +05:30 7659e437-1fbf-4628-8d0c-913b2af911dd INF CORS policy execution successful. 2024-09-07 13:38:29.517 +05:30 7659e437-1fbf-4628-8d0c-913b2af911dd INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:29.517 +05:30 57d9c758-2f6b-40fa-9f05-269b30311f77 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.518 +05:30 57d9c758-2f6b-40fa-9f05-269b30311f77 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:29.522 +05:30 57d9c758-2f6b-40fa-9f05-269b30311f77 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:29.522 +05:30 57d9c758-2f6b-40fa-9f05-269b30311f77 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 4.4638ms 2024-09-07 13:38:29.522 +05:30 57d9c758-2f6b-40fa-9f05-269b30311f77 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 13:38:29.522 +05:30 57d9c758-2f6b-40fa-9f05-269b30311f77 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7659e437-1fbf-4628-8d0c-913b2af911dd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 13:38:29.523 +05:30 57d9c758-2f6b-40fa-9f05-269b30311f77 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=1 - 200 190 application/json; charset=utf-8 6.9436ms 2024-09-07 13:38:32.390 +05:30 f942fc02-c48e-43f3-a78f-245a66b87954 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 13:38:32.390 +05:30 f942fc02-c48e-43f3-a78f-245a66b87954 INF CORS policy execution successful. 2024-09-07 13:38:32.391 +05:30 f942fc02-c48e-43f3-a78f-245a66b87954 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 204 null null 0.8564ms 2024-09-07 13:38:32.442 +05:30 ce4642b6-6d0f-4f62-bf7a-c2bfe2f8b687 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - null null 2024-09-07 13:38:32.443 +05:30 ce4642b6-6d0f-4f62-bf7a-c2bfe2f8b687 INF CORS policy execution successful. 2024-09-07 13:38:32.444 +05:30 ce4642b6-6d0f-4f62-bf7a-c2bfe2f8b687 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=1&search=iId Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:32.445 +05:30 38ecaa35-2763-4967-b88b-377f01e061f2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:38:32.445 +05:30 38ecaa35-2763-4967-b88b-377f01e061f2 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:32.471 +05:30 38ecaa35-2763-4967-b88b-377f01e061f2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:32.472 +05:30 38ecaa35-2763-4967-b88b-377f01e061f2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 26.7691ms 2024-09-07 13:38:32.472 +05:30 38ecaa35-2763-4967-b88b-377f01e061f2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 13:38:32.472 +05:30 38ecaa35-2763-4967-b88b-377f01e061f2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ce4642b6-6d0f-4f62-bf7a-c2bfe2f8b687}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 13:38:32.473 +05:30 38ecaa35-2763-4967-b88b-377f01e061f2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=1&search=iId - 200 147 application/json; charset=utf-8 30.4899ms 2024-09-07 13:38:39.154 +05:30 8354c5f4-ad7c-4823-b13b-af26d9d1cd7c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:38:39.155 +05:30 8354c5f4-ad7c-4823-b13b-af26d9d1cd7c INF CORS policy execution successful. 2024-09-07 13:38:39.155 +05:30 8354c5f4-ad7c-4823-b13b-af26d9d1cd7c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.637ms 2024-09-07 13:38:39.211 +05:30 2cf317dd-3fe1-4a7f-b45d-4c6b956ed77a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:38:39.213 +05:30 2cf317dd-3fe1-4a7f-b45d-4c6b956ed77a INF CORS policy execution successful. 2024-09-07 13:38:39.214 +05:30 2cf317dd-3fe1-4a7f-b45d-4c6b956ed77a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:39.214 +05:30 9e972509-8112-4a83-9816-bb24044b48bd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:38:39.215 +05:30 9e972509-8112-4a83-9816-bb24044b48bd INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:39.229 +05:30 9e972509-8112-4a83-9816-bb24044b48bd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:39.229 +05:30 9e972509-8112-4a83-9816-bb24044b48bd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.5342ms 2024-09-07 13:38:39.229 +05:30 9e972509-8112-4a83-9816-bb24044b48bd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:38:39.229 +05:30 9e972509-8112-4a83-9816-bb24044b48bd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2cf317dd-3fe1-4a7f-b45d-4c6b956ed77a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:38:39.230 +05:30 9e972509-8112-4a83-9816-bb24044b48bd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 18.6137ms 2024-09-07 13:38:39.722 +05:30 dd95fb2f-5583-468c-9026-c580b620d6ab INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:38:39.722 +05:30 dd95fb2f-5583-468c-9026-c580b620d6ab INF CORS policy execution successful. 2024-09-07 13:38:39.722 +05:30 dd95fb2f-5583-468c-9026-c580b620d6ab INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.5139ms 2024-09-07 13:38:39.775 +05:30 d6d3f559-9b8c-480a-99bf-1517bb530740 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:38:39.776 +05:30 d6d3f559-9b8c-480a-99bf-1517bb530740 INF CORS policy execution successful. 2024-09-07 13:38:39.776 +05:30 d6d3f559-9b8c-480a-99bf-1517bb530740 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:38:39.776 +05:30 88075ef1-e09a-46ed-bf4d-4a21976f0fc1 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:38:39.776 +05:30 88075ef1-e09a-46ed-bf4d-4a21976f0fc1 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:38:39.790 +05:30 88075ef1-e09a-46ed-bf4d-4a21976f0fc1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:38:39.791 +05:30 88075ef1-e09a-46ed-bf4d-4a21976f0fc1 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 14.6165ms 2024-09-07 13:38:39.791 +05:30 88075ef1-e09a-46ed-bf4d-4a21976f0fc1 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:38:39.791 +05:30 88075ef1-e09a-46ed-bf4d-4a21976f0fc1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d6d3f559-9b8c-480a-99bf-1517bb530740}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:38:39.792 +05:30 88075ef1-e09a-46ed-bf4d-4a21976f0fc1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 16.9338ms 2024-09-07 13:42:08.583 +05:30 a49d586a-a5b8-4078-9c7e-47eae74ebecb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:42:08.585 +05:30 a49d586a-a5b8-4078-9c7e-47eae74ebecb INF CORS policy execution successful. 2024-09-07 13:42:08.586 +05:30 a49d586a-a5b8-4078-9c7e-47eae74ebecb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 2.7039ms 2024-09-07 13:42:08.595 +05:30 7328a4a5-9d54-440b-9fc3-c3c98f769153 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:42:08.595 +05:30 7328a4a5-9d54-440b-9fc3-c3c98f769153 INF CORS policy execution successful. 2024-09-07 13:42:08.596 +05:30 7328a4a5-9d54-440b-9fc3-c3c98f769153 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 0.6962ms 2024-09-07 13:42:08.735 +05:30 030a92cc-6d90-4a7c-bc52-4c5ac7d8213c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:42:08.739 +05:30 030a92cc-6d90-4a7c-bc52-4c5ac7d8213c INF CORS policy execution successful. 2024-09-07 13:42:08.741 +05:30 030a92cc-6d90-4a7c-bc52-4c5ac7d8213c INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:08.743 +05:30 16dc9bf4-2798-4d37-bf44-22114b1e9bd7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:08.745 +05:30 16dc9bf4-2798-4d37-bf44-22114b1e9bd7 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:42:08.788 +05:30 16dc9bf4-2798-4d37-bf44-22114b1e9bd7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:08.790 +05:30 16dc9bf4-2798-4d37-bf44-22114b1e9bd7 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 44.6837ms 2024-09-07 13:42:08.790 +05:30 16dc9bf4-2798-4d37-bf44-22114b1e9bd7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:08.790 +05:30 16dc9bf4-2798-4d37-bf44-22114b1e9bd7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 030a92cc-6d90-4a7c-bc52-4c5ac7d8213c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 13:42:08.790 +05:30 16dc9bf4-2798-4d37-bf44-22114b1e9bd7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 55.6798ms 2024-09-07 13:42:08.834 +05:30 8b87f15d-adcf-46f4-a4df-4eed70793e2f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:42:08.835 +05:30 8b87f15d-adcf-46f4-a4df-4eed70793e2f INF CORS policy execution successful. 2024-09-07 13:42:08.835 +05:30 8b87f15d-adcf-46f4-a4df-4eed70793e2f INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:08.835 +05:30 22668f46-841c-4578-9749-7aab541ebacb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:08.835 +05:30 22668f46-841c-4578-9749-7aab541ebacb INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:42:08.843 +05:30 22668f46-841c-4578-9749-7aab541ebacb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:08.844 +05:30 22668f46-841c-4578-9749-7aab541ebacb INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 8.2045ms 2024-09-07 13:42:08.844 +05:30 22668f46-841c-4578-9749-7aab541ebacb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:08.844 +05:30 22668f46-841c-4578-9749-7aab541ebacb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8b87f15d-adcf-46f4-a4df-4eed70793e2f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 13:42:08.844 +05:30 22668f46-841c-4578-9749-7aab541ebacb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 10.004ms 2024-09-07 13:42:08.887 +05:30 5dd975d5-339a-4f37-adc3-58d69751c21b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:42:08.888 +05:30 5dd975d5-339a-4f37-adc3-58d69751c21b INF CORS policy execution successful. 2024-09-07 13:42:08.888 +05:30 5dd975d5-339a-4f37-adc3-58d69751c21b INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:08.888 +05:30 a8613348-f2e7-40cb-980f-1b6ebead9468 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:08.889 +05:30 a8613348-f2e7-40cb-980f-1b6ebead9468 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:42:08.898 +05:30 a8613348-f2e7-40cb-980f-1b6ebead9468 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:08.899 +05:30 a8613348-f2e7-40cb-980f-1b6ebead9468 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 9.8532ms 2024-09-07 13:42:08.899 +05:30 a8613348-f2e7-40cb-980f-1b6ebead9468 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:08.899 +05:30 a8613348-f2e7-40cb-980f-1b6ebead9468 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5dd975d5-339a-4f37-adc3-58d69751c21b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 13:42:08.899 +05:30 a8613348-f2e7-40cb-980f-1b6ebead9468 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 11.9841ms 2024-09-07 13:42:09.101 +05:30 bd9aa58f-2a67-4384-81fd-d928dcbc4eed INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:42:09.101 +05:30 bd9aa58f-2a67-4384-81fd-d928dcbc4eed INF CORS policy execution successful. 2024-09-07 13:42:09.102 +05:30 bd9aa58f-2a67-4384-81fd-d928dcbc4eed INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:09.102 +05:30 6a97b0a6-3f6e-48de-998d-902fee07c8a8 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.102 +05:30 6a97b0a6-3f6e-48de-998d-902fee07c8a8 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:42:09.111 +05:30 6a97b0a6-3f6e-48de-998d-902fee07c8a8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:09.112 +05:30 6a97b0a6-3f6e-48de-998d-902fee07c8a8 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 9.4691ms 2024-09-07 13:42:09.112 +05:30 6a97b0a6-3f6e-48de-998d-902fee07c8a8 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.112 +05:30 6a97b0a6-3f6e-48de-998d-902fee07c8a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bd9aa58f-2a67-4384-81fd-d928dcbc4eed}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 13:42:09.113 +05:30 6a97b0a6-3f6e-48de-998d-902fee07c8a8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 11.8891ms 2024-09-07 13:42:09.313 +05:30 3c4a3cf0-aabd-471e-8916-b4bf52df182e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:42:09.313 +05:30 3c4a3cf0-aabd-471e-8916-b4bf52df182e INF CORS policy execution successful. 2024-09-07 13:42:09.314 +05:30 3c4a3cf0-aabd-471e-8916-b4bf52df182e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.5298ms 2024-09-07 13:42:09.335 +05:30 dcd3d36e-578d-4302-95b3-59639ae9fcd1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:42:09.335 +05:30 dcd3d36e-578d-4302-95b3-59639ae9fcd1 INF CORS policy execution successful. 2024-09-07 13:42:09.335 +05:30 dcd3d36e-578d-4302-95b3-59639ae9fcd1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.6728ms 2024-09-07 13:42:09.355 +05:30 6cc70d8b-89b8-4948-a45b-7619010b82c4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:42:09.356 +05:30 6cc70d8b-89b8-4948-a45b-7619010b82c4 INF CORS policy execution successful. 2024-09-07 13:42:09.356 +05:30 6cc70d8b-89b8-4948-a45b-7619010b82c4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.5295ms 2024-09-07 13:42:09.385 +05:30 ecc9f751-ee98-42a7-bdc6-e34df897a986 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:42:09.385 +05:30 ecc9f751-ee98-42a7-bdc6-e34df897a986 INF CORS policy execution successful. 2024-09-07 13:42:09.386 +05:30 ecc9f751-ee98-42a7-bdc6-e34df897a986 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4821ms 2024-09-07 13:42:09.386 +05:30 9a98a0a9-fcdc-4dc2-b29f-09d355fa93f8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:42:09.386 +05:30 9a98a0a9-fcdc-4dc2-b29f-09d355fa93f8 INF CORS policy execution successful. 2024-09-07 13:42:09.386 +05:30 9a98a0a9-fcdc-4dc2-b29f-09d355fa93f8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.1823ms 2024-09-07 13:42:09.388 +05:30 c361d3e1-ce43-458d-bcb4-7f0256513549 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:42:09.389 +05:30 c361d3e1-ce43-458d-bcb4-7f0256513549 INF CORS policy execution successful. 2024-09-07 13:42:09.389 +05:30 c361d3e1-ce43-458d-bcb4-7f0256513549 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:09.389 +05:30 43c21e82-5d95-4305-aeb6-11159ffb2fcd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.389 +05:30 43c21e82-5d95-4305-aeb6-11159ffb2fcd INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:42:09.390 +05:30 303d134a-6ac9-44af-9875-327619e43aeb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:42:09.391 +05:30 303d134a-6ac9-44af-9875-327619e43aeb INF CORS policy execution successful. 2024-09-07 13:42:09.391 +05:30 303d134a-6ac9-44af-9875-327619e43aeb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.445ms 2024-09-07 13:42:09.394 +05:30 3e3cecf8-dcf5-4b85-9b36-3966fc1c6472 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:42:09.395 +05:30 3e3cecf8-dcf5-4b85-9b36-3966fc1c6472 INF CORS policy execution successful. 2024-09-07 13:42:09.395 +05:30 3e3cecf8-dcf5-4b85-9b36-3966fc1c6472 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:09.395 +05:30 e5f1d1f1-1f5a-448e-ad5d-68ac79f615ab INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.395 +05:30 e5f1d1f1-1f5a-448e-ad5d-68ac79f615ab INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 13:42:09.405 +05:30 2e31876d-8d4e-495b-9a66-36916cf6cc0d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:42:09.405 +05:30 2e31876d-8d4e-495b-9a66-36916cf6cc0d INF CORS policy execution successful. 2024-09-07 13:42:09.405 +05:30 2e31876d-8d4e-495b-9a66-36916cf6cc0d INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:09.406 +05:30 fa532f30-c2b7-4f17-8592-ac12e7336e92 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.406 +05:30 fa532f30-c2b7-4f17-8592-ac12e7336e92 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:42:09.419 +05:30 43c21e82-5d95-4305-aeb6-11159ffb2fcd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:09.420 +05:30 43c21e82-5d95-4305-aeb6-11159ffb2fcd INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 30.2963ms 2024-09-07 13:42:09.420 +05:30 43c21e82-5d95-4305-aeb6-11159ffb2fcd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.420 +05:30 43c21e82-5d95-4305-aeb6-11159ffb2fcd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c361d3e1-ce43-458d-bcb4-7f0256513549}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:42:09.420 +05:30 43c21e82-5d95-4305-aeb6-11159ffb2fcd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 31.9845ms 2024-09-07 13:42:09.434 +05:30 83712213-081d-4601-9f3c-f905d157f559 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 13:42:09.435 +05:30 83712213-081d-4601-9f3c-f905d157f559 INF CORS policy execution successful. 2024-09-07 13:42:09.435 +05:30 83712213-081d-4601-9f3c-f905d157f559 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.7659ms 2024-09-07 13:42:09.441 +05:30 fa532f30-c2b7-4f17-8592-ac12e7336e92 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:09.442 +05:30 fa532f30-c2b7-4f17-8592-ac12e7336e92 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 35.0934ms 2024-09-07 13:42:09.442 +05:30 fa532f30-c2b7-4f17-8592-ac12e7336e92 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.442 +05:30 fa532f30-c2b7-4f17-8592-ac12e7336e92 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2e31876d-8d4e-495b-9a66-36916cf6cc0d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:42:09.443 +05:30 fa532f30-c2b7-4f17-8592-ac12e7336e92 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 38.0726ms 2024-09-07 13:42:09.456 +05:30 e5f1d1f1-1f5a-448e-ad5d-68ac79f615ab INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:09.457 +05:30 e5f1d1f1-1f5a-448e-ad5d-68ac79f615ab INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 61.2753ms 2024-09-07 13:42:09.457 +05:30 e5f1d1f1-1f5a-448e-ad5d-68ac79f615ab INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.457 +05:30 e5f1d1f1-1f5a-448e-ad5d-68ac79f615ab INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3e3cecf8-dcf5-4b85-9b36-3966fc1c6472}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 13:42:09.458 +05:30 e5f1d1f1-1f5a-448e-ad5d-68ac79f615ab INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 63.848ms 2024-09-07 13:42:09.468 +05:30 cdc79f9b-37b2-4ec5-859f-70c4dda79407 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:42:09.468 +05:30 cdc79f9b-37b2-4ec5-859f-70c4dda79407 INF CORS policy execution successful. 2024-09-07 13:42:09.469 +05:30 cdc79f9b-37b2-4ec5-859f-70c4dda79407 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:09.469 +05:30 5daf88cf-79bd-4f3b-a6f6-04cf16ff5772 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.469 +05:30 5daf88cf-79bd-4f3b-a6f6-04cf16ff5772 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:42:09.473 +05:30 5daf88cf-79bd-4f3b-a6f6-04cf16ff5772 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:09.474 +05:30 5daf88cf-79bd-4f3b-a6f6-04cf16ff5772 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.339ms 2024-09-07 13:42:09.474 +05:30 5daf88cf-79bd-4f3b-a6f6-04cf16ff5772 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.474 +05:30 5daf88cf-79bd-4f3b-a6f6-04cf16ff5772 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cdc79f9b-37b2-4ec5-859f-70c4dda79407}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:42:09.474 +05:30 5daf88cf-79bd-4f3b-a6f6-04cf16ff5772 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 6.5102ms 2024-09-07 13:42:09.482 +05:30 b9066185-eff8-410f-9f6b-77f3543222fe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:42:09.483 +05:30 b9066185-eff8-410f-9f6b-77f3543222fe INF CORS policy execution successful. 2024-09-07 13:42:09.482 +05:30 2aae7546-383b-4618-b26a-46a2ce510001 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 13:42:09.483 +05:30 b9066185-eff8-410f-9f6b-77f3543222fe INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:09.483 +05:30 2aae7546-383b-4618-b26a-46a2ce510001 INF CORS policy execution successful. 2024-09-07 13:42:09.483 +05:30 c5fe7341-1bb8-4cad-8c58-ffaba6f145c4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.483 +05:30 2aae7546-383b-4618-b26a-46a2ce510001 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:09.484 +05:30 c5fe7341-1bb8-4cad-8c58-ffaba6f145c4 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:42:09.487 +05:30 a8e16987-cc18-4780-80d3-3a20128ed864 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.487 +05:30 a8e16987-cc18-4780-80d3-3a20128ed864 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 13:42:09.488 +05:30 c5fe7341-1bb8-4cad-8c58-ffaba6f145c4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:09.488 +05:30 c5fe7341-1bb8-4cad-8c58-ffaba6f145c4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.0802ms 2024-09-07 13:42:09.488 +05:30 c5fe7341-1bb8-4cad-8c58-ffaba6f145c4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.488 +05:30 c5fe7341-1bb8-4cad-8c58-ffaba6f145c4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b9066185-eff8-410f-9f6b-77f3543222fe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:42:09.488 +05:30 c5fe7341-1bb8-4cad-8c58-ffaba6f145c4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 6.3502ms 2024-09-07 13:42:09.511 +05:30 0263d947-5782-44d8-8e02-a4be1b0e0d53 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:42:09.512 +05:30 0263d947-5782-44d8-8e02-a4be1b0e0d53 INF CORS policy execution successful. 2024-09-07 13:42:09.512 +05:30 0263d947-5782-44d8-8e02-a4be1b0e0d53 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:09.512 +05:30 7c9e0147-4cd0-47fd-9abb-f847eda76474 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.512 +05:30 7c9e0147-4cd0-47fd-9abb-f847eda76474 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 13:42:09.631 +05:30 a8e16987-cc18-4780-80d3-3a20128ed864 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:09.631 +05:30 a8e16987-cc18-4780-80d3-3a20128ed864 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 143.6994ms 2024-09-07 13:42:09.631 +05:30 a8e16987-cc18-4780-80d3-3a20128ed864 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.631 +05:30 a8e16987-cc18-4780-80d3-3a20128ed864 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2aae7546-383b-4618-b26a-46a2ce510001}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 13:42:09.632 +05:30 a8e16987-cc18-4780-80d3-3a20128ed864 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 150.039ms 2024-09-07 13:42:09.655 +05:30 7c9e0147-4cd0-47fd-9abb-f847eda76474 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:09.655 +05:30 7c9e0147-4cd0-47fd-9abb-f847eda76474 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 142.878ms 2024-09-07 13:42:09.655 +05:30 7c9e0147-4cd0-47fd-9abb-f847eda76474 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:42:09.656 +05:30 7c9e0147-4cd0-47fd-9abb-f847eda76474 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0263d947-5782-44d8-8e02-a4be1b0e0d53}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 13:42:09.656 +05:30 7c9e0147-4cd0-47fd-9abb-f847eda76474 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 144.9652ms 2024-09-07 13:42:10.539 +05:30 6e68e0c3-7aba-4ba8-b87c-192dee9fa823 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 13:42:10.539 +05:30 25760e98-03e4-48b2-8834-7f5794d047d8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:42:10.540 +05:30 25760e98-03e4-48b2-8834-7f5794d047d8 INF CORS policy execution successful. 2024-09-07 13:42:10.540 +05:30 6e68e0c3-7aba-4ba8-b87c-192dee9fa823 INF CORS policy execution successful. 2024-09-07 13:42:10.540 +05:30 25760e98-03e4-48b2-8834-7f5794d047d8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.3459ms 2024-09-07 13:42:10.540 +05:30 6e68e0c3-7aba-4ba8-b87c-192dee9fa823 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 1.3747ms 2024-09-07 13:42:10.622 +05:30 015124be-0cda-4a47-a91e-8b47f21ca5d5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:42:10.622 +05:30 ad5e9f14-e70e-4198-acac-009d60ab87c9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 13:42:10.623 +05:30 ad5e9f14-e70e-4198-acac-009d60ab87c9 INF CORS policy execution successful. 2024-09-07 13:42:10.623 +05:30 015124be-0cda-4a47-a91e-8b47f21ca5d5 INF CORS policy execution successful. 2024-09-07 13:42:10.623 +05:30 015124be-0cda-4a47-a91e-8b47f21ca5d5 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:10.623 +05:30 ad5e9f14-e70e-4198-acac-009d60ab87c9 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:10.623 +05:30 88c02958-2253-467e-89f6-0310851e9449 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:10.623 +05:30 701fe456-840a-4f61-ad47-b45b4ee2af39 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:10.623 +05:30 88c02958-2253-467e-89f6-0310851e9449 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:42:10.623 +05:30 701fe456-840a-4f61-ad47-b45b4ee2af39 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:42:10.639 +05:30 701fe456-840a-4f61-ad47-b45b4ee2af39 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:10.639 +05:30 701fe456-840a-4f61-ad47-b45b4ee2af39 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 15.5389ms 2024-09-07 13:42:10.639 +05:30 701fe456-840a-4f61-ad47-b45b4ee2af39 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:10.639 +05:30 701fe456-840a-4f61-ad47-b45b4ee2af39 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 015124be-0cda-4a47-a91e-8b47f21ca5d5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:42:10.639 +05:30 88c02958-2253-467e-89f6-0310851e9449 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:10.640 +05:30 88c02958-2253-467e-89f6-0310851e9449 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 16.0371ms 2024-09-07 13:42:10.640 +05:30 88c02958-2253-467e-89f6-0310851e9449 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:10.640 +05:30 88c02958-2253-467e-89f6-0310851e9449 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ad5e9f14-e70e-4198-acac-009d60ab87c9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 13:42:10.640 +05:30 701fe456-840a-4f61-ad47-b45b4ee2af39 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 17.8596ms 2024-09-07 13:42:10.640 +05:30 88c02958-2253-467e-89f6-0310851e9449 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 18.1131ms 2024-09-07 13:42:38.243 +05:30 f3810a13-f53a-47c8-b8d5-07f7ed5df38d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:42:38.245 +05:30 f3810a13-f53a-47c8-b8d5-07f7ed5df38d INF CORS policy execution successful. 2024-09-07 13:42:38.245 +05:30 f3810a13-f53a-47c8-b8d5-07f7ed5df38d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.4233ms 2024-09-07 13:42:38.246 +05:30 57c30bae-e7bd-40e0-8b4f-98050842f87a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:42:38.246 +05:30 57c30bae-e7bd-40e0-8b4f-98050842f87a INF CORS policy execution successful. 2024-09-07 13:42:38.246 +05:30 57c30bae-e7bd-40e0-8b4f-98050842f87a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.3161ms 2024-09-07 13:42:38.265 +05:30 9f69de91-29b1-4369-b609-043e9663be2c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 13:42:38.265 +05:30 9f69de91-29b1-4369-b609-043e9663be2c INF CORS policy execution successful. 2024-09-07 13:42:38.265 +05:30 9f69de91-29b1-4369-b609-043e9663be2c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.5329ms 2024-09-07 13:42:38.301 +05:30 95d61d61-1e0e-4689-a447-162969c93c90 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:42:38.303 +05:30 95d61d61-1e0e-4689-a447-162969c93c90 INF CORS policy execution successful. 2024-09-07 13:42:38.304 +05:30 95d61d61-1e0e-4689-a447-162969c93c90 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:38.305 +05:30 a9694c66-6eca-44eb-85cf-e491e6c46d2e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 13:42:38.305 +05:30 6b006b22-03fa-4813-86bb-71136274c1fd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:38.308 +05:30 a9694c66-6eca-44eb-85cf-e491e6c46d2e INF CORS policy execution successful. 2024-09-07 13:42:38.308 +05:30 6b006b22-03fa-4813-86bb-71136274c1fd INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:42:38.309 +05:30 a9694c66-6eca-44eb-85cf-e491e6c46d2e INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:38.309 +05:30 db21b8d5-3bf5-4cb4-a334-f952073c5930 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:38.309 +05:30 db21b8d5-3bf5-4cb4-a334-f952073c5930 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:42:38.316 +05:30 38f09e00-cfd2-4a94-8bd7-265d51f44a5f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 13:42:38.316 +05:30 38f09e00-cfd2-4a94-8bd7-265d51f44a5f INF CORS policy execution successful. 2024-09-07 13:42:38.317 +05:30 38f09e00-cfd2-4a94-8bd7-265d51f44a5f INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:38.317 +05:30 ada4c9b6-db5b-4823-87f8-478c79ac2294 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 13:42:38.317 +05:30 ada4c9b6-db5b-4823-87f8-478c79ac2294 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 13:42:38.338 +05:30 db21b8d5-3bf5-4cb4-a334-f952073c5930 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:38.338 +05:30 6b006b22-03fa-4813-86bb-71136274c1fd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:38.340 +05:30 6b006b22-03fa-4813-86bb-71136274c1fd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 31.1521ms 2024-09-07 13:42:38.340 +05:30 db21b8d5-3bf5-4cb4-a334-f952073c5930 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 30.5744ms 2024-09-07 13:42:38.340 +05:30 6b006b22-03fa-4813-86bb-71136274c1fd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:38.340 +05:30 db21b8d5-3bf5-4cb4-a334-f952073c5930 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:38.340 +05:30 6b006b22-03fa-4813-86bb-71136274c1fd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 95d61d61-1e0e-4689-a447-162969c93c90}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:42:38.340 +05:30 db21b8d5-3bf5-4cb4-a334-f952073c5930 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a9694c66-6eca-44eb-85cf-e491e6c46d2e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:42:38.341 +05:30 6b006b22-03fa-4813-86bb-71136274c1fd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 39.968ms 2024-09-07 13:42:38.341 +05:30 db21b8d5-3bf5-4cb4-a334-f952073c5930 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 35.635ms 2024-09-07 13:42:38.425 +05:30 ada4c9b6-db5b-4823-87f8-478c79ac2294 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:38.425 +05:30 ada4c9b6-db5b-4823-87f8-478c79ac2294 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 108.0603ms 2024-09-07 13:42:38.425 +05:30 ada4c9b6-db5b-4823-87f8-478c79ac2294 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 13:42:38.425 +05:30 ada4c9b6-db5b-4823-87f8-478c79ac2294 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 38f09e00-cfd2-4a94-8bd7-265d51f44a5f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 13:42:38.426 +05:30 ada4c9b6-db5b-4823-87f8-478c79ac2294 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 109.9789ms 2024-09-07 13:42:38.566 +05:30 3c7ec84f-a3d2-4312-9de9-cfd1fb54d554 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:42:38.566 +05:30 3c7ec84f-a3d2-4312-9de9-cfd1fb54d554 INF CORS policy execution successful. 2024-09-07 13:42:38.567 +05:30 3c7ec84f-a3d2-4312-9de9-cfd1fb54d554 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.4602ms 2024-09-07 13:42:38.668 +05:30 c15fdf07-58ec-4a4d-a5bd-693d9e596cfd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 13:42:38.669 +05:30 c15fdf07-58ec-4a4d-a5bd-693d9e596cfd INF CORS policy execution successful. 2024-09-07 13:42:38.670 +05:30 c15fdf07-58ec-4a4d-a5bd-693d9e596cfd INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:38.670 +05:30 7e98dba0-5d62-4a7a-9b4e-42c5c0e879ee INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:38.671 +05:30 7e98dba0-5d62-4a7a-9b4e-42c5c0e879ee INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:42:38.693 +05:30 7e98dba0-5d62-4a7a-9b4e-42c5c0e879ee INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:38.694 +05:30 7e98dba0-5d62-4a7a-9b4e-42c5c0e879ee INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 23.2701ms 2024-09-07 13:42:38.694 +05:30 7e98dba0-5d62-4a7a-9b4e-42c5c0e879ee INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:38.695 +05:30 7e98dba0-5d62-4a7a-9b4e-42c5c0e879ee INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c15fdf07-58ec-4a4d-a5bd-693d9e596cfd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 13:42:38.695 +05:30 7e98dba0-5d62-4a7a-9b4e-42c5c0e879ee INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 26.835ms 2024-09-07 13:42:38.947 +05:30 5aab4b92-b5f6-48e0-bbe4-ea77c249a333 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 13:42:38.948 +05:30 5aab4b92-b5f6-48e0-bbe4-ea77c249a333 INF CORS policy execution successful. 2024-09-07 13:42:38.948 +05:30 5aab4b92-b5f6-48e0-bbe4-ea77c249a333 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 0.8353ms 2024-09-07 13:42:39.007 +05:30 a0a069a9-a124-46ed-b6b9-faebbc9d7e62 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 13:42:39.008 +05:30 a0a069a9-a124-46ed-b6b9-faebbc9d7e62 INF CORS policy execution successful. 2024-09-07 13:42:39.008 +05:30 a0a069a9-a124-46ed-b6b9-faebbc9d7e62 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:42:39.009 +05:30 45a458e0-351e-4a84-9424-bc2e89feefcd INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:39.009 +05:30 45a458e0-351e-4a84-9424-bc2e89feefcd INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 13:42:39.024 +05:30 45a458e0-351e-4a84-9424-bc2e89feefcd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:42:39.025 +05:30 45a458e0-351e-4a84-9424-bc2e89feefcd INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 15.2548ms 2024-09-07 13:42:39.025 +05:30 45a458e0-351e-4a84-9424-bc2e89feefcd INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 13:42:39.025 +05:30 45a458e0-351e-4a84-9424-bc2e89feefcd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a0a069a9-a124-46ed-b6b9-faebbc9d7e62}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 13:42:39.025 +05:30 45a458e0-351e-4a84-9424-bc2e89feefcd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 18.3035ms 2024-09-07 13:52:59.378 +05:30 2b5c9be1-6246-4a65-a63c-4809a035fc86 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 13:52:59.381 +05:30 2b5c9be1-6246-4a65-a63c-4809a035fc86 INF CORS policy execution successful. 2024-09-07 13:52:59.384 +05:30 2b5c9be1-6246-4a65-a63c-4809a035fc86 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 5.5987ms 2024-09-07 13:52:59.402 +05:30 dc69d2ae-4c7a-4841-b4e2-05da185a779b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 13:52:59.402 +05:30 dc69d2ae-4c7a-4841-b4e2-05da185a779b INF CORS policy execution successful. 2024-09-07 13:52:59.403 +05:30 dc69d2ae-4c7a-4841-b4e2-05da185a779b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 0.8911ms 2024-09-07 13:52:59.436 +05:30 5704e047-5309-450c-9001-1b9756c40362 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 13:52:59.451 +05:30 5704e047-5309-450c-9001-1b9756c40362 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:16:13 AM', Current time (UTC): '9/7/2024 8:22:59 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 13:52:59.469 +05:30 5704e047-5309-450c-9001-1b9756c40362 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:16:13 AM', Current time (UTC): '9/7/2024 8:22:59 AM'. 2024-09-07 13:52:59.469 +05:30 5704e047-5309-450c-9001-1b9756c40362 INF CORS policy execution successful. 2024-09-07 13:52:59.470 +05:30 5704e047-5309-450c-9001-1b9756c40362 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:52:59.475 +05:30 cf242105-ddca-4ea9-94d3-be4b11def614 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 13:52:59.483 +05:30 cf242105-ddca-4ea9-94d3-be4b11def614 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 13:52:59.484 +05:30 cf242105-ddca-4ea9-94d3-be4b11def614 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 5704e047-5309-450c-9001-1b9756c40362}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 08:16:13'"} Body: 2024-09-07 13:52:59.485 +05:30 cf242105-ddca-4ea9-94d3-be4b11def614 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 401 null null 49.1322ms 2024-09-07 13:52:59.558 +05:30 8e391e1c-96a1-4a1d-9411-be111266e7c1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 13:52:59.559 +05:30 8e391e1c-96a1-4a1d-9411-be111266e7c1 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:16:13 AM', Current time (UTC): '9/7/2024 8:22:59 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 13:52:59.560 +05:30 8e391e1c-96a1-4a1d-9411-be111266e7c1 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:16:13 AM', Current time (UTC): '9/7/2024 8:22:59 AM'. 2024-09-07 13:52:59.560 +05:30 8e391e1c-96a1-4a1d-9411-be111266e7c1 INF CORS policy execution successful. 2024-09-07 13:52:59.560 +05:30 8e391e1c-96a1-4a1d-9411-be111266e7c1 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:52:59.560 +05:30 88a5d5ad-315f-4369-86c6-1cf652e9d01d INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 13:52:59.561 +05:30 88a5d5ad-315f-4369-86c6-1cf652e9d01d INF AuthenticationScheme: Bearer was challenged. 2024-09-07 13:52:59.561 +05:30 88a5d5ad-315f-4369-86c6-1cf652e9d01d INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 8e391e1c-96a1-4a1d-9411-be111266e7c1}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 08:16:13'"} Body: 2024-09-07 13:52:59.561 +05:30 88a5d5ad-315f-4369-86c6-1cf652e9d01d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 401 null null 3.0178ms 2024-09-07 13:52:59.649 +05:30 bc4fab72-0a31-4b16-a3e5-27687cb2f50a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:52:59.649 +05:30 bc4fab72-0a31-4b16-a3e5-27687cb2f50a INF CORS policy execution successful. 2024-09-07 13:52:59.649 +05:30 bc4fab72-0a31-4b16-a3e5-27687cb2f50a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4053ms 2024-09-07 13:52:59.692 +05:30 32ca1fee-f576-485e-8566-84d0c97aafb5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:52:59.692 +05:30 32ca1fee-f576-485e-8566-84d0c97aafb5 INF CORS policy execution successful. 2024-09-07 13:52:59.692 +05:30 32ca1fee-f576-485e-8566-84d0c97aafb5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.576ms 2024-09-07 13:52:59.708 +05:30 2db887f0-2f0b-4856-9fff-cbacba8b6cd6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:52:59.709 +05:30 2db887f0-2f0b-4856-9fff-cbacba8b6cd6 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:16:13 AM', Current time (UTC): '9/7/2024 8:22:59 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 13:52:59.710 +05:30 2db887f0-2f0b-4856-9fff-cbacba8b6cd6 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:16:13 AM', Current time (UTC): '9/7/2024 8:22:59 AM'. 2024-09-07 13:52:59.710 +05:30 2db887f0-2f0b-4856-9fff-cbacba8b6cd6 INF CORS policy execution successful. 2024-09-07 13:52:59.710 +05:30 2db887f0-2f0b-4856-9fff-cbacba8b6cd6 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:52:59.711 +05:30 3016abbf-5fdb-4293-abaa-ceec5cbf4a5f INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 13:52:59.711 +05:30 3016abbf-5fdb-4293-abaa-ceec5cbf4a5f INF AuthenticationScheme: Bearer was challenged. 2024-09-07 13:52:59.711 +05:30 3016abbf-5fdb-4293-abaa-ceec5cbf4a5f INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 2db887f0-2f0b-4856-9fff-cbacba8b6cd6}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 08:16:13'"} Body: 2024-09-07 13:52:59.711 +05:30 3016abbf-5fdb-4293-abaa-ceec5cbf4a5f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 401 null null 2.8797ms 2024-09-07 13:52:59.775 +05:30 0faabd61-c6c1-459d-a324-2f48e4104f84 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 13:52:59.776 +05:30 0faabd61-c6c1-459d-a324-2f48e4104f84 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:16:13 AM', Current time (UTC): '9/7/2024 8:22:59 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 13:52:59.777 +05:30 0faabd61-c6c1-459d-a324-2f48e4104f84 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:16:13 AM', Current time (UTC): '9/7/2024 8:22:59 AM'. 2024-09-07 13:52:59.777 +05:30 0faabd61-c6c1-459d-a324-2f48e4104f84 INF CORS policy execution successful. 2024-09-07 13:52:59.777 +05:30 0faabd61-c6c1-459d-a324-2f48e4104f84 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTYzNzMsImV4cCI6MTcyNTY5Njk3MywiaWF0IjoxNzI1Njk2MzczfQ.BOO7Ajh7lJG2RSLWnxQpeucae3wvxGQUxzccNH4W9ME}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:52:59.777 +05:30 bf38b5f2-152b-4cea-83cf-9495934f50ad INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 13:52:59.778 +05:30 bf38b5f2-152b-4cea-83cf-9495934f50ad INF AuthenticationScheme: Bearer was challenged. 2024-09-07 13:52:59.778 +05:30 bf38b5f2-152b-4cea-83cf-9495934f50ad INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 0faabd61-c6c1-459d-a324-2f48e4104f84}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 08:16:13'"} Body: 2024-09-07 13:52:59.778 +05:30 bf38b5f2-152b-4cea-83cf-9495934f50ad INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 401 null null 3.0368ms 2024-09-07 13:53:38.249 +05:30 a899ebe1-476e-41b3-bcc5-b472ac5d5a1a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:53:38.251 +05:30 a899ebe1-476e-41b3-bcc5-b472ac5d5a1a INF CORS policy execution successful. 2024-09-07 13:53:38.252 +05:30 a899ebe1-476e-41b3-bcc5-b472ac5d5a1a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 3.0083ms 2024-09-07 13:53:38.310 +05:30 c22b9044-373f-4e71-a864-3a62a8f760c6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 13:53:38.313 +05:30 c22b9044-373f-4e71-a864-3a62a8f760c6 INF CORS policy execution successful. 2024-09-07 13:53:38.314 +05:30 c22b9044-373f-4e71-a864-3a62a8f760c6 INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:53:38.315 +05:30 15446fd1-819e-496f-a706-163a4a632520 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.315 +05:30 15446fd1-819e-496f-a706-163a4a632520 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:53:38.343 +05:30 15446fd1-819e-496f-a706-163a4a632520 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:53:38.344 +05:30 15446fd1-819e-496f-a706-163a4a632520 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 28.5648ms 2024-09-07 13:53:38.344 +05:30 15446fd1-819e-496f-a706-163a4a632520 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.345 +05:30 15446fd1-819e-496f-a706-163a4a632520 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c22b9044-373f-4e71-a864-3a62a8f760c6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 13:53:38.345 +05:30 15446fd1-819e-496f-a706-163a4a632520 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 34.9223ms 2024-09-07 13:53:38.419 +05:30 4f6762db-57de-4b01-93ce-e4d835d905ef INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 13:53:38.419 +05:30 4f6762db-57de-4b01-93ce-e4d835d905ef INF CORS policy execution successful. 2024-09-07 13:53:38.419 +05:30 4f6762db-57de-4b01-93ce-e4d835d905ef INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 0.5441ms 2024-09-07 13:53:38.421 +05:30 78d61ae5-46bb-4377-ae3f-a178615ca806 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 13:53:38.421 +05:30 78d61ae5-46bb-4377-ae3f-a178615ca806 INF CORS policy execution successful. 2024-09-07 13:53:38.421 +05:30 78d61ae5-46bb-4377-ae3f-a178615ca806 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 0.4111ms 2024-09-07 13:53:38.431 +05:30 52c13033-a740-41f0-98ef-11e01ee0ae4c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 13:53:38.431 +05:30 52c13033-a740-41f0-98ef-11e01ee0ae4c INF CORS policy execution successful. 2024-09-07 13:53:38.431 +05:30 52c13033-a740-41f0-98ef-11e01ee0ae4c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 0.6694ms 2024-09-07 13:53:38.468 +05:30 17b4595a-3245-4a24-aeba-853a1112a24f INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 13:53:38.468 +05:30 17b4595a-3245-4a24-aeba-853a1112a24f INF CORS policy execution successful. 2024-09-07 13:53:38.469 +05:30 17b4595a-3245-4a24-aeba-853a1112a24f INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:53:38.469 +05:30 5bc39832-588a-44c5-862d-760757c0fc50 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.469 +05:30 5bc39832-588a-44c5-862d-760757c0fc50 INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:53:38.474 +05:30 b8d9c077-6a3c-4d5d-8717-0f480bfcaddc INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 13:53:38.475 +05:30 b8d9c077-6a3c-4d5d-8717-0f480bfcaddc INF CORS policy execution successful. 2024-09-07 13:53:38.475 +05:30 b8d9c077-6a3c-4d5d-8717-0f480bfcaddc INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:53:38.475 +05:30 6d5d240f-ca38-4257-a6ad-71f3332e1a92 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.476 +05:30 6d5d240f-ca38-4257-a6ad-71f3332e1a92 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:53:38.484 +05:30 82ad467e-09f6-411c-b495-84c27502f7c0 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 13:53:38.485 +05:30 82ad467e-09f6-411c-b495-84c27502f7c0 INF CORS policy execution successful. 2024-09-07 13:53:38.485 +05:30 82ad467e-09f6-411c-b495-84c27502f7c0 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:53:38.485 +05:30 f7f6f848-9ef1-40dc-bf0b-fdec71a7fccb INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.486 +05:30 f7f6f848-9ef1-40dc-bf0b-fdec71a7fccb INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 13:53:38.486 +05:30 5bc39832-588a-44c5-862d-760757c0fc50 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:53:38.489 +05:30 5bc39832-588a-44c5-862d-760757c0fc50 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 19.3704ms 2024-09-07 13:53:38.489 +05:30 5bc39832-588a-44c5-862d-760757c0fc50 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.489 +05:30 5bc39832-588a-44c5-862d-760757c0fc50 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 17b4595a-3245-4a24-aeba-853a1112a24f}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 13:53:38.489 +05:30 5bc39832-588a-44c5-862d-760757c0fc50 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 21.6114ms 2024-09-07 13:53:38.504 +05:30 f7f6f848-9ef1-40dc-bf0b-fdec71a7fccb INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:53:38.505 +05:30 f7f6f848-9ef1-40dc-bf0b-fdec71a7fccb INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 19.5374ms 2024-09-07 13:53:38.505 +05:30 f7f6f848-9ef1-40dc-bf0b-fdec71a7fccb INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.506 +05:30 f7f6f848-9ef1-40dc-bf0b-fdec71a7fccb INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 82ad467e-09f6-411c-b495-84c27502f7c0}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 13:53:38.506 +05:30 f7f6f848-9ef1-40dc-bf0b-fdec71a7fccb INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 22.124ms 2024-09-07 13:53:38.511 +05:30 6d5d240f-ca38-4257-a6ad-71f3332e1a92 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:53:38.511 +05:30 6d5d240f-ca38-4257-a6ad-71f3332e1a92 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 35.6944ms 2024-09-07 13:53:38.511 +05:30 6d5d240f-ca38-4257-a6ad-71f3332e1a92 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.512 +05:30 6d5d240f-ca38-4257-a6ad-71f3332e1a92 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: b8d9c077-6a3c-4d5d-8717-0f480bfcaddc}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 13:53:38.512 +05:30 6d5d240f-ca38-4257-a6ad-71f3332e1a92 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 37.8335ms 2024-09-07 13:53:38.534 +05:30 855e8af0-02d6-4c95-b499-f90dd9119bfa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:53:38.534 +05:30 855e8af0-02d6-4c95-b499-f90dd9119bfa INF CORS policy execution successful. 2024-09-07 13:53:38.535 +05:30 3df69392-7955-4d4c-b2e5-11d9d246b09b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:53:38.535 +05:30 855e8af0-02d6-4c95-b499-f90dd9119bfa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.4786ms 2024-09-07 13:53:38.535 +05:30 3df69392-7955-4d4c-b2e5-11d9d246b09b INF CORS policy execution successful. 2024-09-07 13:53:38.535 +05:30 3df69392-7955-4d4c-b2e5-11d9d246b09b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.4386ms 2024-09-07 13:53:38.560 +05:30 83899982-1fe0-426d-9d56-9c2c16d92486 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:53:38.560 +05:30 83899982-1fe0-426d-9d56-9c2c16d92486 INF CORS policy execution successful. 2024-09-07 13:53:38.561 +05:30 83899982-1fe0-426d-9d56-9c2c16d92486 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.5976ms 2024-09-07 13:53:38.564 +05:30 c6c38e38-05d1-4dcb-b1a2-bedf43f5050f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:53:38.564 +05:30 c6c38e38-05d1-4dcb-b1a2-bedf43f5050f INF CORS policy execution successful. 2024-09-07 13:53:38.564 +05:30 c6c38e38-05d1-4dcb-b1a2-bedf43f5050f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.6606ms 2024-09-07 13:53:38.578 +05:30 6a97fa5b-b9fd-461a-ae11-778bf1a4be77 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:53:38.579 +05:30 6a97fa5b-b9fd-461a-ae11-778bf1a4be77 INF CORS policy execution successful. 2024-09-07 13:53:38.579 +05:30 6a97fa5b-b9fd-461a-ae11-778bf1a4be77 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:53:38.579 +05:30 52bf5dd0-528d-4931-ad1e-be5d1c4686bf INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.580 +05:30 52bf5dd0-528d-4931-ad1e-be5d1c4686bf INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:53:38.586 +05:30 87a2a5ce-a83d-4bcb-aab6-b86981c109f7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:53:38.587 +05:30 87a2a5ce-a83d-4bcb-aab6-b86981c109f7 INF CORS policy execution successful. 2024-09-07 13:53:38.587 +05:30 87a2a5ce-a83d-4bcb-aab6-b86981c109f7 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:53:38.588 +05:30 6fa2db25-c8c0-4c46-8a03-66e23ac46b20 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.588 +05:30 6fa2db25-c8c0-4c46-8a03-66e23ac46b20 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 13:53:38.595 +05:30 52bf5dd0-528d-4931-ad1e-be5d1c4686bf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:53:38.596 +05:30 52bf5dd0-528d-4931-ad1e-be5d1c4686bf INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 15.8773ms 2024-09-07 13:53:38.596 +05:30 52bf5dd0-528d-4931-ad1e-be5d1c4686bf INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.596 +05:30 52bf5dd0-528d-4931-ad1e-be5d1c4686bf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6a97fa5b-b9fd-461a-ae11-778bf1a4be77}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:53:38.597 +05:30 52bf5dd0-528d-4931-ad1e-be5d1c4686bf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 18.4014ms 2024-09-07 13:53:38.623 +05:30 6fa2db25-c8c0-4c46-8a03-66e23ac46b20 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:53:38.624 +05:30 6fa2db25-c8c0-4c46-8a03-66e23ac46b20 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 35.6276ms 2024-09-07 13:53:38.624 +05:30 6fa2db25-c8c0-4c46-8a03-66e23ac46b20 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.625 +05:30 6fa2db25-c8c0-4c46-8a03-66e23ac46b20 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 87a2a5ce-a83d-4bcb-aab6-b86981c109f7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 13:53:38.625 +05:30 6fa2db25-c8c0-4c46-8a03-66e23ac46b20 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 38.9977ms 2024-09-07 13:53:38.645 +05:30 89a6cadf-03ab-474f-9eba-6ea272025957 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 13:53:38.645 +05:30 89a6cadf-03ab-474f-9eba-6ea272025957 INF CORS policy execution successful. 2024-09-07 13:53:38.646 +05:30 89a6cadf-03ab-474f-9eba-6ea272025957 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:53:38.646 +05:30 e76afe85-bf5d-40e9-9710-159eb2649813 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.646 +05:30 e76afe85-bf5d-40e9-9710-159eb2649813 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 13:53:38.648 +05:30 e76afe85-bf5d-40e9-9710-159eb2649813 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:53:38.648 +05:30 e76afe85-bf5d-40e9-9710-159eb2649813 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 2.458ms 2024-09-07 13:53:38.649 +05:30 e76afe85-bf5d-40e9-9710-159eb2649813 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.649 +05:30 e76afe85-bf5d-40e9-9710-159eb2649813 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 89a6cadf-03ab-474f-9eba-6ea272025957}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 13:53:38.649 +05:30 e76afe85-bf5d-40e9-9710-159eb2649813 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 4.1062ms 2024-09-07 13:53:38.686 +05:30 a1fe5565-c845-4362-9ed7-c0dde652dd6f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 13:53:38.687 +05:30 a1fe5565-c845-4362-9ed7-c0dde652dd6f INF CORS policy execution successful. 2024-09-07 13:53:38.688 +05:30 a1fe5565-c845-4362-9ed7-c0dde652dd6f INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 13:53:38.688 +05:30 a3bf843f-4b9b-4fb9-8e1c-b53df7a27c82 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.688 +05:30 a3bf843f-4b9b-4fb9-8e1c-b53df7a27c82 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 13:53:38.699 +05:30 a3bf843f-4b9b-4fb9-8e1c-b53df7a27c82 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 13:53:38.700 +05:30 a3bf843f-4b9b-4fb9-8e1c-b53df7a27c82 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 11.4731ms 2024-09-07 13:53:38.700 +05:30 a3bf843f-4b9b-4fb9-8e1c-b53df7a27c82 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 13:53:38.702 +05:30 a3bf843f-4b9b-4fb9-8e1c-b53df7a27c82 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a1fe5565-c845-4362-9ed7-c0dde652dd6f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 13:53:38.703 +05:30 a3bf843f-4b9b-4fb9-8e1c-b53df7a27c82 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 17.6066ms 2024-09-07 14:04:14.313 +05:30 INF Application is shutting down... 2024-09-07 14:18:23.324 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-07 14:18:23.373 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-07 14:18:23.403 +05:30 INF Creating key {750717fb-85b3-4a7b-8ac1-88dc6396e2bc} with creation date 2024-09-07 08:48:23Z, activation date 2024-09-07 08:48:23Z, and expiration date 2024-12-06 08:48:23Z. 2024-09-07 14:18:23.417 +05:30 WRN No XML encryptor configured. Key {750717fb-85b3-4a7b-8ac1-88dc6396e2bc} may be persisted to storage in unencrypted form. 2024-09-07 14:18:23.618 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-07 14:18:23.619 +05:30 INF Hosting environment: Production 2024-09-07 14:18:23.619 +05:30 INF Content root path: C:\inetpub\wwwroot\SangCoreSettingsAPI 2024-09-07 14:18:23.633 +05:30 a4122a41-7ee0-4b17-85be-fc34a213b696 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:23.633 +05:30 d642fe93-40f6-416f-baac-7781f12e08f5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 14:18:23.633 +05:30 eac5b04a-3891-458c-8026-a3115eac5aac INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 14:18:23.633 +05:30 c1d22451-0f23-4766-926a-cda3558248a6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:23.701 +05:30 a4122a41-7ee0-4b17-85be-fc34a213b696 INF CORS policy execution successful. 2024-09-07 14:18:23.701 +05:30 c1d22451-0f23-4766-926a-cda3558248a6 INF CORS policy execution successful. 2024-09-07 14:18:23.701 +05:30 d642fe93-40f6-416f-baac-7781f12e08f5 INF CORS policy execution successful. 2024-09-07 14:18:23.701 +05:30 eac5b04a-3891-458c-8026-a3115eac5aac INF CORS policy execution successful. 2024-09-07 14:18:23.708 +05:30 d642fe93-40f6-416f-baac-7781f12e08f5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 76.6387ms 2024-09-07 14:18:23.708 +05:30 a4122a41-7ee0-4b17-85be-fc34a213b696 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 76.6963ms 2024-09-07 14:18:23.708 +05:30 c1d22451-0f23-4766-926a-cda3558248a6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 76.6883ms 2024-09-07 14:18:23.708 +05:30 eac5b04a-3891-458c-8026-a3115eac5aac INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 76.6519ms 2024-09-07 14:18:23.760 +05:30 f4bc37d2-3e35-44f6-8b65-f4dd06762a47 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 14:18:23.765 +05:30 06ffc731-0f27-4dbd-8ea0-dc4d068c078b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 14:18:23.766 +05:30 402959af-0243-48a9-a3f1-e7f73d0a5748 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:23.903 +05:30 06ffc731-0f27-4dbd-8ea0-dc4d068c078b INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:33:38 AM', Current time (UTC): '9/7/2024 8:48:23 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 14:18:23.903 +05:30 402959af-0243-48a9-a3f1-e7f73d0a5748 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:33:38 AM', Current time (UTC): '9/7/2024 8:48:23 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 14:18:23.903 +05:30 f4bc37d2-3e35-44f6-8b65-f4dd06762a47 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:33:38 AM', Current time (UTC): '9/7/2024 8:48:23 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 14:18:23.916 +05:30 06ffc731-0f27-4dbd-8ea0-dc4d068c078b INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:33:38 AM', Current time (UTC): '9/7/2024 8:48:23 AM'. 2024-09-07 14:18:23.916 +05:30 402959af-0243-48a9-a3f1-e7f73d0a5748 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:33:38 AM', Current time (UTC): '9/7/2024 8:48:23 AM'. 2024-09-07 14:18:23.916 +05:30 f4bc37d2-3e35-44f6-8b65-f4dd06762a47 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:33:38 AM', Current time (UTC): '9/7/2024 8:48:23 AM'. 2024-09-07 14:18:23.918 +05:30 f4bc37d2-3e35-44f6-8b65-f4dd06762a47 INF CORS policy execution successful. 2024-09-07 14:18:23.918 +05:30 402959af-0243-48a9-a3f1-e7f73d0a5748 INF CORS policy execution successful. 2024-09-07 14:18:23.918 +05:30 06ffc731-0f27-4dbd-8ea0-dc4d068c078b INF CORS policy execution successful. 2024-09-07 14:18:23.938 +05:30 402959af-0243-48a9-a3f1-e7f73d0a5748 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:23.938 +05:30 06ffc731-0f27-4dbd-8ea0-dc4d068c078b INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:23.938 +05:30 f4bc37d2-3e35-44f6-8b65-f4dd06762a47 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:23.973 +05:30 cde1d764-f6dc-40cb-b1fe-e30445b39d5b INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 14:18:23.973 +05:30 c4cdcef6-3d32-47cf-aad2-34c1ab31e041 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 14:18:23.973 +05:30 3e94fe56-e69f-495e-adbc-9e31c22488fc INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 14:18:23.980 +05:30 3e94fe56-e69f-495e-adbc-9e31c22488fc INF AuthenticationScheme: Bearer was challenged. 2024-09-07 14:18:23.980 +05:30 c4cdcef6-3d32-47cf-aad2-34c1ab31e041 INF AuthenticationScheme: Bearer was challenged. 2024-09-07 14:18:23.980 +05:30 cde1d764-f6dc-40cb-b1fe-e30445b39d5b INF AuthenticationScheme: Bearer was challenged. 2024-09-07 14:18:23.980 +05:30 c4cdcef6-3d32-47cf-aad2-34c1ab31e041 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 06ffc731-0f27-4dbd-8ea0-dc4d068c078b}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 08:33:38'"} Body: 2024-09-07 14:18:23.981 +05:30 3e94fe56-e69f-495e-adbc-9e31c22488fc INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: f4bc37d2-3e35-44f6-8b65-f4dd06762a47}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 08:33:38'"} Body: 2024-09-07 14:18:23.981 +05:30 cde1d764-f6dc-40cb-b1fe-e30445b39d5b INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 402959af-0243-48a9-a3f1-e7f73d0a5748}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 08:33:38'"} Body: 2024-09-07 14:18:23.985 +05:30 3e94fe56-e69f-495e-adbc-9e31c22488fc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 401 null null 224.8626ms 2024-09-07 14:18:23.985 +05:30 c4cdcef6-3d32-47cf-aad2-34c1ab31e041 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 401 null null 220.2961ms 2024-09-07 14:18:23.985 +05:30 cde1d764-f6dc-40cb-b1fe-e30445b39d5b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 401 null null 219.383ms 2024-09-07 14:18:24.063 +05:30 b97bf214-3673-48a5-88d3-1fe24b84cbbd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:24.064 +05:30 b97bf214-3673-48a5-88d3-1fe24b84cbbd INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:33:38 AM', Current time (UTC): '9/7/2024 8:48:24 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-07 14:18:24.064 +05:30 b97bf214-3673-48a5-88d3-1fe24b84cbbd INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/7/2024 8:33:38 AM', Current time (UTC): '9/7/2024 8:48:24 AM'. 2024-09-07 14:18:24.065 +05:30 b97bf214-3673-48a5-88d3-1fe24b84cbbd INF CORS policy execution successful. 2024-09-07 14:18:24.065 +05:30 b97bf214-3673-48a5-88d3-1fe24b84cbbd INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTc0MTgsImV4cCI6MTcyNTY5ODAxOCwiaWF0IjoxNzI1Njk3NDE4fQ.vE2iLCAONpmJclmU2-6TGH9B8Zpn2MHZzmgQnM75yo0}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:24.070 +05:30 58705fdc-0bd7-41c4-bff1-b9a988be2c1b INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-07 14:18:24.071 +05:30 58705fdc-0bd7-41c4-bff1-b9a988be2c1b INF AuthenticationScheme: Bearer was challenged. 2024-09-07 14:18:24.071 +05:30 58705fdc-0bd7-41c4-bff1-b9a988be2c1b INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: b97bf214-3673-48a5-88d3-1fe24b84cbbd}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/07/2024 08:33:38'"} Body: 2024-09-07 14:18:24.072 +05:30 58705fdc-0bd7-41c4-bff1-b9a988be2c1b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 401 null null 9.0355ms 2024-09-07 14:18:32.513 +05:30 df22085c-9d00-457e-8f8f-6f756960dcb1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 14:18:32.515 +05:30 df22085c-9d00-457e-8f8f-6f756960dcb1 INF CORS policy execution successful. 2024-09-07 14:18:32.516 +05:30 df22085c-9d00-457e-8f8f-6f756960dcb1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 204 null null 3.1479ms 2024-09-07 14:18:32.586 +05:30 458bb5a2-3fdd-4d82-bf87-f792c654051d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - null null 2024-09-07 14:18:32.602 +05:30 458bb5a2-3fdd-4d82-bf87-f792c654051d INF CORS policy execution successful. 2024-09-07 14:18:32.604 +05:30 458bb5a2-3fdd-4d82-bf87-f792c654051d INF HTTP request: Path: /userpreference/getpreferencedetails QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:32.611 +05:30 5eb91f72-857d-414d-a5e7-eba4c1431f45 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:32.637 +05:30 5eb91f72-857d-414d-a5e7-eba4c1431f45 INF Route matched with {action = "GetPreferenceDetails", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPreferenceDetails() on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 14:18:32.983 +05:30 5eb91f72-857d-414d-a5e7-eba4c1431f45 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:33.044 +05:30 5eb91f72-857d-414d-a5e7-eba4c1431f45 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api) in 401.5082ms 2024-09-07 14:18:33.045 +05:30 5eb91f72-857d-414d-a5e7-eba4c1431f45 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.GetPreferenceDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.046 +05:30 5eb91f72-857d-414d-a5e7-eba4c1431f45 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 458bb5a2-3fdd-4d82-bf87-f792c654051d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Preference Details retrieved.","result":"[{\"PreferredLanguage\":1,\"PreferredTheme\":3,\"PreferredLayout\":1,\"PreferredMode\":2}]"} 2024-09-07 14:18:33.049 +05:30 5eb91f72-857d-414d-a5e7-eba4c1431f45 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/userpreference/getpreferencedetails - 200 182 application/json; charset=utf-8 462.9903ms 2024-09-07 14:18:33.112 +05:30 e90b595a-d5bc-4c0f-ace0-a5524c3a1b9b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null null 2024-09-07 14:18:33.113 +05:30 a69f70bb-4c7a-4b3e-9e02-593f55661090 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null null 2024-09-07 14:18:33.114 +05:30 a69f70bb-4c7a-4b3e-9e02-593f55661090 INF CORS policy execution successful. 2024-09-07 14:18:33.114 +05:30 e90b595a-d5bc-4c0f-ace0-a5524c3a1b9b INF CORS policy execution successful. 2024-09-07 14:18:33.115 +05:30 a69f70bb-4c7a-4b3e-9e02-593f55661090 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 204 null null 2.1601ms 2024-09-07 14:18:33.115 +05:30 e90b595a-d5bc-4c0f-ace0-a5524c3a1b9b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 204 null null 2.6873ms 2024-09-07 14:18:33.116 +05:30 d16bb4c0-8667-4778-a73a-66f48e2775a8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null null 2024-09-07 14:18:33.118 +05:30 d16bb4c0-8667-4778-a73a-66f48e2775a8 INF CORS policy execution successful. 2024-09-07 14:18:33.119 +05:30 d16bb4c0-8667-4778-a73a-66f48e2775a8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 204 null null 2.9841ms 2024-09-07 14:18:33.172 +05:30 5ce33682-cfd5-4005-8af0-eaf3721a1ce8 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - null 0 2024-09-07 14:18:33.177 +05:30 5ce33682-cfd5-4005-8af0-eaf3721a1ce8 INF CORS policy execution successful. 2024-09-07 14:18:33.179 +05:30 929728af-db6a-4704-b86a-81f49e7254de INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - null 0 2024-09-07 14:18:33.179 +05:30 5ce33682-cfd5-4005-8af0-eaf3721a1ce8 INF HTTP request: Path: /userpreference/updatepreferencetheme QueryString: ?preferenceThemeId=3 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:33.180 +05:30 929728af-db6a-4704-b86a-81f49e7254de INF CORS policy execution successful. 2024-09-07 14:18:33.180 +05:30 929728af-db6a-4704-b86a-81f49e7254de INF HTTP request: Path: /userpreference/updatePreferenceLanguage QueryString: ?preferenceLanguageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:33.182 +05:30 7d2f5543-fe98-41a1-ba14-4fb6a0ae7e60 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 14:18:33.182 +05:30 7d2f5543-fe98-41a1-ba14-4fb6a0ae7e60 INF CORS policy execution successful. 2024-09-07 14:18:33.183 +05:30 7d2f5543-fe98-41a1-ba14-4fb6a0ae7e60 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 1.3272ms 2024-09-07 14:18:33.184 +05:30 732985b2-785e-4200-8114-427332a4c363 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.185 +05:30 eb738c86-6ae9-434c-a63b-5196bfb82a94 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.188 +05:30 58bf4dc0-681c-4f30-b80a-fb72a73f07ef INF Request starting HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - null 0 2024-09-07 14:18:33.200 +05:30 58bf4dc0-681c-4f30-b80a-fb72a73f07ef INF CORS policy execution successful. 2024-09-07 14:18:33.201 +05:30 58bf4dc0-681c-4f30-b80a-fb72a73f07ef INF HTTP request: Path: /userpreference/updatepreferencelayout QueryString: ?preferenceLayoutId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Content-Length: 0}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:33.202 +05:30 646b7ce0-9a84-44d8-97cf-5095a974118a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.209 +05:30 732985b2-785e-4200-8114-427332a4c363 INF Route matched with {action = "UpdatePreferenceLanguage", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLanguage(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 14:18:33.209 +05:30 eb738c86-6ae9-434c-a63b-5196bfb82a94 INF Route matched with {action = "UpdatePreferenceTheme", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceTheme(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 14:18:33.210 +05:30 646b7ce0-9a84-44d8-97cf-5095a974118a INF Route matched with {action = "UpdatePreferenceLayout", controller = "UserPreference"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdatePreferenceLayout(Int32) on controller Sang.CoreSettings.Api.Controllers.UserPreferenceController (Sang.CoreSettings.Api). 2024-09-07 14:18:33.237 +05:30 01364a61-8ba2-4707-bf60-26aab4055fdf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 14:18:33.238 +05:30 01364a61-8ba2-4707-bf60-26aab4055fdf INF CORS policy execution successful. 2024-09-07 14:18:33.238 +05:30 01364a61-8ba2-4707-bf60-26aab4055fdf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.9565ms 2024-09-07 14:18:33.251 +05:30 6385a3a2-b5a8-4aad-8088-3c5155bb0561 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 14:18:33.252 +05:30 6385a3a2-b5a8-4aad-8088-3c5155bb0561 INF CORS policy execution successful. 2024-09-07 14:18:33.252 +05:30 6385a3a2-b5a8-4aad-8088-3c5155bb0561 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 204 null null 0.9996ms 2024-09-07 14:18:33.257 +05:30 c39b832c-b27f-4949-8197-503d77a1e62f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 14:18:33.258 +05:30 c39b832c-b27f-4949-8197-503d77a1e62f INF CORS policy execution successful. 2024-09-07 14:18:33.258 +05:30 c39b832c-b27f-4949-8197-503d77a1e62f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 204 null null 0.8098ms 2024-09-07 14:18:33.263 +05:30 732985b2-785e-4200-8114-427332a4c363 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:33.284 +05:30 024ab8d7-e088-49c1-97ab-9d6bf6569d10 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 14:18:33.286 +05:30 024ab8d7-e088-49c1-97ab-9d6bf6569d10 INF CORS policy execution successful. 2024-09-07 14:18:33.287 +05:30 024ab8d7-e088-49c1-97ab-9d6bf6569d10 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:33.289 +05:30 fdc0cb44-2132-4c9f-9aa5-b34de4fccf4f INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.289 +05:30 646b7ce0-9a84-44d8-97cf-5095a974118a INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:33.292 +05:30 646b7ce0-9a84-44d8-97cf-5095a974118a INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api) in 81.7563ms 2024-09-07 14:18:33.292 +05:30 732985b2-785e-4200-8114-427332a4c363 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api) in 82.0169ms 2024-09-07 14:18:33.292 +05:30 646b7ce0-9a84-44d8-97cf-5095a974118a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLayout (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.292 +05:30 732985b2-785e-4200-8114-427332a4c363 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceLanguage (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.293 +05:30 732985b2-785e-4200-8114-427332a4c363 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 929728af-db6a-4704-b86a-81f49e7254de}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelanguage}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 96} Body: {"status":"Success","statusCode":2001,"message":"Preference updated successfully.","result":"7"} 2024-09-07 14:18:33.293 +05:30 646b7ce0-9a84-44d8-97cf-5095a974118a INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 58bf4dc0-681c-4f30-b80a-fb72a73f07ef}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 103} Body: {"status":"Success","statusCode":2001,"message":"Layout preference updated successfully.","result":"7"} 2024-09-07 14:18:33.294 +05:30 732985b2-785e-4200-8114-427332a4c363 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatePreferenceLanguage?preferenceLanguageId=1 - 201 96 application/json; charset=utf-8 115.4164ms 2024-09-07 14:18:33.295 +05:30 646b7ce0-9a84-44d8-97cf-5095a974118a INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencelayout?preferenceLayoutId=1 - 201 103 application/json; charset=utf-8 107.4028ms 2024-09-07 14:18:33.298 +05:30 fdc0cb44-2132-4c9f-9aa5-b34de4fccf4f INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 14:18:33.305 +05:30 eb738c86-6ae9-434c-a63b-5196bfb82a94 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:33.306 +05:30 eb738c86-6ae9-434c-a63b-5196bfb82a94 INF Executed action Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api) in 95.8817ms 2024-09-07 14:18:33.306 +05:30 eb738c86-6ae9-434c-a63b-5196bfb82a94 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.UserPreferenceController.UpdatePreferenceTheme (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.306 +05:30 eb738c86-6ae9-434c-a63b-5196bfb82a94 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 5ce33682-cfd5-4005-8af0-eaf3721a1ce8}, {Location: http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Success","statusCode":2001,"message":"Theme preference updated successfully.","result":"7"} 2024-09-07 14:18:33.307 +05:30 eb738c86-6ae9-434c-a63b-5196bfb82a94 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangCoreSettingsAPI/userpreference/updatepreferencetheme?preferenceThemeId=3 - 201 102 application/json; charset=utf-8 134.6848ms 2024-09-07 14:18:33.309 +05:30 615fcf4d-9034-4e9b-b180-275857242902 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 14:18:33.310 +05:30 615fcf4d-9034-4e9b-b180-275857242902 INF CORS policy execution successful. 2024-09-07 14:18:33.310 +05:30 615fcf4d-9034-4e9b-b180-275857242902 INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:33.311 +05:30 f74d3af7-4265-4ae7-9005-e768bab63b7a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.317 +05:30 f74d3af7-4265-4ae7-9005-e768bab63b7a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:33.340 +05:30 f74d3af7-4265-4ae7-9005-e768bab63b7a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:33.341 +05:30 f74d3af7-4265-4ae7-9005-e768bab63b7a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 22.7334ms 2024-09-07 14:18:33.341 +05:30 f74d3af7-4265-4ae7-9005-e768bab63b7a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.341 +05:30 f74d3af7-4265-4ae7-9005-e768bab63b7a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 615fcf4d-9034-4e9b-b180-275857242902}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 14:18:33.342 +05:30 f74d3af7-4265-4ae7-9005-e768bab63b7a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 32.8142ms 2024-09-07 14:18:33.365 +05:30 fdc0cb44-2132-4c9f-9aa5-b34de4fccf4f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:33.382 +05:30 fdc0cb44-2132-4c9f-9aa5-b34de4fccf4f INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 84.242ms 2024-09-07 14:18:33.383 +05:30 fdc0cb44-2132-4c9f-9aa5-b34de4fccf4f INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.385 +05:30 fdc0cb44-2132-4c9f-9aa5-b34de4fccf4f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 024ab8d7-e088-49c1-97ab-9d6bf6569d10}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 14:18:33.388 +05:30 fdc0cb44-2132-4c9f-9aa5-b34de4fccf4f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 104.1641ms 2024-09-07 14:18:33.395 +05:30 502701c2-5c32-4e2b-b146-032a95614bbe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - null null 2024-09-07 14:18:33.396 +05:30 502701c2-5c32-4e2b-b146-032a95614bbe INF CORS policy execution successful. 2024-09-07 14:18:33.396 +05:30 502701c2-5c32-4e2b-b146-032a95614bbe INF HTTP request: Path: /language/getlanguagelist QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:33.399 +05:30 683043e6-5f24-40e7-ae98-a3ac09baa5ea INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.399 +05:30 683043e6-5f24-40e7-ae98-a3ac09baa5ea INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:33.403 +05:30 683043e6-5f24-40e7-ae98-a3ac09baa5ea INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:33.403 +05:30 683043e6-5f24-40e7-ae98-a3ac09baa5ea INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 4.1325ms 2024-09-07 14:18:33.403 +05:30 683043e6-5f24-40e7-ae98-a3ac09baa5ea INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.404 +05:30 683043e6-5f24-40e7-ae98-a3ac09baa5ea INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 502701c2-5c32-4e2b-b146-032a95614bbe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 14:18:33.404 +05:30 683043e6-5f24-40e7-ae98-a3ac09baa5ea INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist - 200 221 application/json; charset=utf-8 9.0208ms 2024-09-07 14:18:33.479 +05:30 c45087ba-569f-43b5-8dcb-4f0f28453c84 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - null null 2024-09-07 14:18:33.480 +05:30 c45087ba-569f-43b5-8dcb-4f0f28453c84 INF CORS policy execution successful. 2024-09-07 14:18:33.481 +05:30 c45087ba-569f-43b5-8dcb-4f0f28453c84 INF HTTP request: Path: /menu/getmenudetails QueryString: ?languageId=1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:33.483 +05:30 60a5a822-d1ec-427f-a7d5-994f301eb5b3 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.483 +05:30 60a5a822-d1ec-427f-a7d5-994f301eb5b3 INF Route matched with {action = "GetMenuDetails", controller = "Menu"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMenuDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.MenuController (Sang.CoreSettings.Api). 2024-09-07 14:18:33.492 +05:30 60a5a822-d1ec-427f-a7d5-994f301eb5b3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:33.493 +05:30 60a5a822-d1ec-427f-a7d5-994f301eb5b3 INF Executed action Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api) in 10.0813ms 2024-09-07 14:18:33.493 +05:30 60a5a822-d1ec-427f-a7d5-994f301eb5b3 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.MenuController.GetMenuDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:33.494 +05:30 60a5a822-d1ec-427f-a7d5-994f301eb5b3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c45087ba-569f-43b5-8dcb-4f0f28453c84}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 15652} Body: {"status":"Success","statusCode":2000,"message":"Menu Details retrieved.","result":"[{\"MenuId\":61,\"MenuName\":\"TestTagg\",\"MenuCaption\":\"TestTagg\",\"ModuleId\":1,\"MenuIndex\":null,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":1,\"Accessibility\":null,\"Icon\":null,\"URL\":\"/TestTagg\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":44},{\"MenuId\":58,\"MenuName\":\"ggrgr\",\"MenuCaption\":\"ggrgr\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":57,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":60,\"MenuName\":\"effefefef\",\"MenuCaption\":\"effefefef\",\"ModuleId\":1,\"MenuIndex\":0,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":true,\"ParentId\":59,\"Accessibility\":0,\"Icon\":null,\"URL\":null,\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":38,\"MenuName\":\"Create Company\",\"MenuCaption\":\"Create Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company record\",\"ToolTip\":\"Access create company page\",\"IsGroup\":false,\"ParentId\":17,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":40,\"MenuName\":\"Voucher Settings\",\"MenuCaption\":\"Voucher Settings\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"create_company_icon.png\",\"URL\":\"/create-company\",\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":42,\"MenuName\":\"Open Company\",\"MenuCaption\":\"Open Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":null,\"ToolTip\":null,\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":null,\"URL\":null,\"Type\":null,\"ExternalLink\":null,\"ScreenType\":null,\"TagId\":null},{\"MenuId\":26,\"MenuName\":\"Account Tag\",\"MenuCaption\":\"Account\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage account master data\",\"ToolTip\":\"Access account master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"account_master_icon.png\",\"URL\":\"/account-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":2},{\"MenuId\":28,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Manage currency master data\",\"ToolTip\":\"Access currency master management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"currency_master_icon.png\",\"URL\":\"/currency-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":4},{\"MenuId\":31,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Add new product details\",\"ToolTip\":\"Access add product page\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"add_product_icon.png\",\"URL\":\"/add-product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":11},{\"MenuId\":1,\"MenuName\":\"Home\",\"MenuCaption\":\"Home\",\"ModuleId\":1,\"MenuIndex\":1,\"ShortcutKey\":\"Alt+O\",\"Description\":\"'Navigate to the home page\",\"ToolTip\":\"Go to the main home page\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"home\",\"URL\":\"/home\",\"Type\":1,\"ExternalLink\":\"1\",\"ScreenType\":0,\"TagId\":1},{\"MenuId\":17,\"MenuName\":\"New Company\",\"MenuCaption\":\"New Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new company\",\"ToolTip\":\"Create a new company record\",\"IsGroup\":true,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/new-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":18,\"MenuName\":\"Edit Company\",\"MenuCaption\":\"Edit Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Edit a new company\",\"ToolTip\":\"Edit a new company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":19,\"MenuName\":\"Delete Company\",\"MenuCaption\":\"Delete Company\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Delete a company\",\"ToolTip\":\"Delete a company record\",\"IsGroup\":false,\"ParentId\":2,\"Accessibility\":1,\"Icon\":\"new_company_icon.png\",\"URL\":\"/Edit-company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":20,\"MenuName\":\"Create Profile\",\"MenuCaption\":\"Create Profile\",\"ModuleId\":null,\"MenuIndex\":1,\"ShortcutKey\":null,\"Description\":\"Create a new user profile\",\"ToolTip\":\"Set up a new user profile\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_profile_icon.png\",\"URL\":\"/create-profile\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":14,\"MenuName\":\"View\",\"MenuCaption\":\"Tag1\",\"ModuleId\":6,\"MenuIndex\":1,\"ShortcutKey\":\"\",\"Description\":\"\",\"ToolTip\":\"Home\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"\",\"URL\":\"\",\"Type\":1,\"ExternalLink\":\"\",\"ScreenType\":1,\"TagId\":null},{\"MenuId\":24,\"MenuName\":\"Currency\",\"MenuCaption\":\"Currency\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage currency details\",\"ToolTip\":\"Access currency management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"currency_icon.png\",\"URL\":\"/currency\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":21,\"MenuName\":\"Create Role\",\"MenuCaption\":\"Create Role\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Create a new user role\",\"ToolTip\":\"Define a new user role\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_role_icon.png\",\"URL\":\"/create-role\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":2,\"TagId\":null},{\"MenuId\":2,\"MenuName\":\"Company\",\"MenuCaption\":\"Company\",\"ModuleId\":1,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"View and manage company details\",\"ToolTip\":\"Access company information\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"company_icon.png\",\"URL\":\"/company\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":32,\"MenuName\":\"Unit\",\"MenuCaption\":\"Unit\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage units of measurement\",\"ToolTip\":\"Access unit management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_icon.png\",\"URL\":\"/unit\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":14},{\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"MenuCaption\":\"Exchange Rate\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage exchange rate data\",\"ToolTip\":\"Access exchange rate management\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_icon.png\",\"URL\":\"/exchange-rate\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":27,\"MenuName\":\"Customer/Vendor Master\",\"MenuCaption\":\"Customer/Vendor\",\"ModuleId\":null,\"MenuIndex\":2,\"ShortcutKey\":null,\"Description\":\"Manage customer/vendor master data\",\"ToolTip\":\"Access customer/vendor master management\",\"IsGroup\":false,\"ParentId\":23,\"Accessibility\":1,\"Icon\":\"customer_vendor_master_icon.png\",\"URL\":\"/customer-vendor-master\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":3},{\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"MenuCaption\":\"Exchange Rate History\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"View exchange rate history\",\"ToolTip\":\"Access historical exchange rate data\",\"IsGroup\":false,\"ParentId\":24,\"Accessibility\":1,\"Icon\":\"exchange_rate_history_icon.png\",\"URL\":\"/exchange-rate-history\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"MenuCaption\":\"Unit Conversion\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage unit conversions\",\"ToolTip\":\"Access unit conversion management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"unit_conversion_icon.png\",\"URL\":\"/unit-conversion\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":3,\"MenuName\":\"Security\",\"MenuCaption\":\"Security\",\"ModuleId\":1,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage user permissions and roles\",\"ToolTip\":\"Configure security settings\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"security_icon.png\",\"URL\":\"/security\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":22,\"MenuName\":\"Create User\",\"MenuCaption\":\"Create User\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Create a new user account\",\"ToolTip\":\"Add a new user to the system\",\"IsGroup\":false,\"ParentId\":3,\"Accessibility\":1,\"Icon\":\"create_user_icon.png\",\"URL\":\"/create-user\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":3,\"TagId\":null},{\"MenuId\":25,\"MenuName\":\"Product\",\"MenuCaption\":\"Product\",\"ModuleId\":null,\"MenuIndex\":3,\"ShortcutKey\":null,\"Description\":\"Manage product details\",\"ToolTip\":\"Access product management\",\"IsGroup\":true,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"product_icon.png\",\"URL\":\"/product\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":4,\"MenuName\":\"Tags\",\"MenuCaption\":\"Tags\",\"ModuleId\":1,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Maintain master data records\",\"ToolTip\":\"Access master data management\",\"IsGroup\":true,\"ParentId\":1,\"Accessibility\":1,\"Icon\":\"masters_icon.png\",\"URL\":\"/masters\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"MenuCaption\":\"Seller Price Book\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage seller price books\",\"ToolTip\":\"Access seller price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"seller_price_book_icon.png\",\"URL\":\"/seller-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"MenuCaption\":\"Place of Supply\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage Place of supply details\",\"ToolTip\":\"Access Place of supply management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"Placeofsupply_icon.png\",\"URL\":\"/Placeofsupply\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":20},{\"MenuId\":37,\"MenuName\":\"Warehouse\",\"MenuCaption\":\"Warehouse\",\"ModuleId\":null,\"MenuIndex\":4,\"ShortcutKey\":null,\"Description\":\"Manage warehouse details\",\"ToolTip\":\"Access warehouse management\",\"IsGroup\":false,\"ParentId\":4,\"Accessibility\":1,\"Icon\":\"warehouse_icon.png\",\"URL\":\"/warehouse\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"MenuCaption\":\"Buyer Price Book\",\"ModuleId\":null,\"MenuIndex\":5,\"ShortcutKey\":null,\"Description\":\"Manage buyer price books\",\"ToolTip\":\"Access buyer price book management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"buyer_price_book_icon.png\",\"URL\":\"/buyer-price-book\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"MenuCaption\":\"Barcode Definition\",\"ModuleId\":null,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage barcode definitions\",\"ToolTip\":\"Access barcode definition management\",\"IsGroup\":false,\"ParentId\":25,\"Accessibility\":1,\"Icon\":\"barcode_definition_icon.png\",\"URL\":\"/barcode-definition\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":6,\"MenuName\":\"Inventory\",\"MenuCaption\":\"Inventory\",\"ModuleId\":1,\"MenuIndex\":6,\"ShortcutKey\":null,\"Description\":\"Manage inventory items and stock\",\"ToolTip\":\"Access inventory management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"warehouse\",\"URL\":\"/inventory\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":6},{\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"MenuCaption\":\"Fixed Asset\",\"ModuleId\":1,\"MenuIndex\":7,\"ShortcutKey\":null,\"Description\":\"Track fixed assets\",\"ToolTip\":\"Access fixed asset management\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"university\",\"URL\":\"/fixed-asset\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":7},{\"MenuId\":8,\"MenuName\":\"Production\",\"MenuCaption\":\"Production\",\"ModuleId\":1,\"MenuIndex\":8,\"ShortcutKey\":null,\"Description\":\"Manage production processes\",\"ToolTip\":\"Access production management tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"boxes\",\"URL\":\"/production\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":8},{\"MenuId\":10,\"MenuName\":\"Quality Control\",\"MenuCaption\":\"Quality Control\",\"ModuleId\":1,\"MenuIndex\":10,\"ShortcutKey\":null,\"Description\":\"Perform quality control checks\",\"ToolTip\":\"Access quality control tools\",\"IsGroup\":false,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"clipboard-check\",\"URL\":\"/quality-control\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":10},{\"MenuId\":11,\"MenuName\":\"Settings\",\"MenuCaption\":\"Settings\",\"ModuleId\":1,\"MenuIndex\":11,\"ShortcutKey\":null,\"Description\":\"Configure general settings\",\"ToolTip\":\"Access general application settings\",\"IsGroup\":true,\"ParentId\":0,\"Accessibility\":1,\"Icon\":\"cog\",\"URL\":\"/settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":12,\"MenuName\":\"Main Settings\",\"MenuCaption\":\"Main Settings\",\"ModuleId\":1,\"MenuIndex\":12,\"ShortcutKey\":null,\"Description\":\"Access main application settings\",\"ToolTip\":\"Manage core application configurations\",\"IsGroup\":true,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"main_settings_icon.png\",\"URL\":\"/main-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":12},{\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"MenuCaption\":\"Tag Setting\",\"ModuleId\":1,\"MenuIndex\":15,\"ShortcutKey\":null,\"Description\":\"Configure tag settings\",\"ToolTip\":\"Manage tag configurations\",\"IsGroup\":false,\"ParentId\":11,\"Accessibility\":1,\"Icon\":\"tag_settings_icon.png\",\"URL\":\"/tag-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null},{\"MenuId\":16,\"MenuName\":\"Account Settings\",\"MenuCaption\":\"Account Settings\",\"ModuleId\":1,\"MenuIndex\":16,\"ShortcutKey\":null,\"Description\":\"Configure account settings\",\"ToolTip\":\"Manage account configurations\",\"IsGroup\":false,\"ParentId\":12,\"Accessibility\":1,\"Icon\":\"account_settings_icon.png\",\"URL\":\"/account-settings\",\"Type\":1,\"ExternalLink\":null,\"ScreenType\":1,\"TagId\":null}]"} 2024-09-07 14:18:33.495 +05:30 60a5a822-d1ec-427f-a7d5-994f301eb5b3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/menu/getmenudetails?languageId=1 - 200 15652 application/json; charset=utf-8 15.6581ms 2024-09-07 14:18:37.226 +05:30 21b4be7e-9aff-4951-aae5-842430e27e9d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:37.227 +05:30 21b4be7e-9aff-4951-aae5-842430e27e9d INF CORS policy execution successful. 2024-09-07 14:18:37.228 +05:30 ad4bc970-d8c7-4e9f-a172-345401ee6cf7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:37.229 +05:30 21b4be7e-9aff-4951-aae5-842430e27e9d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 2.5949ms 2024-09-07 14:18:37.229 +05:30 ad4bc970-d8c7-4e9f-a172-345401ee6cf7 INF CORS policy execution successful. 2024-09-07 14:18:37.230 +05:30 ad4bc970-d8c7-4e9f-a172-345401ee6cf7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 1.4543ms 2024-09-07 14:18:37.282 +05:30 7392a2ef-f557-4b27-91e7-a6a69e456cb1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:37.284 +05:30 7392a2ef-f557-4b27-91e7-a6a69e456cb1 INF CORS policy execution successful. 2024-09-07 14:18:37.286 +05:30 7392a2ef-f557-4b27-91e7-a6a69e456cb1 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:37.287 +05:30 3249305b-f0b1-4195-86e0-4a5b358b5e71 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.298 +05:30 3249305b-f0b1-4195-86e0-4a5b358b5e71 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:37.300 +05:30 55b104bb-008f-4379-bdb5-6c06bfa54d09 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 14:18:37.301 +05:30 55b104bb-008f-4379-bdb5-6c06bfa54d09 INF CORS policy execution successful. 2024-09-07 14:18:37.301 +05:30 55b104bb-008f-4379-bdb5-6c06bfa54d09 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 204 null null 0.9891ms 2024-09-07 14:18:37.343 +05:30 3249305b-f0b1-4195-86e0-4a5b358b5e71 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:37.344 +05:30 3249305b-f0b1-4195-86e0-4a5b358b5e71 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 44.9265ms 2024-09-07 14:18:37.344 +05:30 3249305b-f0b1-4195-86e0-4a5b358b5e71 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.345 +05:30 3249305b-f0b1-4195-86e0-4a5b358b5e71 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7392a2ef-f557-4b27-91e7-a6a69e456cb1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 14:18:37.346 +05:30 3249305b-f0b1-4195-86e0-4a5b358b5e71 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 64.2424ms 2024-09-07 14:18:37.379 +05:30 3dec1203-a608-465c-a5c2-d6b5963fd021 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - null null 2024-09-07 14:18:37.380 +05:30 3dec1203-a608-465c-a5c2-d6b5963fd021 INF CORS policy execution successful. 2024-09-07 14:18:37.381 +05:30 3dec1203-a608-465c-a5c2-d6b5963fd021 INF HTTP request: Path: /action/getuseractions QueryString: ?menuId=46 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:37.383 +05:30 3157f23c-7709-4e9c-9fe4-6c845e27e722 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.389 +05:30 3157f23c-7709-4e9c-9fe4-6c845e27e722 INF Route matched with {action = "GetUserActions", controller = "Action"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserActions(Int32) on controller Sang.CoreSettings.Api.Controllers.ActionController (Sang.CoreSettings.Api). 2024-09-07 14:18:37.396 +05:30 820f0c2c-19ec-4b02-963a-4e1566354f6a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:37.397 +05:30 820f0c2c-19ec-4b02-963a-4e1566354f6a INF CORS policy execution successful. 2024-09-07 14:18:37.397 +05:30 820f0c2c-19ec-4b02-963a-4e1566354f6a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:37.398 +05:30 ee014e7a-64fd-486e-be93-76d334f2e697 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.398 +05:30 ee014e7a-64fd-486e-be93-76d334f2e697 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:37.410 +05:30 ee014e7a-64fd-486e-be93-76d334f2e697 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:37.411 +05:30 ee014e7a-64fd-486e-be93-76d334f2e697 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 12.3914ms 2024-09-07 14:18:37.411 +05:30 ee014e7a-64fd-486e-be93-76d334f2e697 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.411 +05:30 ee014e7a-64fd-486e-be93-76d334f2e697 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 820f0c2c-19ec-4b02-963a-4e1566354f6a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 14:18:37.412 +05:30 ee014e7a-64fd-486e-be93-76d334f2e697 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 15.8865ms 2024-09-07 14:18:37.510 +05:30 6b730b15-0131-44bf-a775-7a48c34d3455 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 14:18:37.511 +05:30 6b730b15-0131-44bf-a775-7a48c34d3455 INF CORS policy execution successful. 2024-09-07 14:18:37.511 +05:30 6b730b15-0131-44bf-a775-7a48c34d3455 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.1377ms 2024-09-07 14:18:37.519 +05:30 3157f23c-7709-4e9c-9fe4-6c845e27e722 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:37.520 +05:30 3157f23c-7709-4e9c-9fe4-6c845e27e722 INF Executed action Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api) in 130.6715ms 2024-09-07 14:18:37.520 +05:30 3157f23c-7709-4e9c-9fe4-6c845e27e722 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.ActionController.GetUserActions (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.520 +05:30 3157f23c-7709-4e9c-9fe4-6c845e27e722 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3dec1203-a608-465c-a5c2-d6b5963fd021}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 624} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"iAction\":1,\"Name\":\"Access\",\"Caption\":\"Access\",\"ActionType\":3},{\"iAction\":2,\"Name\":\"Add\",\"Caption\":\"Add\",\"ActionType\":1},{\"iAction\":3,\"Name\":\"Edit\",\"Caption\":\"Edit\",\"ActionType\":1},{\"iAction\":4,\"Name\":\"Delete\",\"Caption\":\"Delete\",\"ActionType\":1},{\"iAction\":5,\"Name\":\"Excel\",\"Caption\":\"Excel\",\"ActionType\":1},{\"iAction\":6,\"Name\":\"View\",\"Caption\":\"View\",\"ActionType\":1},{\"iAction\":23,\"Name\":\"ViewSummary\",\"Caption\":\"ViewSummary\",\"ActionType\":3}]"} 2024-09-07 14:18:37.521 +05:30 3157f23c-7709-4e9c-9fe4-6c845e27e722 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/action/getuseractions?menuId=46 - 200 624 application/json; charset=utf-8 141.8317ms 2024-09-07 14:18:37.554 +05:30 cf9cc59d-5d54-46e5-8a9b-dcb43f82127a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 14:18:37.555 +05:30 cf9cc59d-5d54-46e5-8a9b-dcb43f82127a INF CORS policy execution successful. 2024-09-07 14:18:37.556 +05:30 cf9cc59d-5d54-46e5-8a9b-dcb43f82127a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:37.556 +05:30 c9d6b8ed-e6be-47d2-9195-89cad512805a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.557 +05:30 c9d6b8ed-e6be-47d2-9195-89cad512805a INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:37.568 +05:30 c9d6b8ed-e6be-47d2-9195-89cad512805a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:37.568 +05:30 c9d6b8ed-e6be-47d2-9195-89cad512805a INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.3269ms 2024-09-07 14:18:37.568 +05:30 c9d6b8ed-e6be-47d2-9195-89cad512805a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.569 +05:30 c9d6b8ed-e6be-47d2-9195-89cad512805a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cf9cc59d-5d54-46e5-8a9b-dcb43f82127a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 14:18:37.569 +05:30 c9d6b8ed-e6be-47d2-9195-89cad512805a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 15.3295ms 2024-09-07 14:18:37.794 +05:30 2ef8696c-fbc0-4d9d-bfb4-471fb680a6e5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 14:18:37.794 +05:30 2ef8696c-fbc0-4d9d-bfb4-471fb680a6e5 INF CORS policy execution successful. 2024-09-07 14:18:37.795 +05:30 2ef8696c-fbc0-4d9d-bfb4-471fb680a6e5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 204 null null 1.1032ms 2024-09-07 14:18:37.849 +05:30 1f9ccec6-67b2-4b67-a12b-df5fef1686b9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - null null 2024-09-07 14:18:37.850 +05:30 1f9ccec6-67b2-4b67-a12b-df5fef1686b9 INF CORS policy execution successful. 2024-09-07 14:18:37.852 +05:30 1f9ccec6-67b2-4b67-a12b-df5fef1686b9 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=layout1&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:37.853 +05:30 db952f21-1fb2-4ba7-a397-af27ad6651ea INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.853 +05:30 db952f21-1fb2-4ba7-a397-af27ad6651ea INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:37.861 +05:30 db952f21-1fb2-4ba7-a397-af27ad6651ea INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:37.861 +05:30 db952f21-1fb2-4ba7-a397-af27ad6651ea INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.0019ms 2024-09-07 14:18:37.862 +05:30 db952f21-1fb2-4ba7-a397-af27ad6651ea INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:37.862 +05:30 db952f21-1fb2-4ba7-a397-af27ad6651ea INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1f9ccec6-67b2-4b67-a12b-df5fef1686b9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 410} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"}]"} 2024-09-07 14:18:37.862 +05:30 db952f21-1fb2-4ba7-a397-af27ad6651ea INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=layout1&tagId=20 - 200 410 application/json; charset=utf-8 12.9471ms 2024-09-07 14:18:42.353 +05:30 b746d3f9-ee0e-42fb-8fc5-4249b2831298 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 14:18:42.355 +05:30 b746d3f9-ee0e-42fb-8fc5-4249b2831298 INF CORS policy execution successful. 2024-09-07 14:18:42.357 +05:30 b746d3f9-ee0e-42fb-8fc5-4249b2831298 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 2.7068ms 2024-09-07 14:18:42.358 +05:30 d3bb5b5e-022e-4f9e-ac11-eb12a95dba8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 14:18:42.358 +05:30 d3bb5b5e-022e-4f9e-ac11-eb12a95dba8e INF CORS policy execution successful. 2024-09-07 14:18:42.358 +05:30 d3bb5b5e-022e-4f9e-ac11-eb12a95dba8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 0.7402ms 2024-09-07 14:18:42.416 +05:30 6a839768-b468-4b01-a2e5-e6469112b627 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 14:18:42.417 +05:30 6a839768-b468-4b01-a2e5-e6469112b627 INF CORS policy execution successful. 2024-09-07 14:18:42.418 +05:30 6a839768-b468-4b01-a2e5-e6469112b627 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:42.418 +05:30 c961abca-d944-4d4e-8158-5a5298cf9c2b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.424 +05:30 c961abca-d944-4d4e-8158-5a5298cf9c2b INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:42.462 +05:30 c961abca-d944-4d4e-8158-5a5298cf9c2b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:42.462 +05:30 c961abca-d944-4d4e-8158-5a5298cf9c2b INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 36.5877ms 2024-09-07 14:18:42.462 +05:30 c961abca-d944-4d4e-8158-5a5298cf9c2b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.463 +05:30 c961abca-d944-4d4e-8158-5a5298cf9c2b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6a839768-b468-4b01-a2e5-e6469112b627}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2333} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":75,\"Name\":\"layout1\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":true,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":75,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"NAME\",\"Alignment\":1,\"Width\":100,\"Order\":1,\"Visible\":true,\"Sortable\":true,\"Filterable\":true,\"Resizable\":true,\"Format\":\"nil\",\"ToolTip\":\"name caption\",\"CustomClass\":\"nil\",\"DefaultValue\":\"bil\",\"Default\":true},{\"iId\":75,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":100,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"CODE \",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":true,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"Group\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"Parent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"Created By\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"Modified By\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 14:18:42.463 +05:30 c961abca-d944-4d4e-8158-5a5298cf9c2b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 200 2333 application/json; charset=utf-8 47.7318ms 2024-09-07 14:18:42.520 +05:30 ec6f02a3-ea48-4999-bb58-085e8105b8c1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 14:18:42.521 +05:30 ec6f02a3-ea48-4999-bb58-085e8105b8c1 INF CORS policy execution successful. 2024-09-07 14:18:42.521 +05:30 ec6f02a3-ea48-4999-bb58-085e8105b8c1 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:42.522 +05:30 0bd1d4f5-c487-4e79-981d-dfa992e87eb6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.522 +05:30 0bd1d4f5-c487-4e79-981d-dfa992e87eb6 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:42.528 +05:30 0bd1d4f5-c487-4e79-981d-dfa992e87eb6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:42.529 +05:30 0bd1d4f5-c487-4e79-981d-dfa992e87eb6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 7.0207ms 2024-09-07 14:18:42.529 +05:30 0bd1d4f5-c487-4e79-981d-dfa992e87eb6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.529 +05:30 0bd1d4f5-c487-4e79-981d-dfa992e87eb6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ec6f02a3-ea48-4999-bb58-085e8105b8c1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2333} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":75,\"Name\":\"layout1\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":true,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":75,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"NAME\",\"Alignment\":1,\"Width\":100,\"Order\":1,\"Visible\":true,\"Sortable\":true,\"Filterable\":true,\"Resizable\":true,\"Format\":\"nil\",\"ToolTip\":\"name caption\",\"CustomClass\":\"nil\",\"DefaultValue\":\"bil\",\"Default\":true},{\"iId\":75,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":100,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"CODE \",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":true,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"Group\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"Parent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"Created By\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"Modified By\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 14:18:42.530 +05:30 0bd1d4f5-c487-4e79-981d-dfa992e87eb6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 200 2333 application/json; charset=utf-8 10.1596ms 2024-09-07 14:18:42.700 +05:30 d83abc2b-57cb-40a2-a098-fac064f78d07 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 14:18:42.700 +05:30 d83abc2b-57cb-40a2-a098-fac064f78d07 INF CORS policy execution successful. 2024-09-07 14:18:42.701 +05:30 d83abc2b-57cb-40a2-a098-fac064f78d07 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 204 null null 1.0413ms 2024-09-07 14:18:42.750 +05:30 57759732-c466-472c-8f32-c4c0c1ffe432 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 14:18:42.750 +05:30 57759732-c466-472c-8f32-c4c0c1ffe432 INF CORS policy execution successful. 2024-09-07 14:18:42.751 +05:30 57759732-c466-472c-8f32-c4c0c1ffe432 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:42.751 +05:30 b141c926-a910-463a-b646-54dd4601435e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.757 +05:30 b141c926-a910-463a-b646-54dd4601435e INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:42.777 +05:30 b141c926-a910-463a-b646-54dd4601435e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:42.778 +05:30 b141c926-a910-463a-b646-54dd4601435e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 20.7077ms 2024-09-07 14:18:42.778 +05:30 b141c926-a910-463a-b646-54dd4601435e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.778 +05:30 b141c926-a910-463a-b646-54dd4601435e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 57759732-c466-472c-8f32-c4c0c1ffe432}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 14:18:42.779 +05:30 b141c926-a910-463a-b646-54dd4601435e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 29.2095ms 2024-09-07 14:18:42.833 +05:30 3a6ca96d-ea1d-4e98-843e-a6869e352742 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:42.834 +05:30 3a6ca96d-ea1d-4e98-843e-a6869e352742 INF CORS policy execution successful. 2024-09-07 14:18:42.834 +05:30 3a6ca96d-ea1d-4e98-843e-a6869e352742 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6291ms 2024-09-07 14:18:42.838 +05:30 eec2eed0-4148-403b-9b9b-774d603dfb09 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:42.838 +05:30 eec2eed0-4148-403b-9b9b-774d603dfb09 INF CORS policy execution successful. 2024-09-07 14:18:42.838 +05:30 eec2eed0-4148-403b-9b9b-774d603dfb09 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.4585ms 2024-09-07 14:18:42.922 +05:30 688aeee8-333b-4a4f-8b99-d79286df2600 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:42.923 +05:30 688aeee8-333b-4a4f-8b99-d79286df2600 INF CORS policy execution successful. 2024-09-07 14:18:42.923 +05:30 688aeee8-333b-4a4f-8b99-d79286df2600 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:42.924 +05:30 1d2ad5a5-b9f8-4726-a8b1-f0bdbbe8fc03 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.924 +05:30 1d2ad5a5-b9f8-4726-a8b1-f0bdbbe8fc03 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:42.929 +05:30 1d2ad5a5-b9f8-4726-a8b1-f0bdbbe8fc03 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:42.930 +05:30 1d2ad5a5-b9f8-4726-a8b1-f0bdbbe8fc03 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.0254ms 2024-09-07 14:18:42.930 +05:30 1d2ad5a5-b9f8-4726-a8b1-f0bdbbe8fc03 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.931 +05:30 1d2ad5a5-b9f8-4726-a8b1-f0bdbbe8fc03 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 688aeee8-333b-4a4f-8b99-d79286df2600}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 14:18:42.931 +05:30 1d2ad5a5-b9f8-4726-a8b1-f0bdbbe8fc03 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 9.0593ms 2024-09-07 14:18:42.993 +05:30 27e023d9-4516-4c7e-905f-ea611374126d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:42.994 +05:30 27e023d9-4516-4c7e-905f-ea611374126d INF CORS policy execution successful. 2024-09-07 14:18:42.994 +05:30 27e023d9-4516-4c7e-905f-ea611374126d INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:42.995 +05:30 267590ef-66ff-49c7-bfab-09ed66e39d7a INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:42.995 +05:30 267590ef-66ff-49c7-bfab-09ed66e39d7a INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:43.001 +05:30 267590ef-66ff-49c7-bfab-09ed66e39d7a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:43.002 +05:30 267590ef-66ff-49c7-bfab-09ed66e39d7a INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 6.4298ms 2024-09-07 14:18:43.002 +05:30 267590ef-66ff-49c7-bfab-09ed66e39d7a INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:43.002 +05:30 267590ef-66ff-49c7-bfab-09ed66e39d7a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 27e023d9-4516-4c7e-905f-ea611374126d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 14:18:43.003 +05:30 267590ef-66ff-49c7-bfab-09ed66e39d7a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 9.6878ms 2024-09-07 14:18:43.126 +05:30 84248a01-7e3e-425c-bffe-5038e66a096e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 14:18:43.126 +05:30 84248a01-7e3e-425c-bffe-5038e66a096e INF CORS policy execution successful. 2024-09-07 14:18:43.126 +05:30 84248a01-7e3e-425c-bffe-5038e66a096e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 204 null null 0.6444ms 2024-09-07 14:18:43.166 +05:30 26cf1df2-c637-4380-8bdf-8666746ff8e8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 14:18:43.167 +05:30 26cf1df2-c637-4380-8bdf-8666746ff8e8 INF CORS policy execution successful. 2024-09-07 14:18:43.167 +05:30 26cf1df2-c637-4380-8bdf-8666746ff8e8 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:43.167 +05:30 bec46173-585f-4181-a6ed-edb4753e85d2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:43.168 +05:30 bec46173-585f-4181-a6ed-edb4753e85d2 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:43.171 +05:30 bec46173-585f-4181-a6ed-edb4753e85d2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:43.171 +05:30 bec46173-585f-4181-a6ed-edb4753e85d2 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.7981ms 2024-09-07 14:18:43.172 +05:30 bec46173-585f-4181-a6ed-edb4753e85d2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:43.172 +05:30 bec46173-585f-4181-a6ed-edb4753e85d2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 26cf1df2-c637-4380-8bdf-8666746ff8e8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 14:18:43.172 +05:30 bec46173-585f-4181-a6ed-edb4753e85d2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 6.0685ms 2024-09-07 14:18:44.839 +05:30 54bf9456-c645-4588-b4b3-bd45c7a8b36e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:44.840 +05:30 54bf9456-c645-4588-b4b3-bd45c7a8b36e INF CORS policy execution successful. 2024-09-07 14:18:44.840 +05:30 54bf9456-c645-4588-b4b3-bd45c7a8b36e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 1.0288ms 2024-09-07 14:18:44.883 +05:30 d4b53a5e-af40-4dd9-8e2b-0c627dc13d63 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:18:44.885 +05:30 d4b53a5e-af40-4dd9-8e2b-0c627dc13d63 INF CORS policy execution successful. 2024-09-07 14:18:44.885 +05:30 d4b53a5e-af40-4dd9-8e2b-0c627dc13d63 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:44.886 +05:30 befe5c14-0277-4a52-87ec-f08912d73ac7 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:44.886 +05:30 befe5c14-0277-4a52-87ec-f08912d73ac7 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:44.895 +05:30 befe5c14-0277-4a52-87ec-f08912d73ac7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:44.895 +05:30 befe5c14-0277-4a52-87ec-f08912d73ac7 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 8.8874ms 2024-09-07 14:18:44.895 +05:30 befe5c14-0277-4a52-87ec-f08912d73ac7 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:44.896 +05:30 befe5c14-0277-4a52-87ec-f08912d73ac7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d4b53a5e-af40-4dd9-8e2b-0c627dc13d63}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 14:18:44.896 +05:30 befe5c14-0277-4a52-87ec-f08912d73ac7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 13.1991ms 2024-09-07 14:18:45.300 +05:30 9f9a0dc7-482b-4a55-800e-f1f29feaec4d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 14:18:45.300 +05:30 9f9a0dc7-482b-4a55-800e-f1f29feaec4d INF CORS policy execution successful. 2024-09-07 14:18:45.301 +05:30 9f9a0dc7-482b-4a55-800e-f1f29feaec4d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 0.7777ms 2024-09-07 14:18:45.349 +05:30 279627e0-22b8-4eec-a907-f8826221f75a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 14:18:45.350 +05:30 279627e0-22b8-4eec-a907-f8826221f75a INF CORS policy execution successful. 2024-09-07 14:18:45.350 +05:30 279627e0-22b8-4eec-a907-f8826221f75a INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:45.351 +05:30 166a6e3d-9b0f-4089-8c5b-db750fee5c58 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:45.351 +05:30 166a6e3d-9b0f-4089-8c5b-db750fee5c58 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:45.355 +05:30 166a6e3d-9b0f-4089-8c5b-db750fee5c58 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:45.355 +05:30 166a6e3d-9b0f-4089-8c5b-db750fee5c58 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.3641ms 2024-09-07 14:18:45.355 +05:30 166a6e3d-9b0f-4089-8c5b-db750fee5c58 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:18:45.356 +05:30 166a6e3d-9b0f-4089-8c5b-db750fee5c58 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 279627e0-22b8-4eec-a907-f8826221f75a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 14:18:45.356 +05:30 166a6e3d-9b0f-4089-8c5b-db750fee5c58 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 7.1252ms 2024-09-07 14:18:47.413 +05:30 df8ece8a-8329-446e-9cf9-753b0959efb1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 14:18:47.413 +05:30 df8ece8a-8329-446e-9cf9-753b0959efb1 INF CORS policy execution successful. 2024-09-07 14:18:47.414 +05:30 df8ece8a-8329-446e-9cf9-753b0959efb1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 0.9259ms 2024-09-07 14:18:47.417 +05:30 6c4969dc-4915-4893-b15c-94e891ea8d3e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 14:18:47.417 +05:30 6c4969dc-4915-4893-b15c-94e891ea8d3e INF CORS policy execution successful. 2024-09-07 14:18:47.417 +05:30 6c4969dc-4915-4893-b15c-94e891ea8d3e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 204 null null 0.4561ms 2024-09-07 14:18:47.455 +05:30 8e046335-4bcd-4124-acad-0fe6784c121c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 14:18:47.456 +05:30 8e046335-4bcd-4124-acad-0fe6784c121c INF CORS policy execution successful. 2024-09-07 14:18:47.457 +05:30 8e046335-4bcd-4124-acad-0fe6784c121c INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:47.457 +05:30 aebb4b9b-20e1-43fc-a9af-eed120e6c740 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:47.457 +05:30 aebb4b9b-20e1-43fc-a9af-eed120e6c740 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:47.486 +05:30 aebb4b9b-20e1-43fc-a9af-eed120e6c740 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:47.486 +05:30 aebb4b9b-20e1-43fc-a9af-eed120e6c740 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 28.8207ms 2024-09-07 14:18:47.486 +05:30 aebb4b9b-20e1-43fc-a9af-eed120e6c740 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:47.487 +05:30 aebb4b9b-20e1-43fc-a9af-eed120e6c740 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8e046335-4bcd-4124-acad-0fe6784c121c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2333} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":75,\"Name\":\"layout1\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":true,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":75,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"NAME\",\"Alignment\":1,\"Width\":100,\"Order\":1,\"Visible\":true,\"Sortable\":true,\"Filterable\":true,\"Resizable\":true,\"Format\":\"nil\",\"ToolTip\":\"name caption\",\"CustomClass\":\"nil\",\"DefaultValue\":\"bil\",\"Default\":true},{\"iId\":75,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":100,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"CODE \",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":true,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"Group\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"Parent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"Created By\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"Modified By\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 14:18:47.487 +05:30 aebb4b9b-20e1-43fc-a9af-eed120e6c740 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 200 2333 application/json; charset=utf-8 31.5891ms 2024-09-07 14:18:47.539 +05:30 58bee755-d978-4ce9-8254-3748b0a1fad0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - null null 2024-09-07 14:18:47.540 +05:30 58bee755-d978-4ce9-8254-3748b0a1fad0 INF CORS policy execution successful. 2024-09-07 14:18:47.541 +05:30 58bee755-d978-4ce9-8254-3748b0a1fad0 INF HTTP request: Path: /summarylayout/getsummarylayoutdetails QueryString: ?viewId=75 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:47.541 +05:30 bcc9848a-86fe-41a2-b058-c02c39e97c22 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:47.541 +05:30 bcc9848a-86fe-41a2-b058-c02c39e97c22 INF Route matched with {action = "GetSummaryLayoutDetails", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutDetails(Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:47.559 +05:30 bcc9848a-86fe-41a2-b058-c02c39e97c22 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:47.559 +05:30 bcc9848a-86fe-41a2-b058-c02c39e97c22 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api) in 18.4108ms 2024-09-07 14:18:47.560 +05:30 bcc9848a-86fe-41a2-b058-c02c39e97c22 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutDetails (Sang.CoreSettings.Api)' 2024-09-07 14:18:47.560 +05:30 bcc9848a-86fe-41a2-b058-c02c39e97c22 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 58bee755-d978-4ce9-8254-3748b0a1fad0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 2333} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"MainDetails\":[{\"Id\":75,\"Name\":\"layout1\",\"LanguageId\":1,\"Language\":\"English\",\"Condition\":\"\",\"AvailInMobileApp\":true,\"TagId\":20,\"TagName\":\"Place of Supply\"}],\"SummaryViewFields\":[{\"iId\":75,\"Field\":192,\"FieldName\":\"sName\",\"Caption\":\"NAME\",\"Alignment\":1,\"Width\":100,\"Order\":1,\"Visible\":true,\"Sortable\":true,\"Filterable\":true,\"Resizable\":true,\"Format\":\"nil\",\"ToolTip\":\"name caption\",\"CustomClass\":\"nil\",\"DefaultValue\":\"bil\",\"Default\":true},{\"iId\":75,\"Field\":191,\"FieldName\":\"iId\",\"Caption\":\"iId\",\"Alignment\":1,\"Width\":100,\"Order\":2,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":false,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":193,\"FieldName\":\"sCode\",\"Caption\":\"CODE \",\"Alignment\":1,\"Width\":80,\"Order\":3,\"Visible\":true,\"Sortable\":true,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":194,\"FieldName\":\"bGroup\",\"Caption\":\"Group\",\"Alignment\":1,\"Width\":80,\"Order\":4,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":195,\"FieldName\":\"iParent\",\"Caption\":\"Parent\",\"Alignment\":1,\"Width\":80,\"Order\":5,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":197,\"FieldName\":\"iCreatedBy\",\"Caption\":\"Created By\",\"Alignment\":1,\"Width\":80,\"Order\":6,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false},{\"iId\":75,\"Field\":199,\"FieldName\":\"iModifiedBy\",\"Caption\":\"Modified By\",\"Alignment\":1,\"Width\":80,\"Order\":7,\"Visible\":true,\"Sortable\":false,\"Filterable\":false,\"Resizable\":true,\"Format\":\"\",\"ToolTip\":\"\",\"CustomClass\":\"\",\"DefaultValue\":\"\",\"Default\":false}]}"} 2024-09-07 14:18:47.560 +05:30 bcc9848a-86fe-41a2-b058-c02c39e97c22 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutdetails?viewId=75 - 200 2333 application/json; charset=utf-8 20.7697ms 2024-09-07 14:18:47.652 +05:30 d1513cea-52e9-4f70-8e31-bab232b84815 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - null null 2024-09-07 14:18:47.652 +05:30 d1513cea-52e9-4f70-8e31-bab232b84815 INF CORS policy execution successful. 2024-09-07 14:18:47.653 +05:30 d1513cea-52e9-4f70-8e31-bab232b84815 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=English&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:47.653 +05:30 addb76d6-cd0b-48c6-8afb-ce5cc86f0563 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:18:47.653 +05:30 addb76d6-cd0b-48c6-8afb-ce5cc86f0563 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:47.669 +05:30 addb76d6-cd0b-48c6-8afb-ce5cc86f0563 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:47.670 +05:30 addb76d6-cd0b-48c6-8afb-ce5cc86f0563 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 15.9551ms 2024-09-07 14:18:47.670 +05:30 addb76d6-cd0b-48c6-8afb-ce5cc86f0563 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:18:47.670 +05:30 addb76d6-cd0b-48c6-8afb-ce5cc86f0563 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d1513cea-52e9-4f70-8e31-bab232b84815}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 14:18:47.670 +05:30 addb76d6-cd0b-48c6-8afb-ce5cc86f0563 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=English&search= - 200 962 application/json; charset=utf-8 18.748ms 2024-09-07 14:18:47.965 +05:30 796c77a0-25ad-4392-8f51-e64b272aa8f0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:47.965 +05:30 796c77a0-25ad-4392-8f51-e64b272aa8f0 INF CORS policy execution successful. 2024-09-07 14:18:47.965 +05:30 796c77a0-25ad-4392-8f51-e64b272aa8f0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.6981ms 2024-09-07 14:18:47.969 +05:30 0fe30950-1bc3-4365-bd41-ca3181cfc359 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:47.970 +05:30 0fe30950-1bc3-4365-bd41-ca3181cfc359 INF CORS policy execution successful. 2024-09-07 14:18:47.970 +05:30 0fe30950-1bc3-4365-bd41-ca3181cfc359 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 204 null null 0.7958ms 2024-09-07 14:18:48.007 +05:30 d49ce902-b67e-4e27-8f4a-9f911214fa15 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:48.009 +05:30 d49ce902-b67e-4e27-8f4a-9f911214fa15 INF CORS policy execution successful. 2024-09-07 14:18:48.009 +05:30 d49ce902-b67e-4e27-8f4a-9f911214fa15 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:48.010 +05:30 4d0933b7-a556-4ed5-b041-960c196d1709 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:48.010 +05:30 4d0933b7-a556-4ed5-b041-960c196d1709 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:48.024 +05:30 4d0933b7-a556-4ed5-b041-960c196d1709 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:48.025 +05:30 4d0933b7-a556-4ed5-b041-960c196d1709 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 14.9354ms 2024-09-07 14:18:48.025 +05:30 4d0933b7-a556-4ed5-b041-960c196d1709 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:48.025 +05:30 4d0933b7-a556-4ed5-b041-960c196d1709 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d49ce902-b67e-4e27-8f4a-9f911214fa15}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 14:18:48.026 +05:30 4d0933b7-a556-4ed5-b041-960c196d1709 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 18.4948ms 2024-09-07 14:18:48.068 +05:30 2c0efee4-cb3d-4e1f-a729-43a635ff39bc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:48.068 +05:30 2c0efee4-cb3d-4e1f-a729-43a635ff39bc INF CORS policy execution successful. 2024-09-07 14:18:48.069 +05:30 2c0efee4-cb3d-4e1f-a729-43a635ff39bc INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:48.069 +05:30 22368a63-5d15-45fa-b33a-27c34a05cc58 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:48.069 +05:30 22368a63-5d15-45fa-b33a-27c34a05cc58 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:48.087 +05:30 22368a63-5d15-45fa-b33a-27c34a05cc58 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:48.087 +05:30 22368a63-5d15-45fa-b33a-27c34a05cc58 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 17.9203ms 2024-09-07 14:18:48.087 +05:30 22368a63-5d15-45fa-b33a-27c34a05cc58 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:48.088 +05:30 22368a63-5d15-45fa-b33a-27c34a05cc58 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2c0efee4-cb3d-4e1f-a729-43a635ff39bc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 14:18:48.088 +05:30 22368a63-5d15-45fa-b33a-27c34a05cc58 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 20.4647ms 2024-09-07 14:18:48.113 +05:30 7d24b2bb-adee-47e7-af79-0ea9b1d35faf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - null null 2024-09-07 14:18:48.114 +05:30 7d24b2bb-adee-47e7-af79-0ea9b1d35faf INF CORS policy execution successful. 2024-09-07 14:18:48.114 +05:30 7d24b2bb-adee-47e7-af79-0ea9b1d35faf INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=English Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:48.114 +05:30 c54238d2-9576-4261-b0b0-1d166503aeae INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:48.115 +05:30 c54238d2-9576-4261-b0b0-1d166503aeae INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:48.132 +05:30 c54238d2-9576-4261-b0b0-1d166503aeae INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:48.133 +05:30 c54238d2-9576-4261-b0b0-1d166503aeae INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 18.0917ms 2024-09-07 14:18:48.133 +05:30 c54238d2-9576-4261-b0b0-1d166503aeae INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:48.133 +05:30 c54238d2-9576-4261-b0b0-1d166503aeae INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7d24b2bb-adee-47e7-af79-0ea9b1d35faf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 120} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":1,\"Name\":\"English\"}]"} 2024-09-07 14:18:48.134 +05:30 c54238d2-9576-4261-b0b0-1d166503aeae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=English - 200 120 application/json; charset=utf-8 20.5431ms 2024-09-07 14:18:49.985 +05:30 7a5eb7ca-882d-445b-97ec-31132a98c221 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - null null 2024-09-07 14:18:49.986 +05:30 7a5eb7ca-882d-445b-97ec-31132a98c221 INF CORS policy execution successful. 2024-09-07 14:18:49.986 +05:30 7a5eb7ca-882d-445b-97ec-31132a98c221 INF HTTP request: Path: /language/getlanguagelist QueryString: ?search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:49.987 +05:30 18df9bf2-94d1-4167-804a-1c8a4d7e689b INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:49.987 +05:30 18df9bf2-94d1-4167-804a-1c8a4d7e689b INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:50.004 +05:30 18df9bf2-94d1-4167-804a-1c8a4d7e689b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:50.005 +05:30 18df9bf2-94d1-4167-804a-1c8a4d7e689b INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 16.9186ms 2024-09-07 14:18:50.005 +05:30 18df9bf2-94d1-4167-804a-1c8a4d7e689b INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:50.005 +05:30 18df9bf2-94d1-4167-804a-1c8a4d7e689b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7a5eb7ca-882d-445b-97ec-31132a98c221}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 221} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"},{\"Id\":3,\"Name\":\"Chinese\"},{\"Id\":1,\"Name\":\"English\"},{\"Id\":4,\"Name\":\"LanguageTest1\"}]"} 2024-09-07 14:18:50.006 +05:30 18df9bf2-94d1-4167-804a-1c8a4d7e689b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search= - 200 221 application/json; charset=utf-8 20.239ms 2024-09-07 14:18:51.633 +05:30 bd2bc9ec-d1d2-4236-8556-706a0bd6c72d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=Arabic&search= - null null 2024-09-07 14:18:51.633 +05:30 bd2bc9ec-d1d2-4236-8556-706a0bd6c72d INF CORS policy execution successful. 2024-09-07 14:18:51.633 +05:30 bd2bc9ec-d1d2-4236-8556-706a0bd6c72d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=Arabic&search= - 204 null null 0.8076ms 2024-09-07 14:18:51.686 +05:30 501e26e5-62a9-4487-a541-7f0cd955ae01 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=Arabic&search= - null null 2024-09-07 14:18:51.688 +05:30 501e26e5-62a9-4487-a541-7f0cd955ae01 INF CORS policy execution successful. 2024-09-07 14:18:51.688 +05:30 501e26e5-62a9-4487-a541-7f0cd955ae01 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=Arabic&search= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:51.689 +05:30 08194a2f-49ca-4e37-8c28-b046b703a002 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:18:51.689 +05:30 08194a2f-49ca-4e37-8c28-b046b703a002 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:51.706 +05:30 08194a2f-49ca-4e37-8c28-b046b703a002 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:51.706 +05:30 08194a2f-49ca-4e37-8c28-b046b703a002 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 16.4845ms 2024-09-07 14:18:51.706 +05:30 08194a2f-49ca-4e37-8c28-b046b703a002 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:18:51.706 +05:30 08194a2f-49ca-4e37-8c28-b046b703a002 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 501e26e5-62a9-4487-a541-7f0cd955ae01}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 962} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"},{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"},{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"},{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"},{\"Id\":196,\"Name\":\"iStatus\",\"Caption\":\"iStatus\"},{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"},{\"Id\":198,\"Name\":\"dCreatedOn\",\"Caption\":\"dCreatedOn\"},{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"},{\"Id\":200,\"Name\":\"dModifiedOn\",\"Caption\":\"dModifiedOn\"},{\"Id\":326,\"Name\":\"iCountry\",\"Caption\":\"iCountry\"},{\"Id\":327,\"Name\":\"iCity\",\"Caption\":\"iCity\"},{\"Id\":332,\"Name\":\"iBE\",\"Caption\":\"BE\"},{\"Id\":333,\"Name\":\"iLanguage\",\"Caption\":\"Language\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 14:18:51.707 +05:30 08194a2f-49ca-4e37-8c28-b046b703a002 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=Arabic&search= - 200 962 application/json; charset=utf-8 21.3547ms 2024-09-07 14:18:51.905 +05:30 de506ece-95c3-4fd8-a98b-6ae41ba21b79 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=Arabic - null null 2024-09-07 14:18:51.905 +05:30 de506ece-95c3-4fd8-a98b-6ae41ba21b79 INF CORS policy execution successful. 2024-09-07 14:18:51.906 +05:30 de506ece-95c3-4fd8-a98b-6ae41ba21b79 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=Arabic - 204 null null 0.5906ms 2024-09-07 14:18:51.953 +05:30 484a804f-981c-4764-b894-1182166908be INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=Arabic - null null 2024-09-07 14:18:51.954 +05:30 484a804f-981c-4764-b894-1182166908be INF CORS policy execution successful. 2024-09-07 14:18:51.955 +05:30 484a804f-981c-4764-b894-1182166908be INF HTTP request: Path: /language/getlanguagelist QueryString: ?search=Arabic Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:51.955 +05:30 1d02559b-0962-4b42-a02a-9b27884035a4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:51.955 +05:30 1d02559b-0962-4b42-a02a-9b27884035a4 INF Route matched with {action = "GetLanguageList", controller = "Language"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLanguageList(System.String) on controller Sang.CoreSettings.Api.Controllers.LanguageController (Sang.CoreSettings.Api). 2024-09-07 14:18:51.958 +05:30 1d02559b-0962-4b42-a02a-9b27884035a4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:51.959 +05:30 1d02559b-0962-4b42-a02a-9b27884035a4 INF Executed action Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api) in 3.395ms 2024-09-07 14:18:51.959 +05:30 1d02559b-0962-4b42-a02a-9b27884035a4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.LanguageController.GetLanguageList (Sang.CoreSettings.Api)' 2024-09-07 14:18:51.959 +05:30 1d02559b-0962-4b42-a02a-9b27884035a4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 484a804f-981c-4764-b894-1182166908be}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 119} Body: {"status":"Success","statusCode":2000,"message":"Language List retrieved.","result":"[{\"Id\":2,\"Name\":\"Arabic\"}]"} 2024-09-07 14:18:51.960 +05:30 1d02559b-0962-4b42-a02a-9b27884035a4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/language/getlanguagelist?search=Arabic - 200 119 application/json; charset=utf-8 6.9789ms 2024-09-07 14:18:53.969 +05:30 c0db0db6-4aab-4f28-9ac5-f7f7d0641801 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=2 - null null 2024-09-07 14:18:53.969 +05:30 c0db0db6-4aab-4f28-9ac5-f7f7d0641801 INF CORS policy execution successful. 2024-09-07 14:18:53.970 +05:30 c0db0db6-4aab-4f28-9ac5-f7f7d0641801 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=2 - 204 null null 0.9193ms 2024-09-07 14:18:53.973 +05:30 b3196f1a-0cba-4186-951b-65bc29844675 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=2 - null null 2024-09-07 14:18:53.974 +05:30 b3196f1a-0cba-4186-951b-65bc29844675 INF CORS policy execution successful. 2024-09-07 14:18:53.974 +05:30 a3945b33-1610-45a4-b5d5-9d3c933da630 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=2 - null null 2024-09-07 14:18:53.974 +05:30 b3196f1a-0cba-4186-951b-65bc29844675 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=2 - 204 null null 0.8191ms 2024-09-07 14:18:53.974 +05:30 a3945b33-1610-45a4-b5d5-9d3c933da630 INF CORS policy execution successful. 2024-09-07 14:18:53.975 +05:30 a3945b33-1610-45a4-b5d5-9d3c933da630 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=2 - 204 null null 0.3713ms 2024-09-07 14:18:53.975 +05:30 66d0e55d-38bc-4ca5-a21b-570c89e72392 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=2 - null null 2024-09-07 14:18:53.976 +05:30 66d0e55d-38bc-4ca5-a21b-570c89e72392 INF CORS policy execution successful. 2024-09-07 14:18:53.976 +05:30 66d0e55d-38bc-4ca5-a21b-570c89e72392 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=2 - 204 null null 0.2941ms 2024-09-07 14:18:53.976 +05:30 94ce0220-75d2-4dbb-8379-34a6076d343f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=2 - null null 2024-09-07 14:18:53.976 +05:30 94ce0220-75d2-4dbb-8379-34a6076d343f INF CORS policy execution successful. 2024-09-07 14:18:53.976 +05:30 94ce0220-75d2-4dbb-8379-34a6076d343f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=2 - 204 null null 0.2144ms 2024-09-07 14:18:53.981 +05:30 0a44c9b3-89e0-482d-b5b7-9a12edc5ef22 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=2 - null null 2024-09-07 14:18:53.982 +05:30 0a44c9b3-89e0-482d-b5b7-9a12edc5ef22 INF CORS policy execution successful. 2024-09-07 14:18:53.982 +05:30 0a44c9b3-89e0-482d-b5b7-9a12edc5ef22 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=2 - 204 null null 0.3673ms 2024-09-07 14:18:54.018 +05:30 1edecb03-e55b-4567-8274-aaa50f362560 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=2 - null null 2024-09-07 14:18:54.018 +05:30 1edecb03-e55b-4567-8274-aaa50f362560 INF CORS policy execution successful. 2024-09-07 14:18:54.019 +05:30 1edecb03-e55b-4567-8274-aaa50f362560 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=2 - 204 null null 0.8368ms 2024-09-07 14:18:54.031 +05:30 554032f6-18f8-463f-8d77-9cc2c0c97243 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=2 - null null 2024-09-07 14:18:54.032 +05:30 4707a401-bfec-45f1-b4d8-333384850a79 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=2 - null null 2024-09-07 14:18:54.032 +05:30 0100a571-ec73-4511-be74-95b9b7c5d25a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=2 - null null 2024-09-07 14:18:54.032 +05:30 554032f6-18f8-463f-8d77-9cc2c0c97243 INF CORS policy execution successful. 2024-09-07 14:18:54.032 +05:30 0100a571-ec73-4511-be74-95b9b7c5d25a INF CORS policy execution successful. 2024-09-07 14:18:54.032 +05:30 4707a401-bfec-45f1-b4d8-333384850a79 INF CORS policy execution successful. 2024-09-07 14:18:54.032 +05:30 554032f6-18f8-463f-8d77-9cc2c0c97243 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=192&tagId=20&languageId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:54.032 +05:30 0100a571-ec73-4511-be74-95b9b7c5d25a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=197&tagId=20&languageId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:54.032 +05:30 4707a401-bfec-45f1-b4d8-333384850a79 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=191&tagId=20&languageId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:54.033 +05:30 dc44ceb8-95a0-4272-b2b4-0e70caadb959 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.033 +05:30 7f1a5151-dc23-4435-95c6-25d0580f2bb5 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.033 +05:30 ceeb62cc-8de4-46db-a4ae-8ddb1957cfd4 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.034 +05:30 6378bb1f-d4e4-459b-a001-3782276de47a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=2 - null null 2024-09-07 14:18:54.035 +05:30 6378bb1f-d4e4-459b-a001-3782276de47a INF CORS policy execution successful. 2024-09-07 14:18:54.035 +05:30 6378bb1f-d4e4-459b-a001-3782276de47a INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=194&tagId=20&languageId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:54.035 +05:30 b4c6460e-327c-412b-81f8-f99aceb46fff INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.039 +05:30 b4c6460e-327c-412b-81f8-f99aceb46fff INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:54.039 +05:30 7f1a5151-dc23-4435-95c6-25d0580f2bb5 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:54.039 +05:30 dc44ceb8-95a0-4272-b2b4-0e70caadb959 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:54.039 +05:30 ceeb62cc-8de4-46db-a4ae-8ddb1957cfd4 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:54.046 +05:30 1d1cc2eb-6af9-4b63-8963-e58ee9850423 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=2 - null null 2024-09-07 14:18:54.047 +05:30 1d1cc2eb-6af9-4b63-8963-e58ee9850423 INF CORS policy execution successful. 2024-09-07 14:18:54.047 +05:30 1d1cc2eb-6af9-4b63-8963-e58ee9850423 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=195&tagId=20&languageId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:54.048 +05:30 0e435eff-84ab-48b1-b9d8-e5c827831380 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.048 +05:30 0e435eff-84ab-48b1-b9d8-e5c827831380 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:54.066 +05:30 f5d6585a-4948-4dec-aa48-b4ae17c86652 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=2 - null null 2024-09-07 14:18:54.067 +05:30 f5d6585a-4948-4dec-aa48-b4ae17c86652 INF CORS policy execution successful. 2024-09-07 14:18:54.067 +05:30 f5d6585a-4948-4dec-aa48-b4ae17c86652 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=193&tagId=20&languageId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:54.068 +05:30 4bc28a6a-8df8-4e08-846f-72d0b57cbee6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.068 +05:30 4bc28a6a-8df8-4e08-846f-72d0b57cbee6 INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:54.075 +05:30 7f1a5151-dc23-4435-95c6-25d0580f2bb5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:54.075 +05:30 b4c6460e-327c-412b-81f8-f99aceb46fff INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:54.075 +05:30 dc44ceb8-95a0-4272-b2b4-0e70caadb959 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:54.075 +05:30 ceeb62cc-8de4-46db-a4ae-8ddb1957cfd4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:54.076 +05:30 b4c6460e-327c-412b-81f8-f99aceb46fff INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 37.0978ms 2024-09-07 14:18:54.076 +05:30 ceeb62cc-8de4-46db-a4ae-8ddb1957cfd4 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 36.9956ms 2024-09-07 14:18:54.076 +05:30 b4c6460e-327c-412b-81f8-f99aceb46fff INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.076 +05:30 dc44ceb8-95a0-4272-b2b4-0e70caadb959 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 36.9915ms 2024-09-07 14:18:54.076 +05:30 7f1a5151-dc23-4435-95c6-25d0580f2bb5 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 37.0413ms 2024-09-07 14:18:54.076 +05:30 dc44ceb8-95a0-4272-b2b4-0e70caadb959 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.076 +05:30 7f1a5151-dc23-4435-95c6-25d0580f2bb5 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.076 +05:30 b4c6460e-327c-412b-81f8-f99aceb46fff INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6378bb1f-d4e4-459b-a001-3782276de47a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 185} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Caption\":\"bGroup\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 14:18:54.076 +05:30 ceeb62cc-8de4-46db-a4ae-8ddb1957cfd4 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.076 +05:30 dc44ceb8-95a0-4272-b2b4-0e70caadb959 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0100a571-ec73-4511-be74-95b9b7c5d25a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 189} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Caption\":\"iCreatedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 14:18:54.076 +05:30 7f1a5151-dc23-4435-95c6-25d0580f2bb5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 554032f6-18f8-463f-8d77-9cc2c0c97243}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 184} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Caption\":\"اسم\",\"Language\":\"Arabic\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 14:18:54.076 +05:30 ceeb62cc-8de4-46db-a4ae-8ddb1957cfd4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4707a401-bfec-45f1-b4d8-333384850a79}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Caption\":\"iId\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 14:18:54.076 +05:30 7f1a5151-dc23-4435-95c6-25d0580f2bb5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=192&tagId=20&languageId=2 - 200 184 application/json; charset=utf-8 44.9088ms 2024-09-07 14:18:54.076 +05:30 dc44ceb8-95a0-4272-b2b4-0e70caadb959 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=197&tagId=20&languageId=2 - 200 189 application/json; charset=utf-8 44.6669ms 2024-09-07 14:18:54.076 +05:30 ceeb62cc-8de4-46db-a4ae-8ddb1957cfd4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=191&tagId=20&languageId=2 - 200 182 application/json; charset=utf-8 44.7527ms 2024-09-07 14:18:54.077 +05:30 b4c6460e-327c-412b-81f8-f99aceb46fff INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=194&tagId=20&languageId=2 - 200 185 application/json; charset=utf-8 42.5721ms 2024-09-07 14:18:54.077 +05:30 0e435eff-84ab-48b1-b9d8-e5c827831380 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:54.078 +05:30 0e435eff-84ab-48b1-b9d8-e5c827831380 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 29.1163ms 2024-09-07 14:18:54.078 +05:30 0e435eff-84ab-48b1-b9d8-e5c827831380 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.078 +05:30 0e435eff-84ab-48b1-b9d8-e5c827831380 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1d1cc2eb-6af9-4b63-8963-e58ee9850423}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Caption\":\"iParent\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 14:18:54.078 +05:30 0e435eff-84ab-48b1-b9d8-e5c827831380 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=195&tagId=20&languageId=2 - 200 186 application/json; charset=utf-8 31.6585ms 2024-09-07 14:18:54.078 +05:30 4bc28a6a-8df8-4e08-846f-72d0b57cbee6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:54.078 +05:30 4bc28a6a-8df8-4e08-846f-72d0b57cbee6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 10.4801ms 2024-09-07 14:18:54.078 +05:30 4bc28a6a-8df8-4e08-846f-72d0b57cbee6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.078 +05:30 4bc28a6a-8df8-4e08-846f-72d0b57cbee6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f5d6585a-4948-4dec-aa48-b4ae17c86652}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 186} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Caption\":\"شفرة\",\"Language\":\"Arabic\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 14:18:54.079 +05:30 4bc28a6a-8df8-4e08-846f-72d0b57cbee6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=193&tagId=20&languageId=2 - 200 186 application/json; charset=utf-8 12.2434ms 2024-09-07 14:18:54.132 +05:30 fe0b5b6a-4ead-43a7-9643-b4eaf46064b5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=2 - null null 2024-09-07 14:18:54.133 +05:30 fe0b5b6a-4ead-43a7-9643-b4eaf46064b5 INF CORS policy execution successful. 2024-09-07 14:18:54.133 +05:30 fe0b5b6a-4ead-43a7-9643-b4eaf46064b5 INF HTTP request: Path: /summarylayout/getlayoutfieldcaption QueryString: ?fieldId=199&tagId=20&languageId=2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:54.133 +05:30 e85fc5ad-5ca2-4bb5-b85f-52c23105e4de INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.133 +05:30 e85fc5ad-5ca2-4bb5-b85f-52c23105e4de INF Route matched with {action = "GetLayoutFieldCaption", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldCaption(Int32, Int32, Int32) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:54.137 +05:30 e85fc5ad-5ca2-4bb5-b85f-52c23105e4de INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:54.137 +05:30 e85fc5ad-5ca2-4bb5-b85f-52c23105e4de INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api) in 3.3357ms 2024-09-07 14:18:54.137 +05:30 e85fc5ad-5ca2-4bb5-b85f-52c23105e4de INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldCaption (Sang.CoreSettings.Api)' 2024-09-07 14:18:54.137 +05:30 e85fc5ad-5ca2-4bb5-b85f-52c23105e4de INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fe0b5b6a-4ead-43a7-9643-b4eaf46064b5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 190} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Caption\":\"iModifiedBy\",\"Language\":\"English\",\"FieldType\":\"Text Box\"}]"} 2024-09-07 14:18:54.137 +05:30 e85fc5ad-5ca2-4bb5-b85f-52c23105e4de INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldcaption?fieldId=199&tagId=20&languageId=2 - 200 190 application/json; charset=utf-8 5.3316ms 2024-09-07 14:18:58.078 +05:30 5ee979e7-14d7-4cc6-b172-38f9d0c410dd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=sName - null null 2024-09-07 14:18:58.079 +05:30 5ee979e7-14d7-4cc6-b172-38f9d0c410dd INF CORS policy execution successful. 2024-09-07 14:18:58.079 +05:30 5ee979e7-14d7-4cc6-b172-38f9d0c410dd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=sName - 204 null null 0.7562ms 2024-09-07 14:18:58.129 +05:30 d123e40f-bbb9-4f88-8520-61089a0866d8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=sName - null null 2024-09-07 14:18:58.130 +05:30 d123e40f-bbb9-4f88-8520-61089a0866d8 INF CORS policy execution successful. 2024-09-07 14:18:58.130 +05:30 d123e40f-bbb9-4f88-8520-61089a0866d8 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=2&search=sName Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:18:58.132 +05:30 ce43f9cb-1739-4e98-ae6e-e76c6a9081a6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:18:58.133 +05:30 ce43f9cb-1739-4e98-ae6e-e76c6a9081a6 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:18:58.139 +05:30 ce43f9cb-1739-4e98-ae6e-e76c6a9081a6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:18:58.140 +05:30 ce43f9cb-1739-4e98-ae6e-e76c6a9081a6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.8129ms 2024-09-07 14:18:58.140 +05:30 ce43f9cb-1739-4e98-ae6e-e76c6a9081a6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:18:58.140 +05:30 ce43f9cb-1739-4e98-ae6e-e76c6a9081a6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d123e40f-bbb9-4f88-8520-61089a0866d8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 203} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":192,\"Name\":\"sName\",\"Caption\":\"Name\"},{\"Id\":334,\"Name\":\"sName\",\"Caption\":\"Name\"}]"} 2024-09-07 14:18:58.141 +05:30 ce43f9cb-1739-4e98-ae6e-e76c6a9081a6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=sName - 200 203 application/json; charset=utf-8 11.9623ms 2024-09-07 14:19:01.236 +05:30 0608cdd4-21cf-4a7b-8359-9b8d9fac923b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iId - null null 2024-09-07 14:19:01.236 +05:30 0608cdd4-21cf-4a7b-8359-9b8d9fac923b INF CORS policy execution successful. 2024-09-07 14:19:01.237 +05:30 0608cdd4-21cf-4a7b-8359-9b8d9fac923b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iId - 204 null null 0.9333ms 2024-09-07 14:19:01.289 +05:30 1b605481-1872-424f-b8bd-008a4fbba0d3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iId - null null 2024-09-07 14:19:01.290 +05:30 1b605481-1872-424f-b8bd-008a4fbba0d3 INF CORS policy execution successful. 2024-09-07 14:19:01.291 +05:30 1b605481-1872-424f-b8bd-008a4fbba0d3 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=2&search=iId Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:19:01.291 +05:30 46a7237f-6ebb-4a1e-8abb-55c453ac5efa INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:01.291 +05:30 46a7237f-6ebb-4a1e-8abb-55c453ac5efa INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:19:01.300 +05:30 46a7237f-6ebb-4a1e-8abb-55c453ac5efa INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:19:01.301 +05:30 46a7237f-6ebb-4a1e-8abb-55c453ac5efa INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 9.1845ms 2024-09-07 14:19:01.301 +05:30 46a7237f-6ebb-4a1e-8abb-55c453ac5efa INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:01.301 +05:30 46a7237f-6ebb-4a1e-8abb-55c453ac5efa INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1b605481-1872-424f-b8bd-008a4fbba0d3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 147} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":191,\"Name\":\"iId\",\"Caption\":\"iId\"}]"} 2024-09-07 14:19:01.302 +05:30 46a7237f-6ebb-4a1e-8abb-55c453ac5efa INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iId - 200 147 application/json; charset=utf-8 13.1053ms 2024-09-07 14:19:02.216 +05:30 6281b851-fb87-4ff9-ae60-64852d4b8a96 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=sCode - null null 2024-09-07 14:19:02.217 +05:30 6281b851-fb87-4ff9-ae60-64852d4b8a96 INF CORS policy execution successful. 2024-09-07 14:19:02.217 +05:30 6281b851-fb87-4ff9-ae60-64852d4b8a96 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=sCode - 204 null null 1.3382ms 2024-09-07 14:19:02.266 +05:30 dbd717ef-61c1-4ded-81d4-6afcf8b54cc1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=sCode - null null 2024-09-07 14:19:02.266 +05:30 dbd717ef-61c1-4ded-81d4-6afcf8b54cc1 INF CORS policy execution successful. 2024-09-07 14:19:02.267 +05:30 dbd717ef-61c1-4ded-81d4-6afcf8b54cc1 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=2&search=sCode Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:19:02.267 +05:30 c9dac2fa-e49c-4894-8c08-fe08fd3c5055 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:02.268 +05:30 c9dac2fa-e49c-4894-8c08-fe08fd3c5055 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:19:02.274 +05:30 c9dac2fa-e49c-4894-8c08-fe08fd3c5055 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:19:02.274 +05:30 c9dac2fa-e49c-4894-8c08-fe08fd3c5055 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 6.5074ms 2024-09-07 14:19:02.274 +05:30 c9dac2fa-e49c-4894-8c08-fe08fd3c5055 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:02.281 +05:30 c9dac2fa-e49c-4894-8c08-fe08fd3c5055 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dbd717ef-61c1-4ded-81d4-6afcf8b54cc1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 150} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":193,\"Name\":\"sCode\",\"Caption\":\"Code\"}]"} 2024-09-07 14:19:02.283 +05:30 c9dac2fa-e49c-4894-8c08-fe08fd3c5055 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=sCode - 200 150 application/json; charset=utf-8 17.0242ms 2024-09-07 14:19:03.571 +05:30 56e96cde-fbe0-490c-a0b3-5a7ade3ac800 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=bGroup - null null 2024-09-07 14:19:03.572 +05:30 56e96cde-fbe0-490c-a0b3-5a7ade3ac800 INF CORS policy execution successful. 2024-09-07 14:19:03.572 +05:30 56e96cde-fbe0-490c-a0b3-5a7ade3ac800 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=bGroup - 204 null null 0.5079ms 2024-09-07 14:19:03.620 +05:30 dd0916e9-9f88-47c6-91cf-da535d80ebd4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=bGroup - null null 2024-09-07 14:19:03.621 +05:30 dd0916e9-9f88-47c6-91cf-da535d80ebd4 INF CORS policy execution successful. 2024-09-07 14:19:03.621 +05:30 dd0916e9-9f88-47c6-91cf-da535d80ebd4 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=2&search=bGroup Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:19:03.621 +05:30 bdf770c1-98a0-447c-bb00-6db1d87660f2 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:03.621 +05:30 bdf770c1-98a0-447c-bb00-6db1d87660f2 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:19:03.625 +05:30 bdf770c1-98a0-447c-bb00-6db1d87660f2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:19:03.625 +05:30 bdf770c1-98a0-447c-bb00-6db1d87660f2 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 3.7514ms 2024-09-07 14:19:03.625 +05:30 bdf770c1-98a0-447c-bb00-6db1d87660f2 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:03.625 +05:30 bdf770c1-98a0-447c-bb00-6db1d87660f2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dd0916e9-9f88-47c6-91cf-da535d80ebd4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 153} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":194,\"Name\":\"bGroup\",\"Caption\":\"bGroup\"}]"} 2024-09-07 14:19:03.625 +05:30 bdf770c1-98a0-447c-bb00-6db1d87660f2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=bGroup - 200 153 application/json; charset=utf-8 5.3986ms 2024-09-07 14:19:04.577 +05:30 60efa393-f58e-4bd9-877a-3eccda5db138 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iParent - null null 2024-09-07 14:19:04.578 +05:30 60efa393-f58e-4bd9-877a-3eccda5db138 INF CORS policy execution successful. 2024-09-07 14:19:04.578 +05:30 60efa393-f58e-4bd9-877a-3eccda5db138 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iParent - 204 null null 1.377ms 2024-09-07 14:19:04.629 +05:30 8a7c9e32-db30-42e6-8433-a3231545bba9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iParent - null null 2024-09-07 14:19:04.630 +05:30 8a7c9e32-db30-42e6-8433-a3231545bba9 INF CORS policy execution successful. 2024-09-07 14:19:04.630 +05:30 8a7c9e32-db30-42e6-8433-a3231545bba9 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=2&search=iParent Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:19:04.630 +05:30 7f30ee92-f14a-49bc-8580-3be79855da46 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:04.630 +05:30 7f30ee92-f14a-49bc-8580-3be79855da46 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:19:04.634 +05:30 7f30ee92-f14a-49bc-8580-3be79855da46 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:19:04.634 +05:30 7f30ee92-f14a-49bc-8580-3be79855da46 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.1898ms 2024-09-07 14:19:04.634 +05:30 7f30ee92-f14a-49bc-8580-3be79855da46 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:04.635 +05:30 7f30ee92-f14a-49bc-8580-3be79855da46 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8a7c9e32-db30-42e6-8433-a3231545bba9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 155} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":195,\"Name\":\"iParent\",\"Caption\":\"iParent\"}]"} 2024-09-07 14:19:04.635 +05:30 7f30ee92-f14a-49bc-8580-3be79855da46 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iParent - 200 155 application/json; charset=utf-8 6.1134ms 2024-09-07 14:19:07.050 +05:30 9ec33dbd-2304-4e5c-8483-bb6e98574b4a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iCreatedBy - null null 2024-09-07 14:19:07.051 +05:30 9ec33dbd-2304-4e5c-8483-bb6e98574b4a INF CORS policy execution successful. 2024-09-07 14:19:07.051 +05:30 9ec33dbd-2304-4e5c-8483-bb6e98574b4a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iCreatedBy - 204 null null 0.6527ms 2024-09-07 14:19:07.116 +05:30 07913ef1-3d6e-4a6e-9217-852b4d2e5db6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iCreatedBy - null null 2024-09-07 14:19:07.116 +05:30 07913ef1-3d6e-4a6e-9217-852b4d2e5db6 INF CORS policy execution successful. 2024-09-07 14:19:07.117 +05:30 07913ef1-3d6e-4a6e-9217-852b4d2e5db6 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=2&search=iCreatedBy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:19:07.117 +05:30 a94ca136-991c-4cd0-be04-baed7674bb4e INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:07.117 +05:30 a94ca136-991c-4cd0-be04-baed7674bb4e INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:19:07.121 +05:30 a94ca136-991c-4cd0-be04-baed7674bb4e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:19:07.121 +05:30 a94ca136-991c-4cd0-be04-baed7674bb4e INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 4.0336ms 2024-09-07 14:19:07.121 +05:30 a94ca136-991c-4cd0-be04-baed7674bb4e INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:07.121 +05:30 a94ca136-991c-4cd0-be04-baed7674bb4e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 07913ef1-3d6e-4a6e-9217-852b4d2e5db6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 161} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":197,\"Name\":\"iCreatedBy\",\"Caption\":\"iCreatedBy\"}]"} 2024-09-07 14:19:07.121 +05:30 a94ca136-991c-4cd0-be04-baed7674bb4e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iCreatedBy - 200 161 application/json; charset=utf-8 5.6049ms 2024-09-07 14:19:07.911 +05:30 070da4ad-4441-411c-b65c-5d61b8a04fa7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iModifiedBy - null null 2024-09-07 14:19:07.911 +05:30 070da4ad-4441-411c-b65c-5d61b8a04fa7 INF CORS policy execution successful. 2024-09-07 14:19:07.912 +05:30 070da4ad-4441-411c-b65c-5d61b8a04fa7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iModifiedBy - 204 null null 0.9236ms 2024-09-07 14:19:07.962 +05:30 997f8238-1483-456a-b816-9226f6201d64 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iModifiedBy - null null 2024-09-07 14:19:07.963 +05:30 997f8238-1483-456a-b816-9226f6201d64 INF CORS policy execution successful. 2024-09-07 14:19:07.963 +05:30 997f8238-1483-456a-b816-9226f6201d64 INF HTTP request: Path: /summarylayout/getlayoutfieldslist QueryString: ?tagId=20&languageId=2&search=iModifiedBy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:19:07.963 +05:30 a8e21cab-59fb-4cdc-babe-dfd7b318c500 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:07.963 +05:30 a8e21cab-59fb-4cdc-babe-dfd7b318c500 INF Route matched with {action = "GetLayoutFieldsList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLayoutFieldsList(Int32, Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:19:07.967 +05:30 a8e21cab-59fb-4cdc-babe-dfd7b318c500 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:19:07.967 +05:30 a8e21cab-59fb-4cdc-babe-dfd7b318c500 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api) in 3.8341ms 2024-09-07 14:19:07.967 +05:30 a8e21cab-59fb-4cdc-babe-dfd7b318c500 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetLayoutFieldsList (Sang.CoreSettings.Api)' 2024-09-07 14:19:07.967 +05:30 a8e21cab-59fb-4cdc-babe-dfd7b318c500 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 997f8238-1483-456a-b816-9226f6201d64}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 163} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":199,\"Name\":\"iModifiedBy\",\"Caption\":\"iModifiedBy\"}]"} 2024-09-07 14:19:07.968 +05:30 a8e21cab-59fb-4cdc-babe-dfd7b318c500 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getlayoutfieldslist?tagId=20&languageId=2&search=iModifiedBy - 200 163 application/json; charset=utf-8 5.6677ms 2024-09-07 14:19:14.315 +05:30 b7a24ef7-1992-4027-959f-b8fd45191f28 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:19:14.316 +05:30 b7a24ef7-1992-4027-959f-b8fd45191f28 INF CORS policy execution successful. 2024-09-07 14:19:14.316 +05:30 b7a24ef7-1992-4027-959f-b8fd45191f28 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 204 null null 0.7698ms 2024-09-07 14:19:14.362 +05:30 2c012143-958f-4a65-89c9-cdbef78cd9e9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - null null 2024-09-07 14:19:14.363 +05:30 2c012143-958f-4a65-89c9-cdbef78cd9e9 INF CORS policy execution successful. 2024-09-07 14:19:14.363 +05:30 2c012143-958f-4a65-89c9-cdbef78cd9e9 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:19:14.363 +05:30 6f4458a1-44f8-45f1-974f-21a1fe4655c6 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:19:14.363 +05:30 6f4458a1-44f8-45f1-974f-21a1fe4655c6 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:19:14.375 +05:30 6f4458a1-44f8-45f1-974f-21a1fe4655c6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:19:14.375 +05:30 6f4458a1-44f8-45f1-974f-21a1fe4655c6 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 11.6945ms 2024-09-07 14:19:14.375 +05:30 6f4458a1-44f8-45f1-974f-21a1fe4655c6 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:19:14.375 +05:30 6f4458a1-44f8-45f1-974f-21a1fe4655c6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2c012143-958f-4a65-89c9-cdbef78cd9e9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 14:19:14.376 +05:30 6f4458a1-44f8-45f1-974f-21a1fe4655c6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?tagId=20 - 200 847 application/json; charset=utf-8 13.8543ms 2024-09-07 14:19:14.773 +05:30 1d51c713-b650-4183-a6c2-400b8d9a720c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 14:19:14.773 +05:30 1d51c713-b650-4183-a6c2-400b8d9a720c INF CORS policy execution successful. 2024-09-07 14:19:14.774 +05:30 1d51c713-b650-4183-a6c2-400b8d9a720c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 204 null null 1.161ms 2024-09-07 14:19:14.821 +05:30 b8af739f-4d5b-4af8-84b6-67c2aad287a0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - null null 2024-09-07 14:19:14.821 +05:30 b8af739f-4d5b-4af8-84b6-67c2aad287a0 INF CORS policy execution successful. 2024-09-07 14:19:14.822 +05:30 b8af739f-4d5b-4af8-84b6-67c2aad287a0 INF HTTP request: Path: /summarylayout/getsummarylayoutlist QueryString: ?search=&tagId=20 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU2OTg5MTIsImV4cCI6MTcyNTY5OTUxMiwiaWF0IjoxNzI1Njk4OTEyfQ.4a8V1_YHInMHvtkBAzoFtUiw_rMeQ_ofgqEWVGxQQKI}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-07 14:19:14.822 +05:30 925fc1ed-698e-43f5-be25-7b0d51f57d83 INF Executing endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:19:14.822 +05:30 925fc1ed-698e-43f5-be25-7b0d51f57d83 INF Route matched with {action = "GetSummaryLayoutList", controller = "SummaryLayout"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetSummaryLayoutList(Int32, System.String) on controller Sang.CoreSettings.Api.Controllers.SummaryLayoutController (Sang.CoreSettings.Api). 2024-09-07 14:19:14.826 +05:30 925fc1ed-698e-43f5-be25-7b0d51f57d83 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-07 14:19:14.826 +05:30 925fc1ed-698e-43f5-be25-7b0d51f57d83 INF Executed action Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api) in 4.3745ms 2024-09-07 14:19:14.826 +05:30 925fc1ed-698e-43f5-be25-7b0d51f57d83 INF Executed endpoint 'Sang.CoreSettings.Api.Controllers.SummaryLayoutController.GetSummaryLayoutList (Sang.CoreSettings.Api)' 2024-09-07 14:19:14.827 +05:30 925fc1ed-698e-43f5-be25-7b0d51f57d83 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b8af739f-4d5b-4af8-84b6-67c2aad287a0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 847} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":75,\"Name\":\"layout1\"},{\"Id\":103,\"Name\":\"layout10\"},{\"Id\":105,\"Name\":\"layout11\"},{\"Id\":106,\"Name\":\"layout12\"},{\"Id\":108,\"Name\":\"layout13\"},{\"Id\":109,\"Name\":\"layout14\"},{\"Id\":112,\"Name\":\"layout15\"},{\"Id\":113,\"Name\":\"layout16\"},{\"Id\":114,\"Name\":\"layout17\"},{\"Id\":76,\"Name\":\"layout2\"},{\"Id\":115,\"Name\":\"layout20\"},{\"Id\":116,\"Name\":\"layout21\"},{\"Id\":117,\"Name\":\"layout22\"},{\"Id\":118,\"Name\":\"layout23\"},{\"Id\":119,\"Name\":\"layout24\"},{\"Id\":120,\"Name\":\"layout25\"},{\"Id\":77,\"Name\":\"layout3\"},{\"Id\":86,\"Name\":\"layout5\"},{\"Id\":88,\"Name\":\"layout7\"},{\"Id\":91,\"Name\":\"layout8\"},{\"Id\":20,\"Name\":\"View1\"},{\"Id\":52,\"Name\":\"View2\"}]"} 2024-09-07 14:19:14.827 +05:30 925fc1ed-698e-43f5-be25-7b0d51f57d83 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/summarylayout/getsummarylayoutlist?search=&tagId=20 - 200 847 application/json; charset=utf-8 6.0344ms 2024-09-07 14:29:21.951 +05:30 INF Application is shutting down... 2024-09-07 14:45:08.859 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-07 14:45:08.903 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-07 14:45:08.924 +05:30 INF Creating key {5d3a28e0-d66f-4c0d-a5c3-303ed5642b11} with creation date 2024-09-07 09:15:08Z, activation date 2024-09-07 09:15:08Z, and expiration date 2024-12-06 09:15:08Z. 2024-09-07 14:45:08.937 +05:30 WRN No XML encryptor configured. Key {5d3a28e0-d66f-4c0d-a5c3-303ed5642b11} may be persisted to storage in unencrypted form. 2024-09-07 14:45:09.141 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-07 14:45:09.141 +05:30 INF Hosting environment: Production 2024-09-07 14:45:09.142 +05:30 INF Content root path: C:\inetpub\wwwroot\SangCoreSettingsAPI 2024-09-07 14:45:09.153 +05:30 4abe9cbd-09c9-4e97-bcac-beca2f760365 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/swagger/v1/swagger.json - null null 2024-09-07 14:45:09.491 +05:30 4abe9cbd-09c9-4e97-bcac-beca2f760365 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangCoreSettingsAPI/swagger/v1/swagger.json - 200 null application/json;charset=utf-8 341.5508ms 2024-09-07 14:56:07.744 +05:30 INF Application is shutting down...