GET Api/Global/Content/ContentList?typeid={typeid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
typeid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomResponseObjectOfIEnumerableOfStringName | Description | Type | Additional information |
---|---|---|---|
CustomResponseState | boolean |
None. |
|
CustomResponseMessage | string |
None. |
|
CustomObject | Collection of string |
None. |
|
CustomRedirectionUri | string |
None. |
|
GlobalRequestToken | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CustomResponseState": true, "CustomResponseMessage": "sample string 2", "CustomObject": [ "sample string 1", "sample string 2" ], "CustomRedirectionUri": "sample string 3", "GlobalRequestToken": "sample string 4" }
text/html
Sample:
{"CustomResponseState":true,"CustomResponseMessage":"sample string 2","CustomObject":["sample string 1","sample string 2"],"CustomRedirectionUri":"sample string 3","GlobalRequestToken":"sample string 4"}
application/xml, text/xml
Sample:
<CustomResponseObjectOfArrayOfstringuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/we.net.dto"> <CustomObject xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </CustomObject> <CustomRedirectionUri>sample string 3</CustomRedirectionUri> <CustomResponseMessage>sample string 2</CustomResponseMessage> <CustomResponseState>true</CustomResponseState> <GlobalRequestToken>sample string 4</GlobalRequestToken> </CustomResponseObjectOfArrayOfstringuHEDJ7Dj>