OrgDocumentList
Representation of a list of organizational documents for the organizational unit. OrgDocumentList
export interface OrgDocumentList {
'orgDocuments': Array<OrgDocument>;
'orgDocumentTypes'?: Array<OrgDocumentType>;
'pagination': DeprecatedPagination;
'sorts'?: Array<Sort>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
orgDocuments | Required | Array<OrgDocument> | List of organizational documents. {Array<OrgDocument>} OrgDocumentList |
orgDocumentTypes | Optional | Array<OrgDocumentType> | List of organizational document types. {Array<OrgDocumentType>} OrgDocumentList |
pagination | Required | DeprecatedPagination | {DeprecatedPagination} OrgDocumentList |
sorts | Optional | Array<Sort> | List of sort codes {Array<Sort>} OrgDocumentList |