GET api/UploadedFile/drawings/{applicationId}/{stepCode}/{fileTypeCode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
applicationId
No documentation available.

Define this parameter in the request URI.

stepCode
No documentation available.

Define this parameter in the request URI.

fileTypeCode
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Item1": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "FileAttachment": "QEBA",
        "FileUrl": "sample string 1",
        "IsFileTooLarge": true,
        "ParentKeyId": 1,
        "ParentFolderName": "sample string 3",
        "IsDisabled": true,
        "FileRequiredFlag": true,
        "DropzoneText": "sample string 6",
        "DisableAutomaticUpload": true,
        "SharepointFilePath": "sample string 8",
        "MaxFileCount": 1,
        "MaxFileSize": 1,
        "IsAttached": true,
        "FileTypeCode": "sample string 10",
        "DoesFileGenerate": true,
        "HasFileBeenGenerated": true,
        "IsShowingLink": true,
        "SubmittedVersionNo": 1,
        "ApplicationId": 14,
        "StampImagePath": "sample string 15",
        "CurrentApplicationStep": "sample string 16",
        "FetchStamped": true,
        "IsStepFile": true,
        "IsStepReadOnly": true,
        "IsSequenceNumberRequired": true,
        "IsAutoCommit": true,
        "StakeholderId": 22,
        "StakeholderType": "sample string 23",
        "DocumentTypes": {
          "$id": "4",
          "$values": [
            {
              "$id": "5",
              "CodeLovId": 1,
              "CodeType": "sample string 2",
              "Description": "sample string 3",
              "AlternativeDesc": "sample string 4",
              "ShortDesc": "sample string 5",
              "ActiveFlag": true,
              "SequenceNo": 1,
              "SystemCode": "sample string 7",
              "IsStreetAddressFlag": true
            },
            {
              "$ref": "5"
            },
            {
              "$ref": "5"
            }
          ]
        },
        "OtherFileTypeLovId": 24,
        "FileTypeName": "sample string 25",
        "AcceptedFileTypes": "sample string 26",
        "IsLabeled": true,
        "IsImage": true,
        "CreatedBy": "sample string 29",
        "ModifiedBy": "sample string 30",
        "UploadedFileScanDataId": "sample string 31",
        "ApplicationTypeCode": "sample string 32",
        "ActionToCall": "sample string 33",
        "IsUploadHeritageItem": true,
        "IsAllRecordsErrors": true,
        "UploadHeritageItems": {
          "$id": "6",
          "$values": [
            {
              "$id": "7",
              "ApplicationId": 1,
              "ItemId": 2,
              "Address": "sample string 3",
              "ModifiedDate": "2024-11-09T13:18:04.101785+11:00",
              "ItemName": "sample string 5",
              "StreetNo": "sample string 6",
              "StreetAddress": "sample string 7",
              "Suburb": "sample string 8",
              "Postcode": "sample string 9",
              "PhysicalDescription": "sample string 10",
              "StatementSignificance": "sample string 11",
              "History": "sample string 12"
            },
            {
              "$ref": "7"
            },
            {
              "$ref": "7"
            }
          ]
        },
        "Entity": {
          "$id": "8",
          "PK": 1
        },
        "Validation": {
          "$id": "9",
          "SuccessOutput": {
            "$id": "10"
          },
          "Success": true,
          "ErrorMessages": null,
          "WarningMessages": {
            "$id": "11",
            "$values": [
              "sample string 1",
              "sample string 2",
              "sample string 3"
            ]
          },
          "InfoMessages": {
            "$id": "12",
            "$values": [
              "sample string 1",
              "sample string 2",
              "sample string 3"
            ]
          },
          "DatabaseErrorMessage": "sample string 3",
          "SuccessMessage": "sample string 4",
          "RelatedKeyId": "sample string 5"
        },
        "PageAccess": {
          "$id": "13",
          "PageCode": "sample string 1",
          "StepAccesses": {
            "$id": "14",
            "$values": [
              {
                "$id": "15",
                "StageCode": "sample string 1",
                "StepCode": "sample string 2"
              },
              {
                "$ref": "15"
              },
              {
                "$ref": "15"
              }
            ]
          },
          "Positions": {
            "$id": "16",
            "$values": [
              "sample string 1",
              "sample string 2",
              "sample string 3"
            ]
          }
        },
        "UserRole": 0
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Item2": {
    "$ref": "3"
  }
}