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 ContactChangeApi
ContactChangeApi: { contactChangeChangeContactEmail: any ; contactChangeConfirmContactEmail: any ; contactChangeConfirmationStatus: any } = ...
Type declaration
contactChangeChangeContactEmail: function
contactChangeChangeContactEmail( body: string , options?: any ) : AxiosPromise < ContactChangeObject >
Defined in Coscine.Api.User/api.ts:428
Parameters
body: string
Optional options: any
Returns AxiosPromise < ContactChangeObject >
contactChangeConfirmContactEmail: function
contactChangeConfirmContactEmail( verification: string , options?: any ) : AxiosPromise < UserObject >
Defined in Coscine.Api.User/api.ts:438
Parameters
verification: string
Optional options: any
Returns AxiosPromise < UserObject >
contactChangeConfirmationStatus: function
contactChangeConfirmationStatus( options?: any ) : AxiosPromise < ContactChangeObject [] >
Defined in Coscine.Api.User/api.ts:447
Parameters
Returns AxiosPromise < ContactChangeObject [] >
Const DisciplineApi
DisciplineApi: { apiV2DisciplinesOptions: any ; getDiscipline: any ; getDisciplines: any } = ...
Type declaration
apiV2DisciplinesOptions: function
apiV2DisciplinesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:2717
Parameters
Returns AxiosPromise < void >
getDiscipline: function
getDiscipline( disciplineId: string , options?: any ) : AxiosPromise < DisciplineDtoResponse >
Defined in Coscine.Api/api.ts:2726
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:2737
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: { languageIndex: any } = ...
Type declaration
languageIndex: function
languageIndex( options?: any ) : AxiosPromise < LanguageObject [] >
Defined in Coscine.Api.User/api.ts:572
Parameters
Returns AxiosPromise < LanguageObject [] >
Const LicenseApi
LicenseApi: { apiV2LicensesOptions: any ; getLicense: any ; getLicenses: any } = ...
Type declaration
apiV2LicensesOptions: function
apiV2LicensesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:2963
Parameters
Returns AxiosPromise < void >
getLicense: function
getLicense( licenseId: string , options?: any ) : AxiosPromise < LicenseDtoResponse >
Defined in Coscine.Api/api.ts:2972
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:2983
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 ; isValid: any ; sendEmailToOwner: any } = ...
Type declaration
apiV2PidsOptions: function
apiV2PidsOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3201
Parameters
Returns AxiosPromise < void >
isValid: function
isValid( pid: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3210
Parameters
pid: string
Optional options: any
Returns AxiosPromise < void >
sendEmailToOwner: function
sendEmailToOwner( pid: string , pidEnquiryDto?: PidEnquiryDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3220
Parameters
pid: string
Optional pidEnquiryDto: PidEnquiryDto
Optional options: any
Returns AxiosPromise < void >
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:3600
Parameters
Returns AxiosPromise < void >
createProject: function
createProject( projectForCreationDto?: ProjectForCreationDto , options?: any ) : AxiosPromise < ProjectDtoResponse >
Defined in Coscine.Api/api.ts:3609
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:3618
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:3628
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:3640
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:3650
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:4081
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:4091
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:4101
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:4111
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:4123
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:4133
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:4573
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:4582
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:4592
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:4602
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:4614
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:4625
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:4963
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:4973
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:4985
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:4996
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:5412
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:5422
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:5432
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:5442
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:5454
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:5465
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:5689
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:5699
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:5862
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
getAvailableResourceTypesInformationForProject: function
getAvailableResourceTypesInformationForProject( projectId: string , options?: any ) : AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:5871
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:6026
Parameters
Returns AxiosPromise < void >
getResource: function
getResource( resourceId: string , options?: any ) : AxiosPromise < ResourceDtoResponse >
Defined in Coscine.Api/api.ts:6035
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:6411
Parameters
Returns AxiosPromise < void >
getAllGitlabBranchesForProject: function
getAllGitlabBranchesForProject( gitlabProjectId: number , domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabBranchDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:6422
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:6432
Parameters
domain: string
accessToken: string
Optional options: any
Returns AxiosPromise < GitlabProjectDtoIEnumerableResponse >
getAllResourceTypesInformation: function
getAllResourceTypesInformation( options?: any ) : AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:6440
Parameters
Returns AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
getGitlabProject: function
getGitlabProject( gitlabProjectId: number , domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabProjectDtoResponse >
Defined in Coscine.Api/api.ts:6451
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:6460
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:6721
Parameters
Returns AxiosPromise < void >
getRole: function
getRole( roleId: string , options?: any ) : AxiosPromise < RoleDtoResponse >
Defined in Coscine.Api/api.ts:6730
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:6741
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 TOSApi
TOSApi: { tOSAcceptCurrentTOSVersion: any ; tOSAcceptedTOSVersion: any ; tOSGetCurrentTOSVersion: any } = ...
Type declaration
tOSAcceptCurrentTOSVersion: function
tOSAcceptCurrentTOSVersion( options?: any ) : AxiosPromise < string >
Defined in Coscine.Api.User/api.ts:759
Parameters
Returns AxiosPromise < string >
tOSAcceptedTOSVersion: function
tOSAcceptedTOSVersion( options?: any ) : AxiosPromise < Tos >
Defined in Coscine.Api.User/api.ts:768
Parameters
Returns AxiosPromise < Tos >
tOSGetCurrentTOSVersion: function
tOSGetCurrentTOSVersion( options?: any ) : AxiosPromise < string >
Defined in Coscine.Api.User/api.ts:777
Parameters
Returns AxiosPromise < string >
Const TitleApi
TitleApi: { titleIndex: any } = ...
Type declaration
titleIndex: function
titleIndex( options?: any ) : AxiosPromise < TitleObject [] >
Defined in Coscine.Api.User/api.ts:900
Parameters
Returns AxiosPromise < TitleObject [] >
Const TokenApi
TokenApi: { tokenAddToken: any ; tokenGetTokenValidityBounds: any ; tokenGetUserToken: any ; tokenGetUserTokens: any ; tokenRevokeToken: any } = ...
Type declaration
tokenAddToken: function
tokenAddToken( addApiTokenParameter: AddApiTokenParameter , options?: any ) : AxiosPromise < CreatedApiTokenObject >
Defined in Coscine.Api.Token/api.ts:409
Parameters
addApiTokenParameter: AddApiTokenParameter
Optional options: any
Returns AxiosPromise < CreatedApiTokenObject >
tokenGetTokenValidityBounds: function
tokenGetTokenValidityBounds( options?: any ) : AxiosPromise < TokenValidityObject >
Defined in Coscine.Api.Token/api.ts:418
Parameters
Returns AxiosPromise < TokenValidityObject >
tokenGetUserToken: function
tokenGetUserToken( tokenId: string , options?: any ) : AxiosPromise < ApiTokenObject >
Defined in Coscine.Api.Token/api.ts:428
Parameters
tokenId: string
Optional options: any
Returns AxiosPromise < ApiTokenObject >
tokenGetUserTokens: function
tokenGetUserTokens( options?: any ) : AxiosPromise < ApiTokenObject [] >
Defined in Coscine.Api.Token/api.ts:437
Parameters
Returns AxiosPromise < ApiTokenObject [] >
tokenRevokeToken: function
tokenRevokeToken( tokenId: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Token/api.ts:447
Parameters
tokenId: string
Optional options: any
Returns AxiosPromise < any >
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: { userGetUser: any ; userQuery: any ; userSetAndReturnMergeToken: any ; userUpdateUser: any } = ...
Type declaration
userGetUser: function
userGetUser( options?: any ) : AxiosPromise < UserObject >
Defined in Coscine.Api.User/api.ts:1152
Parameters
Returns AxiosPromise < UserObject >
userQuery: function
userQuery( queryString: string , projectId: string , options?: any ) : AxiosPromise < UserObject [] >
Defined in Coscine.Api.User/api.ts:1163
Parameters
queryString: string
projectId: string
Optional options: any
Returns AxiosPromise < UserObject [] >
userSetAndReturnMergeToken: function
userSetAndReturnMergeToken( provider: string , options?: any ) : AxiosPromise < string >
Defined in Coscine.Api.User/api.ts:1173
Parameters
provider: string
Optional options: any
Returns AxiosPromise < string >
userUpdateUser: function
userUpdateUser( userObject: UserObject , options?: any ) : AxiosPromise < number >
Defined in Coscine.Api.User/api.ts:1183
Parameters
userObject: UserObject
Optional options: any
Returns AxiosPromise < number >
Const VisibilityApi
VisibilityApi: { apiV2VisibilitiesOptions: any ; getVisibilities: any ; getVisibility: any } = ...
Type declaration
apiV2VisibilitiesOptions: function
apiV2VisibilitiesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6967
Parameters
Returns AxiosPromise < void >
getVisibilities: function
getVisibilities( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < VisibilityDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:6978
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:6987
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 } ; ContactChangeApi: { contactChangeChangeContactEmail: any ; contactChangeConfirmContactEmail: any ; contactChangeConfirmationStatus: any } ; DisciplineApi: { apiV2DisciplinesOptions: any ; getDiscipline: any ; getDisciplines: any } ; HomeApi: { homeIndex: any } ; LanguageApi: { languageIndex: 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 ; isValid: any ; sendEmailToOwner: 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 } ; TOSApi: { tOSAcceptCurrentTOSVersion: any ; tOSAcceptedTOSVersion: any ; tOSGetCurrentTOSVersion: any } ; TitleApi: { titleIndex: any } ; TokenApi: { tokenAddToken: any ; tokenGetTokenValidityBounds: any ; tokenGetUserToken: any ; tokenGetUserTokens: any ; tokenRevokeToken: any } ; TreeApi: { treeGetMetadataWithParameter: any ; treeStoreMetadataForFileWithParameter: any } ; UserApi: { userGetUser: any ; userQuery: any ; userSetAndReturnMergeToken: any ; userUpdateUser: 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 >
ContactChangeApi: { contactChangeChangeContactEmail: any ; contactChangeConfirmContactEmail: any ; contactChangeConfirmationStatus: any }
contactChangeChangeContactEmail: function
contactChangeChangeContactEmail( body: string , options?: any ) : AxiosPromise < ContactChangeObject >
Defined in Coscine.Api.User/api.ts:428
Parameters
body: string
Optional options: any
Returns AxiosPromise < ContactChangeObject >
contactChangeConfirmContactEmail: function
contactChangeConfirmContactEmail( verification: string , options?: any ) : AxiosPromise < UserObject >
Defined in Coscine.Api.User/api.ts:438
Parameters
verification: string
Optional options: any
Returns AxiosPromise < UserObject >
contactChangeConfirmationStatus: function
contactChangeConfirmationStatus( options?: any ) : AxiosPromise < ContactChangeObject [] >
Defined in Coscine.Api.User/api.ts:447
Parameters
Returns AxiosPromise < ContactChangeObject [] >
DisciplineApi: { apiV2DisciplinesOptions: any ; getDiscipline: any ; getDisciplines: any }
apiV2DisciplinesOptions: function
apiV2DisciplinesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:2717
Parameters
Returns AxiosPromise < void >
getDiscipline: function
getDiscipline( disciplineId: string , options?: any ) : AxiosPromise < DisciplineDtoResponse >
Defined in Coscine.Api/api.ts:2726
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:2737
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: { languageIndex: any }
languageIndex: function
languageIndex( options?: any ) : AxiosPromise < LanguageObject [] >
Defined in Coscine.Api.User/api.ts:572
Parameters
Returns AxiosPromise < LanguageObject [] >
LicenseApi: { apiV2LicensesOptions: any ; getLicense: any ; getLicenses: any }
apiV2LicensesOptions: function
apiV2LicensesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:2963
Parameters
Returns AxiosPromise < void >
getLicense: function
getLicense( licenseId: string , options?: any ) : AxiosPromise < LicenseDtoResponse >
Defined in Coscine.Api/api.ts:2972
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:2983
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 ; isValid: any ; sendEmailToOwner: any }
apiV2PidsOptions: function
apiV2PidsOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3201
Parameters
Returns AxiosPromise < void >
isValid: function
isValid( pid: string , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3210
Parameters
pid: string
Optional options: any
Returns AxiosPromise < void >
sendEmailToOwner: function
sendEmailToOwner( pid: string , pidEnquiryDto?: PidEnquiryDto , options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:3220
Parameters
pid: string
Optional pidEnquiryDto: PidEnquiryDto
Optional options: any
Returns AxiosPromise < void >
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:3600
Parameters
Returns AxiosPromise < void >
createProject: function
createProject( projectForCreationDto?: ProjectForCreationDto , options?: any ) : AxiosPromise < ProjectDtoResponse >
Defined in Coscine.Api/api.ts:3609
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:3618
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:3628
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:3640
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:3650
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:4081
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:4091
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:4101
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:4111
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:4123
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:4133
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:4573
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:4582
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:4592
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:4602
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:4614
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:4625
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:4963
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:4973
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:4985
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:4996
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:5412
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:5422
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:5432
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:5442
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:5454
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:5465
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:5689
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:5699
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:5862
Parameters
projectId: string
Optional options: any
Returns AxiosPromise < void >
getAvailableResourceTypesInformationForProject: function
getAvailableResourceTypesInformationForProject( projectId: string , options?: any ) : AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:5871
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:6026
Parameters
Returns AxiosPromise < void >
getResource: function
getResource( resourceId: string , options?: any ) : AxiosPromise < ResourceDtoResponse >
Defined in Coscine.Api/api.ts:6035
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:6411
Parameters
Returns AxiosPromise < void >
getAllGitlabBranchesForProject: function
getAllGitlabBranchesForProject( gitlabProjectId: number , domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabBranchDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:6422
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:6432
Parameters
domain: string
accessToken: string
Optional options: any
Returns AxiosPromise < GitlabProjectDtoIEnumerableResponse >
getAllResourceTypesInformation: function
getAllResourceTypesInformation( options?: any ) : AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
Defined in Coscine.Api/api.ts:6440
Parameters
Returns AxiosPromise < ResourceTypeInformationDtoIEnumerableResponse >
getGitlabProject: function
getGitlabProject( gitlabProjectId: number , domain: string , accessToken: string , options?: any ) : AxiosPromise < GitlabProjectDtoResponse >
Defined in Coscine.Api/api.ts:6451
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:6460
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:6721
Parameters
Returns AxiosPromise < void >
getRole: function
getRole( roleId: string , options?: any ) : AxiosPromise < RoleDtoResponse >
Defined in Coscine.Api/api.ts:6730
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:6741
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 >
TOSApi: { tOSAcceptCurrentTOSVersion: any ; tOSAcceptedTOSVersion: any ; tOSGetCurrentTOSVersion: any }
tOSAcceptCurrentTOSVersion: function
tOSAcceptCurrentTOSVersion( options?: any ) : AxiosPromise < string >
Defined in Coscine.Api.User/api.ts:759
Parameters
Returns AxiosPromise < string >
tOSAcceptedTOSVersion: function
tOSAcceptedTOSVersion( options?: any ) : AxiosPromise < Tos >
Defined in Coscine.Api.User/api.ts:768
Parameters
Returns AxiosPromise < Tos >
tOSGetCurrentTOSVersion: function
tOSGetCurrentTOSVersion( options?: any ) : AxiosPromise < string >
Defined in Coscine.Api.User/api.ts:777
Parameters
Returns AxiosPromise < string >
TitleApi: { titleIndex: any }
titleIndex: function
titleIndex( options?: any ) : AxiosPromise < TitleObject [] >
Defined in Coscine.Api.User/api.ts:900
Parameters
Returns AxiosPromise < TitleObject [] >
TokenApi: { tokenAddToken: any ; tokenGetTokenValidityBounds: any ; tokenGetUserToken: any ; tokenGetUserTokens: any ; tokenRevokeToken: any }
tokenAddToken: function
tokenAddToken( addApiTokenParameter: AddApiTokenParameter , options?: any ) : AxiosPromise < CreatedApiTokenObject >
Defined in Coscine.Api.Token/api.ts:409
Parameters
addApiTokenParameter: AddApiTokenParameter
Optional options: any
Returns AxiosPromise < CreatedApiTokenObject >
tokenGetTokenValidityBounds: function
tokenGetTokenValidityBounds( options?: any ) : AxiosPromise < TokenValidityObject >
Defined in Coscine.Api.Token/api.ts:418
Parameters
Returns AxiosPromise < TokenValidityObject >
tokenGetUserToken: function
tokenGetUserToken( tokenId: string , options?: any ) : AxiosPromise < ApiTokenObject >
Defined in Coscine.Api.Token/api.ts:428
Parameters
tokenId: string
Optional options: any
Returns AxiosPromise < ApiTokenObject >
tokenGetUserTokens: function
tokenGetUserTokens( options?: any ) : AxiosPromise < ApiTokenObject [] >
Defined in Coscine.Api.Token/api.ts:437
Parameters
Returns AxiosPromise < ApiTokenObject [] >
tokenRevokeToken: function
tokenRevokeToken( tokenId: string , options?: any ) : AxiosPromise < any >
Defined in Coscine.Api.Token/api.ts:447
Parameters
tokenId: string
Optional options: any
Returns AxiosPromise < any >
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: { userGetUser: any ; userQuery: any ; userSetAndReturnMergeToken: any ; userUpdateUser: any }
userGetUser: function
userGetUser( options?: any ) : AxiosPromise < UserObject >
Defined in Coscine.Api.User/api.ts:1152
Parameters
Returns AxiosPromise < UserObject >
userQuery: function
userQuery( queryString: string , projectId: string , options?: any ) : AxiosPromise < UserObject [] >
Defined in Coscine.Api.User/api.ts:1163
Parameters
queryString: string
projectId: string
Optional options: any
Returns AxiosPromise < UserObject [] >
userSetAndReturnMergeToken: function
userSetAndReturnMergeToken( provider: string , options?: any ) : AxiosPromise < string >
Defined in Coscine.Api.User/api.ts:1173
Parameters
provider: string
Optional options: any
Returns AxiosPromise < string >
userUpdateUser: function
userUpdateUser( userObject: UserObject , options?: any ) : AxiosPromise < number >
Defined in Coscine.Api.User/api.ts:1183
Parameters
userObject: UserObject
Optional options: any
Returns AxiosPromise < number >
VisibilityApi: { apiV2VisibilitiesOptions: any ; getVisibilities: any ; getVisibility: any }
apiV2VisibilitiesOptions: function
apiV2VisibilitiesOptions( options?: any ) : AxiosPromise < void >
Defined in Coscine.Api/api.ts:6967
Parameters
Returns AxiosPromise < void >
getVisibilities: function
getVisibilities( pageNumber?: number , pageSize?: number , orderBy?: string , options?: any ) : AxiosPromise < VisibilityDtoIEnumerablePagedResponse >
Defined in Coscine.Api/api.ts:6978
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:6987
Parameters
visibilityId: string
Optional options: any
Returns AxiosPromise < VisibilityDtoResponse >
Return relevant URLs for logging the user in
{RequiredError}