Retrieve All Unauthorized Records for Lookup Type by Given ID
get
/obedm-common-services/lookuptype/{id}/unauthorized
This endpoint is used to retrieve all the unauthorized records for Lookup Type identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Id of the user that needs to be fetched
Header Parameters
-
appId: string
The ID of the Application.
-
branchCode: string
The branch code associated with the request.
-
contentType(optional): string
The Content Type of the request.
-
tenantId(optional): string
The ID of the Tenant.
-
userId: string
The ID of the User.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns all the unauthorized records for the Lookup Type based on given ID.
Root Schema : DmTmLookupTypeCollection
Type:
object
A collection of lookup type.
Show Source
-
data(optional):
array data
An array of Lookup Type DTO objects.
-
paging(optional):
object PagingDto
Nested Schema : PagingDto
Type:
Show Source
object
-
totalResults(optional):
integer
Total number of results available.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : DmTmLookupTypeDTO-allOf[1]
Type:
Show Source
object
-
DmTmLookupCodeDTO(optional):
array DmTmLookupCodeDTO
-
lookupTypeCd(optional):
string
The code representing the type of the lookup.
-
lookupTypeDesc(optional):
string
A description of the type of the lookup.
-
sysDefFlg(optional):
boolean
A flag indicating whether this lookup is a system default.
-
sysDefStatus(optional):
string
The status of the system default lookup.
Nested Schema : DmTmLookupCodeDTO
Type:
Show Source
object
-
enabledFlg(optional):
boolean
The flag indicating if the lookup is enabled.
-
id(optional):
string
The unique identifier for the lookup.
-
lookupCd(optional):
string
The code for the lookup.
-
lookupDesc(optional):
string
The description for the lookup.
-
lookupTypeMasterId(optional):
string
The unique identifier for the lookup type of this lookup.
-
seqNo(optional):
integer
Minimum Value:
0
Maximum Value:999
The sequence number of the lookup. -
subCodeOne(optional):
string
The first sub-code for the lookup.
-
subCodeTwo(optional):
string
The second sub-code for the lookup.
-
sysDefFlg(optional):
boolean
The flag indicating if the lookup is system-defined.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.