Ticket Action Included Items

Example

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

Fields

FieldTypeComments

categories

array of Category models

The categories information associated with the log record

tags

array of Tag models

The tags information associated with the log record

users

array of User models

The users information associated with the log record

Last updated