getServiceAdminInfo
FunctiongetServiceAdminInfo(serviceUrl: string, session: ArcGISIdentityManager): Promise<IServiceInfo>
Given a Feature Service URL, fetch the service admin information.
The response from this call includes all the detailed information for each layer/table in the service as well as some admin properties
Parameters
Parameter | Type | Notes |
---|---|---|
service | string | |
session | ArcGISIdentityManager |
Returns
Promise<IServiceInfo>
{Promise<IServiceInfo>}