|
APIServer.WebServices.GetURLAndServiceProcessor
| Field | Variable | ...as | Description |
|---|---|---|---|
| ServiceURLSurrogate | FetchKey | Input | The unique identification of the URL specified in the service structure. This restricts the retrieval of data. |
| SiteKey | FetchedData | Output | The identification of the site the URL has been specified for. |
| ActiveStatus | FetchedData | Output | Specifies whether the services offered by the URL are publicly available. If the ActiveStatus is Active, the services are available, if the ActiveStatus is Inactive, the services are not available. |
| IntranetOnly | FetchedData | Output | Specifies whether the services specified for the URL are available for clients outside the specified intranet. |
| ServiceURLSurrogate | FetchedData | Output | The unique identification of the URL specified in the service structure. |
| ServiceURLMask | FetchedData | Output | The URL Mask the service processor is specified for. |
| ServiceURLDescription | FetchedData | Output | The description/name specified for the URL in the service structure. |
| ServiceProcessorSurrogate | FetchedData | Output | The unique identification of the service processor specified for the URL. |
| ServiceProcessorImplName | FetchedData | Output | The implementation name of the service processor that will be called when a request targets the URL specified in the ServiceURLMask. |
| ServiceProcessorName | FetchedData | Output | The descriptive name of the service processor. |
| ServiceProcessorComment | FetchedData | Output | The comment specified for the service processor. |
This API retrieves information about a URL in the service structure including the information about the service processor specified for the URL.