GET data-lookup/glossary?RevisionDate={RevisionDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RevisionDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GlossaryItem| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| GlossaryHeading | string |
None. |
|
| GlossaryText | string |
None. |
|
| Plan | string |
None. |
|
| PlanID | integer |
None. |
|
| NPS | boolean |
None. |
|
| GlossaryType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"GlossaryHeading": "sample string 2",
"GlossaryText": "sample string 3",
"Plan": "sample string 4",
"PlanID": 5,
"NPS": true,
"GlossaryType": "sample string 7"
},
{
"id": 1,
"GlossaryHeading": "sample string 2",
"GlossaryText": "sample string 3",
"Plan": "sample string 4",
"PlanID": 5,
"NPS": true,
"GlossaryType": "sample string 7"
}
]