Get All Valid User Assignment
get
/api/1.0/userassignment
This endpoint is used to get all valid User Assignment maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
assigmentMethodCd(optional): string
Assignment Method of the User Assignment that needs to be fetched.
-
assignmentCd(optional): string
Code of the User Assignment that needs to be fetched.
-
assignmentDescr(optional): string
Description of the User Assignment that needs to be fetched.
-
authStatus(optional): string
Authorization status of the User Assignment to be fetched.
-
ignoreGroupBasisFlg(optional): string
Ignore Group Basis of the User Assignment that needs to be fetched.
-
includecloseandunauth(optional): boolean
Include close and unauthorized value need to be provided to fetch summary record, default value is false.
-
limit(optional): integer
Limit is maximum number of records to be fetched.
-
offset(optional): integer
Offset is starting number of records to be fetched.
-
recordStatus(optional): string
Record status of the User Assignment to be fetched.
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
userId: string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns valid User Assignments.
Headers
-
Location: string
URL details.
Nested Schema : PagingDto
Type:
Show Source
object
-
totalResults(optional):
integer
Total number of results available.
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(optional):
string
Assignment Method Code
-
assignmentCd(optional):
string
Assignment Code
-
assignmentDescr(optional):
string
Assignment Description
-
DmTmUserAssignmentGroupsDTO(optional):
array DmTmUserAssignmentGroupsDTO
-
effectiveDate(optional):
string
Effective Date
-
expiryDate(optional):
string
Expiry Date
-
groupBasis(optional):
string
Group Basis
-
ignoreGroupBasisFlg(optional):
boolean
Ignore Group Basis Flag
-
priority(optional):
integer
Priority
-
productProcessorCd(optional):
string
Product Processor Code
-
ruleCd(optional):
string
Rule Code
Nested Schema : DmTmUserAssignmentGroupsDTO
Type:
Show Source
object
-
activeFlg(optional):
boolean
Active Flag
-
id(optional):
string
ID of the User Group
-
userAssignmentMasterId(optional):
string
ID of the User Assignment
-
userGroupCd(optional):
string
User Group Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error