GET Forms/EntryAuditLog

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Match

FormMatchCriteriaStringType

None.

AuditLogIDs

Collection of integer

None.

FormEntryID

integer

None.

AuditType

FormAuditType

None.

CreatedDateUtcMin

date

None.

CreatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FormEntryAuditLogDto
NameDescriptionTypeAdditional information
AuditLogID

integer

None.

FormEntryID

integer

None.

AuditType

FormAuditType

None.

Created

FormAuditDataExDto

None.

Changes

Collection of FormEntryAuditLogChangeDto

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "auditLogID": 1,
    "formEntryID": 2,
    "auditType": 1,
    "created": {
      "userID": 1,
      "dateUtc": "2024-12-04T07:49:44.4915231+00:00",
      "userName": "sample string 3"
    },
    "changes": [
      {
        "auditLogChangeID": 1,
        "auditLogID": 2,
        "parentType": 1,
        "parentKey": "sample string 3",
        "oldValue": "sample string 4",
        "newValue": "sample string 5",
        "created": {
          "userID": 1,
          "dateUtc": "2024-12-04T07:49:44.4915231+00:00",
          "userName": "sample string 3"
        },
        "summary": "Changed from (sample string 4) to (sample string 5)"
      },
      {
        "auditLogChangeID": 1,
        "auditLogID": 2,
        "parentType": 1,
        "parentKey": "sample string 3",
        "oldValue": "sample string 4",
        "newValue": "sample string 5",
        "created": {
          "userID": 1,
          "dateUtc": "2024-12-04T07:49:44.4915231+00:00",
          "userName": "sample string 3"
        },
        "summary": "Changed from (sample string 4) to (sample string 5)"
      }
    ]
  },
  {
    "auditLogID": 1,
    "formEntryID": 2,
    "auditType": 1,
    "created": {
      "userID": 1,
      "dateUtc": "2024-12-04T07:49:44.4915231+00:00",
      "userName": "sample string 3"
    },
    "changes": [
      {
        "auditLogChangeID": 1,
        "auditLogID": 2,
        "parentType": 1,
        "parentKey": "sample string 3",
        "oldValue": "sample string 4",
        "newValue": "sample string 5",
        "created": {
          "userID": 1,
          "dateUtc": "2024-12-04T07:49:44.4915231+00:00",
          "userName": "sample string 3"
        },
        "summary": "Changed from (sample string 4) to (sample string 5)"
      },
      {
        "auditLogChangeID": 1,
        "auditLogID": 2,
        "parentType": 1,
        "parentKey": "sample string 3",
        "oldValue": "sample string 4",
        "newValue": "sample string 5",
        "created": {
          "userID": 1,
          "dateUtc": "2024-12-04T07:49:44.4915231+00:00",
          "userName": "sample string 3"
        },
        "summary": "Changed from (sample string 4) to (sample string 5)"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfFormEntryAuditLogDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlayaCare.Residential.Models.Forms">
  <FormEntryAuditLogDto>
    <AuditLogID>1</AuditLogID>
    <AuditType>Edit</AuditType>
    <Changes>
      <FormEntryAuditLogChangeDto>
        <AuditLogChangeID>1</AuditLogChangeID>
        <AuditLogID>2</AuditLogID>
        <Created>
          <DateUtc>2024-12-04T07:49:44.4915231+00:00</DateUtc>
          <UserName>sample string 3</UserName>
          <UserID>1</UserID>
        </Created>
        <NewValue>sample string 5</NewValue>
        <OldValue>sample string 4</OldValue>
        <ParentKey>sample string 3</ParentKey>
        <ParentType>Entry</ParentType>
      </FormEntryAuditLogChangeDto>
      <FormEntryAuditLogChangeDto>
        <AuditLogChangeID>1</AuditLogChangeID>
        <AuditLogID>2</AuditLogID>
        <Created>
          <DateUtc>2024-12-04T07:49:44.4915231+00:00</DateUtc>
          <UserName>sample string 3</UserName>
          <UserID>1</UserID>
        </Created>
        <NewValue>sample string 5</NewValue>
        <OldValue>sample string 4</OldValue>
        <ParentKey>sample string 3</ParentKey>
        <ParentType>Entry</ParentType>
      </FormEntryAuditLogChangeDto>
    </Changes>
    <Created>
      <DateUtc>2024-12-04T07:49:44.4915231+00:00</DateUtc>
      <UserName>sample string 3</UserName>
      <UserID>1</UserID>
    </Created>
    <FormEntryID>2</FormEntryID>
  </FormEntryAuditLogDto>
  <FormEntryAuditLogDto>
    <AuditLogID>1</AuditLogID>
    <AuditType>Edit</AuditType>
    <Changes>
      <FormEntryAuditLogChangeDto>
        <AuditLogChangeID>1</AuditLogChangeID>
        <AuditLogID>2</AuditLogID>
        <Created>
          <DateUtc>2024-12-04T07:49:44.4915231+00:00</DateUtc>
          <UserName>sample string 3</UserName>
          <UserID>1</UserID>
        </Created>
        <NewValue>sample string 5</NewValue>
        <OldValue>sample string 4</OldValue>
        <ParentKey>sample string 3</ParentKey>
        <ParentType>Entry</ParentType>
      </FormEntryAuditLogChangeDto>
      <FormEntryAuditLogChangeDto>
        <AuditLogChangeID>1</AuditLogChangeID>
        <AuditLogID>2</AuditLogID>
        <Created>
          <DateUtc>2024-12-04T07:49:44.4915231+00:00</DateUtc>
          <UserName>sample string 3</UserName>
          <UserID>1</UserID>
        </Created>
        <NewValue>sample string 5</NewValue>
        <OldValue>sample string 4</OldValue>
        <ParentKey>sample string 3</ParentKey>
        <ParentType>Entry</ParentType>
      </FormEntryAuditLogChangeDto>
    </Changes>
    <Created>
      <DateUtc>2024-12-04T07:49:44.4915231+00:00</DateUtc>
      <UserName>sample string 3</UserName>
      <UserID>1</UserID>
    </Created>
    <FormEntryID>2</FormEntryID>
  </FormEntryAuditLogDto>
</ArrayOfFormEntryAuditLogDto>

application/x-compressed-json

Sample:
��R�j1��0��k��,�\�J�'�K�̸6ɒd)��e�$�qWpQ/^��g�ޛ����� +�
6{�&��N����C͒��%6�¡�@����3*�>�0��(e#�g�I����OҌ��!��RH���ԑ��e���29�&*�H��ѱ���b]��_)����|��
{�P_��.�y
�^3����Z���v]E��j�pft@�=of�HП�sͻ����G�����)����