Legacy Poppulo platform REST API
The Poppulo API represents data as either one of the following "built-in" types, an enumeration, or as an Entity.
true
or false
.{the short code}.newsweaver.com
, i.e. alphanumeric characters interspersed with hyphens)Link tags represent connections or relationships with other entities. They are also used for paging.
href
attribute can be requested to view the full entity.rel
attribute describes the type of the entity relationship.title
attribute is a human readable description of the linked entity.Enumerations are essentially string/text values, but will only accept a restricted set of values. Some common enumerations are listed below.
Some lists in our system are not important enough to warrant being full entity lists. These are represented as a tag list instead.
For example, in a Subscriber Entity, the custom fields are represented like this:
<custom_fields>
<custom_field name="Custom Field A">Custom Value A</custom_field>
<custom_field name="Custom Field B">Custom Value B</custom_field>
<custom_field name="Custom Field C">Custom Value C</custom_field>
</custom_fields>