Ticket Action Included Items

Example

{
    "includedItems": {
        "categories": [],
        "tags": [],
        "users": [
            {
                "customIdentifier": null,
                "email": "[email protected]",
                "id": "841c30d5-6ae4-4df1-939e-04c55aed5e98",
                "image": null,
                "isBot": false,
                "name": "Garrick Ollivander",
                "status": "team"
            }
        ]
    }
}

Fields

Field
Type
Comments

categories

array of Category models

The categories information associated with the log record

tags

array of Tagarrow-up-right models

The tags information associated with the log record

users

array of User models

The users information associated with the log record

Last updated

Was this helpful?