GET api/ProductCatalogs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCatalogData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| CatalogId | globally unique identifier |
None. |
|
| Updated | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "2db2a696-11d1-41ad-af36-151d70ee5916",
"Identifier": "sample string 1",
"ProductId": "40ef8fad-3789-427e-8048-80a8d01116e0",
"CatalogId": "e331b10f-5759-43b2-beb7-0028b879566b",
"Updated": "2025-12-15T23:41:15.9625608-05:00",
"IsDeleted": 1
},
{
"Id": "2db2a696-11d1-41ad-af36-151d70ee5916",
"Identifier": "sample string 1",
"ProductId": "40ef8fad-3789-427e-8048-80a8d01116e0",
"CatalogId": "e331b10f-5759-43b2-beb7-0028b879566b",
"Updated": "2025-12-15T23:41:15.9625608-05:00",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfProductCatalogData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<ProductCatalogData>
<CatalogId>e331b10f-5759-43b2-beb7-0028b879566b</CatalogId>
<Id>2db2a696-11d1-41ad-af36-151d70ee5916</Id>
<Identifier>sample string 1</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>40ef8fad-3789-427e-8048-80a8d01116e0</ProductId>
<Updated>2025-12-15T23:41:15.9625608-05:00</Updated>
</ProductCatalogData>
<ProductCatalogData>
<CatalogId>e331b10f-5759-43b2-beb7-0028b879566b</CatalogId>
<Id>2db2a696-11d1-41ad-af36-151d70ee5916</Id>
<Identifier>sample string 1</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>40ef8fad-3789-427e-8048-80a8d01116e0</ProductId>
<Updated>2025-12-15T23:41:15.9625608-05:00</Updated>
</ProductCatalogData>
</ArrayOfProductCatalogData>