Skip to main content
GET
/
api
/
Integrations
/
WorkPro
/
Sites
/
Packages
cURL
curl --request GET \
  --url https://api.example.com/api/Integrations/WorkPro/Sites/Packages
[
  {
    "id": "<string>",
    "name": "<string>",
    "site_id": 123,
    "short_code": "<string>",
    "num_tasks": 123,
    "tasks": [
      {
        "name": "<string>",
        "service_line": "<string>",
        "primary_id": "<string>",
        "secondary_id": "<string>"
      }
    ],
    "deleted": true,
    "tags": [
      "<string>"
    ]
  }
]

Response

200 - application/json

OK

id
string | null
name
string | null
site_id
integer<int32>
short_code
string | null
num_tasks
integer<int32>
tasks
object[] | null
deleted
boolean
tags
string[] | null