
Vicky Kulig
- Total activity 457
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 276
Articles
Recent activity by Vicky Kulig Sort by recent activity-
What are the differences between Kuali CM and the next generation within Academic Ops?
There are a lot of differences! We have a feature comparison list available here that outlines the current feature set and lists the features still to come.
-
What options do we have to customize the way our online catalog search works?
For the catalog search, there are no additional settings that can be applied to it, however, when searching, the item type can be narrowed down with the toggles shown here: For the information that...
-
Can I share a proposal via the API?
Yes! If you would like to use the API to share a proposal rather than the UI, you can do by using a PUT request with a course, such as https://{{institution}}.kuali.co/api/cm/courses/78945789435709...
-
Can I retrieve a list of my option types in Curriculum Management?
Yes, you can retrieve option types and their related data using the CM API. To retrieve all option types: Send a GET request to the following endpoint: https://{{institution}}.kuali.co/api/cm/optio...
-
How can I verify which version of an item (program, course, specialization, policy, experience) is currently displayed in the catalog?
You can use the Catalog API to reference the unique item id of the specific item, which can be used to confirm exactly which version is showing on the catalog. Note: The catalog API is not a public...
-
If I rename a Group, will the previous name still appear on existing records?
No - when you rename a Group, the new name will automatically update across all existing records where the Group was previously referenced. Group names cannot be versioned or set to inactive. If yo...
-
Can I track who deleted or modified content within the Catalog?
Currently, the Catalog only tracks the user who originally created a content item. It does not record or display information about who last updated the item or who deleted it. Deletion actions with...
-
Can I use wildcards, logical operators (e.g., NOT), or greater than/less than filters when querying the Curriculum Management (CM) API?
The CM API does not currently support wildcard searches or logical operators such as NOT. Additionally, comparison operators like GT, GTE, LT, and LTE cannot be used on fields such as dateEnd becau...
-
Is there a way to organize or consolidate catalogs into folders, such as grouping multiple catalogs under a specific year?
At this time, there are no folder or grouping features available within Catalog to organize catalogs. All catalogs are displayed in a single list, which can become difficult to manage as more are a...
-
Can I use the API to bring information into Kuali Build?
Yes! Kuali rest APIs allow you to connect to external data sources - which would allow you to reference this data from Kuali Build. You can reference the available end points for using the API ava...