The searchitem object representation and fields are described below.
searchitem was introduced in API version V1
searchitem has not been marked for deprecation
A search result item
| Name | Type | Description | Constraints |
|---|---|---|---|
| urn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN of the result item | |
| url | URL represented as a string | The URL of the search item | |
| sortOrder | Signed int32 | The sort ordering value used internally to rank results. | |
| type | String literal | The type of the item | Allowed values:
|
| name | String literal | The search item name (if applicable). The name may be included for convenience however the representation should be accessed using it's URL for it's content. | |