Retrieve the Audit Information for the Given ID
get
/service/lmc/instruction/{id}/history
This endpoint is used to retrieve the audit information for the given sweep instruction ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
Id of the user that needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the instruction based on given id.
Root Schema : LmmTmSweepInstructionServiceCollection
Type:
object
Collection of sweepinstruction.
Show Source
Nested Schema : LmmTmSweepInstructionDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
-
object
LmmTmSweepInstructionDTO-allOf[1]
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:
string
-
instructionId:
string
-
LmmTmSweepInstructionDetailsDTO:
array LmmTmSweepInstructionDetailsDTO
-
productCode:
string
Nested Schema : LmmTmSweepInstructionDetailsDTO
Type:
Show Source
array
-
Array of:
object LmmTmSweepInstructionDetailsDTO
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error