UrlDetail

The Url type represents the details of an activity URL on a specific website (or application). It includes an attribute for each different possible source of the URL (generated or webcrawled).

Schema

 

 

type UrlDetail {

    generated: String

    webcrawled: String

}

 

 

Field

Type

Description

generated

String

Label of application/website.

webcrawled

String

URL crawled by automatic web crawlers.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0