Retrieve The User Assignment By ID
get
/api/1.0/userassignment/{id}
This service is used to retrieve the User Assignment by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
Key of the User Assignment maintenance.
Query Parameters
-
version(required): string
Version ID of the User Assignment record that needs to be fetched.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the User Assignment 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 : DmTmUserAssignmentDTO-allOf[1]
Type:
Show Source
object
-
assigmentMethodCd:
string
Assignment Method Code
-
assignmentCd:
string
Assignment Code
-
assignmentDescr:
string
Assignment Description
-
DmTmUserAssignmentGroupsDTO:
array DmTmUserAssignmentGroupsDTO
-
effectiveDate:
string
Effective Date
-
expiryDate:
string
Expiry Date
-
groupBasis:
string
Group Basis
-
ignoreGroupBasisFlg:
boolean
Ignore Group Basis Flag
-
priority:
integer
Priority
-
productProcessorCd:
string
Product Processor Code
-
ruleCd:
string
Rule Code
-
specialFlg:
boolean
Specialised Flag
Nested Schema : DmTmUserAssignmentGroupsDTO
Type:
Show Source
object
-
activeFlg:
boolean
Active Flag
-
id:
string
ID of the User Group
-
userAssignmentMasterId:
string
ID of the User Assignment
-
userGroupCd:
string
User Group Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error