Get All Valid Strategies
get
/api/1.0/strategymaintenance
This endpoint is used to get all the valid Strategies.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Authorize status of the strategies to be fetched
-
code: string
Code of the strategy to be fetched
-
description: string
Description of the strategies to be fetched
-
includecloseandunauth: boolean
Include close and unauthorized need to be set to fetch summary record, default value is false
-
limit: integer
Limit is maximum no of records to be fetched
-
offset: integer
Offset is starting no of records to be fetched
-
recordStat: string
Record status of the strategies 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 message of success or failure
Headers
Root Schema : DmTmStrategymaintenanceCollection
Type:
object
Collection of strategymaintenance.
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 : DmTmStrategymaintenanceDTO-allOf[1]
Type:
Show Source
object
-
code:
string
Code
-
description:
string
Description
-
DmTmTaskDTO:
array DmTmTaskDTO
-
effectiveDate:
string
Effective date
-
expiryDate:
string
Expiry date
Nested Schema : DmTmTaskDTO
Type:
Show Source
object
-
dependency:
string
Dependency
-
DmTmAdviceDTO:
array DmTmAdviceDTO
-
escalation:
string
Escalation
-
expiration:
string
Expiration
-
id:
string
ID
-
mandatory:
boolean
Mandatory
-
sequence:
integer
Sequence
-
strategymaintenanceMasterId:
string
Strategy maintenance master ID
-
taskName:
string
Task name
-
waitPeriod:
string
Wait Period
Nested Schema : DmTmAdviceDTO
Type:
Show Source
object
-
code:
string
-
default:
boolean
Default
-
description:
string
-
id:
string
ID
-
selected:
boolean
-
TaskMasterId:
string
Task master ID
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