PostTag

Properties

Property NameProperty Type
id

Unique identifier of the post tag record.
ID

(required)
isPrimary

If true, this tag is the primary tag of the post, and will be indicated on the map and in the post details pane in app.
Boolean

(required)
tag

Tag that is associated with the post.
Tag

(required)
{
  "id":"aaaaaaa-f156-4e9e-aedf-09dufd90s0",
  "isPrimary":true,
  "tag":{
    "id":"bfb4ff5c-f156-4e9e-aedf-839d43c3a118",
    "name":"RFIs"
  }
}