Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ token = get_token
response = token.get('assessmentLink/pops/eng')
response.parsed
```
> The above command returns JSON structured like this:
> The above command returns JSON structured similar to this:

```json
{
"assessment": {
"link": "https://www.selfmgmt.com/assess/lpro/eng/MinTz2S5hhdp8fjcyTMas9dnTk1NDhBFQQcc4sU5hll7X8kzfb/smg",
"link": "https://www.selfmgmt.com/assess/lpro/eng/MinTz2S5hhdp8fjcyTMas9dnTk1NDhBFQQcc4sU5hll7X8kzfb",
"id": "cc4sU5hll7XQO0PlQ72ZIwwcpVX8kzfb"
}
}
Expand Down Expand Up @@ -195,7 +195,7 @@ email | The email address of the candidate

Simply append the name=value pair(s) onto the querystring of the assessment link you receive. For example:

`https://www.selfmgmt.com/assess/lpro/eng/MinTz2S5hhd.../smg/&firstname=Jane&lastname=Doe`
`https://www.selfmgmt.com/assess/lpro/eng/MinTz2S5hhd?firstname=Jane&lastname=Doe`

## /assessmentResults

Expand Down