GET api/LookupItem/GetParentTitle?tenantId={tenantId}&type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantId

integer

Required

type

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponseEnvelop
NameDescriptionTypeAdditional information
Result

Object

None.

IsError

boolean

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": {},
  "IsError": true,
  "ErrorMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<ApiResponseEnvelop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HumanInLoop.Core.Models">
  <ErrorMessage>sample string 3</ErrorMessage>
  <IsError>true</IsError>
  <Result />
</ApiResponseEnvelop>