GET api/wf-designer/sd/listbywfdatatypeid/{wfid}/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
wfid

integer

Required

id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DTOSYSWFDataView
NameDescriptionTypeAdditional information
WFDataID

integer

None.

WFID

integer

None.

WFDataTypeID

integer

None.

RefID

integer

None.

ObjectTitle

string

None.

Name

string

None.

Description

string

None.

ShowTitle

boolean

None.

ShowDescription

boolean

None.

ParentRefName

string

None.

ParentRefID

integer

None.

LinkFieldParent

string

None.

LinkFieldChild

string

None.

IsMultipleRecord

boolean

None.

IsOptional

boolean

None.

FlagDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WFDataID": 1,
    "WFID": 2,
    "WFDataTypeID": 3,
    "RefID": 4,
    "ObjectTitle": "sample string 5",
    "Name": "sample string 6",
    "Description": "sample string 7",
    "ShowTitle": true,
    "ShowDescription": true,
    "ParentRefName": "sample string 10",
    "ParentRefID": 11,
    "LinkFieldParent": "sample string 12",
    "LinkFieldChild": "sample string 13",
    "IsMultipleRecord": true,
    "IsOptional": true,
    "FlagDeleted": true
  },
  {
    "WFDataID": 1,
    "WFID": 2,
    "WFDataTypeID": 3,
    "RefID": 4,
    "ObjectTitle": "sample string 5",
    "Name": "sample string 6",
    "Description": "sample string 7",
    "ShowTitle": true,
    "ShowDescription": true,
    "ParentRefName": "sample string 10",
    "ParentRefID": 11,
    "LinkFieldParent": "sample string 12",
    "LinkFieldChild": "sample string 13",
    "IsMultipleRecord": true,
    "IsOptional": true,
    "FlagDeleted": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfDTOSYSWFDataView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PTI.AF.DTO">
  <DTOSYSWFDataView>
    <Description>sample string 7</Description>
    <FlagDeleted>true</FlagDeleted>
    <IsMultipleRecord>true</IsMultipleRecord>
    <IsOptional>true</IsOptional>
    <LinkFieldChild>sample string 13</LinkFieldChild>
    <LinkFieldParent>sample string 12</LinkFieldParent>
    <Name>sample string 6</Name>
    <ObjectTitle>sample string 5</ObjectTitle>
    <ParentRefID>11</ParentRefID>
    <ParentRefName>sample string 10</ParentRefName>
    <RefID>4</RefID>
    <ShowDescription>true</ShowDescription>
    <ShowTitle>true</ShowTitle>
    <WFDataID>1</WFDataID>
    <WFDataTypeID>3</WFDataTypeID>
    <WFID>2</WFID>
  </DTOSYSWFDataView>
  <DTOSYSWFDataView>
    <Description>sample string 7</Description>
    <FlagDeleted>true</FlagDeleted>
    <IsMultipleRecord>true</IsMultipleRecord>
    <IsOptional>true</IsOptional>
    <LinkFieldChild>sample string 13</LinkFieldChild>
    <LinkFieldParent>sample string 12</LinkFieldParent>
    <Name>sample string 6</Name>
    <ObjectTitle>sample string 5</ObjectTitle>
    <ParentRefID>11</ParentRefID>
    <ParentRefName>sample string 10</ParentRefName>
    <RefID>4</RefID>
    <ShowDescription>true</ShowDescription>
    <ShowTitle>true</ShowTitle>
    <WFDataID>1</WFDataID>
    <WFDataTypeID>3</WFDataTypeID>
    <WFID>2</WFID>
  </DTOSYSWFDataView>
</ArrayOfDTOSYSWFDataView>