GET api/v2/WorkTypes/{WorkTypeId}/WorkTypeFlowAccount

Request

URI Parameters

NameDescriptionTypeAdditional information
WorkTypeId

integer

Required

Response

Collection of WorkTypeFlowAccountBasic
NameDescriptionTypeAdditional information
Id

integer

RelationshipWorkAccountId

integer

WorkTypeFlowId

integer

RelationshipWorkAccount

RelationshipWorkAccountBasic

WorkTypeFlow

WorkTypeFlowBasic

Response Format

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "RelationshipWorkAccountId": 1,
    "WorkTypeFlowId": 1,
    "RelationshipWorkAccount": {
      "Id": 1,
      "Identification": "sample string 2",
      "Active": true
    },
    "WorkTypeFlow": {
      "Id": 1,
      "WorkFlowStepFromId": 1,
      "WorkFlowStepToId": 1,
      "ExecutionTime": 1.1,
      "ConclusionTime": 1.1,
      "FinishWork": true,
      "AllowSamples": true,
      "SampleStatusId": 1,
      "ServiceAreaId": 1,
      "InstructionFileId": 1,
      "InstructionFileVersion": 1,
      "AllowEditTemplateSample": true,
      "SampleStatus": {
        "Id": 1,
        "Identification": "sample string 2",
        "BeforeReceive": true,
        "AfterPublish": true,
        "PortalSampleStatus": true
      },
      "ServiceArea": {
        "ServiceCenter": {
          "Active": true,
          "PriceList": {
            "Active": true,
            "Expire": "2025-08-04T18:40:38.9591376Z",
            "ConsiderServiceCenterPriceListFromSampleOrWork": true,
            "Id": 3,
            "Identification": "sample string 4"
          },
          "Id": 2,
          "Identification": "sample string 3"
        },
        "ExtraTime": 1,
        "ExternalServiceArea": true,
        "Active": true,
        "Id": 3,
        "Identification": "sample string 4"
      },
      "WorkFlowStepFrom": {
        "Id": 1,
        "Identification": "sample string 2",
        "Active": true
      },
      "WorkFlowStepTo": {
        "Id": 1,
        "Identification": "sample string 2",
        "Active": true
      }
    }
  },
  {
    "Id": 1,
    "RelationshipWorkAccountId": 1,
    "WorkTypeFlowId": 1,
    "RelationshipWorkAccount": {
      "Id": 1,
      "Identification": "sample string 2",
      "Active": true
    },
    "WorkTypeFlow": {
      "Id": 1,
      "WorkFlowStepFromId": 1,
      "WorkFlowStepToId": 1,
      "ExecutionTime": 1.1,
      "ConclusionTime": 1.1,
      "FinishWork": true,
      "AllowSamples": true,
      "SampleStatusId": 1,
      "ServiceAreaId": 1,
      "InstructionFileId": 1,
      "InstructionFileVersion": 1,
      "AllowEditTemplateSample": true,
      "SampleStatus": {
        "Id": 1,
        "Identification": "sample string 2",
        "BeforeReceive": true,
        "AfterPublish": true,
        "PortalSampleStatus": true
      },
      "ServiceArea": {
        "ServiceCenter": {
          "Active": true,
          "PriceList": {
            "Active": true,
            "Expire": "2025-08-04T18:40:38.9591376Z",
            "ConsiderServiceCenterPriceListFromSampleOrWork": true,
            "Id": 3,
            "Identification": "sample string 4"
          },
          "Id": 2,
          "Identification": "sample string 3"
        },
        "ExtraTime": 1,
        "ExternalServiceArea": true,
        "Active": true,
        "Id": 3,
        "Identification": "sample string 4"
      },
      "WorkFlowStepFrom": {
        "Id": 1,
        "Identification": "sample string 2",
        "Active": true
      },
      "WorkFlowStepTo": {
        "Id": 1,
        "Identification": "sample string 2",
        "Active": true
      }
    }
  }
]

text/html

Sample:
[{"Id":1,"RelationshipWorkAccountId":1,"WorkTypeFlowId":1,"RelationshipWorkAccount":{"Id":1,"Identification":"sample string 2","Active":true},"WorkTypeFlow":{"Id":1,"WorkFlowStepFromId":1,"WorkFlowStepToId":1,"ExecutionTime":1.1,"ConclusionTime":1.1,"FinishWork":true,"AllowSamples":true,"SampleStatusId":1,"ServiceAreaId":1,"InstructionFileId":1,"InstructionFileVersion":1,"AllowEditTemplateSample":true,"SampleStatus":{"Id":1,"Identification":"sample string 2","BeforeReceive":true,"AfterPublish":true,"PortalSampleStatus":true},"ServiceArea":{"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2025-08-04T18:40:38.9591376Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ExtraTime":1,"ExternalServiceArea":true,"Active":true,"Id":3,"Identification":"sample string 4"},"WorkFlowStepFrom":{"Id":1,"Identification":"sample string 2","Active":true},"WorkFlowStepTo":{"Id":1,"Identification":"sample string 2","Active":true}}},{"Id":1,"RelationshipWorkAccountId":1,"WorkTypeFlowId":1,"RelationshipWorkAccount":{"Id":1,"Identification":"sample string 2","Active":true},"WorkTypeFlow":{"Id":1,"WorkFlowStepFromId":1,"WorkFlowStepToId":1,"ExecutionTime":1.1,"ConclusionTime":1.1,"FinishWork":true,"AllowSamples":true,"SampleStatusId":1,"ServiceAreaId":1,"InstructionFileId":1,"InstructionFileVersion":1,"AllowEditTemplateSample":true,"SampleStatus":{"Id":1,"Identification":"sample string 2","BeforeReceive":true,"AfterPublish":true,"PortalSampleStatus":true},"ServiceArea":{"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2025-08-04T18:40:38.9591376Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"},"ExtraTime":1,"ExternalServiceArea":true,"Active":true,"Id":3,"Identification":"sample string 4"},"WorkFlowStepFrom":{"Id":1,"Identification":"sample string 2","Active":true},"WorkFlowStepTo":{"Id":1,"Identification":"sample string 2","Active":true}}}]