Get all valid Instruction
get
/service/lmc/instruction
This endpoints is used to get all valid instruction maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
instructionDescription(optional): string
-
instructionId(optional): string
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
productCode(optional): string
-
recordStat(optional): string
-
reverseSweepInstruction(optional): string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Root Schema : LmmTmSweepInstructionServiceCollection
Type:
object
Collection of sweepinstruction.
Show Source
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 : LmmTmSweepInstructionDTO-allOf[1]
Type:
Show Source
object
-
instructionDescription(optional):
string
Maximum Length:
100
-
instructionId:
string
Minimum Length:
1
Maximum Length:10
Pattern:[a-zA-Z0-9]{0,10}
-
LmmTmSweepInstructionDetailsDTO(optional):
array LmmTmSweepInstructionDetailsDTO
-
productCode:
string
Maximum Length:
10
Nested Schema : LmmTmSweepInstructionDetailsDTO
Type:
Show Source
object
-
id(optional):
string
Maximum Length:
36
-
mandatory(optional):
string
Maximum Length:
1
Pattern:[Y,N]
-
parameterName(optional):
string
Maximum Length:
25
-
parameterValue(optional):
string
Maximum Length:
100
-
sweepInstructionId:
string
Maximum Length:
36
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