Work Order Tags

A tag object includes custom and built-in tag information. To access tags from the Field Nation Platform, click Manage > Tags. The table below describes each parameter in the tag results and how it maps to the Field Nation app.

Tag Object

Parameter Type Example Mapping/Notes
id integer "id":1007 Tag ID. Read-only.
label string "label":"Custom Tag" Work Order Tag Management > Tag Name.
hex_color string "hex_color":"#F67B1E" Work Order Tag Management > Tag Color.
valid_statuses array "valid_statuses":[
"created"
]
Work Order Tag Management > This tag will be used for following statuses. Not available from the Work Order Tags Response.
Options
types array "types":[
"custom_company"
]
Tag Type. Indicates Hide From Provider or Provider Can Edit.
Options
created object "created": {} Date tag was added to Work Order. Read only. Dates and Times.

Examples

Tag Object
Tags Response

Work Order Tags Response

You can locate tags in the work order > tags object. The work order tag response does not include the valid_statuses parameter. Tags may vary depending on the work order status.

"tags": { }
Work Order Tags Response