GET api/process/data/bytype/{processId}/{typeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
processId

integer

Required

typeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DTOSYSProcessDataView
NameDescriptionTypeAdditional information
ProcessDataID

integer

None.

ProcessID

integer

None.

WFDataTypeID

integer

None.

ProcessDataBin

Collection of byte

None.

VersionNo

integer

None.

IPAddress

string

None.

SourcePath

string

None.

Name

string

None.

Description

string

None.

WFDataTypeTitle

string

None.

ShowTitle

boolean

None.

ShowDescription

boolean

None.

DateCreated

date

None.

RefID

integer

None.

SequenceID

integer

None.

ParentRefID

integer

None.

CreatedBy

integer

None.

LinkFieldParent

string

None.

LinkFieldChild

string

None.

IsMultipleRecord

boolean

None.

IsOptional

boolean

None.

FlagDeleted

boolean

None.

GUIName

string

None.

GUIDataName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProcessDataID": 1,
    "ProcessID": 2,
    "WFDataTypeID": 3,
    "ProcessDataBin": "QEA=",
    "VersionNo": 4,
    "IPAddress": "sample string 5",
    "SourcePath": "sample string 6",
    "Name": "sample string 7",
    "Description": "sample string 8",
    "WFDataTypeTitle": "sample string 9",
    "ShowTitle": true,
    "ShowDescription": true,
    "DateCreated": "2025-10-26T11:08:22.7859696+08:00",
    "RefID": 12,
    "SequenceID": 13,
    "ParentRefID": 14,
    "CreatedBy": 15,
    "LinkFieldParent": "sample string 16",
    "LinkFieldChild": "sample string 17",
    "IsMultipleRecord": true,
    "IsOptional": true,
    "FlagDeleted": true,
    "GUIName": "sample string 7GUI",
    "GUIDataName": "sample string 7GUIDATA"
  },
  {
    "ProcessDataID": 1,
    "ProcessID": 2,
    "WFDataTypeID": 3,
    "ProcessDataBin": "QEA=",
    "VersionNo": 4,
    "IPAddress": "sample string 5",
    "SourcePath": "sample string 6",
    "Name": "sample string 7",
    "Description": "sample string 8",
    "WFDataTypeTitle": "sample string 9",
    "ShowTitle": true,
    "ShowDescription": true,
    "DateCreated": "2025-10-26T11:08:22.7859696+08:00",
    "RefID": 12,
    "SequenceID": 13,
    "ParentRefID": 14,
    "CreatedBy": 15,
    "LinkFieldParent": "sample string 16",
    "LinkFieldChild": "sample string 17",
    "IsMultipleRecord": true,
    "IsOptional": true,
    "FlagDeleted": true,
    "GUIName": "sample string 7GUI",
    "GUIDataName": "sample string 7GUIDATA"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDTOSYSProcessDataView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PTI.AF.DTO">
  <DTOSYSProcessDataView>
    <CreatedBy>15</CreatedBy>
    <DateCreated>2025-10-26T11:08:22.7859696+08:00</DateCreated>
    <Description>sample string 8</Description>
    <FlagDeleted>true</FlagDeleted>
    <IPAddress>sample string 5</IPAddress>
    <IsMultipleRecord>true</IsMultipleRecord>
    <IsOptional>true</IsOptional>
    <LinkFieldChild>sample string 17</LinkFieldChild>
    <LinkFieldParent>sample string 16</LinkFieldParent>
    <Name>sample string 7</Name>
    <ParentRefID>14</ParentRefID>
    <ProcessDataBin>QEA=</ProcessDataBin>
    <ProcessDataID>1</ProcessDataID>
    <ProcessID>2</ProcessID>
    <RefID>12</RefID>
    <SequenceID>13</SequenceID>
    <ShowDescription>true</ShowDescription>
    <ShowTitle>true</ShowTitle>
    <SourcePath>sample string 6</SourcePath>
    <VersionNo>4</VersionNo>
    <WFDataTypeID>3</WFDataTypeID>
    <WFDataTypeTitle>sample string 9</WFDataTypeTitle>
  </DTOSYSProcessDataView>
  <DTOSYSProcessDataView>
    <CreatedBy>15</CreatedBy>
    <DateCreated>2025-10-26T11:08:22.7859696+08:00</DateCreated>
    <Description>sample string 8</Description>
    <FlagDeleted>true</FlagDeleted>
    <IPAddress>sample string 5</IPAddress>
    <IsMultipleRecord>true</IsMultipleRecord>
    <IsOptional>true</IsOptional>
    <LinkFieldChild>sample string 17</LinkFieldChild>
    <LinkFieldParent>sample string 16</LinkFieldParent>
    <Name>sample string 7</Name>
    <ParentRefID>14</ParentRefID>
    <ProcessDataBin>QEA=</ProcessDataBin>
    <ProcessDataID>1</ProcessDataID>
    <ProcessID>2</ProcessID>
    <RefID>12</RefID>
    <SequenceID>13</SequenceID>
    <ShowDescription>true</ShowDescription>
    <ShowTitle>true</ShowTitle>
    <SourcePath>sample string 6</SourcePath>
    <VersionNo>4</VersionNo>
    <WFDataTypeID>3</WFDataTypeID>
    <WFDataTypeTitle>sample string 9</WFDataTypeTitle>
  </DTOSYSProcessDataView>
</ArrayOfDTOSYSProcessDataView>