PartActivities
Queryable, Introduced in version 22.7
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PartActivities
Represents an part activity.
GUID
020CE79F-716A-4879-93BA-0D26F1D3D88A
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the part activity. |
|
PartId | Int64 | The business key identifier of the part that the activity belongs to.
|
|
ActivityTypeId | Int64 | The business key identifier of the part activity type.
|
|
Description | String | The description of the activity. |
|
ResponsibleUserId | Int64 | The business key identifier of the user that is responsible for the activity.
|
|
CommentId | Int64? | The business key identifier of the activity's comment.
|
|
ReminderId | Int64 | The business key identifier of the reminder that is linked with the activity.
|
|
PlannedCompletionDate | DateTimeOffset | The planned completion date of the activity. |
|
Status | Int32 | The status of the the activity.
|
Example
{
"Id": 0,
"PartId": 0,
"ActivityTypeId": 0,
"Description": null,
"ResponsibleUserId": 0,
"CommentId": null,
"ReminderId": 0,
"PlannedCompletionDate": "0001-01-01T00:00:00+00:00",
"Status": 0
}