Retrieve Lookup Type by ID
get
/obedm-common-services/lookuptype/{id}
This endpoint is used to retrieve the Lookup Type by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
ID of the user that needs to be fetched.
Query Parameters
-
version: string
Version 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 the Lookup Type based on given id.
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.
500 Response
Internal error