Skip to main content
POST
/
platform
/
appdev
/
apppackages
/
{packageId}
/
behaviors
Error
A valid request URL is required to generate request examples
{
  "totalCount": 123,
  "items": [
    {
      "id": 123,
      "name": "<string>",
      "behaviorItems": [
        {
          "id": 123,
          "categoryId": 123,
          "name": "<string>",
          "isPrivate": true
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

packageId
integer<int32>
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
behaviorId
integer<int32>
packageId
integer<int32>

Response

Success

totalCount
integer<int32>
items
object[] | null