GET api/Catalogs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CatalogData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| TerritoryId | globally unique identifier |
None. |
|
| Status | integer |
None. |
|
| IsDefault | integer |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "1b944605-d495-43b7-8635-257fa843c690",
"Identifier": "sample string 1",
"Name": "sample string 2",
"Updated": "2025-12-15T23:37:23.5232766-05:00",
"CustomerId": "2bce2918-b0d0-4b1d-9fec-5833b10cea53",
"TerritoryId": "82870562-f5f6-4753-b24f-db5e17b788eb",
"Status": 6,
"IsDefault": 1,
"IsDeleted": 1
},
{
"Id": "1b944605-d495-43b7-8635-257fa843c690",
"Identifier": "sample string 1",
"Name": "sample string 2",
"Updated": "2025-12-15T23:37:23.5232766-05:00",
"CustomerId": "2bce2918-b0d0-4b1d-9fec-5833b10cea53",
"TerritoryId": "82870562-f5f6-4753-b24f-db5e17b788eb",
"Status": 6,
"IsDefault": 1,
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfCatalogData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<CatalogData>
<CustomerId>2bce2918-b0d0-4b1d-9fec-5833b10cea53</CustomerId>
<Id>1b944605-d495-43b7-8635-257fa843c690</Id>
<Identifier>sample string 1</Identifier>
<IsDefault>1</IsDefault>
<IsDeleted>1</IsDeleted>
<Name>sample string 2</Name>
<Status>6</Status>
<TerritoryId>82870562-f5f6-4753-b24f-db5e17b788eb</TerritoryId>
<Updated>2025-12-15T23:37:23.5232766-05:00</Updated>
</CatalogData>
<CatalogData>
<CustomerId>2bce2918-b0d0-4b1d-9fec-5833b10cea53</CustomerId>
<Id>1b944605-d495-43b7-8635-257fa843c690</Id>
<Identifier>sample string 1</Identifier>
<IsDefault>1</IsDefault>
<IsDeleted>1</IsDeleted>
<Name>sample string 2</Name>
<Status>6</Status>
<TerritoryId>82870562-f5f6-4753-b24f-db5e17b788eb</TerritoryId>
<Updated>2025-12-15T23:37:23.5232766-05:00</Updated>
</CatalogData>
</ArrayOfCatalogData>