Catalog Items - Get Catalog Item Content
Gets the content of the specified CatalogItem specified by the Id.
GET /CatalogItems({Id})/Content/$value
Request Body
| Name | Type | Description |
|---|---|---|
| Id |
string |
The key (GUID or path) that uniquely identifies the object. GUID example: 01234567-89ab-cdef-0123-456789abcdef path example: path='/folder1/folder2/item' If the path itself contains single quote, it should be escaped - add another single quote. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
The content of the CatalogItem specified by the Id. |
|
| 204 No Content |
No content. |
|
| 404 Not Found |
Not found. |
|
| Other Status Codes |
Error |