DELETE Tasks
Deletes the given task.
Request Information
URI Parameters
None.
Body Parameters
The task to delete.
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. |
|
| AssignedTeam | Team |
None. |
|
| DueDate | date |
None. |
|
| CompletedDate | date |
None. |
|
| Priority | TaskPriority |
None. |
|
| HasAttachments | boolean |
None. |
|
| Attachments | Collection of TaskAttachment |
None. |
|
| Values | Collection of TaskFieldValue |
None. |
|
| AssociatedForms | Collection of Form |
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": "b9a90b71-bdb1-49cb-8a6e-8ca5214e9771",
"Asset": {
"AssetId": "9a1dcc19-84fe-43b8-9817-f7c7ef5c8953",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "45a8f5ab-a229-4e2f-9c75-dd82c3763298",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "71a45580-0e8f-477a-8dd0-9cd40e14f849",
"Name": "sample string 1",
"CompanyId": "964d51ac-64c5-4870-b20e-4b98115f9207"
},
"TaskCategory": {
"TaskCategoryId": "de7fa304-4e4a-4258-b0f2-f2be37e2460d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4db6d039-238e-40b2-ab9f-bc551a05081b",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "79075871-68a7-4fdf-bc9b-c8e082e73b95",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "72556d87-125d-48b8-810f-b1ed9aab38f7",
"Section": {
"TaskTypeSectionId": "8d9a26c8-058f-4fd4-a4ca-2ac7b2be7097",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"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": "72556d87-125d-48b8-810f-b1ed9aab38f7",
"Section": {
"TaskTypeSectionId": "8d9a26c8-058f-4fd4-a4ca-2ac7b2be7097",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"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": "6d22820f-ede4-43d0-94d3-45635ccde55e",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-05-27T11:37:03.5565692-07:00",
"AssignedToUser": {
"UserId": "d49fe851-6d31-4d47-b093-0401d17cddee",
"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": "eec0dec7-e0b0-4fd6-8739-936644df259d",
"Teams": [
{
"TeamId": "b5c7e723-d8e5-48a6-9745-78d12ffb2df9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b6afc35d-4ac8-4323-88df-2530d9f23136",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "b5c7e723-d8e5-48a6-9745-78d12ffb2df9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b6afc35d-4ac8-4323-88df-2530d9f23136",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "d49fe851-6d31-4d47-b093-0401d17cddee",
"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": "eec0dec7-e0b0-4fd6-8739-936644df259d",
"Teams": [
{
"TeamId": "b5c7e723-d8e5-48a6-9745-78d12ffb2df9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b6afc35d-4ac8-4323-88df-2530d9f23136",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "b5c7e723-d8e5-48a6-9745-78d12ffb2df9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b6afc35d-4ac8-4323-88df-2530d9f23136",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "b5c7e723-d8e5-48a6-9745-78d12ffb2df9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "d49fe851-6d31-4d47-b093-0401d17cddee",
"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": "eec0dec7-e0b0-4fd6-8739-936644df259d",
"Teams": []
},
{
"UserId": "d49fe851-6d31-4d47-b093-0401d17cddee",
"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": "eec0dec7-e0b0-4fd6-8739-936644df259d",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b6afc35d-4ac8-4323-88df-2530d9f23136",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-05-27T11:37:03.5565692-07:00",
"CompletedDate": "2026-05-27T11:37:03.5565692-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "149d22ca-156f-4b23-b495-e3c07322c2ab",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "149d22ca-156f-4b23-b495-e3c07322c2ab",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "ba89e82b-b3c3-4fa2-aa40-e5dd68c3eaab",
"TaskTypeField": {
"TaskTypeFieldId": "72556d87-125d-48b8-810f-b1ed9aab38f7",
"Section": {
"TaskTypeSectionId": "8d9a26c8-058f-4fd4-a4ca-2ac7b2be7097",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"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": "ba89e82b-b3c3-4fa2-aa40-e5dd68c3eaab",
"TaskTypeField": {
"TaskTypeFieldId": "72556d87-125d-48b8-810f-b1ed9aab38f7",
"Section": {
"TaskTypeSectionId": "8d9a26c8-058f-4fd4-a4ca-2ac7b2be7097",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"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"
}
],
"AssociatedForms": [
{
"FormId": "9b0a2418-b6a8-44b9-87af-7089c79d71dc",
"Asset": {
"AssetId": "9a1dcc19-84fe-43b8-9817-f7c7ef5c8953",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "45a8f5ab-a229-4e2f-9c75-dd82c3763298",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "98d67662-7fef-4018-a1c6-0143e237631d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "5c58be93-1af1-42b5-a836-0bebc3926a01",
"Section": {
"FormTypeSectionId": "71699ebc-2855-47a6-9e39-fb46da822064",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "5c58be93-1af1-42b5-a836-0bebc3926a01",
"Section": {
"FormTypeSectionId": "71699ebc-2855-47a6-9e39-fb46da822064",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "1b553930-5b62-49aa-b9da-04c112012699",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-27T11:37:03.5565692-07:00",
"Location": "sample string 1",
"TaskId": "1b90493d-b895-4fbe-bebd-d5030a46dc3a",
"Values": [
{
"FormFieldValueId": "446cfbca-7156-4737-832a-ae0e02b646b4",
"FormId": "51f2b045-ff70-4299-8fcc-3ec486a755c5",
"FormTypeField": {
"FormTypeFieldId": "5c58be93-1af1-42b5-a836-0bebc3926a01",
"FormType": {
"FormTypeId": "98d67662-7fef-4018-a1c6-0143e237631d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1b553930-5b62-49aa-b9da-04c112012699",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "71699ebc-2855-47a6-9e39-fb46da822064",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"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"
},
{
"FormFieldValueId": "446cfbca-7156-4737-832a-ae0e02b646b4",
"FormId": "51f2b045-ff70-4299-8fcc-3ec486a755c5",
"FormTypeField": {
"FormTypeFieldId": "5c58be93-1af1-42b5-a836-0bebc3926a01",
"FormType": {
"FormTypeId": "98d67662-7fef-4018-a1c6-0143e237631d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1b553930-5b62-49aa-b9da-04c112012699",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "71699ebc-2855-47a6-9e39-fb46da822064",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"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 2",
"CompanyId": "c35defd1-b7cb-4805-a746-8139a7b358bf",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "9b0a2418-b6a8-44b9-87af-7089c79d71dc",
"Asset": {
"AssetId": "9a1dcc19-84fe-43b8-9817-f7c7ef5c8953",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "948ad219-21de-44f1-a140-3820434a386c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f90d2449-1c10-4fd5-8078-4bb47d7e8763",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"MeasurementValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "45a8f5ab-a229-4e2f-9c75-dd82c3763298",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "98d67662-7fef-4018-a1c6-0143e237631d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "5c58be93-1af1-42b5-a836-0bebc3926a01",
"Section": {
"FormTypeSectionId": "71699ebc-2855-47a6-9e39-fb46da822064",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "5c58be93-1af1-42b5-a836-0bebc3926a01",
"Section": {
"FormTypeSectionId": "71699ebc-2855-47a6-9e39-fb46da822064",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "1b553930-5b62-49aa-b9da-04c112012699",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-27T11:37:03.5565692-07:00",
"Location": "sample string 1",
"TaskId": "1b90493d-b895-4fbe-bebd-d5030a46dc3a",
"Values": [
{
"FormFieldValueId": "446cfbca-7156-4737-832a-ae0e02b646b4",
"FormId": "51f2b045-ff70-4299-8fcc-3ec486a755c5",
"FormTypeField": {
"FormTypeFieldId": "5c58be93-1af1-42b5-a836-0bebc3926a01",
"FormType": {
"FormTypeId": "98d67662-7fef-4018-a1c6-0143e237631d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1b553930-5b62-49aa-b9da-04c112012699",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "71699ebc-2855-47a6-9e39-fb46da822064",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"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"
},
{
"FormFieldValueId": "446cfbca-7156-4737-832a-ae0e02b646b4",
"FormId": "51f2b045-ff70-4299-8fcc-3ec486a755c5",
"FormTypeField": {
"FormTypeFieldId": "5c58be93-1af1-42b5-a836-0bebc3926a01",
"FormType": {
"FormTypeId": "98d67662-7fef-4018-a1c6-0143e237631d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "720e1996-92ec-47fa-a7ae-9903bedf346e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18f0beae-2c90-4ddf-8a9e-281cfa1ae792",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-27T11:37:03.5565692-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1b553930-5b62-49aa-b9da-04c112012699",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "71699ebc-2855-47a6-9e39-fb46da822064",
"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": "2fcee86e-0a64-4432-8d44-31777cae93b1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a360519-5045-47b1-b84a-031368c51610",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be039c1e-e7ae-47e4-8395-9a4c2f61eb76",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "742ba09d-b7e3-4ede-a6e9-201e89f16617",
"FieldId": "1394abcd-f8b2-4676-aa22-1fca4659c3c0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"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 2",
"CompanyId": "c35defd1-b7cb-4805-a746-8139a7b358bf",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b3c15836-1e79-4d44-b15d-5962ccfb83c5",
"CreateDate": "2026-05-27T11:37:03.5565692-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-27T11:37:03.5565692-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"Total": 1,
"Message": "sample string 2"
}