GET DocumentUserDefinedFields/GetEntries
Gets a list of Document User Defined Field Entries
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Document User Defined Fields EntryName | Type | Additional information | Description |
---|---|---|---|
TotalResults | integer |
None. |
|
ReturnedResults | integer |
None. |
|
Results | Collection of Document User Defined Fields Entry |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalResults": 1, "ReturnedResults": 2, "Results": [ { "ID": 1, "DocumentHeaderId": 2, "TextField1": "sample string 3", "TextField2": "sample string 4", "TextField3": "sample string 5", "DateField1": "2024-11-15", "DateField2": "2024-11-15", "DateField3": "2024-11-15" }, { "ID": 1, "DocumentHeaderId": 2, "TextField1": "sample string 3", "TextField2": "sample string 4", "TextField3": "sample string 5", "DateField1": "2024-11-15", "DateField2": "2024-11-15", "DateField3": "2024-11-15" } ] }