Alokai

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

NameRequiredTypeDescription
orgDocumentsRequiredArray<OrgDocument>List of organizational documents. {Array<OrgDocument>} OrgDocumentList
orgDocumentTypesOptionalArray<OrgDocumentType>List of organizational document types. {Array<OrgDocumentType>} OrgDocumentList
paginationRequiredDeprecatedPagination{DeprecatedPagination} OrgDocumentList
sortsOptionalArray<Sort>List of sort codes {Array<Sort>} OrgDocumentList

Referenced Types

On this page