GET ProfilesChanged

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

ChangeTypes

Collection of ProfileChangeTypeEnum

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProfileChangeResultDto
NameDescriptionTypeAdditional information
ProfileId

integer

None.

DateChanged

date

None.

ChangeType

ProfileChangeTypeEnum

None.

Response Formats

application/json, text/json

Sample:
  • [
      {
      • "ProfileId": 1,
      • "DateChanged": "2024-05-16T23:33:32.7345042Z",
      • "ChangeType": 0
      },
      {
      • "ProfileId": 1,
      • "DateChanged": "2024-05-16T23:33:32.7345042Z",
      • "ChangeType": 0
      }
    ]