Skip to main content

Publishers

Configure publishers that push data from Mango to external systems. Manage published points.

See also: Publishers documentation | Full API Reference for interactive testing and complete schemas.

Endpoints

MethodPathDescriptionReference
GET/persistent-publisher/status/{xid}Get the connection status for a publisherAPI Reference →
PUT/persistent-publisher/sync/{xid}Start a sync on the publisherAPI Reference →
PUT/persistent-publisher/update-historical-sync-start-time/{xid}Update the historical sync start timeAPI Reference →
GET/published-pointsQuery Published PointsAPI Reference →
POST/published-pointsCreate published pointAPI Reference →
DELETE/published-points/{xid}Delete a published pointAPI Reference →
GET/published-points/{xid}Get Published Point by XIDAPI Reference →
PATCH/published-points/{xid}Partially update a published pointAPI Reference →
PUT/published-points/{xid}Update published pointAPI Reference →
GET/published-points/bulkGet a list of current bulk published point operationsAPI Reference →
POST/published-points/bulkBulk get/create/update/delete published pointsAPI Reference →
DELETE/published-points/bulk/{id}Remove a bulk published point operation using its idAPI Reference →
GET/published-points/bulk/{id}Get the status of a bulk published point operation using its idAPI Reference →
PUT/published-points/bulk/{id}Update a bulk published point operation using its idAPI Reference →
GET/published-points/by-id/{id}Get published point by IDAPI Reference →
PUT/published-points/enable-disable/{xid}Enable/disable/restart a published pointAPI Reference →
GET/published-points/exportExport formatted for Configuration Import by supplying an RQL queryAPI Reference →
GET/published-points/export/{xid}Export formatted for Configuration ImportAPI Reference →
GET/published-points/query-data-point-rqlGets a list of published points for bulk import via CSV using RQL against data pointsAPI Reference →
GET/publishersQuery Publishers SourcesAPI Reference →
POST/publishersSave publisherAPI Reference →
GET/publishers-without-pointsQuery PublishersAPI Reference →
POST/publishers-without-pointsSave publisher, if points are supplied in model they will replace all existing pointsAPI Reference →
DELETE/publishers-without-points/{xid}Delete a publisherAPI Reference →
GET/publishers-without-points/{xid}Get publisher by XIDAPI Reference →
PATCH/publishers-without-points/{xid}Partially update a publisher, if points are supplied in model they will replace all existing pointsAPI Reference →
PUT/publishers-without-points/{xid}Update publisher, if points are supplied in model they will replace all existing pointsAPI Reference →
GET/publishers-without-points/by-id/{id}Get publisher by IDAPI Reference →
PUT/publishers-without-points/enable-disable/{xid}Enable/disable/restart a publisherAPI Reference →
GET/publishers-without-points/exportExport formatted for Configuration Import by supplying an RQL queryAPI Reference →
GET/publishers-without-points/export/{xid}Export formatted for Configuration ImportAPI Reference →
DELETE/publishers/{xid}Delete a publisherAPI Reference →
GET/publishers/{xid}Get publisher by XIDAPI Reference →
PATCH/publishers/{xid}Partially update a publisherAPI Reference →
PUT/publishers/{xid}Update publisherAPI Reference →
GET/publishers/by-id/{id}Get publisher by IDAPI Reference →
PUT/publishers/enable-disable/{xid}Enable/disable/restart a publisherAPI Reference →
GET/publishers/exportExport formatted for Configuration Import by supplying an RQL queryAPI Reference →
GET/publishers/export/{xid}Export formatted for Configuration ImportAPI Reference →