Start a conversation

Articles

  • GET Content Items

    GET Content Items GET /api/ContentItems Gets all content items that match the specified criteria. HTTP Request In the URL, https://dnnapi.com/content/api/ContentItems?query query Can include the follo...

  • DELETE Content Items with ID

    DELETE Content Items with ID DELETE /api/ContentItems/{id} Deletes the specified content item. HTTP Request In the URL, https://dnnapi.com/content/api/ContentItems/{id} id [string] The unique identifi...

  • PUT Content Types with ID

    PUT Content Types with ID PUT /api/ContentTypes/{id} Updates the specified content type. HTTP Request In the URL, https://dnnapi.com/content/api/ContentTypes/{id} id [string] The unique identifier of ...

  • POST Content Items

    POST Content Items POST /api/ContentItems Creates a new content item. HTTP Request In the URL, https://dnnapi.com/content/api/ContentItems?query query Can include the following keys and their associat...

  • GET Content Types with ID

    GET Content Types with ID GET /api/ContentTypes/{id} Gets the content type with the specified identifier. HTTP Request In the URL, https://dnnapi.com/content/api/ContentTypes/{id} id [string] The uniq...

  • DELETE Content Types with ID

    DELETE Content Types with ID DELETE /api/ContentTypes/{id} Deletes the specified content type. HTTP Request In the URL, https://dnnapi.com/content/api/ContentTypes/{id} id [string] The unique identifi...

  • PUT Content Items with ID

    PUT Content Items with ID PUT /api/ContentItems/{id} Updates the specified content item. HTTP Request In the URL, https://dnnapi.com/content/api/ContentItems/{id}?query id [string] The unique identifi...

  • GET Content Items with ID

    GET Content Items with ID GET /api/ContentItems/{id} Gets the content item with the specified identifier. HTTP Request In the URL, https://dnnapi.com/content/api/ContentItems/{id} id [string] The uniq...

  • POST Content Types

    POST Content Types POST /api/ContentTypes Creates a new content type. HTTP Request In the URL, https://dnnapi.com/content/api/ContentTypes In the message body, The settings for the new content type. {...

  • 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 follo...