GET Subscriber/{subscriberId}/Location/{locationId}/Catalog/Search/Services/{itemsRequestId}
Builds items from a search request. The Odata options of top and skip are accepted.
OData example: $top=10&$skip=20
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
itemsRequestId | globally unique identifier |
Required |
|
subscriberId | string |
None. |
|
locationId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
HTTP status code 200 OK
HTTP status code 400 BadRequest
HTTP status code 410 Gone
Name | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Image | URI |
None. |
|
Type | string |
None. |
|
Templates | Collection of ItemMetadataTemplate |
None. |
|
Options | Collection of ItemOption |
None. |
|
Rules | Collection of ItemRule |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.