GET /api/v1/learningneeds
Return the list of all learning needs in the platform.
Fields
_id
: ID of the learning need.group
: ID of the group linked to the learning need.name
: Title of the learning need.status
:New
: default status for new Learning Needs.Exploring
On hold
Project ongoing
Done
Already exists
Discarded
declaredAt
: Creation date of the learning need (in ISO 8601), in GMT timezone.declaredBy
: ID of the user who created the learning need.questions
: list of answers to the questions in the learning need creation form.mandatory
: True if the question is mandatory in the learning need creation form. False otherwise.title
: Title of the question.answer
: User-filled answer for the question, if there is one.
suggestedExperts
: list of IDs for the users who were added as suggested experts for the learning need.volunteers
: list of user IDs who volunteered to answer the learning need.
Servers
- https://app.360learning.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
company |
String | No |
(Optional) Include the company ID to authenticate calls via the API key as query parameter. For more information on the authentication methods supported by our API, see Authentication Methods. |
apiKey |
String | No |
(Optional) Include the API key to authenticate calls via the API key as query parameter. For more information on the authentication methods supported by our API, see Authentication Methods. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.