GET api/ReferenceDocuments

Gets all grower number records.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of grower number records.

Collection of ReferenceDocument
NameDescriptionTypeAdditional information
ID

The ID of the record.

integer

None.

Name

The name of the reference document.

string

None.

Filename

The filename that should be used for this document.

string

None.

FileContents

The binary contents of the document.

Collection of byte

None.

Modified

The date this reference document was last modified.

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "Filename": "sample string 3",
    "FileContents": "QEA=",
    "Modified": "2026-03-06T22:28:55.5088403-05:00"
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "Filename": "sample string 3",
    "FileContents": "QEA=",
    "Modified": "2026-03-06T22:28:55.5088403-05:00"
  }
]