---
title: "Get the most recent COMRA Score and answers for a given person. Will return scores where personId
is listed as either the primary person or the spouse."
method: GET
path: "/v1/People/{personId}/comra"
tags: ["People"]
---

# Get the most recent COMRA Score and answers for a given person. Will return scores where personId
is listed as either the primary person or the spouse.

`GET /v1/People/{personId}/comra`

## Path parameters

- `personId` integer, required

## Response `200`

Found Color of Money details

- AdaptekApiApplicationPeopleQueriesGetPersonComraGetPersonComraResponse
  - `consumerId` integer
  - `spouseId` integer, nullable
  - `score` integer
  - `dateCompleted` string, date-time
  - `versionId` integer
  - `optionIds` integer[], nullable

## Other responses

- `404` — No Color of Money details found

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/revisions/e41a7579fb3f/schema)
