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(required): 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(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 Type based on given id.
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 : 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