...
Based on the CoreOne Application Program Interface V2 (API-V2) there are CRUD activities for each entity.
Class Name on this pages referres to the type of an activity as shown in the workflow builder.
For example:
...
The Class Name of this activity is GetCoreIdentityByIdActivity
.
Get Activity
The get activity loads the entity based on its identifier and returns a JSON object with the requested properties.
...
Available Activities
Entity Type | Activity Name | Class Name | Version |
---|---|---|---|
Asset | Asset Get | GetAssetByIdActivity | 8.0 |
Attribute | Attribute Get | GetAttributeByIdActivity | 8.0 |
Certification | Certification Get | GetCertificationByIdActivity | 8.0 |
CertificationEntry | CertificationEntry Get | GetCertificationEntryByIdActivity | 8.0 |
CoreIdentity | CoreIdentity Get | GetCoreIdentityByIdActivity | 8.0 |
CoreIdentityRepresentation | CoreIdentityRepresentation Get | GetCoreIdentityRepresentationByIdActivity | 8.0 |
EmploymentType | EmploymentType Get | GetEmploymentTypeByIdActivity | 8.0 |
Identity | Identity Get | GetIdentityByIdActivity | 8.0 |
OrganizationUnit | OrganizationUnit Get | GetOrganizationUnitByIdActivity | 8.0 |
OrganizationUnitRecord | OrganizationUnitRecord Get | GetOrganizationUnitRecordByIdActivity | 8.0 |
Resource | Resource Get | GetResourceByIdActivity | 8.0 |
ResourceAssignment | ResourceAssignment Get | GetResourceAssignmentByIdActivity | 8.2.5 |
ResourceAssignmentContext | ResourceAssignmentContext Get | GetResourceAssignmentContextByIdActivity | 8.2.5 |
Get All Activity
The get activity loads a list of entities that can be filtered and sorted based on the API-V2 REST Querystring-Parameter
...
Available Activities
Entity Type | Activity Name | Class Name | Version |
---|---|---|---|
CoreIdentity | CoreIdentity Get All | 8.1 | |
Identity | Identity Get All | GetAttributeByIdActivity | 8.1 |
Attribute | Attribute Get All | GetCertificationByIdActivity | 8.1 |
OrganizationUnit | OrganizationUnit Get All | GetCertificationEntryByIdActivity | 8.1 |
CoreIdentityRepresentation | CoreIdentityRepresentation Get All | GetCoreIdentityByIdActivity | 8.1 |
OrganizationUnitRecord | OrganizationUnitRecord Get All | GetCoreIdentityRepresentationByIdActivity | 8.1 |
EmploymentType | EmploymentType Get All | GetEmploymentTypeByIdActivity | 8.1 |
CertificationEntry | CertificationEntry Get All | GetIdentityByIdActivity | 8.1 |
Certification | Certification Get All | GetOrganizationUnitByIdActivity | 8.1 |
Asset | Asset Get All | GetOrganizationUnitRecordByIdActivity | 8.1 |
Resource | Resource Get All | GetAllResourceActivity | 8.1 |
ResourceAssignmentContext | ResourceAssignmentContext All | GetAllResourceAssignmentActivity | 8.2.5 |
ResourceAssignment | ResourceAssignment All | GetAllResourceAssignmentContextActivity | 8.2.5 |
Create Activity
This activity creates an object and returns the identifier of the newly created entity.
...