GET PageHeader/GetByLink?p_sPath={p_sPath}&p_iLanguage={p_iLanguage}
Sayfa başlıklarında bulunması gereken içeriği dönderir. || Returns the content that should be in the page titles.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
p_sPath |
Sayfaların tekil linkidir. || It is the unique link of the pages. |
string |
Required |
p_iLanguage |
Sistem dilinin idsidir. || It is the id of the system language. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PAGE_HEADERName | Description | Type | Additional information |
---|---|---|---|
TITLE | string |
None. |
|
DESCRIPTION | string |
None. |
|
KEYWORD | string |
None. |
|
IMAGE | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "TITLE": "sample string 1", "DESCRIPTION": "sample string 2", "KEYWORD": "sample string 3", "IMAGE": "sample string 4" }
text/html
Sample:
{"TITLE":"sample string 1","DESCRIPTION":"sample string 2","KEYWORD":"sample string 3","IMAGE":"sample string 4"}
application/xml, text/xml
Sample:
<PAGE_HEADER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bnfBLL.SYSTEM"> <DESCRIPTION>sample string 2</DESCRIPTION> <IMAGE>sample string 4</IMAGE> <KEYWORD>sample string 3</KEYWORD> <TITLE>sample string 1</TITLE> </PAGE_HEADER>