---
title: "Get a profile section. Roles: admin, member."
method: GET
path: "/api/profile-sections/{profileSectionId}"
tags: ["Questions"]
---

# Get a profile section. Roles: admin, member.

`GET /api/profile-sections/{profileSectionId}`

## Path parameters

- `profileSectionId` integer, required

## Query parameters

- `locale` string

## Response `200`

OK

- ProfileSectionResponseProfileSectionFull
  - `success` boolean
  - `error` string
  - `profileSection` ProfileSectionFull
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `alternateLocales` object
      - `empty` boolean
    - `profileSectionId` integer
    - `membershipId` integer
    - `name` string
    - `description` string
    - `seq` integer
    - `external` boolean
    - `idpPluginId` integer
    - `audience` AudienceCore
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
      - `audienceId` integer
      - `membershipId` integer
      - `name` string
      - `criterionType` 'COMPOUND' | 'COURSE' | 'GROUP' | 'IDENTITY_PROVIDER' | 'PROFILE_QUESTION' | 'PROGRAM'
      - `criterionOperator` 'AND' | 'OR' | 'EQUALS' | 'NOT_EQUALS'
      - `criterionValue` string
      - `invalidTime` string, date-time
      - `groupDescendantsIncluded` boolean
      - `idpPluginId` integer
    - `questions` QuestionFull[]
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
      - `alternateLocales` object
        - `empty` boolean
      - `profileQuestionId` integer
      - `membershipId` integer
      - `contextKey` 'ACTIVITY' | 'EVAL' | 'EVENT' | 'PROFILE_SECTION' | 'SELF_REPORT'
      - `profileSectionId` integer
      - `evalSectionId` integer
      - `contentId` integer
      - `eventId` integer
      - `name` string
      - `profileQuestionType` string
      - `prompt` string
      - `helpText` string
      - `seq` integer
      - `optional` boolean
      - `disabled` boolean
      - `adminOnly` boolean
      - `properties` object
      - `responderType` 'PRIMARY' | 'DEPENDENT' | 'ALL'
      - `responderCommentMode` 'DISABLED' | 'OPTIONAL' | 'REQUIRED'
      - `responseImagesMode` 'DISABLED' | 'OPTIONAL' | 'REQUIRED'
      - `scoringMode` 'BEST_MATCH' | 'EXACT_MATCH' | 'PARTIAL_MATCH_STRICT' | 'PARTIAL_MATCH_PENALIZED'
      - `externalReferenceId` string
      - `pointsPossible` number
      - `profileOptions` ProfileOptionCore[]
        - `audit` Audit
          - `createdTime` string, date-time
          - `modifiedTime` string, date-time
          - `modifiedBy` string
        - `alternateLocales` object
          - `empty` boolean
        - `profileOptionId` integer
        - `prompt` string
        - `value` string
        - `points` number
        - `seq` integer
        - `disabled` boolean
        - `locale` string
      - `locale` string
      - `isDeferred` boolean
      - `isExternal` boolean
    - `locale` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/f2568e11c0ab/schema)
