Skip to main content

core_groups_used_by_list

GET 

/api/v3//core/groups/:group_uuid/used_by/

Get a list of all objects that use this object

Request

Path Parameters

    group_uuid uuidrequired

    A UUID string identifying this Group.

Responses

Schema

  • Array [

  • app stringrequired
    model_name stringrequired
    pk stringrequired
    name stringrequired
    action UsedByActionEnum (string)required

    Possible values: [cascade, cascade_many, set_null, set_default]

  • ]

curl -L -X GET '/api/v3/core/groups/:group_uuid/used_by/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired