For the complete documentation index, see llms.txt. This page is also available as Markdown.

Badge

Processes the specified outcome.

post

For internal use only.

Path parameters
strTokenstringRequired

The login token

outcomeCodestringRequired

The outcome code

Responses
200

Success

application/json

Base response.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous reponse.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous reponse.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is indicative of the actual error.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

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
200

Success

application/json

Base response.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous reponse.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous reponse.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is indicative of the actual error.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

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
200

Success

application/json

Response of a List Badges request.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous reponse.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous reponse.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is indicative of the actual error.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

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
200

Success

application/json

Response of a Get Badge request.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous reponse.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous reponse.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is indicative of the actual error.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

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

Success

Ultimo aggiornamento