GET api/Lookup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Predicates | Collection of SI.Model.Simfund.Retirement.DTO.SearchPredicate |
None. |
|
SortKeys | Collection of SI.Model.Simfund.Retirement.DTO.SortKey |
None. |
|
GroupKeys | Collection of SI.Model.Simfund.Retirement.DTO.SortKey |
None. |
|
StartAt | integer |
None. |
|
Take | integer |
None. |
|
ProductId | integer |
None. |
|
EntityName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SI.Data.Simfund.LookupItemName | Description | Type | Additional information |
---|---|---|---|
Key | Object |
None. |
|
Text | string |
None. |
|
SortCode | string |
None. |
|
SecurityDescriptorValue | Collection of string |
None. |
|
Category | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Key": {}, "Text": "sample string 2", "SortCode": "sample string 3", "SecurityDescriptorValue": [ "sample string 1", "sample string 2" ], "Category": "sample string 4" }, { "Key": {}, "Text": "sample string 2", "SortCode": "sample string 3", "SecurityDescriptorValue": [ "sample string 1", "sample string 2" ], "Category": "sample string 4" } ]