GET data-lookup/rule-section-headers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RuleSectionHeader
NameDescriptionTypeAdditional information
SectionHeaderId

integer

None.

SectionHeader

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SectionHeaderId": 1,
    "SectionHeader": "sample string 2"
  },
  {
    "SectionHeaderId": 1,
    "SectionHeader": "sample string 2"
  }
]