GET example/api/automatedflow/{automatedFlowId}/participants

https://app.bwz.se/bedrock/example/api/automatedflow/{automatedFlowId}/participants

Get all automated flow participant models

Request Information

URI Parameters

NameDescriptionTypeAdditional information
automatedFlowId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AutomatedFlowParticipantModel
NameDescriptionTypeAdditional information
AutomatedFlowId

Id of the AutomatedFlow

integer

None.

CreatedByUserId

Id of the User that created the AutomatedFlowParticipant

integer

None.

CreationDate

CreationDate of the AutomatedFlowParticipant

date

None.

AutomatedFlowParticipantObject

The JSON representation of the AutomatedFlowParticipant

string

None.

Id

The Id of the AutomatedFlowParticipant

integer

None.

ModifiedDate

ModifiedDate of the the AutomatedFlowParticipant

date

None.

NextAutomatedFlowAction

AutomatedFlowActionModel of the next AutomatedFlowAction

AutomatedFlowActionModel

None.

Source

Source how the AutomatedFlowParticipant was created

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AutomatedFlowId": 1,
    "CreatedByUserId": 2,
    "CreationDate": "2024-11-24T01:22:34.4349285+01:00",
    "AutomatedFlowParticipantObject": "sample string 4",
    "Id": 5,
    "ModifiedDate": "2024-11-24T01:22:34.4349285+01:00",
    "NextAutomatedFlowAction": {
      "Id": "7765baf4-e730-4d5a-9cd5-5c260a454908",
      "Name": "sample string 2",
      "ScheduledExecutionTime": "2024-11-24T01:22:34.4349285+01:00",
      "Type": "sample string 3",
      "Version": 1
    },
    "Source": "sample string 7"
  },
  {
    "AutomatedFlowId": 1,
    "CreatedByUserId": 2,
    "CreationDate": "2024-11-24T01:22:34.4349285+01:00",
    "AutomatedFlowParticipantObject": "sample string 4",
    "Id": 5,
    "ModifiedDate": "2024-11-24T01:22:34.4349285+01:00",
    "NextAutomatedFlowAction": {
      "Id": "7765baf4-e730-4d5a-9cd5-5c260a454908",
      "Name": "sample string 2",
      "ScheduledExecutionTime": "2024-11-24T01:22:34.4349285+01:00",
      "Type": "sample string 3",
      "Version": 1
    },
    "Source": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAutomatedFlowParticipantModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netoptions.BizWizard.Api.Common.Models.Automation">
  <AutomatedFlowParticipantModel>
    <AutomatedFlowId>1</AutomatedFlowId>
    <AutomatedFlowParticipantObject>sample string 4</AutomatedFlowParticipantObject>
    <CreatedByUserId>2</CreatedByUserId>
    <CreationDate>2024-11-24T01:22:34.4349285+01:00</CreationDate>
    <Id>5</Id>
    <ModifiedDate>2024-11-24T01:22:34.4349285+01:00</ModifiedDate>
    <NextAutomatedFlowAction>
      <Id>7765baf4-e730-4d5a-9cd5-5c260a454908</Id>
      <Name>sample string 2</Name>
      <ScheduledExecutionTime>2024-11-24T01:22:34.4349285+01:00</ScheduledExecutionTime>
      <Type>sample string 3</Type>
    </NextAutomatedFlowAction>
    <Source>sample string 7</Source>
  </AutomatedFlowParticipantModel>
  <AutomatedFlowParticipantModel>
    <AutomatedFlowId>1</AutomatedFlowId>
    <AutomatedFlowParticipantObject>sample string 4</AutomatedFlowParticipantObject>
    <CreatedByUserId>2</CreatedByUserId>
    <CreationDate>2024-11-24T01:22:34.4349285+01:00</CreationDate>
    <Id>5</Id>
    <ModifiedDate>2024-11-24T01:22:34.4349285+01:00</ModifiedDate>
    <NextAutomatedFlowAction>
      <Id>7765baf4-e730-4d5a-9cd5-5c260a454908</Id>
      <Name>sample string 2</Name>
      <ScheduledExecutionTime>2024-11-24T01:22:34.4349285+01:00</ScheduledExecutionTime>
      <Type>sample string 3</Type>
    </NextAutomatedFlowAction>
    <Source>sample string 7</Source>
  </AutomatedFlowParticipantModel>
</ArrayOfAutomatedFlowParticipantModel>