POST api/crmconnect/property/getdocuments

Get a list of documents from the old crm for a property Processes this crm connect API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

A value usable to identify the item in the crm, this key is generated by the selected domain service

Object

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{}

Response Information

Resource Description

The response returned after the operation completes.

Collection of CrmConnectDocumentLinkDataContract
NameDescriptionTypeAdditional information
Uri

The uri value.

string

None.

FileName

The file name value.

string

None.

FileExtension

The file extension value.

string

None.

Description

The description value.

string

None.

DocumentType

The document type value.

EnumDataContract

None.

DocumentSubType

The document sub type value.

EnumDataContract

None.

IsPublic

Indicates whether this item is public.

boolean

None.

MimeType

The mime type value.

string

None.

DateStamp

The date stamp, expressed as a date and time.

date

None.

NavigationContextJson

The navigation context json value.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Uri": "sample string 1",
    "FileName": "sample string 2",
    "FileExtension": "sample string 3",
    "Description": "sample string 4",
    "DocumentType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "DocumentSubType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "IsPublic": true,
    "MimeType": "sample string 6",
    "DateStamp": "2026-07-23T08:18:43.8606417Z",
    "NavigationContextJson": "sample string 8"
  },
  {
    "Uri": "sample string 1",
    "FileName": "sample string 2",
    "FileExtension": "sample string 3",
    "Description": "sample string 4",
    "DocumentType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "DocumentSubType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "IsPublic": true,
    "MimeType": "sample string 6",
    "DateStamp": "2026-07-23T08:18:43.8606417Z",
    "NavigationContextJson": "sample string 8"
  }
]