GET department/DOAPaths

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DOAPathsEntity
NameDescriptionTypeAdditional information
TenantId

integer

None.

DOA_ProcessId

integer

None.

DOA_PathID

integer

None.

PathDesc

string

None.

IsEnabled

boolean

None.

IsDefault

boolean

None.

BulkImport

boolean

None.

TOSource

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TenantId": 1,
    "DOA_ProcessId": 2,
    "DOA_PathID": 3,
    "PathDesc": "sample string 4",
    "IsEnabled": true,
    "IsDefault": true,
    "BulkImport": true,
    "TOSource": "sample string 5"
  },
  {
    "TenantId": 1,
    "DOA_ProcessId": 2,
    "DOA_PathID": 3,
    "PathDesc": "sample string 4",
    "IsEnabled": true,
    "IsDefault": true,
    "BulkImport": true,
    "TOSource": "sample string 5"
  }
]

text/html

Sample:
[{"TenantId":1,"DOA_ProcessId":2,"DOA_PathID":3,"PathDesc":"sample string 4","IsEnabled":true,"IsDefault":true,"BulkImport":true,"TOSource":"sample string 5"},{"TenantId":1,"DOA_ProcessId":2,"DOA_PathID":3,"PathDesc":"sample string 4","IsEnabled":true,"IsDefault":true,"BulkImport":true,"TOSource":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfDOAPathsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Department">
  <DOAPathsEntity>
    <BulkImport>true</BulkImport>
    <DOA_PathID>3</DOA_PathID>
    <DOA_ProcessId>2</DOA_ProcessId>
    <IsDefault>true</IsDefault>
    <IsEnabled>true</IsEnabled>
    <PathDesc>sample string 4</PathDesc>
    <TOSource>sample string 5</TOSource>
    <TenantId>1</TenantId>
  </DOAPathsEntity>
  <DOAPathsEntity>
    <BulkImport>true</BulkImport>
    <DOA_PathID>3</DOA_PathID>
    <DOA_ProcessId>2</DOA_ProcessId>
    <IsDefault>true</IsDefault>
    <IsEnabled>true</IsEnabled>
    <PathDesc>sample string 4</PathDesc>
    <TOSource>sample string 5</TOSource>
    <TenantId>1</TenantId>
  </DOAPathsEntity>
</ArrayOfDOAPathsEntity>