January 2023
Posted by Stephanie Rouillard 2 months ago
- Added:
- Added /organization-skills. This endpoint better organizes skills. In the future, we will expand functionality in this new endpoint. The existing /skills endpoint will continue to be supported at this time, however, no further development work will occur.
- Added support for
CareerProfessional
andTechnicalAdmin
to thepermission-role
for /user endpoints.
- Improved:
- Added privacy improvements. If the Anonymize Private Learners setting is enabled for your organization and a user’s profile is set to private, the API withholds private users' data from being returned. Some data will stop being accredited to particular users and start being accredited to
Anonymous
. For more information, see Anonymized User Data.
- Added privacy improvements. If the Anonymize Private Learners setting is enabled for your organization and a user’s profile is set to private, the API withholds private users' data from being returned. Some data will stop being accredited to particular users and start being accredited to
- Documentation:
- Updated description for
next
query parameter value for Get All endpoints. This value expires after 2 minutes if a request has not been made during that time. - Updated description of
is-endorsed
for SkillRating endpoints.is-endorsed
indicates whether the user completed a Skill Review and it was endorsed by someone in their organization.
- Updated description for
November 2022
Posted by Stephanie Rouillard 5 months ago
- Fixed:
- Previously, when using the API to update a user, the API did not validate to ensure the user had an organizational email. The API now requires an organizational email for requests to update users. (PD-80123)
- The API cannot be used to update a user's
profile-image-url
. The API now returns an error if you try to update a user’sprofile-image-url
. (PD-80123)
October 2022
Posted by Stephanie Rouillard 5 months ago
- Fixed:
Thefilter[start_date]
andfilter[end_date]
query parameters for Get All Content and User endpoints now operate independently. Previously, supplying only thefilter[end_date]
parameter had no effect on the query. (PD-79042) - Added:
Get All Content endpoints now supportfilter[modified_before]
andfilter[modified_after]
. (PD-79042)
September 2022
Posted by Ryan Haber 6 months ago
- Fixed:
- The xAPI formerly reported the Pathway in which a content item was completed. We fixed a bug that stopped that from happening. (PD-77722)
/skill-plans
pathway now validates thesection-type
provided in POST and PATCH requests to ensure only valid data is accepted. (PD-78685)/skill-plans
andpathways
endpoints previously accepted a range of values that was too broad for the metadata attribute. Those endpoints now only accept JSON objects. (PD-78819)
- Added:
- GET
/skill-plans/{id}
now includes the ID for eachsection
in the skill plan. (PD-78684) /skill-plans
now returns more attributes in the GET ALL method, i.e., GET without ID specified. (PD-78523)
- GET
- Documentation:
- Fixed the
/skill-plans
endpoint to includesection-id
andsection-resource-id
. - Added OAuth Server and Tenant Server URLs for CA and EU clients to the xAPI LinkedIn Learning guide.
- Fixed the
August 2022
Posted by Ryan Haber 6 months ago
- Improved:
- The xAPI previously checked only for IDs when adding or reporting completions. It now also checks against IRI, the international standard for URIs, which is required by the xAPI standard. (PD-75027)
- Added:
- You can now GET ALL users associated with a skill plan and add or remove them from skill plans using the /skill-plans/{id}/followers endpoint.
- You can now use the
/skill-plans
endpoint to manage the image associated with a skill plan.
- Fixed:
- The Groups endpoint formerly returned
null
formodified-at
because Degreed does not log this data. This attribute has been removed. This is technically a breaking change. We hope that nobody was using thenull
value and apologize for any inconvenience. We will not make a habit of breaking changes.
- The Groups endpoint formerly returned
- Documentation:
- Updated required fields for Content - Courses endpoint.
- Updated Update a Specific User endpoint to indicate that
profile-visibility
cannot be modified. - Updated Create a New Opportunity endpoint to indicate that
start-date
andduration
are required.
July 2022
Posted by Stephanie Rouillard 9 months ago
- Fixed:
- When a completion POST is executed, the response body correctly notes the time the request was submitted as the resource creation time. (PD-76491)
- The API now presents the correct skill target ratings when retrieving a Skill Plan. (PD-77149)
- The error messaging for the Opportunities endpoint is now improved. (PD-77171)
- Documentation:
- Added
X-Degreed-Organization-Code
header to endpoints that work with GAT. - Added
filter[term]=<keyword>
query parameter filter for GET ALL Content endpoints. The filter criteria returns content that contains the keyword in the title, summary, or labels.
- Added
June 2022
Posted by Stephanie Rouillard 10 months ago
- Added:
- The
/skill-plans
endpoint now supports creating, modifying, and deleting a Skill Plan. - The
/pathways
endpoint now supports creating, modifying, and deleting a Pathway.
- The
- Documentation:
- Added
duration
anddate
attributes to Event content items. - Updated description for
daily-logins
in Get a Specific User.
- Added
May 2022
Posted by Stephanie Rouillard 11 months ago
- Fixed:
- We resolved an issue that caused the API’s Skills endpoint to time out unexpectedly. (PD-74126)
- We resolved an issue that prevented using the API to add Skills to Podcast content items. (PD-73821)
- We improved the error message that displays when you try to create a completion via the API but do so incorrectly. (PD-73643)
- We resolved an issue that prevented the date and duration information of an Event from being accessible via the API. This information is now accessible via the API.
Note: this bug did not pertain to events with specific times of day, which are not yet supported by the API. (PD-74415, PD-75282)
- Documentation:
- Added
Next
parameter to Get Required Learning for a Specific User. - Added required body parameters to Delete Skills from Content.
- Updated description for
is-endorsed
. - Added
refresh_token
to Logout endpoint.
- Added
March 2022
Posted by Stephanie Rouillard about 1 year ago
- Added:
- New API Developer Portal released.
- Opportunity endpoint added.
January 2022
Posted by Stephanie Rouillard about 1 year ago
- Added:
- Added
rater-id
attribute to the Create a New Skill Rating endpoint and support for additional rating types ofpeer
andself
. - Added rater relationship to Get All Skill Ratings and Get a Specific Skill Rating endpoints.
- Added
filter[content_only]
query parameter to the Get All Views endpoint.
- Added