POST api/LearnerJournals/retrieve_learning_outcomes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of cpa_learner_outcome
NameDescriptionTypeAdditional information
identifier

globally unique identifier

None.

journal_entry

globally unique identifier

None.

term

string

None.

termType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "identifier": "705e127d-ed8c-4f2b-8c8e-2a6f97573e8f",
    "journal_entry": "e9abe1f9-2c93-4a65-aa40-b3f4a488c4d4",
    "term": "sample string 3",
    "termType": "sample string 4"
  },
  {
    "identifier": "705e127d-ed8c-4f2b-8c8e-2a6f97573e8f",
    "journal_entry": "e9abe1f9-2c93-4a65-aa40-b3f4a488c4d4",
    "term": "sample string 3",
    "termType": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcpa_learner_outcome xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Totara.WEBAPI">
  <cpa_learner_outcome>
    <identifier>705e127d-ed8c-4f2b-8c8e-2a6f97573e8f</identifier>
    <journal_entry>e9abe1f9-2c93-4a65-aa40-b3f4a488c4d4</journal_entry>
    <term>sample string 3</term>
    <termType>sample string 4</termType>
  </cpa_learner_outcome>
  <cpa_learner_outcome>
    <identifier>705e127d-ed8c-4f2b-8c8e-2a6f97573e8f</identifier>
    <journal_entry>e9abe1f9-2c93-4a65-aa40-b3f4a488c4d4</journal_entry>
    <term>sample string 3</term>
    <termType>sample string 4</termType>
  </cpa_learner_outcome>
</ArrayOfcpa_learner_outcome>