GET api/member/header/accessitems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HeaderAccessItems| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
None. |
|
| Link | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Text": "sample string 1",
"Link": "sample string 2"
},
{
"Text": "sample string 1",
"Link": "sample string 2"
}
]