POST api/Checklist/GetNewByChecklistType
Request Information
URI Parameters
None.
Body Parameters
ChecklistDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ChecklistId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| ChecklistTypeId | integer |
None. |
|
| ChecklistResultId | integer |
None. |
|
| Signature | string |
None. |
|
| SignedDate | date |
None. |
|
| Comments | string |
None. |
|
| Archived | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| ResultUpdated | boolean |
None. |
|
| OldResult | string |
None. |
|
| NewResult | string |
None. |
|
| Type | string |
None. |
|
| AuditorUserId | globally unique identifier |
None. |
|
| AuditorEmail | string |
None. |
|
| Answers | Collection of ChecklistAnswerDto |
None. |
|
| Operatives | Collection of OperativeDto |
None. |
|
| Documents | Collection of AzureStorageFileDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"checklistId": "70a3e230-0ec0-4286-9792-693bb5966183",
"companyId": "dcb79503-2f15-4a82-9fce-4841f6f8d3f2",
"checklistTypeId": 3,
"checklistResultId": 4,
"signature": "sample string 5",
"signedDate": "2026-03-22T20:23:43.0823516+00:00",
"comments": "sample string 6",
"archived": true,
"createdDate": "2026-03-22T20:23:43.0823516+00:00",
"createdBy": "9552bdc2-c283-4576-80a5-69ad4ce5d575",
"resultUpdated": true,
"oldResult": "sample string 11",
"newResult": "sample string 12",
"type": "sample string 13",
"auditorUserId": "16a1ed93-4fcb-43ba-a5f3-61c872dc82f1",
"auditorEmail": "sample string 14",
"answers": [
{
"checklistAnswerId": "debcf99a-98d6-4dff-b2c9-fb36e68c03cd",
"checklistId": "a703a1ed-f033-4ed0-9ed2-ffbd8fc3553a",
"questionId": "2fb88f50-12ad-4de8-999a-ab3c258c46a5",
"questionText": "sample string 4",
"sourceDocument": "sample string 5",
"result": "sample string 6",
"comments": "sample string 7",
"sequence": 8
},
{
"checklistAnswerId": "debcf99a-98d6-4dff-b2c9-fb36e68c03cd",
"checklistId": "a703a1ed-f033-4ed0-9ed2-ffbd8fc3553a",
"questionId": "2fb88f50-12ad-4de8-999a-ab3c258c46a5",
"questionText": "sample string 4",
"sourceDocument": "sample string 5",
"result": "sample string 6",
"comments": "sample string 7",
"sequence": 8
}
],
"operatives": [
{
"operativeId": "bcdb65a4-edea-4d00-9d9b-4df6989016d1",
"firstName": "sample string 2",
"lastName": "sample string 3",
"qualificationRegistration": "sample string 4",
"acribRegistration": "sample string 5",
"skillcard": "sample string 6",
"checklistId": "47c0cc41-8b48-4b02-ae46-acee19ef2f3d",
"index": 8,
"engineerId": "841ad0e2-1122-471f-9ca0-55b535dfa265"
},
{
"operativeId": "bcdb65a4-edea-4d00-9d9b-4df6989016d1",
"firstName": "sample string 2",
"lastName": "sample string 3",
"qualificationRegistration": "sample string 4",
"acribRegistration": "sample string 5",
"skillcard": "sample string 6",
"checklistId": "47c0cc41-8b48-4b02-ae46-acee19ef2f3d",
"index": 8,
"engineerId": "841ad0e2-1122-471f-9ca0-55b535dfa265"
}
],
"documents": [
{
"fileType": 1,
"fileName": "sample string 2",
"category": "sample string 3",
"uploadDate": "2026-03-22T20:23:43.0823516+00:00",
"filePath": "sample string 4"
},
{
"fileType": 1,
"fileName": "sample string 2",
"category": "sample string 3",
"uploadDate": "2026-03-22T20:23:43.0823516+00:00",
"filePath": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<ChecklistDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO.Model">
<Answers>
<ChecklistAnswerDto>
<ChecklistAnswerId>debcf99a-98d6-4dff-b2c9-fb36e68c03cd</ChecklistAnswerId>
<ChecklistId>a703a1ed-f033-4ed0-9ed2-ffbd8fc3553a</ChecklistId>
<Comments>sample string 7</Comments>
<QuestionId>2fb88f50-12ad-4de8-999a-ab3c258c46a5</QuestionId>
<QuestionText>sample string 4</QuestionText>
<Result>sample string 6</Result>
<Sequence>8</Sequence>
<SourceDocument>sample string 5</SourceDocument>
</ChecklistAnswerDto>
<ChecklistAnswerDto>
<ChecklistAnswerId>debcf99a-98d6-4dff-b2c9-fb36e68c03cd</ChecklistAnswerId>
<ChecklistId>a703a1ed-f033-4ed0-9ed2-ffbd8fc3553a</ChecklistId>
<Comments>sample string 7</Comments>
<QuestionId>2fb88f50-12ad-4de8-999a-ab3c258c46a5</QuestionId>
<QuestionText>sample string 4</QuestionText>
<Result>sample string 6</Result>
<Sequence>8</Sequence>
<SourceDocument>sample string 5</SourceDocument>
</ChecklistAnswerDto>
</Answers>
<Archived>true</Archived>
<AuditorEmail>sample string 14</AuditorEmail>
<AuditorUserId>16a1ed93-4fcb-43ba-a5f3-61c872dc82f1</AuditorUserId>
<ChecklistId>70a3e230-0ec0-4286-9792-693bb5966183</ChecklistId>
<ChecklistResultId>4</ChecklistResultId>
<ChecklistTypeId>3</ChecklistTypeId>
<Comments>sample string 6</Comments>
<CompanyId>dcb79503-2f15-4a82-9fce-4841f6f8d3f2</CompanyId>
<CreatedBy>9552bdc2-c283-4576-80a5-69ad4ce5d575</CreatedBy>
<CreatedDate>2026-03-22T20:23:43.0823516+00:00</CreatedDate>
<Documents>
<AzureStorageFileDto>
<Category>sample string 3</Category>
<FileName>sample string 2</FileName>
<FilePath>sample string 4</FilePath>
<FileType>1</FileType>
<UploadDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-03-22T20:23:43.0823516Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</UploadDate>
</AzureStorageFileDto>
<AzureStorageFileDto>
<Category>sample string 3</Category>
<FileName>sample string 2</FileName>
<FilePath>sample string 4</FilePath>
<FileType>1</FileType>
<UploadDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-03-22T20:23:43.0823516Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</UploadDate>
</AzureStorageFileDto>
</Documents>
<NewResult>sample string 12</NewResult>
<OldResult>sample string 11</OldResult>
<Operatives>
<OperativeDto>
<AcribRegistration>sample string 5</AcribRegistration>
<ChecklistId>47c0cc41-8b48-4b02-ae46-acee19ef2f3d</ChecklistId>
<EngineerId>841ad0e2-1122-471f-9ca0-55b535dfa265</EngineerId>
<FirstName>sample string 2</FirstName>
<Index>8</Index>
<LastName>sample string 3</LastName>
<OperativeId>bcdb65a4-edea-4d00-9d9b-4df6989016d1</OperativeId>
<QualificationRegistration>sample string 4</QualificationRegistration>
<Skillcard>sample string 6</Skillcard>
</OperativeDto>
<OperativeDto>
<AcribRegistration>sample string 5</AcribRegistration>
<ChecklistId>47c0cc41-8b48-4b02-ae46-acee19ef2f3d</ChecklistId>
<EngineerId>841ad0e2-1122-471f-9ca0-55b535dfa265</EngineerId>
<FirstName>sample string 2</FirstName>
<Index>8</Index>
<LastName>sample string 3</LastName>
<OperativeId>bcdb65a4-edea-4d00-9d9b-4df6989016d1</OperativeId>
<QualificationRegistration>sample string 4</QualificationRegistration>
<Skillcard>sample string 6</Skillcard>
</OperativeDto>
</Operatives>
<ResultUpdated>true</ResultUpdated>
<Signature>sample string 5</Signature>
<SignedDate>2026-03-22T20:23:43.0823516+00:00</SignedDate>
<Type>sample string 13</Type>
</ChecklistDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.