Skip to main content
GET
/
assessment
/
{assessmentId}
Get information about a specific assessment
curl --request GET \
  --url https://vanguard.profilebehavior.com/api/v4/assessment/{assessmentId} \
  --header 'Authorization: Bearer <token>'
{
  "code": 200,
  "assessment": {
    "id": "60e9ca73c500a9001534ad84",
    "name": "DISC"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assessmentId
string<string>
required

ID of the Assessment to retrieve

Response

Success

Standard response object for successful single-resource requests in the Profile Behavior API. Contains an HTTP status code, the returned resource data, and a status indicator.

code
integer<int32>
required

HTTP status code of the successful response.

status
enum<string>

Always "success" for successful responses.

Available options:
success
assessment
object

Base schema that provides unique identification and timestamp metadata for resources in the Profile Behavior API.

Represents a behavioral assessment offered by Profile, such as DISC, Focus, or Core. Used to analyze leadership styles, teamwork preferences, and communication strengths.