Retrieve Seed Data Configuration by Given ID
get
/api/1.0/seeddataconfig/{id}/history
This endpoint is used to retrieve the Seed Data Configuration by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
ID of the user that needs 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
200 Response
Returns the Seed Data Configuration based on given ID.
Root Schema : DmTmSeedDataConfigCollection
Type:
object
Collection of Seed Data Configuration.
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 : DmTmSeedDataConfigDTO-allOf[1]
Type:
Show Source
object
-
DmTmSeedDataDtlsDTO:
array DmTmSeedDataDtlsDTO
-
seedTypeCd:
string
Seed Type Code
-
total:
number
Total
Nested Schema : DmTmSeedDataDtlsDTO
Type:
Show Source
object
-
contactCatCd:
string
Contact Category Code
-
description:
string
Description
-
DmTmSeedDataPpcMappingDTO:
array DmTmSeedDataPpcMappingDTO
-
id:
string
ID
-
langCd:
string
Language Code
-
partyPrimaryFlg:
string
Party Primary Flag
-
productTypeCd:
string
Product Type Code
-
seedCd:
string
Seed Code
-
seedDataConfigMasterId:
string
Seed Data Config Master ID
Nested Schema : DmTmSeedDataPpcMappingDTO
Type:
Show Source
object
-
comments:
string
Comments
-
id:
string
ID
-
productProcessorCd:
string
-
seedDataDtlsMasterId:
string
Seed Data Details Master ID
-
value:
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error