Skip to content

Post Types

corsacca edited this page May 29, 2019 · 23 revisions

This page covers endpoints available for all post types like

  • contacts
  • groups
  • custom post types. Click here for more information.

Endpoints

CRUD

List

Comments

Activity

  • Get all activity: GET dt-posts/v2/post-type/id/activity
  • Get one activity: GET dt-posts/v2/post-type/id/activity/id

Shares

  • Get shares: GET dt-posts/v2/post-type/id/shares
  • Add shares: POST dt-posts/v2/post-type/id/shares
  • Remove shares: DELETE dt-posts/v2/post-type/id/shares

Following

  • Get users following: GET dt-posts/v2/post-type/id/following

Settings

  • Get settings: GET dt-posts/v2/post-type/id/settings
  • Multi_select values: GET dt-posts/v2/post-type/id/multi-select-values

Developer Documentation

Clone this wiki locally