GET api/GetDeepReadFormTemplateList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiResponseOfDeepReadFormTemplate
Name Description Type Additional information
Data

Collection of DeepReadFormTemplate

None.

Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "FORM_TYPE_ID": 1,
      "DEEP_READ_TEMPLATE_ID": 2
    },
    {
      "FORM_TYPE_ID": 1,
      "DEEP_READ_TEMPLATE_ID": 2
    }
  ],
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}