> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Achievement V1

# Type: Achievement Object

# Link: https://dev.wix.com/docs/api-reference/account-level/studio-workspace/partners-program/achievement-v1/achievement-object.md

## Description: An achievement a partner has earned in the Partners Program. Each achievement is worth a number of
`points`, and the sum of a partner's achievement points determines their program level. Achievements
are earned in different ways, indicated by `achievementType`. For example, holding a premium
subscription on a site the partner manages, or completing a Wix certification.

## Schema:

```json
 Type: Achievement Object | type: Achievement
 Description: An achievement a partner has earned in the Partners Program. Each achievement is worth a number of
`points`, and the sum of a partner's achievement points determines their program level. Achievements
are earned in different ways, indicated by `achievementType`. For example, holding a premium
subscription on a site the partner manages, or completing a Wix certification.
       - name: id  | type: string | description: Achievement ID.
           - name: value  | type: string | description: 
       - name: revision  | type: string | description: Revision number, which increments by 1 each time the achievement is updated.
           - name: value  | type: string | description: 
       - name: createdDate  | type: string | description: Date and time the achievement was created.
           - name: seconds  | type: string | description: 
           - name: nanos  | type: number | description: 
       - name: updatedDate  | type: string | description: Date and time the achievement was last updated.
       - name: points  | type: number | description: Number of points this achievement contributes toward the partner's program level.
       - name: achievementType  | type: string | description: How the achievement was earned. Determines which of the `options` details are populated.
           enum: UNKNOWN, PREMIUM, MANUAL, MIGRATION, CERTIFICATION

```