Retrieve Unauthorized Segment by Given ID
get
/api/1.0/segment/{id}/unauthorized
This endpoint is used to retrieve the Segment Identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Id of the user that needs 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
200 Response
Returns the Segment based on given id.
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 : DmTmSegmentDTO-allOf[1]
Type:
Show Source
object
-
DmTmSelectionCriteriaDTO(optional):
array DmTmSelectionCriteriaDTO
List of Rule
-
DmTmStrategyDTO(optional):
array DmTmStrategyDTO
List of Strategy
-
effectiveDt(optional):
string
Effective Date
-
expiryDt(optional):
string
Expiry Date
-
groupingBasis(optional):
string
Grouping Basis
-
ignoreGroupBasisFlag(optional):
boolean
Ignore Group Basis Flag
-
productProcessorCd(optional):
string
Product Processor Code
-
segmentCd(optional):
string
Segment Code
-
segmentDescription(optional):
string
Segment Description
Nested Schema : DmTmSelectionCriteriaDTO
Type:
Show Source
object
-
id(optional):
string
ID
-
ruleCode(optional):
string
Rule Code
-
segmentMasterId(optional):
string
Segment Master ID
Nested Schema : DmTmStrategyDTO
Type:
Show Source
object
-
callDetails(optional):
string
Call Details
-
enabledFlag(optional):
boolean
Enabled Flag
-
id(optional):
string
ID
-
segmentMasterId(optional):
string
Segment Master ID
-
seqNo(optional):
integer
Minimum Value:
0
Maximum Value:999
Seq Number -
strategyCode(optional):
string
Strategy Code
-
userAssignmentCode(optional):
string
User Assignment Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error