Get All Valid User Assignment
get
/api/1.0/userassignment
This service is used to get all valid User Assignment maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
assigmentMethodCd: string
Assignment Method of the User Assignment that needs to be fetched.
-
assignmentCd: string
Code of the User Assignment that needs to be fetched.
-
assignmentDescr: string
Description of the User Assignment that needs to be fetched.
-
authStatus: string
Authorization status of the User Assignment to be fetched.
-
ignoreGroupBasisFlg: string
Ignore Group Basis of the User Assignment that needs to be fetched.
-
includecloseandunauth: boolean
Include close and unauthorized value need to be provided to fetch summary record, default value is false.
-
limit: integer
Limit is maximum number of records to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
-
recordStatus: string
Record status of the User Assignment 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
201 Response
Returns valid User Assignments.
Headers
-
Location: string
URL details.
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.
405 Response
Invalid input
500 Response
Internal error