PackageExternal

Package rights API

Validate if the user has package(aka Virtual Trainer) license, Package Role permissions and assigned view permission to view the package.

post/PackageExternal/PackageRights

Headers

X-Versionstring

Request body

tokenstring nullable

Required: Token Type: GUID

Example request

{
  "token": "a570a9e74bbc43c3b180e63b0afb704c"
}

Response

If user is Successfully validated

statusstring nullable

Returns the status for the request. "1" - Score is set successfully "0" - Failure to set score, see Message property for more information

messagestring nullable

Returns the corresponding Description for each of the request status.

Possible messages: "Success" - Describe record is successfully inserted into database and the corresponding status is "1". "Failed to Create record" - Describe unsuccessful insert record into database and the corresponding status is "0". "Invalid parameters" - Describe Request parameters are invalid or missing parameters. The corresponding status is "0". Check Request parameters and token parameters. "Exception error" - Describe an unhandled exception has occurred and the corresponding status is "0".

Changes

No recorded changes to this endpoint across all 1 revision of this API.