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.
TaskName | 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": "162ffc9f-7971-4998-adec-5cb3a43e1c91", "Asset": { "AssetId": "48b0c6fe-e66a-4a38-b3ab-10489d99bc07", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c532a261-5a13-4c9a-8928-7ab6c92dcd37", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "87c13081-5d07-4fe0-a3b1-3bc71250e71f", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "51c717c2-e538-4d5c-b60b-3139950318c1", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 8" }, "Title": "sample string 1", "Description": "sample string 2", "TaskStatusType": { "TaskStatusTypeId": "4cb40161-4100-4434-b58a-f59d2e185074", "Name": "sample string 1", "CompanyId": "4011a4d2-e121-4e52-9fee-ecb8c90043a8" }, "TaskCategory": { "TaskCategoryId": "61afb7ef-626c-4eae-be1c-56766347bccf", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8833c23a-1fe4-4d80-a0fc-24273d5d6917", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 5" }, "TaskType": { "TaskTypeId": "5ce8e0e5-a172-4c15-af50-31bcddb820ba", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "f1a6b6d6-7ffa-4955-a5c6-7c3ffd5d8240", "Section": { "TaskTypeSectionId": "12792790-1b08-45fb-93c7-679c9ffc83a6", "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": "107d1dff-18be-4980-b15d-284a0c177e8b", "Name": "sample string 1" }, "Unit": { "UnitId": "19bb5ab4-4a2b-47f3-a9c6-d1cdab6eb9c0", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2e6119a9-fcea-43fb-bd7c-7ba9cccd242b", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-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": "f1a6b6d6-7ffa-4955-a5c6-7c3ffd5d8240", "Section": { "TaskTypeSectionId": "12792790-1b08-45fb-93c7-679c9ffc83a6", "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": "107d1dff-18be-4980-b15d-284a0c177e8b", "Name": "sample string 1" }, "Unit": { "UnitId": "19bb5ab4-4a2b-47f3-a9c6-d1cdab6eb9c0", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2e6119a9-fcea-43fb-bd7c-7ba9cccd242b", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-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": "afc4e40e-1e7c-4960-9ee3-a1ed354c8ee6", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 7" }, "AssignedOnDate": "2025-09-15T18:42:19.1532127-07:00", "AssignedToUser": { "UserId": "2d536e46-3ce5-4ba3-b48e-9918cd99af3f", "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": "674ae990-8e0c-4c07-94d8-4d6310b76727", "Teams": [ { "TeamId": "2cd40716-dcd3-4be7-9d22-2ed40f534d2f", "Name": "sample string 1", "Description": "sample string 2", "Users": [], "AssetGroups": [ { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" }, { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" } ], "SourceSystemId": "sample string 3", "CompanyId": "7d7ea193-09a2-4627-8d1b-a8c927a83d03", "CreateDate": "2025-09-15T18:42:19.1689023-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1689023-07:00", "LastModifiedUser": "sample string 6" }, { "TeamId": "2cd40716-dcd3-4be7-9d22-2ed40f534d2f", "Name": "sample string 1", "Description": "sample string 2", "Users": [], "AssetGroups": [ { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" }, { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" } ], "SourceSystemId": "sample string 3", "CompanyId": "7d7ea193-09a2-4627-8d1b-a8c927a83d03", "CreateDate": "2025-09-15T18:42:19.1689023-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1689023-07:00", "LastModifiedUser": "sample string 6" } ] }, "AssignedByUser": { "UserId": "2d536e46-3ce5-4ba3-b48e-9918cd99af3f", "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": "674ae990-8e0c-4c07-94d8-4d6310b76727", "Teams": [ { "TeamId": "2cd40716-dcd3-4be7-9d22-2ed40f534d2f", "Name": "sample string 1", "Description": "sample string 2", "Users": [], "AssetGroups": [ { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" }, { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" } ], "SourceSystemId": "sample string 3", "CompanyId": "7d7ea193-09a2-4627-8d1b-a8c927a83d03", "CreateDate": "2025-09-15T18:42:19.1689023-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1689023-07:00", "LastModifiedUser": "sample string 6" }, { "TeamId": "2cd40716-dcd3-4be7-9d22-2ed40f534d2f", "Name": "sample string 1", "Description": "sample string 2", "Users": [], "AssetGroups": [ { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" }, { "AssetGroupId": "58ebd1d6-a7a2-4be7-9b93-86bbdfc7e82b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.1532127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "688d6ab1-2442-4d63-9b8a-80ba64592e52", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-07:00", "LastModifiedUser": "sample string 6" } ], "SourceSystemId": "sample string 3", "CompanyId": "7d7ea193-09a2-4627-8d1b-a8c927a83d03", "CreateDate": "2025-09-15T18:42:19.1689023-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1689023-07:00", "LastModifiedUser": "sample string 6" } ] }, "DueDate": "2025-09-15T18:42:19.1689023-07:00", "CompletedDate": "2025-09-15T18:42:19.1689023-07:00", "Priority": 1, "HasAttachments": true, "Attachments": [ { "TaskAttachmentId": "7d887211-efe0-40a5-b1e3-dd8d7e6f68b0", "Name": "sample string 1", "FileType": "sample string 2", "FileSize": 1, "Content": "QEA=", "SourceSystemId": "sample string 3" }, { "TaskAttachmentId": "7d887211-efe0-40a5-b1e3-dd8d7e6f68b0", "Name": "sample string 1", "FileType": "sample string 2", "FileSize": 1, "Content": "QEA=", "SourceSystemId": "sample string 3" } ], "Values": [ { "TaskFieldValueId": "6dcdfcf8-5c49-49f4-a97b-d8f32645272e", "TaskTypeField": { "TaskTypeFieldId": "f1a6b6d6-7ffa-4955-a5c6-7c3ffd5d8240", "Section": { "TaskTypeSectionId": "12792790-1b08-45fb-93c7-679c9ffc83a6", "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": "107d1dff-18be-4980-b15d-284a0c177e8b", "Name": "sample string 1" }, "Unit": { "UnitId": "19bb5ab4-4a2b-47f3-a9c6-d1cdab6eb9c0", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2e6119a9-fcea-43fb-bd7c-7ba9cccd242b", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-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": "6dcdfcf8-5c49-49f4-a97b-d8f32645272e", "TaskTypeField": { "TaskTypeFieldId": "f1a6b6d6-7ffa-4955-a5c6-7c3ffd5d8240", "Section": { "TaskTypeSectionId": "12792790-1b08-45fb-93c7-679c9ffc83a6", "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": "107d1dff-18be-4980-b15d-284a0c177e8b", "Name": "sample string 1" }, "Unit": { "UnitId": "19bb5ab4-4a2b-47f3-a9c6-d1cdab6eb9c0", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2e6119a9-fcea-43fb-bd7c-7ba9cccd242b", "CreateDate": "2025-09-15T18:42:19.1532127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.1532127-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": "656e136e-7f8c-42e9-9747-3887118c6be9", "CreateDate": "2025-09-15T18:42:19.1689023-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-15T18:42:19.1689023-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": "bfb4c674-405e-4869-9ea4-baed6ce5ac30", "Asset": { "AssetId": "0224851c-ab8a-4bc3-a9f4-6c0d4bdd92a0", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "9622088f-95c3-46a2-a23d-1960e542cd80", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "753d4b60-bd19-41fd-a92a-29e2c220b052", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "b717d815-ef9b-4f59-b398-4540e4be235c", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 8" }, "Title": "sample string 1", "Description": "sample string 2", "TaskStatusType": { "TaskStatusTypeId": "5d144260-ffe6-4695-be1e-dee76c1ac978", "Name": "sample string 1", "CompanyId": "7cca7287-9e6a-42a3-9332-04977bec4ded" }, "TaskCategory": { "TaskCategoryId": "8a84d007-5fdc-4a4d-8cce-7203e5af7ca0", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "84496cfa-f443-4d3d-b83c-7bce278b3d28", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 5" }, "TaskType": { "TaskTypeId": "b23ed30d-7b68-4259-82d7-0cb467756745", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "0957212b-feb9-4080-a162-085a281a6f39", "Section": { "TaskTypeSectionId": "cde20798-b202-49d1-ad34-52f66d409ca8", "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": "7b308834-30ce-4b04-869e-f7b221d5e136", "Name": "sample string 1" }, "Unit": { "UnitId": "dee3424f-4ddb-45c8-9eee-cd2fcc84da0b", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ffc87be1-ddf3-44f6-bd25-2847658b7360", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-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": "0957212b-feb9-4080-a162-085a281a6f39", "Section": { "TaskTypeSectionId": "cde20798-b202-49d1-ad34-52f66d409ca8", "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": "7b308834-30ce-4b04-869e-f7b221d5e136", "Name": "sample string 1" }, "Unit": { "UnitId": "dee3424f-4ddb-45c8-9eee-cd2fcc84da0b", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ffc87be1-ddf3-44f6-bd25-2847658b7360", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-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": "7cff4c12-158e-455a-a7d4-7cff610f11cc", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 7" }, "AssignedOnDate": "2025-09-15T18:42:19.2157147-07:00", "AssignedToUser": { "UserId": "a54a258f-1a6b-44bc-b8be-00d20c595d87", "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": "032be08b-29a6-42c7-9944-5277ec7e2c7c", "Teams": [ { "TeamId": "7e2c1be4-bc05-4fd4-8bf0-fd785f960e18", "Name": "sample string 1", "Description": "sample string 2", "Users": [], "AssetGroups": [ { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" }, { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" } ], "SourceSystemId": "sample string 3", "CompanyId": "80550cc2-4f6e-4c89-86f0-01bb91de2ad4", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" }, { "TeamId": "7e2c1be4-bc05-4fd4-8bf0-fd785f960e18", "Name": "sample string 1", "Description": "sample string 2", "Users": [], "AssetGroups": [ { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" }, { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" } ], "SourceSystemId": "sample string 3", "CompanyId": "80550cc2-4f6e-4c89-86f0-01bb91de2ad4", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" } ] }, "AssignedByUser": { "UserId": "a54a258f-1a6b-44bc-b8be-00d20c595d87", "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": "032be08b-29a6-42c7-9944-5277ec7e2c7c", "Teams": [ { "TeamId": "7e2c1be4-bc05-4fd4-8bf0-fd785f960e18", "Name": "sample string 1", "Description": "sample string 2", "Users": [], "AssetGroups": [ { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" }, { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" } ], "SourceSystemId": "sample string 3", "CompanyId": "80550cc2-4f6e-4c89-86f0-01bb91de2ad4", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" }, { "TeamId": "7e2c1be4-bc05-4fd4-8bf0-fd785f960e18", "Name": "sample string 1", "Description": "sample string 2", "Users": [], "AssetGroups": [ { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" }, { "AssetGroupId": "c926fc54-8873-4892-80ff-ddaca303f182", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "MeasurementValueNeededDate": "2025-09-15T18:42:19.2157147-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c811dcf6-e824-4d62-882d-9a62bcd66f7d", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" } ], "SourceSystemId": "sample string 3", "CompanyId": "80550cc2-4f6e-4c89-86f0-01bb91de2ad4", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 6" } ] }, "DueDate": "2025-09-15T18:42:19.2157147-07:00", "CompletedDate": "2025-09-15T18:42:19.2157147-07:00", "Priority": 1, "HasAttachments": true, "Attachments": [ { "TaskAttachmentId": "ebd6f65d-d4d0-4409-bb83-a9e2a1edfb4e", "Name": "sample string 1", "FileType": "sample string 2", "FileSize": 1, "Content": "QEA=", "SourceSystemId": "sample string 3" }, { "TaskAttachmentId": "ebd6f65d-d4d0-4409-bb83-a9e2a1edfb4e", "Name": "sample string 1", "FileType": "sample string 2", "FileSize": 1, "Content": "QEA=", "SourceSystemId": "sample string 3" } ], "Values": [ { "TaskFieldValueId": "4035d1cf-bffd-40ac-ae03-d5de19b69886", "TaskTypeField": { "TaskTypeFieldId": "0957212b-feb9-4080-a162-085a281a6f39", "Section": { "TaskTypeSectionId": "cde20798-b202-49d1-ad34-52f66d409ca8", "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": "7b308834-30ce-4b04-869e-f7b221d5e136", "Name": "sample string 1" }, "Unit": { "UnitId": "dee3424f-4ddb-45c8-9eee-cd2fcc84da0b", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ffc87be1-ddf3-44f6-bd25-2847658b7360", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-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": "4035d1cf-bffd-40ac-ae03-d5de19b69886", "TaskTypeField": { "TaskTypeFieldId": "0957212b-feb9-4080-a162-085a281a6f39", "Section": { "TaskTypeSectionId": "cde20798-b202-49d1-ad34-52f66d409ca8", "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": "7b308834-30ce-4b04-869e-f7b221d5e136", "Name": "sample string 1" }, "Unit": { "UnitId": "dee3424f-4ddb-45c8-9eee-cd2fcc84da0b", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ffc87be1-ddf3-44f6-bd25-2847658b7360", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T18:42:19.2157147-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": "71170ba3-fb59-4f4a-a949-f2d0620414e7", "CreateDate": "2025-09-15T18:42:19.2157147-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-15T18:42:19.2157147-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }