Retrieve The User Assignment By Given ID
get
/api/1.0/userassignment/{id}/history
This service is used to retrieves the User Assignment by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
ID of the User Assignment 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.
Root Schema : DmTmUserAssignmentCollection
Type:
object
Collection of User Assignments.
Show Source
-
data:
array data
-
paging:
object PagingDto
Paging data transfer object.
Nested Schema : PagingDto
Type:
object
Paging data transfer object.
Show Source
-
totalResults:
integer
Total results
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