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. |
types | array | "types":[ "custom_company" ] |
Tag Type. Indicates Hide From Provider or Provider Can Edit. |
created | object | "created": {} | Date tag was added to Work Order. Read only. Dates and Times. |
Examples
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": { }