Get All Valid Lookup Type
get
/obedm-common-services/lookuptype
This endpoint is used to Get all valid Lookup Type maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat(optional): string
Authorization Status that needs to be fetched.
-
includecloseandunauth(optional): boolean
Include close and Authorization need to be set to fetch summary record, default value is false.
-
limit(optional): integer
Limit is maximum number of records to be fetched.
-
lookupTypeCd(optional): string
LookupTypeCd that needs to be fetched.
-
lookupTypeDesc(optional): string
LookupTypeDesc that needs to be fetched.
-
offset(optional): integer
Offset is starting number of records to be fetched.
-
recordStat(optional): string
Record Status that needs to be fetched.
-
sysDefFlg(optional): boolean
System Definition Flag 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
201 Response
Returns message of success or failure.
Headers
-
Location: string
Additional information of the Valid Lookup Type.
Nested Schema : DmTmLookupTypeDTO
Type:
Show Source
object-
DmTmLookupCodeDTO(optional):
array DmTmLookupCodeDTO
-
lookupTypeCd(optional):
string
The lookup type code.
-
lookupTypeDesc(optional):
string
The lookup type description.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input.
500 Response
Internal error.