Retrieve History of Lookup Type by Given ID
get
/obedm-common-services/lookuptype/{id}/history
This endpoint is used to retrieve history of the Lookup Type by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
ID of the user 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 history of the Lookup Type based on given ID.
Nested Schema : DmTmLookupTypeDTO
Type:
Show Source
object
-
DmTmLookupCodeDTO:
array DmTmLookupCodeDTO
-
lookupTypeCd:
string
The lookup type code.
-
lookupTypeDesc:
string
The lookup type description.
Nested Schema : DmTmLookupCodeDTO
Type:
Show Source
object
-
enabledFlg:
boolean
-
id:
string
-
lookupCd:
string
-
lookupDesc:
string
-
lookupTypeMasterId:
string
-
seqNo:
integer
Minimum Value:
0
Maximum Value:999
-
subCodeOne:
string
-
subCodeTwo:
string
-
sysDefFlg:
boolean
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error