Retrieve the details Of An existing WorkItemType By id.

Retrieve the details Of An existing WorkItemType By id.

Retrieve the details of an existing WorkItemType by id.

Request
URI
GET
https://{api_host}/work-item-service/api/workitems/types/{id}
COPY
Path Parameters
string
id
Required

The workitem type id.


Responses
200

successful operation

Returns WorkItemType of type(s) */*
{
    "pluralizedName": "string",
    "commentsField": "string",
    "completeByEmail": false,
    "listView": {
        "columns": [
            {
                "filterable": false,
                "permissibleValues": {
                    "customAllowed": false
                },
                "displayAdvice": "string",
                "dataType": {
                    "typeId": "string"
                },
                "isMultiValued": false,
                "description": "string",
                "orderIndex": 0,
                "id": "string",
                "label": "string",
                "state": {
                    "dependencies": [
                        "string"
                    ],
                    "facets": [
                        {}
                    ]
                },
                "sortable": false
            }
        ],
        "defaultSequence": [
            "string"
        ]
    },
    "name": "string",
    "description": "string",
    "serviceTypeId": "string",
    "id": "string",
    "actions": [
        {
            "stateNameId": "string",
            "stateName": "string",
            "name": "string",
            "icon": {
                "image": [
                    "string"
                ],
                "name": "string",
                "id": "string",
                "contentType": "string"
            },
            "id": "string"
        }
    ],
    "version": 0,
    "forms": {}
}
string
pluralizedName
Optional

pluralizedName

string
commentsField
Optional

commentsField

boolean
completeByEmail
Optional

completeByEmail

listView
Optional

listView

string
name
Required

name

string
description
Optional

description

string
serviceTypeId
Optional

serviceTypeId

string
id
Optional

id

actions
Optional

actions

integer As int64 As int64
version
Optional

version

forms
Optional

forms