FileFormatListResponseDto Data Type

API response containing a list of File format Dto

Implemented Interfaces
Serializable
Properties
name data type description
dto array of FileFormatDto A list of File format dto
paging PagingAndFiltering The paging.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "dto" : [ {
    "id" : 12345,
    "fileNamePattern" : "...",
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "fileNameUniqueness" : true,
    "fileTypes" : [ "...", "..." ],
    "description" : "...",
    "configurationTemplate" : "...",
    "recordName" : "...",
    "updatedCode" : "...",
    "inputDirectory" : "...",
    "outputDirectory" : "...",
    "rejectDirectory" : "...",
    "archiveDirectory" : "...",
    "jobCode" : "..."
  }, {
    "id" : 12345,
    "fileNamePattern" : "...",
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "fileNameUniqueness" : true,
    "fileTypes" : [ "...", "..." ],
    "description" : "...",
    "configurationTemplate" : "...",
    "recordName" : "...",
    "updatedCode" : "...",
    "inputDirectory" : "...",
    "outputDirectory" : "...",
    "rejectDirectory" : "...",
    "archiveDirectory" : "...",
    "jobCode" : "..."
  } ],
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "ASCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}