Variables
Const AccountApi
AccountApi: { accountGetLoginUrls: any ; accountLogout: any } = ...
Type declaration
accountGetLoginUrls: function
accountGetLoginUrls( options?: any ) : AxiosPromise < LoginUrls >
Defined in Coscine.Api.STS/api.ts:175
Parameters
Returns AxiosPromise < LoginUrls >
accountLogout: function
accountLogout( options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:184
Parameters
Returns AxiosPromise < any >
Const AdminApi
AdminApi: { adminGetProject: any ; adminUpdateQuota: any } = ...
Type declaration
adminGetProject: function
adminGetProject( projectString: string , options?: any ) : AxiosPromise < AdminProjectObject >
Defined in Coscine.Api.Admin/api.ts:287
Parameters
projectString: string
Optional options: any
Returns AxiosPromise < AdminProjectObject >
adminUpdateQuota: function
adminUpdateQuota( projectId: string , resourceTypeId: string , updateQuotaParameterObject: UpdateQuotaParameterObject , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Admin/api.ts:299
Parameters
projectId: string
resourceTypeId: string
updateQuotaParameterObject: UpdateQuotaParameterObject
Optional options: any
Returns AxiosPromise < any >
Const BlobApi
BlobApi: { blobDeleteFileWithParameter: any ; blobGetFileWithParameter: any ; blobUploadFileWithParameter: any } = ...
Type declaration
blobDeleteFileWithParameter: function
blobDeleteFileWithParameter( resourceId: string , path?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Blob/api.ts:233
Parameters
resourceId: string
Optional path: string
Optional options: any
Returns AxiosPromise < any >
blobGetFileWithParameter: function
blobGetFileWithParameter( resourceId: string , path?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Blob/api.ts:244
Parameters
resourceId: string
Optional path: string
Optional options: any
Returns AxiosPromise < any >
blobUploadFileWithParameter: function
blobUploadFileWithParameter( resourceId: string , path?: string , files?: any [] , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Blob/api.ts:256
Parameters
resourceId: string
Optional path: string
Optional files: any []
Optional options: any
Returns AxiosPromise < any >
Const DisciplineApi
DisciplineApi: { apiV2DisciplinesOptions: any ; getDiscipline: any ; getDisciplines: any } = ...
Type declaration
apiV2DisciplinesOptions: function
apiV2DisciplinesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3425
Parameters
Returns AxiosPromise < void >
getDiscipline: function
getDiscipline( disciplineId: string , options?: any ) : AxiosPromise < DisciplineDtoResponse >
Defined in Coscine.Api/api.ts:3434
Parameters
disciplineId: string
Optional options: any
Returns AxiosPromise < DisciplineDtoResponse >
getDisciplines: function
getDisciplines( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < DisciplineDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:3445
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < DisciplineDtoIEnumerablePagedResponse >
Const HomeApi
HomeApi: { homeIndex: any } = ...
Type declaration
homeIndex: function
homeIndex( options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:296
Parameters
Returns AxiosPromise < any >
Const LanguageApi
LanguageApi: { apiV2LanguagesOptions: any ; getLanguage: any ; getLanguages: any } = ...
Type declaration
apiV2LanguagesOptions: function
apiV2LanguagesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3671
Parameters
Returns AxiosPromise < void >
getLanguage: function
getLanguage( languageId: string , options?: any ) : AxiosPromise < LanguageDtoResponse >
Defined in Coscine.Api/api.ts:3680
Parameters
languageId: string
Optional options: any
Returns AxiosPromise < LanguageDtoResponse >
getLanguages: function
getLanguages( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < LanguageDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:3691
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < LanguageDtoIEnumerablePagedResponse >
Const LicenseApi
LicenseApi: { apiV2LicensesOptions: any ; getLicense: any ; getLicenses: any } = ...
Type declaration
apiV2LicensesOptions: function
apiV2LicensesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3917
Parameters
Returns AxiosPromise < void >
getLicense: function
getLicense( licenseId: string , options?: any ) : AxiosPromise < LicenseDtoResponse >
Defined in Coscine.Api/api.ts:3926
Parameters
licenseId: string
Optional options: any
Returns AxiosPromise < LicenseDtoResponse >
getLicenses: function
getLicenses( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < LicenseDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:3937
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < LicenseDtoIEnumerablePagedResponse >
Const MergeApi
MergeApi: { mergeCallback: any ; mergeLogin: any } = ...
Type declaration
mergeCallback: function
mergeCallback( returnUrl?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:448
Parameters
Optional returnUrl: string
Optional options: any
Returns AxiosPromise < any >
mergeLogin: function
mergeLogin( returnUrl?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:457
Parameters
Optional returnUrl: string
Optional options: any
Returns AxiosPromise < any >
Const MetadataApi
MetadataApi: { metadataGetClassInstances: any ; metadataGetProfile: any ; metadataGetProfiles: any ; metadataGetVocabularies: any ; metadataGetVocabulary: any ; metadataSaveApplicationProfile: any } = ...
Type declaration
metadataGetClassInstances: function
metadataGetClassInstances( className: string , options?: any ) : AxiosPromise < BilingualLabels >
Defined in Coscine.Api.Metadata/api.ts:407
Parameters
className: string
Optional options: any
Returns AxiosPromise < BilingualLabels >
metadataGetProfile: function
metadataGetProfile( profile: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Metadata/api.ts:417
Parameters
profile: string
Optional options: any
Returns AxiosPromise < any >
metadataGetProfiles: function
metadataGetProfiles( options?: any ) : AxiosPromise < string [] >
Defined in Coscine.Api.Metadata/api.ts:426
Parameters
Returns AxiosPromise < string [] >
metadataGetVocabularies: function
metadataGetVocabularies( options?: any ) : AxiosPromise < string [] >
Defined in Coscine.Api.Metadata/api.ts:435
Parameters
Returns AxiosPromise < string [] >
metadataGetVocabulary: function
metadataGetVocabulary( path: string , options?: any ) : AxiosPromise < BilingualLabels >
Defined in Coscine.Api.Metadata/api.ts:445
Parameters
path: string
Optional options: any
Returns AxiosPromise < BilingualLabels >
metadataSaveApplicationProfile: function
metadataSaveApplicationProfile( applicationProfile: ApplicationProfile , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Metadata/api.ts:455
Parameters
applicationProfile: ApplicationProfile
Optional options: any
Returns AxiosPromise < any >
Const NoticeApi
NoticeApi: { noticeGetMaintenance: any ; noticeGetNotice: any } = ...
Type declaration
noticeGetMaintenance: function
noticeGetMaintenance( options?: any ) : AxiosPromise < MaintenanceReturnObject >
Defined in Coscine.Api.Notices/api.ts:199
Parameters
Returns AxiosPromise < MaintenanceReturnObject >
noticeGetNotice: function
noticeGetNotice( documentSlug: string , language?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Notices/api.ts:211
Parameters
documentSlug: string
Optional language: string
Optional options: any
Returns AxiosPromise < any >
Const ORCiDApi
ORCiDApi: { oRCiDLoginGET: any ; oRCiDLoginPOST: any } = ...
Type declaration
oRCiDLoginGET: function
oRCiDLoginGET( returnUrl?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:631
Parameters
Optional returnUrl: string
Optional options: any
Returns AxiosPromise < any >
oRCiDLoginPOST: function
oRCiDLoginPOST( oRCiDJWT?: string , returnUrl?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:642
Parameters
Optional oRCiDJWT: string
Optional returnUrl: string
Optional options: any
Returns AxiosPromise < any >
Const OrganizationApi
OrganizationApi: { organizationGetOrganization: any ; organizationGetROR: any ; organizationIndex: any ; organizationIsMember: any ; organizationIsMember2: any } = ...
Type declaration
organizationGetOrganization: function
organizationGetOrganization( url: string , options?: any ) : AxiosPromise < WrapperObject >
Defined in Coscine.Api.Organization/api.ts:352
Parameters
url: string
Optional options: any
Returns AxiosPromise < WrapperObject >
organizationGetROR: function
organizationGetROR( filter?: string , options?: any ) : AxiosPromise < WrapperObject >
Defined in Coscine.Api.Organization/api.ts:362
Parameters
Optional filter: string
Optional options: any
Returns AxiosPromise < WrapperObject >
organizationIndex: function
organizationIndex( member?: number , filter?: string , options?: any ) : AxiosPromise < WrapperObject >
Defined in Coscine.Api.Organization/api.ts:373
Parameters
Optional member: number
Optional filter: string
Optional options: any
Returns AxiosPromise < WrapperObject >
organizationIsMember: function
organizationIsMember( url: string , options?: any ) : AxiosPromise < IsMemberObject >
Defined in Coscine.Api.Organization/api.ts:383
Parameters
url: string
Optional options: any
Returns AxiosPromise < IsMemberObject >
organizationIsMember2: function
organizationIsMember2( options?: any ) : AxiosPromise < WrapperObject >
Defined in Coscine.Api.Organization/api.ts:392
Parameters
Returns AxiosPromise < WrapperObject >
Const PidApi
PidApi: { apiV2PidsOptions: any ; sendEmailToOwner: any ; validatePid: any } = ...
Type declaration
apiV2PidsOptions: function
apiV2PidsOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4165
Parameters
Returns AxiosPromise < void >
sendEmailToOwner: function
sendEmailToOwner( prefix: string , id: string , pidEnquiryDto?: PidEnquiryDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4176
Parameters
prefix: string
id: string
Optional pidEnquiryDto: PidEnquiryDto
Optional options: any
Returns AxiosPromise < void >
validatePid: function
validatePid( prefix: string , id: string , options?: any ) : AxiosPromise < PidValidationDtoResponse >
Defined in Coscine.Api/api.ts:4186
Parameters
prefix: string
id: string
Optional options: any
Returns AxiosPromise < PidValidationDtoResponse >
Const ProjectApi
ProjectApi: { apiV2ProjectsOptions: any ; createProject: any ; deleteProject: any ; getProject: any ; getProjects: any ; updateProject: any } = ...
Type declaration
apiV2ProjectsOptions: function
apiV2ProjectsOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4568
Parameters
Returns AxiosPromise < void >
createProject: function
createProject( projectForCreationDto?: ProjectForCreationDto , options?: any ) : AxiosPromise < ProjectDtoResponse >
Defined in Coscine.Api/api.ts:4577
Parameters
Optional projectForCreationDto: ProjectForCreationDto
Optional options: any
Returns AxiosPromise < ProjectDtoResponse >
deleteProject: function
deleteProject( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4586
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
getProject: function
getProject( projectId: string , includeSubProjects?: boolean , options?: any ) : AxiosPromise < ProjectDtoResponse >
Defined in Coscine.Api/api.ts:4596
Parameters
projectId: string
Optional includeSubProjects: boolean
Optional options: any
Returns AxiosPromise < ProjectDtoResponse >
getProjects: function
getProjects( topLevel?: boolean , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ProjectDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:4608
Parameters
Optional topLevel: boolean
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ProjectDtoIEnumerablePagedResponse >
updateProject: function
updateProject( projectId: string , projectForUpdateDto?: ProjectForUpdateDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4618
Parameters
projectId: string
Optional projectForUpdateDto: ProjectForUpdateDto
Optional options: any
Returns AxiosPromise < void >
Const ProjectInvitationApi
ProjectInvitationApi: { apiV2ProjectsProjectIdInvitationsOptions: any ; createProjectInvitation: any ; deleteProjectInvitation: any ; getProjectInvitation: any ; getProjectInvitations: any ; resolveProjectInvitation: any } = ...
Type declaration
apiV2ProjectsProjectIdInvitationsOptions: function
apiV2ProjectsProjectIdInvitationsOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5049
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
createProjectInvitation: function
createProjectInvitation( projectId: string , projectInvitationForProjectManipulationDto?: ProjectInvitationForProjectManipulationDto , options?: any ) : AxiosPromise < ProjectInvitationDtoResponse >
Defined in Coscine.Api/api.ts:5059
Parameters
projectId: string
Optional projectInvitationForProjectManipulationDto: ProjectInvitationForProjectManipulationDto
Optional options: any
Returns AxiosPromise < ProjectInvitationDtoResponse >
deleteProjectInvitation: function
deleteProjectInvitation( projectId: string , projectInvitationId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5069
Parameters
projectId: string
projectInvitationId: string
Optional options: any
Returns AxiosPromise < void >
getProjectInvitation: function
getProjectInvitation( projectId: string , projectInvitationId: string , options?: any ) : AxiosPromise < ProjectInvitationDtoResponse >
Defined in Coscine.Api/api.ts:5079
Parameters
projectId: string
projectInvitationId: string
Optional options: any
Returns AxiosPromise < ProjectInvitationDtoResponse >
getProjectInvitations: function
getProjectInvitations( projectId: string , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ProjectInvitationDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:5091
Parameters
projectId: string
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ProjectInvitationDtoIEnumerablePagedResponse >
resolveProjectInvitation: function
resolveProjectInvitation( projectId: string , projectInvitationResolveDto?: ProjectInvitationResolveDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5101
Parameters
projectId: string
Optional projectInvitationResolveDto: ProjectInvitationResolveDto
Optional options: any
Returns AxiosPromise < void >
Const ProjectMemberApi
ProjectMemberApi: { addMembership: any ; apiV2ProjectsProjectIdMembersOptions: any ; deleteMembership: any ; getMembership: any ; getMemberships: any ; updateMembership: any } = ...
Type declaration
addMembership: function
addMembership( projectId: string , projectRoleForProjectCreationDto?: ProjectRoleForProjectCreationDto , options?: any ) : AxiosPromise < ProjectRoleDtoResponse >
Defined in Coscine.Api/api.ts:5541
Parameters
projectId: string
Optional projectRoleForProjectCreationDto: ProjectRoleForProjectCreationDto
Optional options: any
Returns AxiosPromise < ProjectRoleDtoResponse >
apiV2ProjectsProjectIdMembersOptions: function
apiV2ProjectsProjectIdMembersOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5550
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
deleteMembership: function
deleteMembership( projectId: string , membershipId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5560
Parameters
projectId: string
membershipId: string
Optional options: any
Returns AxiosPromise < void >
getMembership: function
getMembership( projectId: string , membershipId: string , options?: any ) : AxiosPromise < ProjectRoleDtoResponse >
Defined in Coscine.Api/api.ts:5570
Parameters
projectId: string
membershipId: string
Optional options: any
Returns AxiosPromise < ProjectRoleDtoResponse >
getMemberships: function
getMemberships( projectId: string , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ProjectRoleDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:5582
Parameters
projectId: string
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ProjectRoleDtoIEnumerablePagedResponse >
updateMembership: function
updateMembership( projectId: string , membershipId: string , projectRoleForProjectManipulationDto?: ProjectRoleForProjectManipulationDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5593
Parameters
projectId: string
membershipId: string
Optional projectRoleForProjectManipulationDto: ProjectRoleForProjectManipulationDto
Optional options: any
Returns AxiosPromise < void >
Const ProjectQuotaApi
ProjectQuotaApi: { apiV2ProjectsProjectIdQuotasOptions: any ; getProjectQuota: any ; getProjectQuotas: any ; updateProjectQuota: any } = ...
Type declaration
apiV2ProjectsProjectIdQuotasOptions: function
apiV2ProjectsProjectIdQuotasOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5931
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
getProjectQuota: function
getProjectQuota( projectId: string , resourceTypeId: string , options?: any ) : AxiosPromise < ProjectQuotaDtoResponse >
Defined in Coscine.Api/api.ts:5941
Parameters
projectId: string
resourceTypeId: string
Optional options: any
Returns AxiosPromise < ProjectQuotaDtoResponse >
getProjectQuotas: function
getProjectQuotas( projectId: string , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ProjectQuotaDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:5953
Parameters
projectId: string
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ProjectQuotaDtoIEnumerablePagedResponse >
updateProjectQuota: function
updateProjectQuota( projectId: string , resourceTypeId: string , projectQuotaForUpdateDto?: ProjectQuotaForUpdateDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5964
Parameters
projectId: string
resourceTypeId: string
Optional projectQuotaForUpdateDto: ProjectQuotaForUpdateDto
Optional options: any
Returns AxiosPromise < void >
Const ProjectResourceApi
ProjectResourceApi: { apiV2ProjectsProjectIdResourcesOptions: any ; createResourceForProject: any ; deleteResourceForProject: any ; getResourceForProject: any ; getResourcesForProject: any ; updateResourceForProject: any } = ...
Type declaration
apiV2ProjectsProjectIdResourcesOptions: function
apiV2ProjectsProjectIdResourcesOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6380
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
createResourceForProject: function
createResourceForProject( projectId: string , resourceForCreationDto?: ResourceForCreationDto , options?: any ) : AxiosPromise < ResourceDtoResponse >
Defined in Coscine.Api/api.ts:6390
Parameters
projectId: string
Optional resourceForCreationDto: ResourceForCreationDto
Optional options: any
Returns AxiosPromise < ResourceDtoResponse >
deleteResourceForProject: function
deleteResourceForProject( projectId: string , resourceId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6400
Parameters
projectId: string
resourceId: string
Optional options: any
Returns AxiosPromise < void >
getResourceForProject: function
getResourceForProject( projectId: string , resourceId: string , options?: any ) : AxiosPromise < ResourceDtoResponse >
Defined in Coscine.Api/api.ts:6410
Parameters
projectId: string
resourceId: string
Optional options: any
Returns AxiosPromise < ResourceDtoResponse >
getResourcesForProject: function
getResourcesForProject( projectId: string , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ResourceDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:6422
Parameters
projectId: string
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ResourceDtoIEnumerablePagedResponse >
updateResourceForProject: function
updateResourceForProject( projectId: string , resourceId: string , resourceForUpdateDto?: ResourceForUpdateDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6433
Parameters
projectId: string
resourceId: string
Optional resourceForUpdateDto: ResourceForUpdateDto
Optional options: any
Returns AxiosPromise < void >
Const ProjectResourceQuotaApi
ProjectResourceQuotaApi: { apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions: any ; getQuotaForResourceForProject: any } = ...
Type declaration
apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions: function
apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions( projectId: string , resourceId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6657
Parameters
projectId: string
resourceId: string
Optional options: any
Returns AxiosPromise < void >
getQuotaForResourceForProject: function
getQuotaForResourceForProject( projectId: string , resourceId: string , options?: any ) : AxiosPromise < ResourceQuotaDtoResponse >
Defined in Coscine.Api/api.ts:6667
Parameters
projectId: string
resourceId: string
Optional options: any
Returns AxiosPromise < ResourceQuotaDtoResponse >
Const ProjectResourceTypeApi
ProjectResourceTypeApi: { apiV2ProjectsProjectIdResourcesTypesOptions: any ; getAvailableResourceTypesInformationForProject: any } = ...
Type declaration
apiV2ProjectsProjectIdResourcesTypesOptions: function
apiV2ProjectsProjectIdResourcesTypesOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6830
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
getAvailableResourceTypesInformationForProject: function
getAvailableResourceTypesInformationForProject( projectId: string , options?: any ) : AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:6839
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Const ResourceApi
ResourceApi: { apiV2ResourcesOptions: any ; getResource: any } = ...
Type declaration
apiV2ResourcesOptions: function
apiV2ResourcesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6994
Parameters
Returns AxiosPromise < void >
getResource: function
getResource( resourceId: string , options?: any ) : AxiosPromise < ResourceDtoResponse >
Defined in Coscine.Api/api.ts:7003
Parameters
resourceId: string
Optional options: any
Returns AxiosPromise < ResourceDtoResponse >
Const ResourceTypeApi
ResourceTypeApi: { apiV2ResourcesTypesOptions: any ; getAllGitlabBranchesForProject: any ; getAllGitlabProjects: any ; getAllResourceTypesInformation: any ; getGitlabProject: any ; getResourceTypeInformation: any } = ...
Type declaration
apiV2ResourcesTypesOptions: function
apiV2ResourcesTypesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:7379
Parameters
Returns AxiosPromise < void >
getAllGitlabBranchesForProject: function
getAllGitlabBranchesForProject( gitlabProjectId: number , domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabBranchDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:7390
Parameters
gitlabProjectId: number
domain: string
accessToken: string
Optional options: any
Returns AxiosPromise < GitlabBranchDtoIEnumerableResponse >
getAllGitlabProjects: function
getAllGitlabProjects( domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabProjectDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:7400
Parameters
domain: string
accessToken: string
Optional options: any
Returns AxiosPromise < GitlabProjectDtoIEnumerableResponse >
getAllResourceTypesInformation: function
getAllResourceTypesInformation( options?: any ) : AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:7408
Parameters
Returns AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
getGitlabProject: function
getGitlabProject( gitlabProjectId: number , domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabProjectDtoResponse >
Defined in Coscine.Api/api.ts:7419
Parameters
gitlabProjectId: number
domain: string
accessToken: string
Optional options: any
Returns AxiosPromise < GitlabProjectDtoResponse >
getResourceTypeInformation: function
getResourceTypeInformation( resourceTypeId: string , options?: any ) : AxiosPromise < ResourceTypeInformationDtoResponse >
Defined in Coscine.Api/api.ts:7428
Parameters
resourceTypeId: string
Optional options: any
Returns AxiosPromise < ResourceTypeInformationDtoResponse >
Const RoleApi
RoleApi: { apiV2RolesOptions: any ; getRole: any ; getRoles: any } = ...
Type declaration
apiV2RolesOptions: function
apiV2RolesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:7689
Parameters
Returns AxiosPromise < void >
getRole: function
getRole( roleId: string , options?: any ) : AxiosPromise < RoleDtoResponse >
Defined in Coscine.Api/api.ts:7698
Parameters
roleId: string
Optional options: any
Returns AxiosPromise < RoleDtoResponse >
getRoles: function
getRoles( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < RoleDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:7709
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < RoleDtoIEnumerablePagedResponse >
Const SearchApi
SearchApi: { searchSearch: any } = ...
Type declaration
searchSearch: function
searchSearch( searchQuery?: string , includeUsers?: boolean , useAdvancedSyntax?: boolean , includedLanguages?: string [] , categoryFilter?: CategoryFilter , orderBy?: OrderBy , pageNumber?: number , pageSize?: number , options?: any ) : AxiosPromise < ItemSearchResult [] >
Defined in Coscine.Api.Search/api.ts:221
Parameters
Optional searchQuery: string
Optional includeUsers: boolean
Optional useAdvancedSyntax: boolean
Optional includedLanguages: string []
Optional categoryFilter: CategoryFilter
Optional orderBy: OrderBy
Optional pageNumber: number
Optional pageSize: number
Optional options: any
Returns AxiosPromise < ItemSearchResult [] >
Const ShibbolethApi
ShibbolethApi: { shibbolethCallback: any ; shibbolethLogin: any } = ...
Type declaration
shibbolethCallback: function
shibbolethCallback( returnUrl?: string , remoteError?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:826
Parameters
Optional returnUrl: string
Optional remoteError: string
Optional options: any
Returns AxiosPromise < any >
shibbolethLogin: function
shibbolethLogin( returnUrl?: string , entityId?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:837
Parameters
Optional returnUrl: string
Optional entityId: string
Optional options: any
Returns AxiosPromise < any >
Const TitleApi
TitleApi: { apiV2TitlesOptions: any ; getTitle: any ; getTitles: any } = ...
Type declaration
apiV2TitlesOptions: function
apiV2TitlesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:7935
Parameters
Returns AxiosPromise < void >
getTitle: function
getTitle( titleId: string , options?: any ) : AxiosPromise < TitleDtoResponse >
Defined in Coscine.Api/api.ts:7944
Parameters
titleId: string
Optional options: any
Returns AxiosPromise < TitleDtoResponse >
getTitles: function
getTitles( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < TitleDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:7955
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < TitleDtoIEnumerablePagedResponse >
Const ToSApi
ToSApi: { apiV2TosOptions: any ; getToS: any } = ...
Type declaration
apiV2TosOptions: function
apiV2TosOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8117
Parameters
Returns AxiosPromise < void >
getToS: function
getToS( options?: any ) : AxiosPromise < TermsOfServiceDtoResponse >
Defined in Coscine.Api/api.ts:8125
Parameters
Returns AxiosPromise < TermsOfServiceDtoResponse >
Const TokenApi
TokenApi: { apiV2UsersSelfTokensOptions: any ; createApiToken: any ; getAllApiTokens: any ; getApiToken: any ; revokeToken: any } = ...
Type declaration
apiV2UsersSelfTokensOptions: function
apiV2UsersSelfTokensOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8925
Parameters
Returns AxiosPromise < void >
createApiToken: function
createApiToken( apiTokenForCreationDto?: ApiTokenForCreationDto , options?: any ) : AxiosPromise < ApiTokenDtoResponse >
Defined in Coscine.Api/api.ts:8934
Parameters
Optional apiTokenForCreationDto: ApiTokenForCreationDto
Optional options: any
Returns AxiosPromise < ApiTokenDtoResponse >
getAllApiTokens: function
getAllApiTokens( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ApiTokenDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:8945
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ApiTokenDtoIEnumerablePagedResponse >
getApiToken: function
getApiToken( apiTokenId: string , options?: any ) : AxiosPromise < ApiTokenDtoResponse >
Defined in Coscine.Api/api.ts:8954
Parameters
apiTokenId: string
Optional options: any
Returns AxiosPromise < ApiTokenDtoResponse >
revokeToken: function
revokeToken( apiTokenId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8963
Parameters
apiTokenId: string
Optional options: any
Returns AxiosPromise < void >
Const TreeApi
TreeApi: { treeGetMetadataWithParameter: any ; treeStoreMetadataForFileWithParameter: any } = ...
Type declaration
treeGetMetadataWithParameter: function
treeGetMetadataWithParameter( resourceId: string , path?: string , mimeType?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Tree/api.ts:180
Parameters
resourceId: string
Optional path: string
Optional mimeType: string
Optional options: any
Returns AxiosPromise < any >
treeStoreMetadataForFileWithParameter: function
treeStoreMetadataForFileWithParameter( resourceId: string , path?: string , mimeType?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Tree/api.ts:192
Parameters
resourceId: string
Optional path: string
Optional mimeType: string
Optional options: any
Returns AxiosPromise < any >
Const UserApi
UserApi: { acceptCurrentToS: any ; apiV2UsersOptions: any ; confirmUserEmail: any ; getCurrentUser: any ; getUsers: any ; initiateUserMerge: any ; updateCurrentUser: any } = ...
Type declaration
acceptCurrentToS: function
acceptCurrentToS( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8513
Parameters
Returns AxiosPromise < void >
apiV2UsersOptions: function
apiV2UsersOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8521
Parameters
Returns AxiosPromise < void >
confirmUserEmail: function
confirmUserEmail( confirmationToken: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8530
Parameters
confirmationToken: string
Optional options: any
Returns AxiosPromise < void >
getCurrentUser: function
getCurrentUser( options?: any ) : AxiosPromise < UserDtoResponse >
Defined in Coscine.Api/api.ts:8538
Parameters
Returns AxiosPromise < UserDtoResponse >
getUsers: function
getUsers( searchTerm: string , orderBy?: string , options?: any ) : AxiosPromise < PublicUserDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:8548
Parameters
searchTerm: string
Optional orderBy: string
Optional options: any
Returns AxiosPromise < PublicUserDtoIEnumerableResponse >
initiateUserMerge: function
initiateUserMerge( externalAuthenticator: ExternalAuthenticators , options?: any ) : AxiosPromise < UserMergeDtoResponse >
Defined in Coscine.Api/api.ts:8557
Parameters
externalAuthenticator: ExternalAuthenticators
Optional options: any
Returns AxiosPromise < UserMergeDtoResponse >
updateCurrentUser: function
updateCurrentUser( userForUpdateDto?: UserForUpdateDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8566
Parameters
Optional userForUpdateDto: UserForUpdateDto
Optional options: any
Returns AxiosPromise < void >
Const VisibilityApi
VisibilityApi: { apiV2VisibilitiesOptions: any ; getVisibilities: any ; getVisibility: any } = ...
Type declaration
apiV2VisibilitiesOptions: function
apiV2VisibilitiesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:9211
Parameters
Returns AxiosPromise < void >
getVisibilities: function
getVisibilities( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < VisibilityDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:9222
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < VisibilityDtoIEnumerablePagedResponse >
getVisibility: function
getVisibility( visibilityId: string , options?: any ) : AxiosPromise < VisibilityDtoResponse >
Defined in Coscine.Api/api.ts:9231
Parameters
visibilityId: string
Optional options: any
Returns AxiosPromise < VisibilityDtoResponse >
Const default
default: { AccountApi: { accountGetLoginUrls: any ; accountLogout: any } ; AdminApi: { adminGetProject: any ; adminUpdateQuota: any } ; BlobApi: { blobDeleteFileWithParameter: any ; blobGetFileWithParameter: any ; blobUploadFileWithParameter: any } ; DisciplineApi: { apiV2DisciplinesOptions: any ; getDiscipline: any ; getDisciplines: any } ; HomeApi: { homeIndex: any } ; LanguageApi: { apiV2LanguagesOptions: any ; getLanguage: any ; getLanguages: any } ; LicenseApi: { apiV2LicensesOptions: any ; getLicense: any ; getLicenses: any } ; MergeApi: { mergeCallback: any ; mergeLogin: any } ; MetadataApi: { metadataGetClassInstances: any ; metadataGetProfile: any ; metadataGetProfiles: any ; metadataGetVocabularies: any ; metadataGetVocabulary: any ; metadataSaveApplicationProfile: any } ; NoticeApi: { noticeGetMaintenance: any ; noticeGetNotice: any } ; ORCiDApi: { oRCiDLoginGET: any ; oRCiDLoginPOST: any } ; OrganizationApi: { organizationGetOrganization: any ; organizationGetROR: any ; organizationIndex: any ; organizationIsMember: any ; organizationIsMember2: any } ; PidApi: { apiV2PidsOptions: any ; sendEmailToOwner: any ; validatePid: any } ; ProjectApi: { apiV2ProjectsOptions: any ; createProject: any ; deleteProject: any ; getProject: any ; getProjects: any ; updateProject: any } ; ProjectInvitationApi: { apiV2ProjectsProjectIdInvitationsOptions: any ; createProjectInvitation: any ; deleteProjectInvitation: any ; getProjectInvitation: any ; getProjectInvitations: any ; resolveProjectInvitation: any } ; ProjectMemberApi: { addMembership: any ; apiV2ProjectsProjectIdMembersOptions: any ; deleteMembership: any ; getMembership: any ; getMemberships: any ; updateMembership: any } ; ProjectQuotaApi: { apiV2ProjectsProjectIdQuotasOptions: any ; getProjectQuota: any ; getProjectQuotas: any ; updateProjectQuota: any } ; ProjectResourceApi: { apiV2ProjectsProjectIdResourcesOptions: any ; createResourceForProject: any ; deleteResourceForProject: any ; getResourceForProject: any ; getResourcesForProject: any ; updateResourceForProject: any } ; ProjectResourceQuotaApi: { apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions: any ; getQuotaForResourceForProject: any } ; ProjectResourceTypeApi: { apiV2ProjectsProjectIdResourcesTypesOptions: any ; getAvailableResourceTypesInformationForProject: any } ; ResourceApi: { apiV2ResourcesOptions: any ; getResource: any } ; ResourceTypeApi: { apiV2ResourcesTypesOptions: any ; getAllGitlabBranchesForProject: any ; getAllGitlabProjects: any ; getAllResourceTypesInformation: any ; getGitlabProject: any ; getResourceTypeInformation: any } ; RoleApi: { apiV2RolesOptions: any ; getRole: any ; getRoles: any } ; SearchApi: { searchSearch: any } ; ShibbolethApi: { shibbolethCallback: any ; shibbolethLogin: any } ; TitleApi: { apiV2TitlesOptions: any ; getTitle: any ; getTitles: any } ; ToSApi: { apiV2TosOptions: any ; getToS: any } ; TokenApi: { apiV2UsersSelfTokensOptions: any ; createApiToken: any ; getAllApiTokens: any ; getApiToken: any ; revokeToken: any } ; TreeApi: { treeGetMetadataWithParameter: any ; treeStoreMetadataForFileWithParameter: any } ; UserApi: { acceptCurrentToS: any ; apiV2UsersOptions: any ; confirmUserEmail: any ; getCurrentUser: any ; getUsers: any ; initiateUserMerge: any ; updateCurrentUser: any } ; VisibilityApi: { apiV2VisibilitiesOptions: any ; getVisibilities: any ; getVisibility: any } } = ...
Type declaration
AccountApi: { accountGetLoginUrls: any ; accountLogout: any }
accountGetLoginUrls: function
accountGetLoginUrls( options?: any ) : AxiosPromise < LoginUrls >
Defined in Coscine.Api.STS/api.ts:175
Parameters
Returns AxiosPromise < LoginUrls >
accountLogout: function
accountLogout( options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:184
Parameters
Returns AxiosPromise < any >
AdminApi: { adminGetProject: any ; adminUpdateQuota: any }
adminGetProject: function
adminGetProject( projectString: string , options?: any ) : AxiosPromise < AdminProjectObject >
Defined in Coscine.Api.Admin/api.ts:287
Parameters
projectString: string
Optional options: any
Returns AxiosPromise < AdminProjectObject >
adminUpdateQuota: function
adminUpdateQuota( projectId: string , resourceTypeId: string , updateQuotaParameterObject: UpdateQuotaParameterObject , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Admin/api.ts:299
Parameters
projectId: string
resourceTypeId: string
updateQuotaParameterObject: UpdateQuotaParameterObject
Optional options: any
Returns AxiosPromise < any >
BlobApi: { blobDeleteFileWithParameter: any ; blobGetFileWithParameter: any ; blobUploadFileWithParameter: any }
blobDeleteFileWithParameter: function
blobDeleteFileWithParameter( resourceId: string , path?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Blob/api.ts:233
Parameters
resourceId: string
Optional path: string
Optional options: any
Returns AxiosPromise < any >
blobGetFileWithParameter: function
blobGetFileWithParameter( resourceId: string , path?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Blob/api.ts:244
Parameters
resourceId: string
Optional path: string
Optional options: any
Returns AxiosPromise < any >
blobUploadFileWithParameter: function
blobUploadFileWithParameter( resourceId: string , path?: string , files?: any [] , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Blob/api.ts:256
Parameters
resourceId: string
Optional path: string
Optional files: any []
Optional options: any
Returns AxiosPromise < any >
DisciplineApi: { apiV2DisciplinesOptions: any ; getDiscipline: any ; getDisciplines: any }
apiV2DisciplinesOptions: function
apiV2DisciplinesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3425
Parameters
Returns AxiosPromise < void >
getDiscipline: function
getDiscipline( disciplineId: string , options?: any ) : AxiosPromise < DisciplineDtoResponse >
Defined in Coscine.Api/api.ts:3434
Parameters
disciplineId: string
Optional options: any
Returns AxiosPromise < DisciplineDtoResponse >
getDisciplines: function
getDisciplines( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < DisciplineDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:3445
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < DisciplineDtoIEnumerablePagedResponse >
HomeApi: { homeIndex: any }
homeIndex: function
homeIndex( options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:296
Parameters
Returns AxiosPromise < any >
LanguageApi: { apiV2LanguagesOptions: any ; getLanguage: any ; getLanguages: any }
apiV2LanguagesOptions: function
apiV2LanguagesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3671
Parameters
Returns AxiosPromise < void >
getLanguage: function
getLanguage( languageId: string , options?: any ) : AxiosPromise < LanguageDtoResponse >
Defined in Coscine.Api/api.ts:3680
Parameters
languageId: string
Optional options: any
Returns AxiosPromise < LanguageDtoResponse >
getLanguages: function
getLanguages( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < LanguageDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:3691
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < LanguageDtoIEnumerablePagedResponse >
LicenseApi: { apiV2LicensesOptions: any ; getLicense: any ; getLicenses: any }
apiV2LicensesOptions: function
apiV2LicensesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3917
Parameters
Returns AxiosPromise < void >
getLicense: function
getLicense( licenseId: string , options?: any ) : AxiosPromise < LicenseDtoResponse >
Defined in Coscine.Api/api.ts:3926
Parameters
licenseId: string
Optional options: any
Returns AxiosPromise < LicenseDtoResponse >
getLicenses: function
getLicenses( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < LicenseDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:3937
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < LicenseDtoIEnumerablePagedResponse >
MergeApi: { mergeCallback: any ; mergeLogin: any }
mergeCallback: function
mergeCallback( returnUrl?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:448
Parameters
Optional returnUrl: string
Optional options: any
Returns AxiosPromise < any >
mergeLogin: function
mergeLogin( returnUrl?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:457
Parameters
Optional returnUrl: string
Optional options: any
Returns AxiosPromise < any >
MetadataApi: { metadataGetClassInstances: any ; metadataGetProfile: any ; metadataGetProfiles: any ; metadataGetVocabularies: any ; metadataGetVocabulary: any ; metadataSaveApplicationProfile: any }
metadataGetClassInstances: function
metadataGetClassInstances( className: string , options?: any ) : AxiosPromise < BilingualLabels >
Defined in Coscine.Api.Metadata/api.ts:407
Parameters
className: string
Optional options: any
Returns AxiosPromise < BilingualLabels >
metadataGetProfile: function
metadataGetProfile( profile: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Metadata/api.ts:417
Parameters
profile: string
Optional options: any
Returns AxiosPromise < any >
metadataGetProfiles: function
metadataGetProfiles( options?: any ) : AxiosPromise < string [] >
Defined in Coscine.Api.Metadata/api.ts:426
Parameters
Returns AxiosPromise < string [] >
metadataGetVocabularies: function
metadataGetVocabularies( options?: any ) : AxiosPromise < string [] >
Defined in Coscine.Api.Metadata/api.ts:435
Parameters
Returns AxiosPromise < string [] >
metadataGetVocabulary: function
metadataGetVocabulary( path: string , options?: any ) : AxiosPromise < BilingualLabels >
Defined in Coscine.Api.Metadata/api.ts:445
Parameters
path: string
Optional options: any
Returns AxiosPromise < BilingualLabels >
metadataSaveApplicationProfile: function
metadataSaveApplicationProfile( applicationProfile: ApplicationProfile , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Metadata/api.ts:455
Parameters
applicationProfile: ApplicationProfile
Optional options: any
Returns AxiosPromise < any >
NoticeApi: { noticeGetMaintenance: any ; noticeGetNotice: any }
noticeGetMaintenance: function
noticeGetMaintenance( options?: any ) : AxiosPromise < MaintenanceReturnObject >
Defined in Coscine.Api.Notices/api.ts:199
Parameters
Returns AxiosPromise < MaintenanceReturnObject >
noticeGetNotice: function
noticeGetNotice( documentSlug: string , language?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Notices/api.ts:211
Parameters
documentSlug: string
Optional language: string
Optional options: any
Returns AxiosPromise < any >
ORCiDApi: { oRCiDLoginGET: any ; oRCiDLoginPOST: any }
oRCiDLoginGET: function
oRCiDLoginGET( returnUrl?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:631
Parameters
Optional returnUrl: string
Optional options: any
Returns AxiosPromise < any >
oRCiDLoginPOST: function
oRCiDLoginPOST( oRCiDJWT?: string , returnUrl?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:642
Parameters
Optional oRCiDJWT: string
Optional returnUrl: string
Optional options: any
Returns AxiosPromise < any >
OrganizationApi: { organizationGetOrganization: any ; organizationGetROR: any ; organizationIndex: any ; organizationIsMember: any ; organizationIsMember2: any }
organizationGetOrganization: function
organizationGetOrganization( url: string , options?: any ) : AxiosPromise < WrapperObject >
Defined in Coscine.Api.Organization/api.ts:352
Parameters
url: string
Optional options: any
Returns AxiosPromise < WrapperObject >
organizationGetROR: function
organizationGetROR( filter?: string , options?: any ) : AxiosPromise < WrapperObject >
Defined in Coscine.Api.Organization/api.ts:362
Parameters
Optional filter: string
Optional options: any
Returns AxiosPromise < WrapperObject >
organizationIndex: function
organizationIndex( member?: number , filter?: string , options?: any ) : AxiosPromise < WrapperObject >
Defined in Coscine.Api.Organization/api.ts:373
Parameters
Optional member: number
Optional filter: string
Optional options: any
Returns AxiosPromise < WrapperObject >
organizationIsMember: function
organizationIsMember( url: string , options?: any ) : AxiosPromise < IsMemberObject >
Defined in Coscine.Api.Organization/api.ts:383
Parameters
url: string
Optional options: any
Returns AxiosPromise < IsMemberObject >
organizationIsMember2: function
organizationIsMember2( options?: any ) : AxiosPromise < WrapperObject >
Defined in Coscine.Api.Organization/api.ts:392
Parameters
Returns AxiosPromise < WrapperObject >
PidApi: { apiV2PidsOptions: any ; sendEmailToOwner: any ; validatePid: any }
apiV2PidsOptions: function
apiV2PidsOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4165
Parameters
Returns AxiosPromise < void >
sendEmailToOwner: function
sendEmailToOwner( prefix: string , id: string , pidEnquiryDto?: PidEnquiryDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4176
Parameters
prefix: string
id: string
Optional pidEnquiryDto: PidEnquiryDto
Optional options: any
Returns AxiosPromise < void >
validatePid: function
validatePid( prefix: string , id: string , options?: any ) : AxiosPromise < PidValidationDtoResponse >
Defined in Coscine.Api/api.ts:4186
Parameters
prefix: string
id: string
Optional options: any
Returns AxiosPromise < PidValidationDtoResponse >
ProjectApi: { apiV2ProjectsOptions: any ; createProject: any ; deleteProject: any ; getProject: any ; getProjects: any ; updateProject: any }
apiV2ProjectsOptions: function
apiV2ProjectsOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4568
Parameters
Returns AxiosPromise < void >
createProject: function
createProject( projectForCreationDto?: ProjectForCreationDto , options?: any ) : AxiosPromise < ProjectDtoResponse >
Defined in Coscine.Api/api.ts:4577
Parameters
Optional projectForCreationDto: ProjectForCreationDto
Optional options: any
Returns AxiosPromise < ProjectDtoResponse >
deleteProject: function
deleteProject( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4586
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
getProject: function
getProject( projectId: string , includeSubProjects?: boolean , options?: any ) : AxiosPromise < ProjectDtoResponse >
Defined in Coscine.Api/api.ts:4596
Parameters
projectId: string
Optional includeSubProjects: boolean
Optional options: any
Returns AxiosPromise < ProjectDtoResponse >
getProjects: function
getProjects( topLevel?: boolean , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ProjectDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:4608
Parameters
Optional topLevel: boolean
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ProjectDtoIEnumerablePagedResponse >
updateProject: function
updateProject( projectId: string , projectForUpdateDto?: ProjectForUpdateDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:4618
Parameters
projectId: string
Optional projectForUpdateDto: ProjectForUpdateDto
Optional options: any
Returns AxiosPromise < void >
ProjectInvitationApi: { apiV2ProjectsProjectIdInvitationsOptions: any ; createProjectInvitation: any ; deleteProjectInvitation: any ; getProjectInvitation: any ; getProjectInvitations: any ; resolveProjectInvitation: any }
apiV2ProjectsProjectIdInvitationsOptions: function
apiV2ProjectsProjectIdInvitationsOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5049
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
createProjectInvitation: function
createProjectInvitation( projectId: string , projectInvitationForProjectManipulationDto?: ProjectInvitationForProjectManipulationDto , options?: any ) : AxiosPromise < ProjectInvitationDtoResponse >
Defined in Coscine.Api/api.ts:5059
Parameters
projectId: string
Optional projectInvitationForProjectManipulationDto: ProjectInvitationForProjectManipulationDto
Optional options: any
Returns AxiosPromise < ProjectInvitationDtoResponse >
deleteProjectInvitation: function
deleteProjectInvitation( projectId: string , projectInvitationId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5069
Parameters
projectId: string
projectInvitationId: string
Optional options: any
Returns AxiosPromise < void >
getProjectInvitation: function
getProjectInvitation( projectId: string , projectInvitationId: string , options?: any ) : AxiosPromise < ProjectInvitationDtoResponse >
Defined in Coscine.Api/api.ts:5079
Parameters
projectId: string
projectInvitationId: string
Optional options: any
Returns AxiosPromise < ProjectInvitationDtoResponse >
getProjectInvitations: function
getProjectInvitations( projectId: string , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ProjectInvitationDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:5091
Parameters
projectId: string
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ProjectInvitationDtoIEnumerablePagedResponse >
resolveProjectInvitation: function
resolveProjectInvitation( projectId: string , projectInvitationResolveDto?: ProjectInvitationResolveDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5101
Parameters
projectId: string
Optional projectInvitationResolveDto: ProjectInvitationResolveDto
Optional options: any
Returns AxiosPromise < void >
ProjectMemberApi: { addMembership: any ; apiV2ProjectsProjectIdMembersOptions: any ; deleteMembership: any ; getMembership: any ; getMemberships: any ; updateMembership: any }
addMembership: function
addMembership( projectId: string , projectRoleForProjectCreationDto?: ProjectRoleForProjectCreationDto , options?: any ) : AxiosPromise < ProjectRoleDtoResponse >
Defined in Coscine.Api/api.ts:5541
Parameters
projectId: string
Optional projectRoleForProjectCreationDto: ProjectRoleForProjectCreationDto
Optional options: any
Returns AxiosPromise < ProjectRoleDtoResponse >
apiV2ProjectsProjectIdMembersOptions: function
apiV2ProjectsProjectIdMembersOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5550
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
deleteMembership: function
deleteMembership( projectId: string , membershipId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5560
Parameters
projectId: string
membershipId: string
Optional options: any
Returns AxiosPromise < void >
getMembership: function
getMembership( projectId: string , membershipId: string , options?: any ) : AxiosPromise < ProjectRoleDtoResponse >
Defined in Coscine.Api/api.ts:5570
Parameters
projectId: string
membershipId: string
Optional options: any
Returns AxiosPromise < ProjectRoleDtoResponse >
getMemberships: function
getMemberships( projectId: string , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ProjectRoleDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:5582
Parameters
projectId: string
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ProjectRoleDtoIEnumerablePagedResponse >
updateMembership: function
updateMembership( projectId: string , membershipId: string , projectRoleForProjectManipulationDto?: ProjectRoleForProjectManipulationDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5593
Parameters
projectId: string
membershipId: string
Optional projectRoleForProjectManipulationDto: ProjectRoleForProjectManipulationDto
Optional options: any
Returns AxiosPromise < void >
ProjectQuotaApi: { apiV2ProjectsProjectIdQuotasOptions: any ; getProjectQuota: any ; getProjectQuotas: any ; updateProjectQuota: any }
apiV2ProjectsProjectIdQuotasOptions: function
apiV2ProjectsProjectIdQuotasOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5931
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
getProjectQuota: function
getProjectQuota( projectId: string , resourceTypeId: string , options?: any ) : AxiosPromise < ProjectQuotaDtoResponse >
Defined in Coscine.Api/api.ts:5941
Parameters
projectId: string
resourceTypeId: string
Optional options: any
Returns AxiosPromise < ProjectQuotaDtoResponse >
getProjectQuotas: function
getProjectQuotas( projectId: string , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ProjectQuotaDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:5953
Parameters
projectId: string
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ProjectQuotaDtoIEnumerablePagedResponse >
updateProjectQuota: function
updateProjectQuota( projectId: string , resourceTypeId: string , projectQuotaForUpdateDto?: ProjectQuotaForUpdateDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:5964
Parameters
projectId: string
resourceTypeId: string
Optional projectQuotaForUpdateDto: ProjectQuotaForUpdateDto
Optional options: any
Returns AxiosPromise < void >
ProjectResourceApi: { apiV2ProjectsProjectIdResourcesOptions: any ; createResourceForProject: any ; deleteResourceForProject: any ; getResourceForProject: any ; getResourcesForProject: any ; updateResourceForProject: any }
apiV2ProjectsProjectIdResourcesOptions: function
apiV2ProjectsProjectIdResourcesOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6380
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
createResourceForProject: function
createResourceForProject( projectId: string , resourceForCreationDto?: ResourceForCreationDto , options?: any ) : AxiosPromise < ResourceDtoResponse >
Defined in Coscine.Api/api.ts:6390
Parameters
projectId: string
Optional resourceForCreationDto: ResourceForCreationDto
Optional options: any
Returns AxiosPromise < ResourceDtoResponse >
deleteResourceForProject: function
deleteResourceForProject( projectId: string , resourceId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6400
Parameters
projectId: string
resourceId: string
Optional options: any
Returns AxiosPromise < void >
getResourceForProject: function
getResourceForProject( projectId: string , resourceId: string , options?: any ) : AxiosPromise < ResourceDtoResponse >
Defined in Coscine.Api/api.ts:6410
Parameters
projectId: string
resourceId: string
Optional options: any
Returns AxiosPromise < ResourceDtoResponse >
getResourcesForProject: function
getResourcesForProject( projectId: string , pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ResourceDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:6422
Parameters
projectId: string
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ResourceDtoIEnumerablePagedResponse >
updateResourceForProject: function
updateResourceForProject( projectId: string , resourceId: string , resourceForUpdateDto?: ResourceForUpdateDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6433
Parameters
projectId: string
resourceId: string
Optional resourceForUpdateDto: ResourceForUpdateDto
Optional options: any
Returns AxiosPromise < void >
ProjectResourceQuotaApi: { apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions: any ; getQuotaForResourceForProject: any }
apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions: function
apiV2ProjectsProjectIdResourcesResourceIdQuotaOptions( projectId: string , resourceId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6657
Parameters
projectId: string
resourceId: string
Optional options: any
Returns AxiosPromise < void >
getQuotaForResourceForProject: function
getQuotaForResourceForProject( projectId: string , resourceId: string , options?: any ) : AxiosPromise < ResourceQuotaDtoResponse >
Defined in Coscine.Api/api.ts:6667
Parameters
projectId: string
resourceId: string
Optional options: any
Returns AxiosPromise < ResourceQuotaDtoResponse >
ProjectResourceTypeApi: { apiV2ProjectsProjectIdResourcesTypesOptions: any ; getAvailableResourceTypesInformationForProject: any }
apiV2ProjectsProjectIdResourcesTypesOptions: function
apiV2ProjectsProjectIdResourcesTypesOptions( projectId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6830
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
getAvailableResourceTypesInformationForProject: function
getAvailableResourceTypesInformationForProject( projectId: string , options?: any ) : AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:6839
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
ResourceApi: { apiV2ResourcesOptions: any ; getResource: any }
apiV2ResourcesOptions: function
apiV2ResourcesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6994
Parameters
Returns AxiosPromise < void >
getResource: function
getResource( resourceId: string , options?: any ) : AxiosPromise < ResourceDtoResponse >
Defined in Coscine.Api/api.ts:7003
Parameters
resourceId: string
Optional options: any
Returns AxiosPromise < ResourceDtoResponse >
ResourceTypeApi: { apiV2ResourcesTypesOptions: any ; getAllGitlabBranchesForProject: any ; getAllGitlabProjects: any ; getAllResourceTypesInformation: any ; getGitlabProject: any ; getResourceTypeInformation: any }
apiV2ResourcesTypesOptions: function
apiV2ResourcesTypesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:7379
Parameters
Returns AxiosPromise < void >
getAllGitlabBranchesForProject: function
getAllGitlabBranchesForProject( gitlabProjectId: number , domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabBranchDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:7390
Parameters
gitlabProjectId: number
domain: string
accessToken: string
Optional options: any
Returns AxiosPromise < GitlabBranchDtoIEnumerableResponse >
getAllGitlabProjects: function
getAllGitlabProjects( domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabProjectDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:7400
Parameters
domain: string
accessToken: string
Optional options: any
Returns AxiosPromise < GitlabProjectDtoIEnumerableResponse >
getAllResourceTypesInformation: function
getAllResourceTypesInformation( options?: any ) : AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:7408
Parameters
Returns AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
getGitlabProject: function
getGitlabProject( gitlabProjectId: number , domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabProjectDtoResponse >
Defined in Coscine.Api/api.ts:7419
Parameters
gitlabProjectId: number
domain: string
accessToken: string
Optional options: any
Returns AxiosPromise < GitlabProjectDtoResponse >
getResourceTypeInformation: function
getResourceTypeInformation( resourceTypeId: string , options?: any ) : AxiosPromise < ResourceTypeInformationDtoResponse >
Defined in Coscine.Api/api.ts:7428
Parameters
resourceTypeId: string
Optional options: any
Returns AxiosPromise < ResourceTypeInformationDtoResponse >
RoleApi: { apiV2RolesOptions: any ; getRole: any ; getRoles: any }
apiV2RolesOptions: function
apiV2RolesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:7689
Parameters
Returns AxiosPromise < void >
getRole: function
getRole( roleId: string , options?: any ) : AxiosPromise < RoleDtoResponse >
Defined in Coscine.Api/api.ts:7698
Parameters
roleId: string
Optional options: any
Returns AxiosPromise < RoleDtoResponse >
getRoles: function
getRoles( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < RoleDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:7709
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < RoleDtoIEnumerablePagedResponse >
SearchApi: { searchSearch: any }
searchSearch: function
searchSearch( searchQuery?: string , includeUsers?: boolean , useAdvancedSyntax?: boolean , includedLanguages?: string [] , categoryFilter?: CategoryFilter , orderBy?: OrderBy , pageNumber?: number , pageSize?: number , options?: any ) : AxiosPromise < ItemSearchResult [] >
Defined in Coscine.Api.Search/api.ts:221
Parameters
Optional searchQuery: string
Optional includeUsers: boolean
Optional useAdvancedSyntax: boolean
Optional includedLanguages: string []
Optional categoryFilter: CategoryFilter
Optional orderBy: OrderBy
Optional pageNumber: number
Optional pageSize: number
Optional options: any
Returns AxiosPromise < ItemSearchResult [] >
ShibbolethApi: { shibbolethCallback: any ; shibbolethLogin: any }
shibbolethCallback: function
shibbolethCallback( returnUrl?: string , remoteError?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:826
Parameters
Optional returnUrl: string
Optional remoteError: string
Optional options: any
Returns AxiosPromise < any >
shibbolethLogin: function
shibbolethLogin( returnUrl?: string , entityId?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.STS/api.ts:837
Parameters
Optional returnUrl: string
Optional entityId: string
Optional options: any
Returns AxiosPromise < any >
TitleApi: { apiV2TitlesOptions: any ; getTitle: any ; getTitles: any }
apiV2TitlesOptions: function
apiV2TitlesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:7935
Parameters
Returns AxiosPromise < void >
getTitle: function
getTitle( titleId: string , options?: any ) : AxiosPromise < TitleDtoResponse >
Defined in Coscine.Api/api.ts:7944
Parameters
titleId: string
Optional options: any
Returns AxiosPromise < TitleDtoResponse >
getTitles: function
getTitles( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < TitleDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:7955
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < TitleDtoIEnumerablePagedResponse >
ToSApi: { apiV2TosOptions: any ; getToS: any }
apiV2TosOptions: function
apiV2TosOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8117
Parameters
Returns AxiosPromise < void >
getToS: function
getToS( options?: any ) : AxiosPromise < TermsOfServiceDtoResponse >
Defined in Coscine.Api/api.ts:8125
Parameters
Returns AxiosPromise < TermsOfServiceDtoResponse >
TokenApi: { apiV2UsersSelfTokensOptions: any ; createApiToken: any ; getAllApiTokens: any ; getApiToken: any ; revokeToken: any }
apiV2UsersSelfTokensOptions: function
apiV2UsersSelfTokensOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8925
Parameters
Returns AxiosPromise < void >
createApiToken: function
createApiToken( apiTokenForCreationDto?: ApiTokenForCreationDto , options?: any ) : AxiosPromise < ApiTokenDtoResponse >
Defined in Coscine.Api/api.ts:8934
Parameters
Optional apiTokenForCreationDto: ApiTokenForCreationDto
Optional options: any
Returns AxiosPromise < ApiTokenDtoResponse >
getAllApiTokens: function
getAllApiTokens( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < ApiTokenDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:8945
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < ApiTokenDtoIEnumerablePagedResponse >
getApiToken: function
getApiToken( apiTokenId: string , options?: any ) : AxiosPromise < ApiTokenDtoResponse >
Defined in Coscine.Api/api.ts:8954
Parameters
apiTokenId: string
Optional options: any
Returns AxiosPromise < ApiTokenDtoResponse >
revokeToken: function
revokeToken( apiTokenId: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8963
Parameters
apiTokenId: string
Optional options: any
Returns AxiosPromise < void >
TreeApi: { treeGetMetadataWithParameter: any ; treeStoreMetadataForFileWithParameter: any }
treeGetMetadataWithParameter: function
treeGetMetadataWithParameter( resourceId: string , path?: string , mimeType?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Tree/api.ts:180
Parameters
resourceId: string
Optional path: string
Optional mimeType: string
Optional options: any
Returns AxiosPromise < any >
treeStoreMetadataForFileWithParameter: function
treeStoreMetadataForFileWithParameter( resourceId: string , path?: string , mimeType?: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Tree/api.ts:192
Parameters
resourceId: string
Optional path: string
Optional mimeType: string
Optional options: any
Returns AxiosPromise < any >
UserApi: { acceptCurrentToS: any ; apiV2UsersOptions: any ; confirmUserEmail: any ; getCurrentUser: any ; getUsers: any ; initiateUserMerge: any ; updateCurrentUser: any }
acceptCurrentToS: function
acceptCurrentToS( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8513
Parameters
Returns AxiosPromise < void >
apiV2UsersOptions: function
apiV2UsersOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8521
Parameters
Returns AxiosPromise < void >
confirmUserEmail: function
confirmUserEmail( confirmationToken: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8530
Parameters
confirmationToken: string
Optional options: any
Returns AxiosPromise < void >
getCurrentUser: function
getCurrentUser( options?: any ) : AxiosPromise < UserDtoResponse >
Defined in Coscine.Api/api.ts:8538
Parameters
Returns AxiosPromise < UserDtoResponse >
getUsers: function
getUsers( searchTerm: string , orderBy?: string , options?: any ) : AxiosPromise < PublicUserDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:8548
Parameters
searchTerm: string
Optional orderBy: string
Optional options: any
Returns AxiosPromise < PublicUserDtoIEnumerableResponse >
initiateUserMerge: function
initiateUserMerge( externalAuthenticator: ExternalAuthenticators , options?: any ) : AxiosPromise < UserMergeDtoResponse >
Defined in Coscine.Api/api.ts:8557
Parameters
externalAuthenticator: ExternalAuthenticators
Optional options: any
Returns AxiosPromise < UserMergeDtoResponse >
updateCurrentUser: function
updateCurrentUser( userForUpdateDto?: UserForUpdateDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:8566
Parameters
Optional userForUpdateDto: UserForUpdateDto
Optional options: any
Returns AxiosPromise < void >
VisibilityApi: { apiV2VisibilitiesOptions: any ; getVisibilities: any ; getVisibility: any }
apiV2VisibilitiesOptions: function
apiV2VisibilitiesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:9211
Parameters
Returns AxiosPromise < void >
getVisibilities: function
getVisibilities( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < VisibilityDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:9222
Parameters
Optional pageNumber: number
Optional pageSize: number
Optional orderBy: string
Optional options: any
Returns AxiosPromise < VisibilityDtoIEnumerablePagedResponse >
getVisibility: function
getVisibility( visibilityId: string , options?: any ) : AxiosPromise < VisibilityDtoResponse >
Defined in Coscine.Api/api.ts:9231
Parameters
visibilityId: string
Optional options: any
Returns AxiosPromise < VisibilityDtoResponse >
Return relevant URLs for logging the user in
{RequiredError}