GET Api/Global/ContentType/ContentTypeList
Returns content categories which is available on the server
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContentTypeName | Description | Type | Additional information |
---|---|---|---|
ContentTypeId | string |
None. |
|
ContentTypeName | string |
None. |
|
ContentTypeDescription | string |
None. |
|
ContentTypeDescriptionDeneme | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ContentTypeId": "sample string 1", "ContentTypeName": "sample string 2", "ContentTypeDescription": "sample string 3", "ContentTypeDescriptionDeneme": "sample string 4" }, { "ContentTypeId": "sample string 1", "ContentTypeName": "sample string 2", "ContentTypeDescription": "sample string 3", "ContentTypeDescriptionDeneme": "sample string 4" } ]
text/html
Sample:
[{"ContentTypeId":"sample string 1","ContentTypeName":"sample string 2","ContentTypeDescription":"sample string 3","ContentTypeDescriptionDeneme":"sample string 4"},{"ContentTypeId":"sample string 1","ContentTypeName":"sample string 2","ContentTypeDescription":"sample string 3","ContentTypeDescriptionDeneme":"sample string 4"}]
application/xml, text/xml
Sample:
<ArrayOfContentType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/we.net.dto"> <ContentType> <ContentTypeDescription>sample string 3</ContentTypeDescription> <ContentTypeDescriptionDeneme>sample string 4</ContentTypeDescriptionDeneme> <ContentTypeId>sample string 1</ContentTypeId> <ContentTypeName>sample string 2</ContentTypeName> </ContentType> <ContentType> <ContentTypeDescription>sample string 3</ContentTypeDescription> <ContentTypeDescriptionDeneme>sample string 4</ContentTypeDescriptionDeneme> <ContentTypeId>sample string 1</ContentTypeId> <ContentTypeName>sample string 2</ContentTypeName> </ContentType> </ArrayOfContentType>