CaseEntryPhases
Queryable, Introduced in version 2.45
GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseEntryPhases
Represents a case entry phase.
GUID
4966A8CD-D216-4427-BD20-30295A95BA8C
Required permission
Show case
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the phase. |
|
| CaseManagementPhaseId | Int64 | The business key identifier of the case management phase that the phase is based on. |
|
| CaseManagementPhase | CaseManagementPhases | The case management phase that the phase is based on.
|
|
| Description | String | The description of the phase. |
|
| ResponsibleUserId | Int64 | The business key identifier of the application user that is responsible for the phase.
|
|
| ParentId | Int64 | The business key identifier of the parent of the phase.
|
|
| RowIndex | Int32 | Determines where the phase is placed in relation to the other phases belonging to the same parent. |
|
| Activities | CaseEntryActivities[] | The activities that are linked to the phase.
|
Example
{
"Id": 0,
"CaseManagementPhaseId": 0,
"CaseManagementPhase": null,
"Description": null,
"ResponsibleUserId": 0,
"ParentId": 0,
"RowIndex": 0,
"Activities": null
}