GET
/
templates
/
parsers
/
{templateId}
{
  "id": "<string>",
  "idField": "<string>",
  "enableMediaTypeDetection": false,
  "maxParserDepth": 123,
  "parserStages": [
    {
      "label": "<string>",
      "enabled": false,
      "mediaTypes": [
        "<string>"
      ],
      "pathPatterns": [
        {
          "syntax": "GLOB",
          "pattern": "<string>"
        }
      ],
      "errorHandling": "IGNORE",
      "id": "<string>",
      "inheritMediaTypes": false,
      "outputFieldPrefix": "<string>"
    }
  ]
}

Path Parameters

templateId
string
required

Query Parameters

id
string

Response

200 - application/json

successful operation

The response is of type object.