GET data-lookup/definition-mappings?RevisionDate={RevisionDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RevisionDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GlossaryItemMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| GlossaryId | integer |
None. |
|
| ProvisionId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GlossaryId": 1,
"ProvisionId": 2
},
{
"GlossaryId": 1,
"ProvisionId": 2
}
]