Badge

Processes the specified outcome.

post

For internal use only.

Path parameters
strTokenstringRequired

The login token

outcomeCodestringRequired

The outcome code

Responses
chevron-right
200

Success

application/json
post
/api/v2/Outcome/{strToken}/{outcomeCode}
200

Success

Processes a badge assignment.

post

For internal use only.

Body
refIdstring · min: 1Required
outcomestring · min: 1Required
badgeUrlstring · min: 1Required
Responses
chevron-right
200

Success

application/json
post
/api/v2/BadgeAssignment
200

Success

Gets a list of Badge objects assigned to the currently logged in User.

get
Path parameters
strTokenstringRequired

The login token

Responses
chevron-right
200

Success

application/json
get
/api/v2/Badges/{strToken}
200

Success

Gets a list of Badge objects assigned to the currently logged in User.

get
Path parameters
strTokenstringRequired

The login token

strBadgeIDstringRequired

The ID of the Badge object

Responses
chevron-right
200

Success

application/json
get
/api/v2/Badge/{strToken}/{strBadgeID}
200

Success

Last updated