Get the image content Of the specified WorkItemActionIcon.
Get the image content of the specified WorkItemActionIcon.
Request
URI
GET
https://{api_host}/work-item-service/api/icons/images/{id}
COPY
Path Parameters
string
id
Required
The work item action icon id
Responses
200
Get the image content of the specified WorkItemActionIcon.
Returns
WorkItemActionIcon
of type(s)
*/*
{
"image": [
"string"
],
"name": "string",
"id": "string",
"contentType": "string"
}
array of
string
image
Required
image
string
name
Optional
Constraints:
minLength: 0
maxLength: 255
name
string As uuid
As uuid
id
Optional
id
string
contentType
Optional
Constraints:
minLength: 0
maxLength: 255
contentType
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/work-item-service/api/icons/images/{id}
Work Item Action Icon Operations
GET
Get the image content Of the specified WorkItemActionIcon.
POST
Creates A WorkItemActionIcon.
GET
Returns A page Of the resources