October 2024
about 1 month ago by Stephanie Rouillard
- Added
- Added new Create a New Bulk Upload of Opportunities endpoint. This endpoint allows you to process multiple Opportunity records in a single request.
- Improved
- Get required learning endpoints now return plans. The
degreed-url
attribute is now included in the response.
- Get required learning endpoints now return plans. The
September 2024
about 2 months ago by Stephanie Rouillard
- Added
- Added Get All Completions for a Pathway endpoint.
August 2024
3 months ago by Stephanie Rouillard
- Improved
- The overview page for the Skill Plan endpoint now includes information on Markdown Support.
- Added
- Added Experiences endpoint.
- Skill Rating endpoints now return a
is-skill-enabled
attribute in the response.is-skill-enabled
indicates whether this skill is endorsed. Endorsed Skills indicate that a learning professional in your organization reviewed and validated it. The following endpoints support this attribute: - Get All Skills and Get All User Skills now return the
degreed-url
attribute in the response. - Get Required Learning for a Specific User, Get All Required Learning Items, and Get a Specific Required Learning endpoints now return information about the user that assigned the content.
June 2024
5 months ago by Stephanie Rouillard
- Fixed
- The API logout request now successfully expires the access token provided. The previous logout endpoint has been replaced with a new endpoint. For more information, see the Logout endpoint. (PD-100946)
- Added
- Added Delete a Specific Skill endpoint.
May 2024
6 months ago by Stephanie Rouillard
- Added
- Get All Completions and Get Completions for a Specific User endpoints now support
filter[content_type]
andfilter[content_id]
filters. - Added new Self-Enrolled Learning endpoint.
- Create a New Skill Rating now includes the
user-identifier-type
attribute.
- Get All Completions and Get Completions for a Specific User endpoints now support
April 2024
7 months ago by Stephanie Rouillard
- Added
- Create a New User and Update a Specific User now includes an
is-managed
attribute. This attribute indicates whether the user is restricted from changing their personal profile settings, specifically First Name, Last Name, Email, and Job Role. Theis-managed
attribute is returned in the response when you get all users or a specific user. - Get All Completions and Get Completions for a Specific User endpoints now support a
filter[content_id]
filter.
- Create a New User and Update a Specific User now includes an
- Improved
- The
filter[start_date]
andfilter[end_date]
filters have been replaced withfilter[added_after]
andfilter[added_before]
for Get All Completions and Get Completions for a Specific User.
- The
March 2024
8 months ago by Stephanie Rouillard
- Added
- When creating or updating articles, courses, books, events, posts, tasks, videos, podcasts, and assessments,
owner-id
andowner-type
attributes are now accepted and are returned in the response.owner-type
only acceptsuser
orgroup
. When you retrieve all content or a specific content item by ID,owner-id
andowner-type
attributes are returned.
- When creating or updating articles, courses, books, events, posts, tasks, videos, podcasts, and assessments,
January 2024
10 months ago by Stephanie Rouillard
- Fixed
- When creating content via the API, the "
&
" symbol in the URL attribute is no longer being replaced by "&
" in the response. (PD-93179)
- When creating content via the API, the "
December 2023
12 months ago by Stephanie Rouillard
- Added
- Added the following /content endpoints:
rating-label
has been added to the POST /skill-ratings endpoint. Therating-type
attribute now accepts provider codes for an external rating provider in addition tomanager
,self
, orpeer
. GET /skill-ratings endpoints now return therating-label
.