|
The GetWhereUsed service is available in ThingWorx 9.3 and later.
|
Parameter
|
Base Type
|
Description
|
---|---|---|
query
|
JSON
|
Filters the results.
|
charType
|
STRING
|
Filters results for all usages of an entities characteristics. Possible inputs are ALL, Property, Service/Event, and LocalizationToken.
|
charName
|
STRING
|
Filters results to all usages of a specific characteristic on an entity.
|
|
For rows that mention "ALL or Service/Event," selecting either of these inputs for charType will result in the same output because that entity only has Service/Event characteristics.
|
Entity Type
|
charType
|
charName
|
Result
|
---|---|---|---|
All entity types
|
n/a
|
n/a
|
Reference to usages of that specific entity.
|
Authenticator
|
ALL or Service/Event
|
n/a
|
Reference to all usages of the characteristics on that authenticator entity.
|
Authenticator
|
ALL or Service/Event
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that authenticator entity.
|
DirectoryService
|
ALL or Service/Event
|
n/a
|
Reference to all usages of the characteristics on that DirectoryService entity.
|
DirectoryService
|
ALL or Service/Event
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that DirectoryService entity.
|
LocalizationTable
|
n/a
|
n/a
|
Reference to usages of the localization table.
|
LocalizationTable
|
ALL or LocalizationToken
|
n/a
|
Reference to usages of all tokens on the localization table.
|
LocalizationTable
|
ALL or LocalizationToken
|
TokenName
|
Reference to all usages of the specific token TokenName on the localization table.
|
NotificationDefinition
|
ALL or Service/Event
|
n/a
|
Reference to all usages of the characteristics on that NotificationDefinition entity.
|
NotificationDefinition
|
ALL or Service/Event
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that NotificationDefinition entity.
|
Project
|
ALL or Service/Event
|
n/a
|
Reference to all usages of the characteristics on that project entity.
|
Project
|
ALL or Service/Event
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that project entity.
|
Subsystem
|
ALL or Service/Event
|
n/a
|
Reference to all usages of the characteristics on that subsystem entity.
|
Subsystem
|
ALL or Service/Event
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that subsystem entity.
|
Thing
|
ALL
|
n/a
|
Reference to all usages of characteristics on that Thing entity.
|
Thing
|
ALL
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that Thing entity.
|
Thing
|
Property
|
n/a
|
Reference to all usages of properties on that Thing entity.
|
Thing
|
Service/Event
|
n/a
|
Reference to all usages of services and events on that Thing entity.
|
ThingGroup
|
ALL or Service/Event
|
n/a
|
Reference to all usages of the characteristics on that ThingGroup entity.
|
ThingGroup
|
ALL or Service/Event
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that ThingGroup entity.
|
ThingShape
|
ALL
|
n/a
|
Reference to all usages of characteristics on that ThingShape entity.
|
ThingShape
|
ALL
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that ThingShape entity.
|
ThingShape
|
Property
|
n/a
|
Reference to all usages of properties on that ThingShape entity.
|
ThingShape
|
Service/Event
|
n/a
|
Reference to all usages of services and events on that ThingShape entity.
|
ThingTemplate
|
ALL
|
n/a
|
Reference to all usages of characteristics on that ThingTemplate entity.
|
ThingTemplate
|
ALL
|
ServiceName
|
Reference to all usages of the characteristic with the name ServiceName on that ThingTemplate entity.
|
ThingTemplate
|
Property
|
n/a
|
Reference to all usages of properties on that ThingTemplate entity.
|
ThingTemplate
|
Service/Event
|
n/a
|
Reference to all usages of services and events on that ThingTemplate entity.
|