List Custom created service in AX7

List Custom created service in AX7

Browser, go to the following URL: https://<yourAOSIistWebsite>/api/services.
In Dev VM : https://usnconeboxax1aos.cloud.onebox.dynamics.com/api/services

The response is a JSON file listing your running services as below.
 {
“ServiceGroups”: [
{ “Name”: “AxClient” },
{ “Name”: “AxManageabilityServiceGroup” },
{ “Name”: “AxServerBase” },
{ “Name”: “BIServices” },
{ “Name”: “CuesServiceGroup” },
{ “Name”: “DMFDataManagementServiceGroup” },
{ “Name”: “DMFService” },
{ “Name”: “DMFServiceGroup” },
{ “Name”: “DocumentHandling” },
{ “Name”: “FinancialDimensionServices” },
{ “Name”: “FMVehicleInventoryServiceGroup” },
{ “Name”: “GSMGameStoreManagementServices” },
{ “Name”: “JmgShopfloorServiceGroup” },
{ “Name”: “MonitoringAndDiagnosticsServices” },
{ “Name”: “ProvisioningService” },
{ “Name”: “ReqDemPlanServices” },
{ “Name”: “RetailCDXRealTimeService” },
{ “Name”: “RetailProvisioning” },
{ “Name”: “SharedServices” },
{ “Name”: “SysSecurityFieldAccessServiceGroup” },
{ “Name”: “SysSecurityServices” },
{ “Name”: “SysTestServices” },
{ “Name”: “SysWorkflowEditorServices” },
{ “Name”: “Tracing” },
{ “Name”: “WHSMobileDevicesServices” },
{ “Name”: “WHSServices” },
{ “Name”: “WorkflowService” }
]
}

Comments