Retrives the system dates by given ID
get
/systemdates/{id}/history
This endpoint is used to get the system dates by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Id of the user that needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the systemdates based on given id.
Root Schema : CmcTmSystemDatesCollection
Type:
object
Collection of systemdates.
Show Source
-
data(optional):
array data
-
paging(optional):
object PagingDto
Contains the paging data like Total Results and Next/Prev Links
Nested Schema : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
Nested Schema : CmcTmSystemDatesDto
Type:
object
Match All
Show Source
-
allOf
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
-
object
CmcTmSystemDatesDto-allOf[1]
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CmcTmSystemDatesDto-allOf[1]
Type:
Show Source
object
-
branchCode:
string
Minimum Length:
0
Maximum Length:3
-
nextWorkingDay(optional):
string
-
prevWorkingDay(optional):
string
-
today(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error