---
title: "Find partner actions"
method: GET
path: "/partners/actions"
tags: ["Partner Action API:Actions"]
---

# Find partner actions

`GET /partners/actions`

## Query parameters

- `ActionType` PartnerActionType[]
- `ActionId` string[]
- `Reference` string[]

## Response `200`

List of partner actions

- PartnerActionListRepresentation
  - `items` PartnerActionModel[], nullable — Partner actions
    - `actionId` string, uuid — Unique identifier for the partner action
    - `actionType` 'Job' | 'JobAd' | 'Candidate' | 'JobApplication' | 'Placement' | 'Company' | 'Contact', string
    - `actionName` string, nullable — Menu item label that will appear to the end-user
    - `reference` string, nullable — Unique partner defined reference/identifier for the action
    - `url` string, uri, nullable — URL to open after the action is selected and assigned the `"Submitted"` stage.
    - `urlType` 'Popup' | 'Page' | 'SideDrawer', string
    - `allowResubmit` boolean — Allow resources to be resubmitted to an action.
    - `actionFilter` PartnerActionFilterModel
      - `adminOnly` boolean — Action is available to admin users only
      - `approvedOnly` boolean — Action is only available on approved entities (currently only supported for placements)
      - `status` PartnerActionStatusFilterModel
        - `activeOnly` boolean — Action is available to entities with an active status
        - `statusId` integer[], nullable — Action is available to entities with a specific status
    - `webhookData` unknown
    - `createdAt` string, date-time — Date the partner action was added
    - `updatedAt` string, date-time — Date the partner action was last updated
  - `links` ModelLinks
    - `self` string, uri, nullable

---

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