GET api/Settings/GetCatalogGuid
Getting the current catalog GUID
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containg the catalog GUID
ObjResultOfGuid| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | globally unique identifier |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": "a3aa120a-9ff3-4b8b-a455-0ca01cccb2c8",
"error": "sample string 2",
"success": true,
"errorCode": 4
}