id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-configuration-item-request |
ConfigurationItemRequest |
ConfigurationItemRequest |
ConfigurationItemRequest |
pythonsdk |
| python |
| Python |
| sdk |
| ConfigurationItemRequest |
| V2025ConfigurationItemRequest |
|
/tools/sdk/python/v2025/models/configuration-item-request |
| SDK |
| Software Development Kit |
| ConfigurationItemRequest |
| V2025ConfigurationItemRequest |
|
ConfigurationItemRequest
The request body for creation or update of a Reassignment Configuration for a single identity and work type
Properties
| Name |
Type |
Description |
Notes |
| reassigned_from_id |
str |
The identity id to reassign an item from |
[optional] |
| reassigned_to_id |
str |
The identity id to reassign an item to |
[optional] |
| config_type |
ConfigTypeEnum |
|
[optional] |
| start_date |
datetime |
The date from which to start reassigning work items |
[optional] |
| end_date |
datetime |
The date from which to stop reassigning work items. If this is an null string it indicates a permanent reassignment. |
[optional] |
| } |
|
|
|
Example
[Back to top]