POST Tasks?sendNotification={sendNotification}
Creates a new task.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sendNotification |
Specifies if the service should send a notification for the new task |
boolean |
Default value is False |
Body Parameters
The task to create. TaskId should not be filled in.
Task| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| TaskStatusType | TaskStatusType |
None. |
|
| TaskCategory | TaskCategory |
None. |
|
| TaskType | TaskType |
None. |
|
| AssignedOnDate | date |
None. |
|
| AssignedToUser | User |
None. |
|
| AssignedByUser | User |
None. |
|
| DueDate | date |
None. |
|
| CompletedDate | date |
None. |
|
| Priority | TaskPriority |
None. |
|
| HasAttachments | boolean |
None. |
|
| Attachments | Collection of TaskAttachment |
None. |
|
| Values | Collection of TaskFieldValue |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskId": "7018a74c-4ee3-4c93-83f5-fccc1a0d27a6",
"Asset": {
"AssetId": "c949bb0d-681c-457f-b670-547e39f2c11c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c5119dea-4b12-4da0-83d0-f920596373e7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "93cc25e7-8203-4b7d-afef-109528d9e797",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "51c838c0-f31d-441e-a9e7-db93fe1f50ac",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "35f6bc4b-5900-4892-9cac-dd39ab8a8f61",
"Name": "sample string 1",
"CompanyId": "3f24dea9-2c22-41c4-a72c-05c6e062e64c"
},
"TaskCategory": {
"TaskCategoryId": "dd8363d8-d7a8-4ee6-b506-bb07a2b74eab",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "85dddc2d-eeaf-434b-808d-179bc3ade139",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "31bdf5b5-e87f-4609-ac32-479a65b008ad",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "4d221446-4ca1-4fd5-8791-109b9af8e831",
"Section": {
"TaskTypeSectionId": "6f35c61b-f1fb-4072-8206-bc173cc8629b",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "529c8246-a740-422a-b430-38ae3681e6c9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3c95445e-fe93-4862-b175-dadd833b9426",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7a177454-4491-485d-882f-67d5b9289ddd",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
},
{
"TaskTypeFieldId": "4d221446-4ca1-4fd5-8791-109b9af8e831",
"Section": {
"TaskTypeSectionId": "6f35c61b-f1fb-4072-8206-bc173cc8629b",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "529c8246-a740-422a-b430-38ae3681e6c9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3c95445e-fe93-4862-b175-dadd833b9426",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7a177454-4491-485d-882f-67d5b9289ddd",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "8c72e4ee-cc42-45e5-94df-0d47e46d82eb",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-08-23T08:28:41.9884028-07:00",
"AssignedToUser": {
"UserId": "1958710f-09ed-4b7e-b913-dacdb93207e0",
"UserName": "sample string 1",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"IsLockedOut": true,
"IsApproved": true,
"Role": {
"Name": "sample string 1",
"Description": "sample string 2"
},
"CompanyId": "61703b63-20ce-42d7-8cd1-0f90535652e7",
"Teams": [
{
"TeamId": "0536aae5-d068-48cd-ae97-6db6cca1de85",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "daf666e6-23f2-4c89-9a52-70c8f50e6a38",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "0536aae5-d068-48cd-ae97-6db6cca1de85",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "daf666e6-23f2-4c89-9a52-70c8f50e6a38",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "1958710f-09ed-4b7e-b913-dacdb93207e0",
"UserName": "sample string 1",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"IsLockedOut": true,
"IsApproved": true,
"Role": {
"Name": "sample string 1",
"Description": "sample string 2"
},
"CompanyId": "61703b63-20ce-42d7-8cd1-0f90535652e7",
"Teams": [
{
"TeamId": "0536aae5-d068-48cd-ae97-6db6cca1de85",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "daf666e6-23f2-4c89-9a52-70c8f50e6a38",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "0536aae5-d068-48cd-ae97-6db6cca1de85",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4a3c3ff8-2369-4871-90e1-35637f537c73",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "256ba094-f57e-4ed6-a7a9-196fba10a62f",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "daf666e6-23f2-4c89-9a52-70c8f50e6a38",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"DueDate": "2026-08-23T08:28:41.9884028-07:00",
"CompletedDate": "2026-08-23T08:28:41.9884028-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "ce8d7f7f-a69a-409f-8b9c-2199f71b9240",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "ce8d7f7f-a69a-409f-8b9c-2199f71b9240",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "b42bff60-d74d-416e-a014-215c051c5d15",
"TaskTypeField": {
"TaskTypeFieldId": "4d221446-4ca1-4fd5-8791-109b9af8e831",
"Section": {
"TaskTypeSectionId": "6f35c61b-f1fb-4072-8206-bc173cc8629b",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "529c8246-a740-422a-b430-38ae3681e6c9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3c95445e-fe93-4862-b175-dadd833b9426",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7a177454-4491-485d-882f-67d5b9289ddd",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"TaskFieldValueId": "b42bff60-d74d-416e-a014-215c051c5d15",
"TaskTypeField": {
"TaskTypeFieldId": "4d221446-4ca1-4fd5-8791-109b9af8e831",
"Section": {
"TaskTypeSectionId": "6f35c61b-f1fb-4072-8206-bc173cc8629b",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "529c8246-a740-422a-b430-38ae3681e6c9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3c95445e-fe93-4862-b175-dadd833b9426",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7a177454-4491-485d-882f-67d5b9289ddd",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "24deb996-23fe-453e-9b0b-09587db0ae03",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
On success, the created task.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Task |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskId": "752e5693-3797-4030-8cf0-4023110e63ea",
"Asset": {
"AssetId": "c2da12b8-234a-4c49-9b4b-c96b2031819b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1ee936c0-12c7-422b-b809-80c50957828e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "940a59f6-d78c-458b-964c-c52e2f50b5b7",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "30ac8ed6-60c5-43e9-bd9f-6a8f860970cf",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "07b0bc54-39f7-4368-a498-fcf8227c124c",
"Name": "sample string 1",
"CompanyId": "bd5af9a7-981e-45de-8286-b88571e94d17"
},
"TaskCategory": {
"TaskCategoryId": "2b3c0c77-83f3-4ebb-847d-9695f114ebe3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5abb5107-049e-4f09-b839-36219bb95b04",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "458de559-63bc-4d54-b2d9-73a5b3e662f7",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "a99ad842-2c24-4682-8e78-fce9b851afd2",
"Section": {
"TaskTypeSectionId": "55a23a4a-d1d7-40d6-afb3-5e04c3c613be",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "fb36ace1-ba6b-4271-a114-945e6d627d14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "561e8f31-2cc1-4dd7-8709-30d9cd1198b1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e9ecad86-5e3f-4e35-8909-646bd6c2f485",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
},
{
"TaskTypeFieldId": "a99ad842-2c24-4682-8e78-fce9b851afd2",
"Section": {
"TaskTypeSectionId": "55a23a4a-d1d7-40d6-afb3-5e04c3c613be",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "fb36ace1-ba6b-4271-a114-945e6d627d14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "561e8f31-2cc1-4dd7-8709-30d9cd1198b1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e9ecad86-5e3f-4e35-8909-646bd6c2f485",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "a981e083-ac92-4476-9082-bc923281a619",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-08-23T08:28:41.9884028-07:00",
"AssignedToUser": {
"UserId": "5b0afecd-38e6-4e2f-85ce-3d48df63d519",
"UserName": "sample string 1",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"IsLockedOut": true,
"IsApproved": true,
"Role": {
"Name": "sample string 1",
"Description": "sample string 2"
},
"CompanyId": "c5ec71f9-6d78-4ddc-b0bc-d778e31ef3ff",
"Teams": [
{
"TeamId": "731b0d70-7376-49da-84b4-a82e047fb798",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b2291c9c-164c-4964-b5d0-afee045ed24c",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "731b0d70-7376-49da-84b4-a82e047fb798",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b2291c9c-164c-4964-b5d0-afee045ed24c",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "5b0afecd-38e6-4e2f-85ce-3d48df63d519",
"UserName": "sample string 1",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"IsLockedOut": true,
"IsApproved": true,
"Role": {
"Name": "sample string 1",
"Description": "sample string 2"
},
"CompanyId": "c5ec71f9-6d78-4ddc-b0bc-d778e31ef3ff",
"Teams": [
{
"TeamId": "731b0d70-7376-49da-84b4-a82e047fb798",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b2291c9c-164c-4964-b5d0-afee045ed24c",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "731b0d70-7376-49da-84b4-a82e047fb798",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4d36a380-9a39-4566-a144-69d8e60ff23c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:41.9884028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8697f10d-d71a-41a2-b283-2b6824c72a35",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b2291c9c-164c-4964-b5d0-afee045ed24c",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"DueDate": "2026-08-23T08:28:41.9884028-07:00",
"CompletedDate": "2026-08-23T08:28:41.9884028-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "6321dad4-6969-439f-b9ff-19ee68435298",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "6321dad4-6969-439f-b9ff-19ee68435298",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "3bae0814-1260-4d13-bd48-7d94eff15f99",
"TaskTypeField": {
"TaskTypeFieldId": "a99ad842-2c24-4682-8e78-fce9b851afd2",
"Section": {
"TaskTypeSectionId": "55a23a4a-d1d7-40d6-afb3-5e04c3c613be",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "fb36ace1-ba6b-4271-a114-945e6d627d14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "561e8f31-2cc1-4dd7-8709-30d9cd1198b1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e9ecad86-5e3f-4e35-8909-646bd6c2f485",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"TaskFieldValueId": "3bae0814-1260-4d13-bd48-7d94eff15f99",
"TaskTypeField": {
"TaskTypeFieldId": "a99ad842-2c24-4682-8e78-fce9b851afd2",
"Section": {
"TaskTypeSectionId": "55a23a4a-d1d7-40d6-afb3-5e04c3c613be",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "fb36ace1-ba6b-4271-a114-945e6d627d14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "561e8f31-2cc1-4dd7-8709-30d9cd1198b1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e9ecad86-5e3f-4e35-8909-646bd6c2f485",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "8daa75ee-5a14-4010-9a70-9574305e673e",
"CreateDate": "2026-08-23T08:28:41.9884028-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:41.9884028-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}