Retrieve block

GET /V1/cmsBlock/{blockId}

Retrieve block.

Responses

GET /V1/cmsBlock/{blockId}
curl \
 -X GET https://magento2.winkelstraat.mac/rest/all/V1/cmsBlock/{blockId}
Response examples (200)
{
  "id": 42,
  "identifier": "string",
  "title": "string",
  "content": "string",
  "creation_time": "string",
  "update_time": "string",
  "active": true
}
Response examples (500)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}
Response examples (default)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}