Retrieve Lookup Codes by Given Lookup Type
get
/obedm-common-services/lookuptype/lookuplov/{lookupTypeCd}
This endpoint is used to retrieve Lookup Codes by given Lookup Type.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
lookupTypeCd(required): string
Lookup Type for which Lookup codes need to be fetched.
Query Parameters
-
authStat: string
Authorization Status that needs to be fetched.
-
lookupCd: string
Lookup Code that needs to be fetched.
-
lookupDesc: string
Lookup Description that needs to be fetched.
-
recordStat: string
Record Status that needs to be fetched.
Header Parameters
-
appId(required): string
The ID of the Application.
-
branchCode(required): string
The branch code associated with the request.
-
contentType: string
The Content Type of the request.
-
tenantId: string
The ID of the Tenant.
-
userId(required): string
The ID of the User.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the Lookup Codes based on given Lookup Type.
Root Schema : DmTmLookupCodeCollection
Type:
object
A collection of lookupCode.
Show Source
-
data:
array data
An array of Lookup Code objects.
Nested Schema : DmTmLookupCodeDTO
Type:
Show Source
object
-
lookupCd:
string
Lookup code
-
lookupDesc:
string
Lookup Description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error