GET Api/BlogApplication/blogapplication?x={x}&y={y}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
x | string |
Required |
|
y | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomResponseObjectOfIEnumerableOftest_getName | Description | Type | Additional information |
---|---|---|---|
CustomResponseState | boolean |
None. |
|
CustomResponseMessage | string |
None. |
|
CustomObject | Collection of test_get |
None. |
|
CustomRedirectionUri | string |
None. |
|
GlobalRequestToken | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CustomResponseState": true, "CustomResponseMessage": "sample string 2", "CustomObject": [ { "date": "2024-12-15T01:52:09.3640432+03:00", "transactionid": "sample string 2", "clientid": "sample string 3", "testid": "sample string 4" }, { "date": "2024-12-15T01:52:09.3640432+03:00", "transactionid": "sample string 2", "clientid": "sample string 3", "testid": "sample string 4" } ], "CustomRedirectionUri": "sample string 3", "GlobalRequestToken": "sample string 4" }
text/html
Sample:
{"CustomResponseState":true,"CustomResponseMessage":"sample string 2","CustomObject":[{"date":"2024-12-15T01:52:09.3640432+03:00","transactionid":"sample string 2","clientid":"sample string 3","testid":"sample string 4"},{"date":"2024-12-15T01:52:09.3640432+03:00","transactionid":"sample string 2","clientid":"sample string 3","testid":"sample string 4"}],"CustomRedirectionUri":"sample string 3","GlobalRequestToken":"sample string 4"}
application/xml, text/xml
Sample:
<CustomResponseObjectOfArrayOftest_getm4UkzHxs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/we.net.dto"> <CustomObject> <test_get> <clientid>sample string 3</clientid> <date>2024-12-15T01:52:09.3640432+03:00</date> <testid>sample string 4</testid> <transactionid>sample string 2</transactionid> </test_get> <test_get> <clientid>sample string 3</clientid> <date>2024-12-15T01:52:09.3640432+03:00</date> <testid>sample string 4</testid> <transactionid>sample string 2</transactionid> </test_get> </CustomObject> <CustomRedirectionUri>sample string 3</CustomRedirectionUri> <CustomResponseMessage>sample string 2</CustomResponseMessage> <CustomResponseState>true</CustomResponseState> <GlobalRequestToken>sample string 4</GlobalRequestToken> </CustomResponseObjectOfArrayOftest_getm4UkzHxs>