GET Content Types

GET Content Types

GET /api/ContentTypes

Gets all content types that match the specified criteria.

HTTP Request

In the URL,


https://dnnapi.com/content/api/ContentTypes?query
query
Can include the following keys and their associated values:
query.searchText
[string] (Optional)
query.startIndex
[integer] (Optional)
query.maxItems
[integer] (Optional)
query.fieldOrder
[string] (Optional)
query.orderAsc
[boolean] (Optional)
query.createdFrom
[string] (Optional)
query.createdTo
[string] (Optional)

HTTP Response

Status: 200


{
    "documents" : "array"
    "totalResultCount" : "integer"
}
documents
[array]
totalResultCount
[integer]

Comments

0 comments

Please sign in to leave a comment.